Searched defs:UID (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/id/ |
H A D | id.c | 47 UID, EUID, GID, EGID, SGID enumerator in enum:TYPE 189 prid(UID, uid); 334 case UID: 355 case UID:
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | nldaputils.c | 66 /* 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/cmd/mv/ |
H A D | mv.c | 61 #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 D | efidevp.h | 133 UINT32 UID; member in struct:_ACPI_HID_DEVICE_PATH 140 UINT32 UID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
|
/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 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 4177 milliseconds