/src/sys/rump/dev/lib/libvirtio_ld/ |
ld_at_virtio.c | 72 if (device_lookup(&ld_cd, i) == NULL)
|
/src/sys/dev/ppbus/ |
lpt.c | 431 dev = device_lookup(&lpt_cd, LPTUNIT(dev_id)); 518 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id)); 541 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id)); 583 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id)); 624 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
|
/src/sys/dev/ic/ |
icp_ioctl.c | 118 if (device_lookup(&icp_cd, minor(dev)) == NULL)
|
/src/sys/arch/sparc64/dev/ |
ebus_mainbus.c | 149 device_t dt = device_lookup(&pyro_cd, j); 338 device_t dt = device_lookup(&pyro_cd, i);
|
/src/sys/arch/amiga/amiga/ |
autoconf.c | 422 if (device_lookup(&sd_cd,unit) == NULL) 430 if ((dkp = disk_find(device_xname(device_lookup(&sd_cd, unit)))) == NULL)
|
/src/sys/arch/evbarm/mpcsa/ |
mpcsa_machdep.c | 365 if (cd && (twi_dev = device_lookup(cd, 0)) != NULL) {
|
/src/sys/dev/bluetooth/ |
bthub.c | 195 self = device_lookup(&bthub_cd, unit);
|
btuart.c | 245 if (device_lookup(&btuart_cd, unit) == NULL)
|
/src/sys/dev/pci/ |
pci_usrreq.c | 68 dv = device_lookup(&pci_cd, minor(dev));
|
/src/sys/dev/sbus/ |
if_le.c | 178 lebufdev = device_lookup(lebufcd, unit);
|
mgx.c | 1357 device_t dv = device_lookup(&mgx_cd, minor(dev)); 1373 device_t dv = device_lookup(&mgx_cd, minor(dev));
|
/src/sys/dev/sun/ |
bwtwo.c | 336 if (device_lookup(&bwtwo_cd, unit) == NULL)
|
cgthree.c | 255 if (device_lookup(&cgthree_cd, unit) == NULL)
|
cgsix.c | 636 device_t dv = device_lookup(&cgsix_cd, minor(dev)); 649 device_t dv = device_lookup(&cgsix_cd, minor(dev));
|
/src/sys/arch/sparc/dev/ |
cgeight.c | 340 if (device_lookup(&cgeight_cd, unit) == NULL)
|
cgfour.c | 332 if (device_lookup(&cgfour_cd, unit) == NULL)
|
cgtwo.c | 236 if (device_lookup(&cgtwo_cd, unit) == NULL)
|
/src/sys/sys/ |
device.h | 585 device_t device_lookup(cfdriver_t, int);
|
/src/sys/dev/ |
video.c | 1724 sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev))); 1774 sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev))); 1812 sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev))); 2005 sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev))); 2368 sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev)));
|
/src/sys/dev/i2o/ |
dpti.c | 215 if (device_lookup(&dpti_cd, minor(dev)) == NULL)
|
/src/sys/kern/ |
subr_devsw.c | 1177 * d_open, device_lookup is stable. 1392 if ((dv = device_lookup(d->d_cfdriver, unit)) == NULL) 1413 * d_open, device_lookup is stable. 1679 if ((dv = device_lookup(d->d_cfdriver, unit)) == NULL)
|
subr_autoconf.c | 2336 * device_lookup because the device is not actually removed from 2804 * device_lookup: 2820 device_lookup(cfdriver_t cd, int unit) function in typeref:typename:device_t 2843 return device_private(device_lookup(cd, unit)); 2968 return device_lookup(cd, unit);
|
/src/sys/dev/wscons/ |
wsdisplay.c | 779 dv = device_lookup(&wsdisplay_cd, i); 1079 dv = device_lookup(&wsdisplay_cd, WSDISPLAYUNIT(dev)); 1262 dv = device_lookup(&wsdisplay_cd, WSDISPLAYUNIT(dev));
|
wsmouse.c | 805 return (wsmousedoioctl(device_lookup(&wsmouse_cd, minor(dev)),
|
/src/sys/dev/qbus/ |
qd.c | 898 uh = device_private(device_parent(device_lookup(&qd_cd, unit))); 1095 uh = device_private(device_parent(device_lookup(&qd_cd, unit))); 1703 uh = device_private(device_parent(device_lookup(&qd_cd, unit))); 2762 if (unit >= qd_cd.cd_ndevs || device_lookup(&qd_cd, unit) == NULL)
|