HomeSort by: relevance | last modified time | path
    Searched refs:config_cfdriver_detach (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/net/
if_module.h 41 error = config_cfdriver_detach(&name ## _cd); \
if_tap.c 246 (void)config_cfdriver_detach(&tap_cd);
  /src/sys/dev/ata/
ata_raid.c 346 config_cfdriver_detach(&ataraid_cd);
362 error = config_cfdriver_detach(&ataraid_cd);
  /src/sys/dev/sysmon/
swwdog.c 309 config_cfdriver_detach(&swwdog_cd);
329 error = config_cfdriver_detach(&swwdog_cd);
  /src/sys/dev/iscsi/
iscsi_main.c 216 config_cfdriver_detach(&iscsi_cd);
711 config_cfdriver_detach(&iscsi_cd);
723 config_cfdriver_detach(&iscsi_cd);
734 config_cfdriver_detach(&iscsi_cd);
750 config_cfdriver_detach(&iscsi_cd);
  /src/sys/dev/gpio/
gpiosim.c 550 config_cfdriver_detach(&gpiosim_cd);
559 config_cfdriver_detach(&gpiosim_cd);
574 config_cfdriver_detach(&gpiosim_cd);
  /src/sys/dev/nand/
nandemulator.c 151 config_cfdriver_detach(&nandemulator_cd);
767 config_cfdriver_detach(&nandemulator_cd);
778 config_cfdriver_detach(&nandemulator_cd);
797 config_cfdriver_detach(&nandemulator_cd);
  /src/sys/arch/mac68k/obio/
ascaudio.c 1056 config_cfdriver_detach(&ascaudio_cd);
1066 config_cfdriver_detach(&ascaudio_cd);
1081 config_cfdriver_detach(&ascaudio_cd);
1098 config_cfdriver_detach(&ascaudio_cd);
  /src/sys/dev/hpc/
hpf1275a_tty.c 234 config_cfdriver_detach(&hpf1275a_cd);
  /src/sys/dev/nvmm/
nvmm.c 1476 config_cfdriver_detach(&nvmm_cd);
1487 config_cfdriver_detach(&nvmm_cd);
1499 config_cfdriver_detach(&nvmm_cd);
1512 config_cfdriver_detach(&nvmm_cd);
1525 config_cfdriver_detach(&nvmm_cd);
  /src/sys/dev/dm/
device-mapper.c 188 config_cfdriver_detach(&dm_cd);
212 config_cfdriver_detach(&dm_cd);
  /src/sys/modules/lua/
lua.c 880 config_cfdriver_detach(&lua_cd);
890 config_cfdriver_detach(&lua_cd);
906 config_cfdriver_detach(&lua_cd);
  /src/sys/opencrypto/
cryptosoft.c 1401 config_cfdriver_detach(&swcrypto_cd);
1412 config_cfdriver_detach(&swcrypto_cd);
1446 config_cfdriver_detach(&swcrypto_cd);
cryptodev.c 2134 config_cfdriver_detach(&crypto_cd);
2145 config_cfdriver_detach(&crypto_cd);
2167 config_cfdriver_detach(&crypto_cd);
  /src/sys/sys/
device.h 531 int config_cfdriver_detach(struct cfdriver *);
  /src/sys/kern/
subr_autoconf.c 400 config_cfdriver_attach, config_cfdriver_detach, "init", false))!= 0)
406 config_cfdriver_detach, NULL, "init rollback", true);
413 config_cfdriver_detach, NULL, "init rollback", true);
442 config_cfdriver_detach, config_cfdriver_attach,
644 config_cfdriver_detach(struct cfdriver *cd) function in typeref:typename:int
  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 2159 config_cfdriver_detach(&malo_pcmcia_cd);
2165 config_cfdriver_detach(&malo_pcmcia_cd);
2174 config_cfdriver_detach(&malo_pcmcia_cd);
  /src/sys/dev/ic/
cac.c 765 error = config_cfdriver_detach(&cac_cd);
  /src/sys/dev/bluetooth/
btuart.c 157 config_cfdriver_detach(&btuart_cd);
  /src/sys/dev/
ld.c 771 error = config_cfdriver_detach(&ld_cd);
fss.c 1407 config_cfdriver_detach(&fss_cd);
1420 error = config_cfdriver_detach(&fss_cd);
vnd.c 2172 config_cfdriver_detach(&vnd_cd);
2196 error = config_cfdriver_detach(&vnd_cd);
cgd.c 1769 config_cfdriver_detach(&cgd_cd);
1789 error = config_cfdriver_detach(&cgd_cd);
  /src/sys/dev/usb/
uvideo.c 2527 config_cfdriver_detach(&uvideo_cd);
2533 config_cfdriver_detach(&uvideo_cd);
2544 config_cfdriver_detach(&uvideo_cd);
  /src/sys/dev/pad/
pad.c 197 config_cfdriver_detach(&pad_cd);

Completed in 35 milliseconds

1 2