Home
last modified time | relevance | path

Searched refs:tokens (Results 51 – 75 of 140) sorted by relevance

123456

/openbmc/openbmc-test-automation/lib/
H A Dtally_sheet.py209 tokens = [i for i in re.split(r"(\d+|\W+)", calc_field) if i]
211 for token in tokens:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jwt-cpp/
H A Djwt-cpp_0.7.0.bb1 SUMMARY = "A header only library for creating and validating json web tokens in c++"
/openbmc/qemu/qobject/
H A Djson-parser-int.h52 QObject *json_parser_parse(GQueue *tokens, va_list *ap, Error **errp);
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py167 tokens = NumberLines([([], text)], startline, endline)
168 for classes, value in tokens:
/openbmc/linux/Documentation/sphinx/
H A Dkernel_include.py169 tokens = NumberLines([([], text)], startline, endline)
170 for classes, value in tokens:
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass99 export SOFTHSM2_DIR="${B}/softhsm2.tokens"
220 install -d ${D}${localstatedir}/lib/softhsm/tokens/${PN}
221 install -m 600 -t ${D}${localstatedir}/lib/softhsm/tokens/${PN} ${B}/softhsm2.tokens/*/*
253 export SOFTHSM2_DIR="${STAGING_DIR_NATIVE}/var/lib/softhsm/tokens"
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A Dzipnote-crashes-with-segfault.patch13 @@ -661,7 +661,7 @@ char **argv; /* command line tokens */
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-smbios.h56 struct calling_interface_token tokens[]; member
/openbmc/linux/drivers/mtd/ubi/
H A Dbuild.c1402 char *tokens[MTD_PARAM_MAX_COUNT], *token; in ubi_mtd_param_parse() local
1432 tokens[i] = strsep(&pbuf, ","); in ubi_mtd_param_parse()
1440 strcpy(&p->name[0], tokens[0]); in ubi_mtd_param_parse()
1442 token = tokens[1]; in ubi_mtd_param_parse()
1450 token = tokens[2]; in ubi_mtd_param_parse()
1461 token = tokens[3]; in ubi_mtd_param_parse()
1473 token = tokens[4]; in ubi_mtd_param_parse()
/openbmc/linux/arch/um/drivers/
H A Dvector_user.h54 char *tokens[MAXVARGS]; member
/openbmc/openbmc/poky/meta/recipes-gnome/libsecret/
H A Dlibsecret_0.21.4.bb4 tokens and other types of secrets. libsecret provides a convenient wrapper \
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c1454 char *tokens[MTD_PARAM_MAX_COUNT], *token; in ubi_mtd_param_parse() local
1484 tokens[i] = strsep(&pbuf, ","); in ubi_mtd_param_parse()
1492 strcpy(&p->name[0], tokens[0]); in ubi_mtd_param_parse()
1494 token = tokens[1]; in ubi_mtd_param_parse()
1502 token = tokens[2]; in ubi_mtd_param_parse()
1513 token = tokens[3]; in ubi_mtd_param_parse()
/openbmc/linux/Documentation/filesystems/nfs/
H A Drpc-server-gss.rst55 A) It can handle tokens that are no bigger than 2KiB
57 In some Kerberos deployment GSSAPI tokens can be quite big, up and
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-pkcs11/
H A Dtpm2-pkcs11_1.9.0.bb2 …ard that defines a standard method to access cryptographic services from tokens/ devices such as h…
/openbmc/openbmc/poky/meta/recipes-core/busybox/
H A Dbusybox.inc62 def busybox_cfg(feature, tokens, cnf, rem):
63 if type(tokens) == type(""):
64 tokens = [tokens]
65 rem.extend(['/^[# ]*' + token + '[ =]/d' for token in tokens])
67 cnf.extend([token + '=y' for token in tokens])
69 cnf.extend(['# ' + token + ' is not set' for token in tokens])
/openbmc/linux/fs/autofs/
H A Dinode.c117 static const match_table_t tokens = { variable
160 token = match_token(p, tokens, args); in parse_options()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py2769 self.tokens = None
2813 if self.tokens:
2814 sig.update(" ".join(self.tokens).encode('latin-1'))
2896 tokens = self.pdict.get("tokens",None)
2897 if not tokens:
2902 if not isinstance(tokens,(list, tuple)):
2907 if not tokens:
2912 self.tokens = tokens
2917 if 'error' in self.tokens:
2923 for n in self.tokens:
[all …]
/openbmc/linux/net/sched/
H A Dsch_htb.c120 s64 tokens, ctokens;/* current number of tokens */ member
541 if ((toks = (cl->tokens + *diff)) >= htb_hiwater(cl)) in htb_class_mode()
659 s64 toks = diff + cl->tokens; in htb_accnt_tokens()
667 cl->tokens = toks; in htb_accnt_tokens()
713 cl->tokens += diff; /* we moved t_c; update tokens */ in htb_charge_class()
1333 cl->xstats.tokens = clamp_t(s64, PSCHED_NS2TICKS(cl->tokens), in htb_dump_class_stats()
1517 parent->tokens = parent->buffer; in htb_parent_to_leaf()
1971 cl->tokens = PSCHED_TICKS2NS(hopt->buffer); in htb_change_class()
/openbmc/linux/fs/pstore/
H A Dinode.c231 static const match_table_t tokens = { variable
251 token = match_token(p, tokens, args); in parse_options()
/openbmc/linux/fs/hfs/
H A Dsuper.c193 static const match_table_t tokens = { variable
246 token = match_token(p, tokens, args); in parse_options()
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py251 tokens = []
253 tokens.append(f"name={self.name!r}")
254 tokens.append(f"runstate={self.runstate.name}")
/openbmc/linux/fs/adfs/
H A Dsuper.c120 static const match_table_t tokens = { variable
144 token = match_token(p, tokens, args); in parse_options()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1308 tokens = selector.split()
1311 if tokens[-1] in self._selector_combinators:
1313 'Final combinator "%s" is missing an argument.' % tokens[-1])
1318 for index, token in enumerate(tokens):
1322 if tokens[index-1] in self._selector_combinators:
1436 next_token = tokens[index+1]
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/
H A Dcheck-funcs.patch4 argument of AC_CHECK_FUNCS as function tokens and generate a lot of
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/mfa/
H A Dpython3-privacyidea_3.9.1.bb2 DESCRIPTION = "privacyIDEA is an open solution for strong two-factor authentication like OTP tokens

123456