Home
last modified time | relevance | path

Searched refs:o_uid_t (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/ucbhead/sys/
H A Dtypes.h321 typedef ushort_t o_uid_t; /* old UID type */ typedef
322 typedef o_uid_t o_gid_t; /* old GID type */
/titanic_50/usr/src/uts/common/sys/
H A Dacct.h72 o_uid_t ac_uid; /* Accounting user ID */
H A Dtypes.h360 typedef ushort_t o_uid_t; /* old UID type */ typedef
361 typedef o_uid_t o_gid_t; /* old GID type */
H A Dstropts.h399 o_uid_t uid; /* always ushort */
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_inode.h179 #define UID_LONG (o_uid_t)65535
181 #define GID_LONG (o_uid_t)65535
195 o_uid_t ic_suid; /* 4: owner's user id */
/titanic_50/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c383 if (itab[j].di_suid != (o_uid_t)UID_LONG) in check()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c844 o_uid_t suid; in ufs_iupdat()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c5339 if (srf->uid > (o_uid_t)USHRT_MAX || in strioctl()
5349 ostrfd.uid = (o_uid_t)srf->uid; in strioctl()