| /illumos-gate/usr/src/cmd/isns/isnsd/ | 
| H A D | isns_dd.h | 56 #define	UID2MID(M, UID)		get_mid(M, UID)  argument57 #define	NEW_MID(M, UID)		new_mid(M, UID)  argument
 59 #define	GET_PRIMARY(UID)	(UID) / (sizeof (bmp_t) * 8)  argument
 60 #define	GET_SECOND(UID)		(UID) % (sizeof (bmp_t) * 8)  argument
 71 #define	FOR_EACH_MEMBER(BMP, NUM, UID, STMT) \  argument
 
 | 
| H A D | isns_qry.h | 42 #define	FOR_EACH_OBJS(IDS, NUM, UID, STMT)	\  argument
 | 
| H A D | isns_htab.h | 79 #define	FOR_EACH_ITEM(HTAB, UID, STMT)	\  argument
 | 
| H A D | isns_server.h | 163 #define	SET_UID_LCP(LCP, TYPE, UID)	{\  argument172 #define	UPDATE_LCP_UID(LCP, UID)	{\  argument
 
 | 
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ | 
| H A D | kuserok.c | 61 #define FILE_OWNER_OK(UID)  ((UID) == 0 || (UID) == UNKNOWNUID)  argument63 #define FILE_OWNER_OK(UID)  ((UID) == 0)  argument
 
 | 
| /illumos-gate/usr/src/cmd/id/ | 
| H A D | id.c | 45 	UID, EUID, GID, EGID, SGID  enumerator
 | 
| /illumos-gate/usr/src/boot/efi/include/Protocol/ | 
| H A D | IsaAcpi.h | 93 …UINT32    UID; ///< The ACPI Unique Identifier value associated with an ISA controller.  Matches A…  member
 | 
| H A D | DevicePath.h | 211   UINT32                      UID;  member231   UINT32                      UID;  member
 
 | 
| /illumos-gate/usr/src/uts/common/sys/fs/ | 
| H A D | ufs_quota.h | 85 #define	dqoff(UID)	(((offset_t)(UID) * sizeof (struct dqblk)))  argument
 | 
| /illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ | 
| H A D | k5-platform.h | 527 #define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT)  \  argument
 | 
| /illumos-gate/usr/src/common/smbclnt/ | 
| H A D | smbfs_ntacl.c | 1268 #define	I_getsidbyuid(GH, UID, SPP, RP, ST) \  argument1276 #define	I_getsidbyuid(GH, UID, SPP, RP, ST) \  argument
 
 | 
| /illumos-gate/usr/src/cmd/idmap/idmapd/ | 
| H A D | nldaputils.c | 89 #define	UID			"uid"  macro
 | 
| /illumos-gate/usr/src/cmd/mv/ | 
| H A D | mv.c | 67 #define	UID(A)		(A.st_uid)  macro
 | 
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ | 
| H A D | ncsi_cmds.h | 1291 	u8_t            UID[16];                  // Unique Identifier (UID)  member
 |