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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c191 attrlist_pack_string(struct _attrlist_buf *ab, const char *source, ssize_t count) function
1102 attrlist_pack_string(&ab, cnp, cnl);
1307 attrlist_pack_string(&ab, mnt->mnt_vfsstat.f_mntonname, 0);
1311 attrlist_pack_string(&ab, vs.f_vol_name, 0);
1319 attrlist_pack_string(&ab, mnt->mnt_vfsstat.f_mntfromname, 0);
1426 attrlist_pack_string(abp, cnp, cnl);
1752 attrlist_pack_string (abp, fullpathptr, fullpathlen);
3125 attrlist_pack_string(&ab, namebuf, namelen);

Completed in 23 milliseconds