Home
last modified time | relevance | path

Searched refs:mit_auth (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dmitauth.c48 } *mit_auth; variable
63 new->next = mit_auth; in MitAddCookie()
64 mit_auth = new; in MitAddCookie()
77 for (auth = mit_auth; auth; auth = auth->next) { in MitCheckCookie()
91 for (auth = mit_auth; auth; auth = next) { in MitResetCookie()
96 mit_auth = 0; in MitResetCookie()
105 for (auth = mit_auth; auth; auth = auth->next) { in MitFromID()
121 for (auth = mit_auth; auth; prev = auth, auth = auth->next) { in MitRemoveCookie()
127 mit_auth = auth->next; in MitRemoveCookie()