HomeSort by: relevance | last modified time | path
    Searched defs:groupmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/umapfs/
umap_subr.c 139 u_long (*usermap)[2], (*groupmap)[2]; local in function:umap_mapids
149 groupmap = MOUNTTOUMAPMOUNT(v_mount)->info_gmapdata;
165 gid = (gid_t) umap_findid(kauth_cred_getegid(credp), groupmap, gnentries);
181 groupmap, gnentries);
umap_subr.c 139 u_long (*usermap)[2], (*groupmap)[2]; local in function:umap_mapids
149 groupmap = MOUNTTOUMAPMOUNT(v_mount)->info_gmapdata;
165 gid = (gid_t) umap_findid(kauth_cred_getegid(credp), groupmap, gnentries);
181 groupmap, gnentries);

Completed in 46 milliseconds