Searched defs:uid (Results 1 - 15 of 15) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbconf_xorg.c160 uid_t uid; /* Real user ID */ local
166 uid = getuid();
167 if (euid != uid) {
168 if (seteuid(uid) != 0) {
343 if (euid != uid) {
373 if (euid != uid) {
374 if (seteuid(uid) != 0) {
606 if (euid != uid) {
647 if (euid != uid) {
648 if (seteuid(uid) !
[all...]
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/
H A DXtsol.h56 #define RES_OUID 16 /* owner uid */
63 CARD32 ouid; /* owner uid */
64 CARD32 uid; member in struct:_XTsolResAttributes
69 CARD32 uid; member in struct:_XTsolPropAttributes
78 uid_t uid; /* owner uid */ member in struct:_XTsolClientAttributes
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c38 * When shutting down, the Xserver restores it's original uid/gid as
85 uid_t uid; member in struct:dmuser
138 originalUser.uid = geteuid();
153 dmd->user.uid = (uid_t) -1;
452 dmd->user.uid = (uid_t) val;
483 if (chown(auth_file, user->uid, user->gid) < 0)
484 DtloginError("Error in changing owner to %d", user->uid);
515 * Set before the uid value is set.
521 } else if (user->uid != (uid_t) -1) {
522 ppasswd = getpwuid(user->uid);
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_io32.h46 uint32_t uid; /* User ID */ member in struct:drm_client_32
H A Ddrm.h333 unsigned long uid; /**< User ID */ member in struct:drm_client
H A DdrmP.h385 uid_t uid; member in struct:drm_file
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_io32.h69 uint32_t uid; /* User ID */ member in struct:drm_client_32
H A Ddrm.h240 unsigned long uid; /**< User ID */ member in struct:drm_client
H A DdrmP.h1038 uid_t uid; member in struct:drm_file
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c119 int uid; /* user id */ member in struct:verify_info
650 int uid = getuid(); local
684 if (!user2netname(netname, uid, 0))
920 chown (envname, verify->uid, verify->gid);
990 verify.uid = getuid();
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolinfo.h97 #define DEF_UID (uid_t)0 /* uid used for default objects */
98 #define INVALID_UID (uid_t)0xFFFF /* invalid uid */
181 uid_t uid; /* real user id */ member in struct:_TsolInfo
208 uid_t uid; /* user id */ member in struct:_TsolRes
319 * client's sl,uid for this or it will use the polyinstinfo
323 int enabled; /* if true use following sl, uid */
324 uid_t uid; member in struct:_TsolPolyInstInfo
339 extern uid_t OwnerUID; /* Workstation owner uid */
H A Dtsolutils.c103 int uid; /* uid type */ member in struct:xUIDreply
117 int userid; /* uid type */
171 /* Count how many valid entried in the uid table */
217 uidaddr[j].uid = uidtable[i].userid;
223 ErrorF("Invalid no. of uid entries? \n");
239 * Search entire uidtable, to prevent duplicate uid
247 /* this uid entry is already in the table; no-op */
248 return (1); /* Success, uid in the table */
255 * If we can find an empty entry, then add this uid
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c777 uid_t uid; local
779 int uid;
792 uid = getuid();
793 pw = getpwuid(uid);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2006 uid_t uid; local
2008 int uid;
2022 uid = getuid();
2023 pw = getpwuid(uid);
H A DFontSB.c2315 uid_t uid; local
2317 int uid;
2330 uid = getuid();
2331 pw = getpwuid(uid);

Completed in 102 milliseconds