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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h93 u_char h_gid[2]; member in struct:__anon9
H A Dcpio.c906 arcn->sb.st_gid = (gid_t)(RSHRT_EXT(hd->h_gid));
921 arcn->sb.st_gid = (gid_t)(SHRT_EXT(hd->h_gid));
1089 hd->h_gid[0] = CHR_WR_2(arcn->sb.st_gid);
1090 hd->h_gid[1] = CHR_WR_3(arcn->sb.st_gid);
1091 if (arcn->sb.st_gid != (gid_t)(SHRT_EXT(hd->h_gid)))
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs.h346 gid_t h_gid; member in struct:hpfsnode
H A Dhpfs_vfsops.c499 hp->h_gid = hpmp->hpm_uid;
H A Dhpfs_vnops.c426 vap->va_gid = hp->h_gid;
710 return (vaccess(vp->v_type, hp->h_mode, hp->h_uid, hp->h_gid,

Completed in 109 milliseconds