Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dminikconf.py361 self.get_token()
421 self.get_token()
424 self.get_token()
432 self.get_token()
444 self.get_token()
454 self.get_token()
462 self.get_token()
465 self.get_token()
469 self.get_token()
480 self.get_token()
[all …]
/openbmc/linux/tools/perf/util/
H A Dstrfilter.c38 static const char *get_token(const char *s, const char **e) in get_token() function
93 s = get_token(s, &e); in strfilter_node__new()
142 s = get_token(e, &e); in strfilter_node__new()
/openbmc/u-boot/cmd/
H A Dpxe.c990 static void get_token(char **p, struct token *t, enum lex_state state) in get_token() function
1057 get_token(c, &t, L_SLITERAL); in parse_sliteral()
1077 get_token(c, &t, L_SLITERAL); in parse_integer()
1150 get_token(c, &t, L_KEYWORD); in parse_menu()
1187 get_token(c, &t, L_KEYWORD); in parse_label_menu()
1269 get_token(c, &t, L_KEYWORD); in parse_label()
1370 get_token(&p, &t, L_KEYWORD); in parse_pxefile_top()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp126 auto get_token() const noexcept -> inplace_stop_token;
214 inline auto inplace_stop_source::get_token() const noexcept in get_token() function in stdexec::inplace_stop_source
H A Dasync_scope.hpp237 __op_->__scope_->__stop_source_.get_token()}); in get_env()
563 __forward_scope_{std::in_place, __scope->__stop_source_.get_token(), in __future_state_base()
567 stdexec::prop{get_stop_token, __scope->__stop_source_.get_token()}))
871 __spawn_env_{__scope->__stop_source_.get_token()}), in __t()
953 return __impl_.__stop_source_.get_token(); in get_stop_token()
H A Dtask.hpp212 __self.__stop_token_ = __stop_source_.get_token();
280 __self.__stop_token_ = __stop_source_.get_token(); in __default_awaiter_context()
H A Dany_sender_of.hpp1050 prop{get_stop_token, __op_->__stop_source_.get_token()}, in get_env()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py312 get_token = lexer.token
314 get_token = tokenfunc
345 lookahead = get_token() # Get the next token
517 token = get_token
623 get_token = lexer.token
625 get_token = tokenfunc
651 lookahead = get_token() # Get the next token
790 token = get_token
895 get_token = lexer.token
897 get_token = tokenfunc
[all …]
/openbmc/linux/sound/soc/sof/
H A Dtopology.c108 if (!tokens[i].get_token) { in sof_update_ipc_object()
115 tokens[i].get_token((void *)tuples[j].value.s, object, in sof_update_ipc_object()
470 tokens[j].get_token(elem, object, in sof_parse_uuid_tokens()
637 ret = tokens[j].get_token(elem->string, object, offset + tokens[j].offset); in sof_parse_string_tokens()
686 tokens[j].get_token(elem, object, offset + tokens[j].offset); in sof_parse_word_tokens()
H A Dsof-audio.h295 int (*get_token)(void *elem, void *object, u32 offset); member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__shared.hpp261 __env_(__env::__join(prop{get_stop_token, __stop_source_.get_token()}, in __shared_state()
H A D__when_all.hpp70 return __env::__join(prop{get_stop_token, __stop_source.get_token()}, in __mkenv()