Searched refs:dn_lflags (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c698 dnp->dn_lflags |= DN_DELETE;
1141 if (dnp->dn_lflags & DN_DELETE) {
1162 if (dnp->dn_lflags & DN_DELETE) {
1195 if (dnp->dn_lflags & DN_CREATE) {
1196 dnp->dn_lflags |= DN_CREATEWAIT;
1197 msleep(&dnp->dn_lflags, &devfs_mutex, PRIBIO, 0 , 0);
1201 dnp->dn_lflags |= DN_CREATE;
1306 dnp->dn_lflags &= ~DN_CREATE;
1307 if (dnp->dn_lflags & DN_CREATEWAIT) {
1308 dnp->dn_lflags
[all...]
H A Ddevfsdefs.h155 int dn_lflags; member in struct:devnode

Completed in 49 milliseconds