Searched refs:uid (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_append_config.c72 if (euid != uid) {
73 if (seteuid(uid) != 0) {
90 if (euid != uid) {
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-s12/open-src/app/accessx/sun-src/
H A DMakefile33 L10N_FILES = accessx.hlp accessx.uid accessx.uil accessxstrings.uil
35 all:: accessx.uid accessx
37 accessx.uid: accessx.uil
44 install: accessx accessx.uid accessx.1 $(L10N_FILES)
/solaris-x11-s12/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-s12/open-src/proto/sun-ext-protos/include/
H A Dinteractive.h80 CARD32 uid B32; /* requestor's uid */
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_io32.c245 dest64->uid = dest32.uid;
261 src32.uid = (uint32_t)src64->uid;
H A Ddrm_ioctl.c195 client->uid = pt->uid;
H A Ddrm_fops.c190 priv->uid = crgetsuid(credp);
/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c82 uid_t uid; /* user id */ member in struct:verify_info
410 uid_t uid = getuid(); local
412 if (!user2netname(netname, uid, 0)) {
623 chown(envname, verify->uid, verify->gid);
694 verify.uid = getuid();
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_io32.h69 uint32_t uid; /* User ID */ member in struct:drm_client_32
H A DdrmP.h1041 uid_t uid; member in struct:drm_file
/solaris-x11-s12/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c331 (stuff->uid==ServerUid || ServerUid==0 || stuff->uid==0) &&
339 (stuff->uid==ServerUid || ServerUid==0) &&
/solaris-x11-s12/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c300 req->uid = (CARD32)getuid();

Completed in 80 milliseconds