Home
last modified time | relevance | path

Searched refs:h_uid (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dsymbol-summary.h365 int h_uid = summary->hashable_uid (edge); in class() local
366 T **v = summary->m_map.get (h_uid); in class()
372 summary->m_map.remove (h_uid); in class()
/dragonfly/bin/pax/
H A Dcpio.c866 arcn->sb.st_uid = (uid_t)(RSHRT_EXT(hd->h_uid)); in bcpio_rd()
881 arcn->sb.st_uid = (uid_t)(SHRT_EXT(hd->h_uid)); in bcpio_rd()
1046 hd->h_uid[0] = CHR_WR_2(arcn->sb.st_uid); in bcpio_wr()
1047 hd->h_uid[1] = CHR_WR_3(arcn->sb.st_uid); in bcpio_wr()
1048 if (arcn->sb.st_uid != (uid_t)(SHRT_EXT(hd->h_uid))) in bcpio_wr()
H A Dcpio.h93 u_char h_uid[2]; member
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_binary.c90 uint16_t h_uid;
465 h.h_uid = la_swap16((uint16_t)archive_entry_uid(entry)); in write_header()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vnops.c459 vap->va_uid = hp->h_uid; in hpfs_getattr()
533 if (cred->cr_uid != hp->h_uid && in hpfs_setattr()
730 return (vop_helper_access(ap, hp->h_uid, hp->h_gid, hp->h_mode, 0)); in hpfs_access()
H A Dhpfs.h347 uid_t h_uid; member
H A Dhpfs_vfsops.c511 hp->h_uid = hpmp->hpm_uid; in hpfs_vget()