Searched refs:DEVFS_CLONE_ALLOC (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs.h67 #define DEVFS_CLONE_ALLOC 1 /* Allocate minor number slot */ macro
H A Ddevfs_tree.c1132 int n_minor = DEVFS_CLONE_ALLOC; /* new minor number for clone device */
1240 n_minor = (*dnp->dn_clone)(dnp->dn_typeinfo.dev, DEVFS_CLONE_ALLOC);
1293 } else if (n_minor != DEVFS_CLONE_ALLOC) {
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c667 if (action == DEVFS_CLONE_ALLOC) {
H A Daudit_session.c1980 if (DEVFS_CLONE_ALLOC == action) {
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c524 if (action == DEVFS_CLONE_ALLOC) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c19592 if (action == DEVFS_CLONE_ALLOC) {

Completed in 103 milliseconds