Searched refs:ca_childdetached (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/sys/
H A Ddevice.h382 void (*ca_childdetached)(device_t, device_t); member in struct:cfattach
397 .ca_childdetached = chdetfn, \
/netbsd-current/sys/kern/
H A Dkern_drvctl.c281 !device_cfattach(device_parent(d))->ca_childdetached) {
H A Dsubr_autoconf.c2261 if (p->dv_cfattach->ca_childdetached)
2262 (*p->dv_cfattach->ca_childdetached)(p, dev);
2312 * taken also by .ca_childdetached to synchronize access to the

Completed in 202 milliseconds