Searched refs:token (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_purgeable.c31 struct token { struct
36 struct token *tokens;
41 token_idx_t token_init_idx = 1; /* token 0 is reserved!! */
43 * be added onto token queue */
45 int available_for_purge = 0; /* increase when ripe token
47 * token removed protect with
56 #define TOKEN_QUEUE_ADVANCE 0x42/* 0x108 actually means "token ripened" */
68 token_idx_t token = queue->token_q_head; local
72 while (token) {
73 if (tokens[token]
106 token_idx_t token; local
244 token_idx_t token; local
298 token_idx_t token = vm_purgeable_token_remove_first(queue); local
436 token_idx_t token; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOKitKeysPrivate.h56 // clientHasPrivilege security token for kIOClientPrivilegeSecureConsoleProcess
58 void * token; member in struct:_IOUCProcessToken
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y114 %token NUMBER
115 %token STRING
116 %token DATA
117 %token BOOLEAN
118 %token SYNTAX_ERROR
H A DOSUnserializeXML.y138 %token ARRAY
139 %token BOOLEAN
140 %token DATA
141 %token DICTIONARY
142 %token IDREF
143 %token KEY
144 %token NUMBER
145 %token SET
146 %token STRING
147 %token SYNTAX_ERRO
[all...]
H A DOSUnserialize.cpp378 #define YYBACKUP(token, value) \
381 { yychar = (token), yylval = (value); \
537 int yychar1 = 0; /* lookahead token as an internal (translated) token number */
581 yychar = YYEMPTY; /* Cause a token to be read. */
694 /* Read a lookahead token if we need one and don't already have one. */
697 /* First try to decide what to do without reference to lookahead token. */
703 /* Not known => get a lookahead token if don't already have one. */
706 or a valid token in external form. */
712 fprintf(stderr, "Reading a token
[all...]
H A DOSUnserializeXML.cpp247 /* Enabling the token table. */
578 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
579 token YYLEX-NUM. */
642 positive, shift that token. If negative, reduce the rule which
852 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1057 /* Copy into YYRESULT an error message about the unexpected token
1262 /* Look-ahead token as an internal (translated) token number. */
1309 yychar = YYEMPTY; /* Cause a token to be read. */
1407 look-ahead token i
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp854 security_token_t token; local
861 task = (task_t)((IOUCProcessToken *)securityToken)->token;
866 kr = task_info( task, TASK_SECURITY_TOKEN, (task_info_t) &token, &count );
871 if (0 != token.val[0])
874 user = CopyConsoleUser(token.val[0]);
880 user = CopyConsoleUser(token.val[0]);

Completed in 46 milliseconds