Searched refs:component (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c318 char component[DEVMAXPATHSIZE]; local
331 strlcpy(component, start, scan - start);
335 dirent_p = dev_findname(dirnode, component);
348 error = dev_add_entry(component, dirnode,
/xnu-2782.1.97/bsd/sys/
H A Dvnode.h202 int cn_namelen; /* length of looked up component */
208 * component name operations (for VNOP_LOOKUP)
217 * component name operational modifier flags
222 * component name parameter descriptors.
224 #define ISDOTDOT 0x00002000 /* current component name is .. */
226 #define ISLASTCN 0x00008000 /* this is last component of pathname */
240 struct componentname * vnfs_cnp; /* component name to add to namecache */
1823 @param component Set to index of start of last path component if the path is found to be a package. Set to -1 if
1826 what *component i
[all...]
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c2713 vn_path_package_check(__unused vnode_t vp, char *path, int pathlen, int *component) argument
2718 *component = -1;
2742 *component = comp;

Completed in 44 milliseconds