Searched refs:D_NEEDMINOR (Results 1 – 4 of 4) sorted by relevance
176 #define D_NEEDMINOR 0x00800000 /* driver uses clone_create() */ macro
283 .d_flags = D_NEEDMINOR,300 .d_flags = D_NEEDMINOR,317 .d_flags = D_NEEDMINOR,
572 if (csw->d_flags & D_NEEDMINOR) { in newdev()1332 KASSERT(csw->d_flags & D_NEEDMINOR, in clone_create()
162 .d_flags = D_NEEDGIANT | D_NEEDMINOR,