Searched refs:devnode (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h96 typedef struct devnode devnode_t;
122 struct devnode struct
126 * Number of vnodes that point to this devnode. Note, we do not
129 * when a vnode is reclaimed. A devnode will not be freed while
131 * prevent the free of a devnode in situations where there is not
170 devnode_t * de_dnp; /* the "inode" (devnode) pointer */
185 * Dirs hava a strict 1:1 relationship with their OWN devnode
187 * Device Nodes ALWAYS point to the devnode that is linked
H A Ddevfs_vnops.c69 * - free the devfs devnode in devfs_inactive(), not just in devfs_reclaim()
589 struct devnode *de;
683 * the devnode for a subsequent update.
1229 devnode_t * dir_p; /* devnode for parent directory */
/darwin-on-arm/xnu/security/
H A Dmac_framework.h86 struct devnode;
177 void mac_devfs_label_associate_device(dev_t dev, struct devnode *de,
180 struct devnode *de, const char *fullpath);
182 void mac_devfs_label_destroy(struct devnode *de);
183 void mac_devfs_label_init(struct devnode *de);
184 void mac_devfs_label_update(struct mount *mp, struct devnode *de,
529 void mac_vnode_label_associate_devfs(struct mount *mp, struct devnode *de,
H A Dmac_vfs.c102 mac_devfs_label_init(struct devnode *de)
171 mac_devfs_label_destroy(struct devnode *de)
288 mac_devfs_label_update(struct mount *mp, struct devnode *de,
302 struct devnode *dnp;
328 mac_vnode_label_associate_devfs(struct mount *mp, struct devnode *de,
1376 mac_devfs_label_associate_device(dev_t dev, struct devnode *de,
1388 struct devnode *de, const char *fullpath)
H A Dmac_policy.h88 struct devnode;
585 struct devnode *de,
604 struct devnode *de,
656 struct devnode *de,
5637 struct devnode *de,
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c1105 static void *devnode; variable
1120 devnode = devfs_make_node_clone(dev, DEVFS_CHAR, UID_ROOT, GID_WHEEL,
1123 if (devnode == NULL)
1134 devfs_remove(devnode);
H A Daudit_session.c299 static void *devnode; variable
2009 devnode = devfs_make_node_clone(dev, DEVFS_CHAR, UID_ROOT, GID_WHEEL,
2012 if (NULL == devnode)
2023 devfs_remove(devnode);

Completed in 159 milliseconds