Searched refs:token (Results 176 - 200 of 325) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dfsproto.h160 port_id port, long token, void **cookie);
241 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h156 port_id port, long token, void **cookie);
233 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp433 AuthenticationServer::_SendRequestReply(port_id port, int32 token, argument
447 return reply.SendTo(port, token);
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h153 port_id port, long token, void **cookie);
230 extern int send_notification(port_id port, long token,
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCalloutEmitter.java331 String token = st.nextToken();
332 int coord = Integer.parseInt(token);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A Dfsproto.h153 port_id port, long token, void **cookie);
230 extern int send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dfsproto.h153 port_id port, long token, void **cookie);
230 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dfsproto.h153 port_id port, long token, void **cookie);
230 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dfsproto.h153 port_id port, long token, void **cookie);
230 extern int send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dfsproto.h164 port_id port, long token, void **cookie);
249 extern _IMPEXP_KERNEL status_t send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dfsproto.h153 port_id port, long token, void **cookie);
229 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfsproto.h156 port_id port, long token, void **cookie);
240 extern _IMPEXP_KERNEL status_t send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dfsproto.h159 port_id port, long token, void **cookie);
242 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/public/
H A Dfsproto.h157 port_id port, long token, void **cookie);
238 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DKernelRequestHandler.cpp189 "`%s')\n", request->port, request->token, request->what,
192 result = send_notification(request->port, request->token, request->what,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/authentication_server/
H A DAuthenticationServer.cpp426 AuthenticationServer::_SendRequestReply(port_id port, int32 token, argument
440 return reply.SendTo(port, token);
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y100 * Use it as a special token to make function parsing
132 %token <sval> FUNC_CALL NAME REGEXP
133 %token <lval> ERROR
134 %token <nodeval> YNUMBER YSTRING
135 %token <nodetypeval> RELOP IO_OUT IO_IN
136 %token <nodetypeval> ASSIGNOP ASSIGN MATCHOP CONCAT_OP
137 %token <nodetypeval> LEX_BEGIN LEX_END LEX_IF LEX_ELSE LEX_RETURN LEX_DELETE
138 %token <nodetypeval> LEX_SWITCH LEX_CASE LEX_DEFAULT LEX_WHILE LEX_DO LEX_FOR LEX_BREAK LEX_CONTINUE
139 %token <nodetypeval> LEX_PRINT LEX_PRINTF LEX_NEXT LEX_EXIT LEX_FUNCTION
140 %token <nodetypeva
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.y292 %token tAGO tDST
294 %token tYEAR_UNIT tMONTH_UNIT tHOUR_UNIT tMINUTE_UNIT tSEC_UNIT
295 %token <intval> tDAY_UNIT tDAY_SHIFT
297 %token <intval> tDAY tDAYZONE tLOCAL_ZONE tMERIDIAN
298 %token <intval> tMONTH tORDINAL tZONE
300 %token <textintval> tSNUMBER tUNUMBER
301 %token <timespec> tSDECIMAL_NUMBER tUDECIMAL_NUMBER
/haiku-fatelf/src/bin/gdb/gdb/
H A Df-exp.c508 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
509 token YYLEX-NUM. */
604 positive, shift that token. If negative, reduce the rule which
1002 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1103 /* Lookahead token as an internal (translated) token number. */
1144 yychar = YYEMPTY; /* Cause a token to be read. */
1243 /* Read a lookahead token if we need one and don't already have one. */
1246 /* First try to decide what to do without reference to lookahead token. */
1252 /* Not known => get a lookahead token i
2176 struct token struct
2179 int token; member in struct:token
2326 unsigned int i,token; local
[all...]
H A Devent-top.c941 mark_async_signal_handler_wrapper (void *token)
943 mark_async_signal_handler ((struct async_signal_handler *) token);
938 mark_async_signal_handler_wrapper(void *token) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp1692 Query::SetLiveMode(port_id port, int32 token)
1695 fToken = token;
1707 send_entry_notification(port_id port, int32 token, Volume* volume, Entry* entry,
1711 notify_query_entry_created(port, token, volume->GetID(),
1715 notify_query_entry_removed(port, token, volume->GetID(),
/haiku-fatelf/src/tests/kits/storage/
H A DMimeSnifferTest.cpp754 const Token *token = stream.Get();
755 CHK(token);
757 cout << tokenTypeToString(token->Type()) << endl;
759 if (token->Type() == CharacterString)
760 cout << " token1 == " << token->String() << endl;
764 if (token->Type() == CharacterString)
766 const std::string &str = token->String();
781 switch (token->Type()) {
783 cout << " string == " << token->String() << endl;
786 cout << " int == " << token
[all...]
/haiku-fatelf/headers/private/file_systems/
H A DQueryParser.h126 uint32 flags, port_id port, uint32 token);
130 uint32 flags, port_id port, uint32 token,
1314 uint32 flags, port_id port, uint32 token)
1323 fToken(token),
1352 uint32 flags, port_id port, uint32 token, Query<QueryPolicy>*& _query)
1368 expression, flags, port, token);
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpcmd.y139 %token
159 %token <s> STRING
160 %token <u> NUMBER
174 short token;
1335 return (p->token);
1359 return (p->token);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h1163 visitor->Visit(this, token);
1169 int32 token; member in struct:OpenQueryRequest
1229 int32 token; // member in struct:NodeMonitoringRequest
1245 visitor->Visit(this, token);
1271 visitor->Visit(this, token);
1293 visitor->Visit(this, token);
1323 visitor->Visit(this, token);
1344 visitor->Visit(this, token);

Completed in 157 milliseconds

1234567891011>>