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

  /src/sys/sys/
device_impl.h 148 struct lwp *dv_attaching; /* thread not yet finished in attach */ member in struct:device
  /src/sys/kern/
subr_autoconf.c 1608 dev->dv_attaching = curlwp;
1847 KASSERT(dev->dv_attaching == curlwp);
1848 dev->dv_attaching = NULL;
1974 KASSERT(dev->dv_attaching == curlwp);
1975 dev->dv_attaching = NULL;
2088 KASSERTMSG((l = dev->dv_attaching) == NULL,
2899 if ((dv->dv_attaching != NULL && dv->dv_attaching != curlwp) ||

Completed in 14 milliseconds