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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c123 attrlist_pack_string(struct _attrlist_buf *ab, const char *source, ssize_t count) function
895 attrlist_pack_string(&ab, cnp, cnl);
1100 attrlist_pack_string(&ab, mnt->mnt_vfsstat.f_mntonname, 0);
1104 attrlist_pack_string(&ab, vs.f_vol_name, 0);
1112 attrlist_pack_string(&ab, mnt->mnt_vfsstat.f_mntfromname, 0);
1541 attrlist_pack_string(&ab, cnp, cnl);
1767 attrlist_pack_string (&ab, fullpathptr, fullpathlen);

Completed in 73 milliseconds