Searched refs:fullpath (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/security/
H A Dmac_vfs.c1537 const char *fullpath)
1543 fullpath);
1548 struct devnode *de, const char *fullpath)
1554 de->dn_label, fullpath);
1536 mac_devfs_label_associate_device(dev_t dev, struct devnode *de, const char *fullpath) argument
1547 mac_devfs_label_associate_directory(const char *dirname, int dirnamelen, struct devnode *de, const char *fullpath) argument
H A Dmac_framework.h178 const char *fullpath);
180 struct devnode *de, const char *fullpath);
H A Dmac_policy.h609 @param fullpath Path relative to mount (e.g. /dev) of new device file
619 const char *fullpath
627 @param fullpath Path relative to mount (e.g. /dev) of new directory
638 const char *fullpath
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c294 char fullpath[DEVMAXPATHSIZE]; local
308 strlcpy (fullpath, path, DEVMAXPATHSIZE);
357 dnp, fullpath);

Completed in 43 milliseconds