HomeSort by: relevance | last modified time | path
    Searched refs:config_cfdriver_detach (Results 1 - 25 of 30) 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 306 config_cfdriver_detach(&swwdog_cd);
326 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 1499 config_cfdriver_detach(&nvmm_cd);
1510 config_cfdriver_detach(&nvmm_cd);
1522 config_cfdriver_detach(&nvmm_cd);
1535 config_cfdriver_detach(&nvmm_cd);
1548 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 892 config_cfdriver_detach(&lua_cd);
902 config_cfdriver_detach(&lua_cd);
918 config_cfdriver_detach(&lua_cd);
  /src/sys/sys/
device.h 545 int config_cfdriver_detach(struct cfdriver *);
  /src/sys/kern/
subr_autoconf.c 412 config_cfdriver_attach, config_cfdriver_detach, "init", false))!= 0)
418 config_cfdriver_detach, NULL, "init rollback", true);
425 config_cfdriver_detach, NULL, "init rollback", true);
454 config_cfdriver_detach, config_cfdriver_attach,
656 config_cfdriver_detach(struct cfdriver *cd) function
  /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/bluetooth/
btuart.c 157 config_cfdriver_detach(&btuart_cd);
  /src/sys/dev/ic/
cac.c 765 error = config_cfdriver_detach(&cac_cd);
  /src/sys/dev/
ld.c 771 error = config_cfdriver_detach(&ld_cd);
fss.c 1413 config_cfdriver_detach(&fss_cd);
1426 error = config_cfdriver_detach(&fss_cd);
vnd.c 2173 config_cfdriver_detach(&vnd_cd);
2197 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);
vhci.c 1227 (void)config_cfdriver_detach(&vhci_cd);
  /src/sys/dev/pad/
pad.c 197 config_cfdriver_detach(&pad_cd);
  /src/sys/dev/hdaudio/
hdaudio.c 1654 error = config_cfdriver_detach(&hdaudio_cd);

Completed in 73 milliseconds

1 2