Searched refs:UID (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_htab.h70 /* the biggest UID in the tree */
79 #define FOR_EACH_ITEM(HTAB, UID, STMT) \
81 UID = htab_get_next(HTAB, UID);\
82 while (UID != 0) {\
84 UID = htab_get_next(HTAB, UID);\
H A Disns_dd.h56 #define UID2MID(M, UID) get_mid(M, UID)
57 #define NEW_MID(M, UID) new_mid(M, UID)
59 #define GET_PRIMARY(UID) (UID) / (sizeof (bmp_t) * 8)
60 #define GET_SECOND(UID) (UID) % (sizeof (bmp_t) * 8)
71 #define FOR_EACH_MEMBER(BMP, NUM, UID, STMT) \
78 UID
[all...]
H A Disns_qry.h42 #define FOR_EACH_OBJS(IDS, NUM, UID, STMT) \
46 UID = (IDS)[i1609];\
H A Disns_server.h163 #define SET_UID_LCP(LCP, TYPE, UID) {\
168 (LCP)->data[0].ui = UID;\
172 #define UPDATE_LCP_UID(LCP, UID) {\
176 (LCP)->data[0].ui = UID;\
/illumos-gate/usr/src/cmd/acct/
H A Dprctmp.sh34 DEVICE UID LOGIN PRIME NPRIME (NUMERIC) DATE TIME
H A Dprtacct.sh34 UID NAME PRIME NPRIME PRIME NPRIME PRIME NPRIME BLOCKS PROCS SESS SAMPLES
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c60 #define FILE_OWNER_OK(UID) ((UID) == 0 || (UID) == UNKNOWNUID)
62 #define FILE_OWNER_OK(UID) ((UID) == 0)
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh45 if [[ ! $UID ]]
46 then UID=$(id -u)
47 readonly UID
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h87 #define dqoff(UID) (((offset_t)(UID) * sizeof (struct dqblk)))
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1098 #define M_PS_FFMT { m_textstr(4865, "ruser=UID", "I"),\
1104 #define M_PS_LFMT { m_textstr(4868, "flags,state,ruid=UID", "I"),\
/illumos-gate/usr/src/cmd/id/
H A Did.c47 UID, EUID, GID, EGID, SGID enumerator in enum:TYPE
189 prid(UID, uid);
334 case UID:
355 case UID:
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c221 acpi->UID);
224 acpi->UID);
227 acpi->UID);
230 acpi->UID);
233 acpi->UID);
236 acpi->UID);
239 EISA_ID_TO_NUM(acpi->HID), acpi->UID);
244 acpi->UID);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h527 #define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT) \
528 (*(OUT) = getpwuid_r(UID,REC,BUF,BUFSIZE), *(OUT) == NULL ? -1 : 0)
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l120 :{WS}*uid { return UID; }
H A Dfsdb_yacc.y89 %token GID LN MD MAJ MIO NM SZ UID UNIQ
542 uid : UID '=' expr { set_file(UID, i_number << l2b, $3); }
H A Dfsdb.c678 case UID :
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c61 #define UID(A) (A.st_uid) macro
696 m = lchown(target, UID(s1), GID(s1));
722 (void) chg_mode(target, UID(s1), GID(s1), FMODE(s1));
782 m = lchown(target, UID(s1), GID(s1));
912 if ((ret = chg_mode(target, UID(s1), GID(s1),
1542 if ((pret = chg_mode(target, UID(s1save), GID(s1save),
1612 if ((ret = chg_mode(target, UID(s1), GID(s1), FMODE(s1))) == 0)
1785 if (fchown(targattrfd, UID(s3), GID(s3)) != 0) {
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h133 UINT32 UID; member in struct:_ACPI_HID_DEVICE_PATH
140 UINT32 UID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c66 /* Native LDAP lookup using UID */
89 #define UID "uid" macro
310 const char *pwd_attrs[] = {UID, UIDNUMBER, NULL, NULL};
450 const char *pwd_attrs[] = {UID, NULL, NULL};
645 (q->is_user) ? UID : CN);
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c843 case IDM_TYPE_USER: /* it's a UID */
1265 #define I_getsidbyuid(GH, UID, SPP, RP, ST) \
1266 kidmap_batch_getsidbyuid(GH, UID, SPP, RP, ST)
1273 #define I_getsidbyuid(GH, UID, SPP, RP, ST) \
1274 idmap_get_sidbyuid(GH, UID, 0, SPP, RP, ST)
1436 * First, get all the UID+GID to SID mappings.
1497 * getting SIDs for every Unix UID/GID.
1572 * every Unix UID or GID in the NFS/ZFS ACL.
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh255 UID=`head -1 $TMPDIR/${MAP}.sort | cut -f1 -d:`
257 if [ "$PSWD" != "##${UID}" ]; then
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dncsi_cmds.h1291 u8_t UID[16]; // Unique Identifier (UID) member in struct:DellGetLicenseCmdRspData
1292 // The Unique Identifier field is a 16 byte ASCII string defined to uniquely identify the Ethernet Controller. It is generated using the permanent MAC address of PCI physical function 0 of the Ethernet Controller. The least 12 bytes is the permanent LAN MAC address of the PCI Physical function 0 and most significant 4 bytes is padded with zeroes. UID shall be all zeros if the Ethernet Controller cannot provide it.
1317 u8_t UID[16]; // Unique Identifier (UID)
1318 // The Unique Identifier field is a 16 byte ASCII string defined to uniquely identify the Ethernet Controller. It is generated using the permanent MAC address of PCI physical function 0 of the Ethernet Controller. The least 12 bytes is the permanent LAN MAC address of the PCI Physical function 0 and most significant 4 bytes is padded with zeroes. UID shall be all zeros if the Ethernet Controller cannot provide it.

Completed in 136 milliseconds