Symbol: device_lookup
sys/arch/amiga/amiga/autoconf.c
422
if (device_lookup(&sd_cd,unit) == NULL)
sys/arch/amiga/amiga/autoconf.c
430
if ((dkp = disk_find(device_xname(device_lookup(&sd_cd, unit)))) == NULL)
sys/arch/evbarm/mpcsa/mpcsa_machdep.c
365
if (cd && (twi_dev = device_lookup(cd, 0)) != NULL) {
sys/arch/sparc/dev/cgeight.c
340
if (device_lookup(&cgeight_cd, unit) == NULL)
sys/arch/sparc/dev/cgfour.c
458
if (device_lookup(&cgfour_cd, unit) == NULL)
sys/arch/sparc/dev/cgtwo.c
236
if (device_lookup(&cgtwo_cd, unit) == NULL)
sys/arch/sparc64/dev/ebus_mainbus.c
149
device_t dt = device_lookup(&pyro_cd, j);
sys/arch/sparc64/dev/ebus_mainbus.c
338
device_t dt = device_lookup(&pyro_cd, i);
sys/dev/bluetooth/bcsp.c
392
if (device_lookup(&bcsp_cd, unit) == NULL)
sys/dev/bluetooth/bth5.c
397
if (device_lookup(&bthfive_cd, unit) == NULL)
sys/dev/bluetooth/bthub.c
195
self = device_lookup(&bthub_cd, unit);
sys/dev/bluetooth/btuart.c
245
if (device_lookup(&btuart_cd, unit) == NULL)
sys/dev/hdaudio/hdaudio.c
1538
self = device_lookup(&hdaudio_cd, HDAUDIOUNIT(dev));
sys/dev/i2o/dpti.c
215
if (device_lookup(&dpti_cd, minor(dev)) == NULL)
sys/dev/ic/dpt.c
1121
if (device_lookup(&dpt_cd, minor(dev)) == NULL)
sys/dev/ic/icp_ioctl.c
118
if (device_lookup(&icp_cd, minor(dev)) == NULL)
sys/dev/midi.c
338
if (NULL == device_lookup(&midi_cd, i))
sys/dev/pci/pci.c
716
pcidev = device_lookup(&pci_cd, i);
sys/dev/pci/pci_usrreq.c
68
dv = device_lookup(&pci_cd, minor(dev));
sys/dev/ppbus/lpt.c
431
dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
sys/dev/ppbus/lpt.c
518
device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
sys/dev/ppbus/lpt.c
541
device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
sys/dev/ppbus/lpt.c
583
device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
sys/dev/ppbus/lpt.c
624
device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
sys/dev/qbus/qd.c
1095
uh = device_private(device_parent(device_lookup(&qd_cd, unit)));
sys/dev/qbus/qd.c
1703
uh = device_private(device_parent(device_lookup(&qd_cd, unit)));
sys/dev/qbus/qd.c
2762
if (unit >= qd_cd.cd_ndevs || device_lookup(&qd_cd, unit) == NULL)
sys/dev/qbus/qd.c
898
uh = device_private(device_parent(device_lookup(&qd_cd, unit)));
sys/dev/sbus/if_le.c
183
lebufdev = device_lookup(lebufcd, unit);
sys/dev/sbus/mgx.c
1357
device_t dv = device_lookup(&mgx_cd, minor(dev));
sys/dev/sbus/mgx.c
1373
device_t dv = device_lookup(&mgx_cd, minor(dev));
sys/dev/sbus/p9100.c
524
if (device_lookup(&pnozz_cd, unit) == NULL)
sys/dev/sbus/zx.c
347
if (device_lookup(&zx_cd, minor(dev)) == NULL)
sys/dev/sun/bwtwo.c
336
if (device_lookup(&bwtwo_cd, unit) == NULL)
sys/dev/sun/cgsix.c
636
device_t dv = device_lookup(&cgsix_cd, minor(dev));
sys/dev/sun/cgsix.c
649
device_t dv = device_lookup(&cgsix_cd, minor(dev));
sys/dev/sun/cgthree.c
255
if (device_lookup(&cgthree_cd, unit) == NULL)
sys/dev/video.c
1724
sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev)));
sys/dev/video.c
1774
sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev)));
sys/dev/video.c
1812
sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev)));
sys/dev/video.c
2005
sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev)));
sys/dev/video.c
2368
sc = device_private(device_lookup(&video_cd, VIDEOUNIT(dev)));
sys/dev/wscons/wsdisplay.c
1079
dv = device_lookup(&wsdisplay_cd, WSDISPLAYUNIT(dev));
sys/dev/wscons/wsdisplay.c
1262
dv = device_lookup(&wsdisplay_cd, WSDISPLAYUNIT(dev));
sys/dev/wscons/wsdisplay.c
779
dv = device_lookup(&wsdisplay_cd, i);
sys/dev/wscons/wskbd.c
974
return (wskbd_do_ioctl(device_lookup(&wskbd_cd, minor(dev)),
sys/dev/wscons/wsmouse.c
805
return (wsmousedoioctl(device_lookup(&wsmouse_cd, minor(dev)),
sys/kern/subr_autoconf.c
2948
return device_private(device_lookup(cd, unit));
sys/kern/subr_autoconf.c
3073
return device_lookup(cd, unit);
sys/kern/subr_devsw.c
1394
if ((dv = device_lookup(d->d_cfdriver, unit)) == NULL)
sys/kern/subr_devsw.c
1681
if ((dv = device_lookup(d->d_cfdriver, unit)) == NULL)
sys/rump/dev/lib/libvirtio_ld/ld_at_virtio.c
72
if (device_lookup(&ld_cd, i) == NULL)
sys/sys/device.h
603
device_t device_lookup(cfdriver_t, int);