Searched refs:Uid (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dgwd.c37 * Uid and Euid are global
54 (void) setuid(Uid);
77 * This is a stat call with the uid set from Euid to Uid.
92 (void) setuid(Uid);
100 (void) setuid(Uid);
H A Duuglist.c74 Uid = getuid();
76 if (Uid == 0)
79 (void) guinfo(Uid, User);
H A Dbnuconvert.c49 Uid = getuid();
51 if (Uid == 0)
H A Dcpmv.c185 * Uid and Euid are global
215 (void) setuid(Uid);
223 setuid(Uid);
H A Duucpdefs.c47 GLOBAL uid_t Uid, Euid; /* user-id and effective-uid */ variable
H A Duucp.c79 Uid = getuid();
81 if (Uid == 0)
114 (void) guinfo(Uid, User);
272 DEBUG(4, "UID %ld, ", (long) Uid);
520 setuid(Uid);
H A Duux.c110 Uid = getuid();
112 if (Uid == 0)
144 guinfo(Uid, User);
652 && !(stbuf.st_uid == Uid && stbuf.st_mode & 0400)
H A Duuxqt.c170 Uid = getuid();
174 if (Uid == 0)
179 guinfo(Uid, Loginuser);
H A Duucico.c118 Uid = getuid();
120 if (Uid == 0)
237 ret = guinfo(Uid, Loginuser);
856 (void) setuid(Uid);
H A Duucp.h510 EXTERN uid_t Uid, Euid; /* user-id and effective-uid */ variable
H A Duustat.c160 Uid = getuid();
162 guinfo(Uid, Loginuser);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.h127 int Uid; member in struct:header
139 #define uid H.Uid
H A Dexpreserve.c77 int Uid; /* This user's identity */ member in struct:header
245 if (name == 0 && H.Uid != getuid()) {
274 pp = getpwuid(H.Uid);
292 (void) chown((char *)savdir, H.Uid, 2);
310 (void) fchown(savfild, H.Uid, 2);
326 notify(H.Uid, H.Savedfile, (int) name, H.encrypted);
H A Dexrecover.c360 if (getuid() != H.Uid) {
582 if (getuid() != H.Uid)
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucpdefs.c43 static uid_t Uid, Euid; /* user-id and effective-uid */ variable
H A Duucp.h399 static uid_t Uid, Euid; /* user-id and effective-uid */ variable
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutids.c165 ACPI_PNP_DEVICE_ID *Uid; local
193 Uid = ACPI_ALLOCATE_ZEROED (
195 if (!Uid)
203 Uid->String = ACPI_ADD_PTR (char, Uid, sizeof (ACPI_PNP_DEVICE_ID));
209 AcpiExIntegerToString (Uid->String, ObjDesc->Integer.Value);
213 strcpy (Uid->String, ObjDesc->String.Pointer);
216 Uid->Length = Length;
217 *ReturnId = Uid;
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsxfname.c316 ACPI_PNP_DEVICE_ID *Uid = NULL; local
388 Status = AcpiUtExecute_UID (Node, &Uid);
391 InfoSize += Uid->Length;
513 if (Uid)
516 Uid, NextIdString);
561 if (Uid)
563 ACPI_FREE (Uid);
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl1.h221 UINT32 Uid; /* Unique ID - must be same as the EC _UID method */ member in struct:acpi_table_ecdt
942 UINT32 Uid; /* Numeric UID - ACPI 3.0 */ member in struct:acpi_madt_local_sapic
976 UINT32 Uid; /* ACPI processor UID */ member in struct:acpi_madt_local_x2apic
987 UINT32 Uid; /* ACPI processor UID */ member in struct:acpi_madt_local_x2apic_nmi
1001 UINT32 Uid; member in struct:acpi_madt_generic_interrupt
H A Dactbl2.h340 UINT32 Uid; member in struct:acpi_csrt_descriptor
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c216 acpidev_cpu_map[*cntp].proc_id = mpx2a->Uid;
277 rp->proc_id = mpx2a->Uid;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c769 psm_name, mpx2a->Uid, mpx2a->LocalApicId);
774 proc_ids[0] = mpx2a->Uid;
778 proc_ids[index] = mpx2a->Uid;
798 if (mx2alan->Uid >> 8)
804 mx2alan->Uid, mx2alan->IntiFlags, mx2alan->Lint);
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h447 EXTERN uid_t Uid, Euid; /* user-id and effective-uid */ variable
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c377 uid_t x_uid, /* Uid of file */
392 uid_t g_uid, /* Uid of file */
2942 uid_t Uid; local
2971 Uid = getuid();
3250 if (dblock.dbuf.typeflag == '3' && !Uid) { /* CHAR SPECIAL */
3291 } else if (dblock.dbuf.typeflag == '3' && Uid) {
3299 if (dblock.dbuf.typeflag == '4' && !Uid) {
3339 } else if (dblock.dbuf.typeflag == '4' && Uid) {

Completed in 181 milliseconds