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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c854 ssize_t cnl = 0; /* protected by ATTR_CMN_NAME */ local
1054 cnl = strlen(cnp);
1057 getattrlist_findnamecomp(vp->v_mount->mnt_vfsstat.f_mntonname, &cnp, &cnl);
1060 varsize += roundup(cnl + 1, 4);
1102 attrlist_pack_string(&ab, cnp, cnl);
1413 const char *cnp, ssize_t cnl, const char *fullpathptr,
1426 attrlist_pack_string(abp, cnp, cnl);
2208 ssize_t cnl; local
2220 cnl = 0;
2279 &vname, &cnp, &cnl);
1411 attr_pack_common(vfs_context_t ctx, struct vnode *vp, struct attrlist *alp, struct _attrlist_buf *abp, struct vnode_attr *vap, int proc_is64, const char *cnp, ssize_t cnl, const char *fullpathptr, ssize_t fullpathlen, int return_valid, int pack_invalid, int vtype, int is_bulk) argument
[all...]

Completed in 25 milliseconds