Searched defs:auth (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_auth.c | 190 struct drm_auth *auth = data; local 194 auth->magic = file->magic; 198 auth->magic = old + 1; 199 if (!atomic_cmpset_int(&sequence, old, auth->magic)) 201 } while (drm_find_file(file->master, auth->magic)); 202 file->magic = auth->magic; 203 (void) drm_add_magic(file->master, file, auth->magic); 206 DRM_DEBUG("%u\n", auth->magic); 227 struct drm_auth *auth = data; local 230 DRM_DEBUG("%u\n", auth [all...] |
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_auth.c | 130 drm_auth_t auth; local 134 auth.magic = fpriv->magic; 138 auth.magic = old+1; 139 if (!atomic_cmpset_int(&sequence, old, auth.magic)) 141 } while (drm_find_file(dev, auth.magic)); 142 fpriv->magic = auth.magic; 143 (void) drm_add_magic(dev, fpriv, auth.magic); 147 DRM_DEBUG("drm_getmagic: %u", auth.magic); 149 DRM_COPYTO_WITH_RETURN((void *)data, &auth, sizeof (auth)); 158 drm_auth_t auth; local [all...] |
H A D | drm_io32.h | 44 int auth; /* Is client authenticated? */ member in struct:drm_client_32
|
H A D | drm.h | 331 int auth; /**< Is client authenticated? */ member in struct:drm_client
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_io32.h | 67 int auth; /* Is client authenticated? */ member in struct:drm_client_32
|
H A D | drm.h | 238 int auth; /**< Is client authenticated? */ member in struct:drm_client
|
/solaris-x11-s11/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 29 * $XConsortium: auth.c,v 1.17 89/12/14 09:42:18 rws Exp $ 86 static void setAuthNumber (Xauth *auth, char *name); 87 static void DefineLocal (FILE *file, Xauth *auth); 88 static void DefineSelf (int fd, FILE *file, Xauth *auth); 89 static void writeAuth (FILE *file, Xauth *auth); 93 static void GenerateCryptoKey (char *auth, int len); 112 int resetForAuth; /* server reads auth file at reset */ 238 dumpAuth (Xauth *auth) argument 240 printf ("family: %d\n", auth->family); 242 dumpBytes (auth 315 writeLocalAuth( FILE *file, Xauth *auth, char *name) argument 343 writeAddr( int family, int addr_length, char *addr, FILE *file, Xauth *auth) argument 389 DefineSelf( int fd, FILE *file, Xauth *auth) argument 491 DefineLocal( FILE *file, Xauth *auth) argument 559 setAuthNumber( Xauth *auth, char *name) argument 605 writeAuth( FILE *file, Xauth *auth) argument 693 GenerateCryptoKey( char *auth, int len) argument 736 SaveServerAuthorization( char *authFile, Xauth *auth) argument 789 Xauth *auth = 0; local 808 Xauth *auth; local 845 Xauth *entry, *auth; local [all...] |
Completed in 3853 milliseconds