| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | mptcp.c | 62 __u32 token; member 123 static int verify_msk(int map_fd, int client_fd, __u32 token) in verify_msk() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/syscalls/ |
| H A D | rtas_filter.c | 41 __be32 token; member 113 int i, rc, token; in rtas_call() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | xdp_synproxy.c | 404 char *token = strsep(&p, ","); in main() local
|
| /kernel/linux/linux-6.6/drivers/s390/cio/ |
| H A D | qdio_setup.c | 211 check_and_setup_qebsm(struct qdio_irq *irq_ptr, unsigned char qdioac, unsigned long token) check_and_setup_qebsm() argument
|
| H A D | scm.c | 227 u64 token = 0; in scm_update_information() local
|
| /kernel/linux/linux-6.6/drivers/s390/scsi/ |
| H A D | zfcp_aux.c | 92 char *token; in zfcp_init_device_setup() local [all...] |
| /kernel/linux/linux-6.6/mm/kasan/ |
| H A D | report_generic.c | 253 char token[64]; in print_decoded_frame_descr() local 210 tokenize_frame_descr(const char **frame_descr, char *token, size_t max_tok_len, unsigned long *value) tokenize_frame_descr() argument [all...] |
| /kernel/linux/linux-6.6/mm/ |
| H A D | vmpressure.c | 382 char *token; in vmpressure_register_event() local
|
| /kernel/linux/linux-6.6/lib/lz4/ |
| H A D | lz4_decompress.c | 127 unsigned int const token = *ip++; in LZ4_decompress_generic() local
|
| /kernel/linux/linux-6.6/net/mptcp/ |
| H A D | pm_userspace.c | 162 struct nlattr *token = info->attrs[MPTCP_PM_ATTR_TOKEN]; in mptcp_nl_cmd_announce() local 259 struct nlattr *token = info->attrs[MPTCP_PM_ATTR_TOKEN]; in mptcp_nl_cmd_remove() local 327 struct nlattr *token = info->attrs[MPTCP_PM_ATTR_TOKEN]; mptcp_nl_cmd_sf_create() local 451 struct nlattr *token = info->attrs[MPTCP_PM_ATTR_TOKEN]; mptcp_nl_cmd_sf_destroy() local 536 mptcp_userspace_pm_set_flags(struct net *net, struct nlattr *token, struct mptcp_pm_addr_entry *loc, struct mptcp_pm_addr_entry *rem, u8 bkup) mptcp_userspace_pm_set_flags() argument [all...] |
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | smc_diag.h | 50 __u32 token; member 88 __aligned_u64 token; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | smc_diag.h | 63 __u32 token; member 98 __aligned_u64 token; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | smc_diag.h | 63 __u32 token; member 98 __aligned_u64 token; member
|
| /kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
| H A D | liteipc.h | 48 uint32_t token; member
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | ipc_transactor_test.cpp | 84 auto token = string("testInitConnection_#") + string(params.description); in TEST_P() local 121 constexpr string_view token = "testAapiTransaction"; in TEST() local 176 constexpr string_view token = "testHandleFdParam"; in TEST() local 229 constexpr string_view token = "testDetectConcurrentTransaction"; TEST() local 277 constexpr string_view token = "testServerDetectClientDeath"; TEST() local [all...] |
| /test/testfwk/arkxtest/uitest/cj/ |
| H A D | uitest_ffi.cpp | 155 void CJ_InitConnection(char *token) in CJ_InitConnection() argument
|
| /test/testfwk/arkxtest/uitest/server/ |
| H A D | server_main.cpp | 206 static int32_t StartDaemon(string_view token, int32_t argc, char *argv[]) in StartDaemon() argument
|
| /test/xts/device_attest_lite/services/core/network/ |
| H A D | attest_coap.c | 51 static int32_t CoapCreateToken(uint8_t token[], uint8_t* tkl) in CoapCreateToken() argument 66 static int32_t CoapAddToken(CoapPacket* pkt, const CoapBuffer* token, CoapRWBuffer* buf) in CoapAddToken() argument 378 CoapEncode(CoapPacket* pkt, const CoapPacketParam* param, const CoapBuffer* token, const CoapBuffer* payload, CoapRWBuffer* outBuf) CoapEncode() argument 448 uint8_t token[PKT_TOKEN_LEN] = {0}; CoapBuildMessage() local [all...] |
| /test/xts/hats/kernel/accesstokenid/ |
| H A D | accesstokenid_test.cpp | 90 static int GetTokenid(unsigned long long *token) in GetTokenid() argument 109 static int SetTokenid(unsigned long long *token) in SetTokenid() argument 166 static void GetCurToken(unsigned long long *token, unsigned long long *ftoken) in GetCurToken() argument 234 unsigned long long token = INVAL_TOKEN; in HWTEST_F() local 254 unsigned long long token in HWTEST_F() local 290 unsigned long long token = INVAL_TOKEN; HWTEST_F() local 332 unsigned long long token = INVAL_TOKEN; HWTEST_F() local 452 unsigned long long token; HWTEST_F() local 504 unsigned long long token = INVAL_TOKEN; HWTEST_F() local [all...] |
| /third_party/elfutils/libdw/ |
| H A D | dwarf_getmacros.c | 478 offset_from_token (ptrdiff_t token, bool *accept_0xffp) in offset_from_token() argument 516 dwarf_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t token) dwarf_getmacros_off() argument 537 dwarf_getmacros(Dwarf_Die *cudie, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t token) dwarf_getmacros() argument [all...] |
| /third_party/f2fs-tools/fsck/ |
| H A D | main.c | 236 char *token; in f2fs_parse_options() local 539 char *token; in f2fs_parse_options() local 611 char *token; f2fs_parse_options() local [all...] |
| /third_party/curl/lib/ |
| H A D | setopt.c | 173 const char *token = str; in protocol2num() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Scan.cpp | 824 int TScanContext::tokenize(TPpContext* pp, TParserToken& token) in tokenize() argument 829 int token = pp->tokenize(ppToken); in tokenize() local 908 int token in tokenize() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| H A D | PpScanner.cpp | 1227 int token = scanToken(&ppToken); tokenize() local 1309 tokenPaste(int token, TPpToken& ppToken) tokenPaste() argument [all...] |
| /third_party/gn/src/base/strings/ |
| H A D | string_tokenizer.h | 143 str token() const { return str(token_begin_, token_end_); } in token() function in base::StringTokenizerT
|