HomeSort by: relevance | last modified time | path
    Searched refs:ca_childdetached (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
device.h 385 void (*ca_childdetached)(device_t, device_t); member in struct:cfattach
400 .ca_childdetached = chdetfn, \
device.h 385 void (*ca_childdetached)(device_t, device_t); member in struct:cfattach
400 .ca_childdetached = chdetfn, \
  /src/sys/kern/
kern_drvctl.c 281 !device_cfattach(device_parent(d))->ca_childdetached) {
kern_drvctl.c 281 !device_cfattach(device_parent(d))->ca_childdetached) {
subr_autoconf.c 2275 if (p->dv_cfattach->ca_childdetached)
2276 (*p->dv_cfattach->ca_childdetached)(p, dev);
2326 * taken also by .ca_childdetached to synchronize access to the
subr_autoconf.c 2275 if (p->dv_cfattach->ca_childdetached)
2276 (*p->dv_cfattach->ca_childdetached)(p, dev);
2326 * taken also by .ca_childdetached to synchronize access to the

Completed in 30 milliseconds