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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h91 u_char h_mode[2]; member in struct:__anon9
H A Dcpio.c904 arcn->sb.st_mode = (mode_t)(RSHRT_EXT(hd->h_mode));
919 arcn->sb.st_mode = (mode_t)(SHRT_EXT(hd->h_mode));
1081 hd->h_mode[0] = CHR_WR_2(arcn->sb.st_mode);
1082 hd->h_mode[1] = CHR_WR_3(arcn->sb.st_mode);
1083 if (arcn->sb.st_mode != (mode_t)(SHRT_EXT(hd->h_mode)))
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs.h347 mode_t h_mode; member in struct:hpfsnode
H A Dhpfs_vfsops.c500 hp->h_mode = hpmp->hpm_mode;
H A Dhpfs_vnops.c423 vap->va_mode = hp->h_mode;
710 return (vaccess(vp->v_type, hp->h_mode, hp->h_uid, hp->h_gid,

Completed in 155 milliseconds