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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c2866 mount_fillfsids(fsid_t *fsidlst, int count) argument
2875 fsidlst[actual] = mp->mnt_vfsstat.f_fsid;
2887 * than room in fsidlst then ENOMEM will be returned and '*actual' will
2892 sysctl_vfs_getvfslist(fsid_t *fsidlst, int count, int *actual) argument
2901 fsidlst[(*actual) - 1] = mp->mnt_vfsstat.f_fsid;
2913 fsid_t *fsidlst; local
2936 MALLOC(fsidlst, fsid_t *, req->oldlen, M_TEMP, M_WAITOK);
2937 error = sysctl_vfs_getvfslist(fsidlst, req->oldlen / sizeof(fsid_t),
2944 FREE(fsidlst, M_TEMP);
2949 error = SYSCTL_OUT(req, fsidlst, actua
[all...]

Completed in 14 milliseconds