<dec f='src/src/sys/sys/device.h' l='467' type='device_t config_attach_pseudo(cfdata_t )'/>
<use f='src/src/sys/dev/ata/ata_raid.c' l='175' u='c' c='ata_raid_finalize'/>
<use f='src/src/sys/dev/bluetooth/bcsp.c' l='404' u='c' c='bcspopen'/>
<use f='src/src/sys/dev/bluetooth/btuart.c' l='255' u='c' c='btuartopen'/>
<use f='src/src/sys/dev/cgd.c' l='255' u='c' c='cgd_spawn'/>
<use f='src/src/sys/dev/dkwedge/dk.c' l='432' u='c' c='dkwedge_add'/>
<use f='src/src/sys/dev/fss.c' l='214' u='c' c='fss_open'/>
<use f='src/src/sys/dev/ir/irframe_tty.c' l='300' u='c' c='irframetopen'/>
<use f='src/src/sys/dev/md.c' l='281' u='c' c='mdopen'/>
<use f='src/src/sys/dev/pad/pad.c' l='180' u='c' c='padattach'/>
<use f='src/src/sys/dev/raidframe/rf_netbsdkintf.c' l='1829' u='c' c='raidinit'/>
<use f='src/src/sys/dev/vnd.c' l='305' u='c' c='vnd_spawn'/>
<def f='src/src/sys/kern/subr_autoconf.c' l='1629' ll='1658' type='device_t config_attach_pseudo(cfdata_t cf)'/>
<doc f='src/src/sys/kern/subr_autoconf.c' l='1620'>/*
 * As above, but for pseudo-devices.  Pseudo-devices attached in this
 * way are silently inserted into the device tree, and their children
 * attached.
 *
 * Note that because pseudo-devices are attached silently, any information
 * the attach routine wishes to print should be prefixed with the device
 * name by the attach routine.
 */</doc>
<use f='src/src/sys/net/if_tap.c' l='688' u='c' c='tap_clone_creator'/>
<use f='src/src/sys/opencrypto/cryptosoft.c' l='1418' u='c' c='swcrypto_modcmd'/>
