Home
last modified time | relevance | path

Searched refs:token (Results 2651 - 2675 of 3271) sorted by relevance

1...<<101102103104105106107108109110>>...131

/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1507 dma_addr_t token; in ibmvscsis_adapter_info() local
1517 info = dma_alloc_coherent(&vscsi->dma_dev->dev, sizeof(*info), &token, in ibmvscsis_adapter_info()
1530 vscsi->dds.window[LOCAL].liobn, token); in ibmvscsis_adapter_info()
1574 token, vscsi->dds.window[REMOTE].liobn, in ibmvscsis_adapter_info()
1596 dma_free_coherent(&vscsi->dma_dev->dev, sizeof(*info), info, token); in ibmvscsis_adapter_info()
1618 dma_addr_t token; in ibmvscsis_cap_mad() local
1636 cap = dma_alloc_coherent(&vscsi->dma_dev->dev, olen, &token, in ibmvscsis_cap_mad()
1646 vscsi->dds.window[LOCAL].liobn, token); in ibmvscsis_cap_mad()
1690 rc = h_copy_rdma(olen, vscsi->dds.window[LOCAL].liobn, token, in ibmvscsis_cap_mad()
1712 dma_free_coherent(&vscsi->dma_dev->dev, olen, cap, token); in ibmvscsis_cap_mad()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp210 const char* reason, const char* token, in error()
215 srcLoc, reason, token, extraInfo); in error()
220 const char* reason, const char* token, in warning()
224 srcLoc, reason, token, extraInfo); in warning()
228 const char* reason, const char* token, in info()
232 srcLoc, reason, token, extraInfo); in info()
438 bool TParseContext::integerErrorCheck(TIntermTyped* node, const char* token) in integerErrorCheck() argument
443 error(node->getLine(), "integer expression required", token); in integerErrorCheck()
454 bool TParseContext::globalErrorCheck(const TSourceLoc &line, bool global, const char* token) in globalErrorCheck() argument
459 error(line, "only allowed at global scope", token); in globalErrorCheck()
209 error(const TSourceLoc& loc, const char* reason, const char* token, const char* extraInfo) error() argument
219 warning(const TSourceLoc& loc, const char* reason, const char* token, const char* extraInfo) warning() argument
227 info(const TSourceLoc& loc, const char* reason, const char* token, const char* extraInfo) info() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c1965 const char *token, *last = NULL; in tls_match_dn_field() local
1974 while ((token = cstr_token(match, "/", &last))) { in tls_match_dn_field()
1975 if (last - token >= (int) sizeof(field)) { in tls_match_dn_field()
1981 os_memcpy(field, token, last - token); in tls_match_dn_field()
1982 field[last - token] = '\0'; in tls_match_dn_field()
2073 const char *token, *last = NULL; in tls_match_suffix()
2076 while ((token = cstr_token(match, ";", &last))) { in tls_match_suffix()
2077 if (tls_match_suffix_helper(cert, token, last - token, ful in tls_match_suffix()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7966 char *token; in brcmf_parse_dump_obss() local
7971 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7972 while (token) { in brcmf_parse_dump_obss()
7973 if (!strcmp(token, "OBSS")) { in brcmf_parse_dump_obss()
7975 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7976 err = kstrtoul(token, 10, &val); in brcmf_parse_dump_obss()
7982 if (!strcmp(token, "IBSS")) { in brcmf_parse_dump_obss()
7984 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7985 err = kstrtoul(token, 10, &val); in brcmf_parse_dump_obss()
7991 if (!strcmp(token, "TXDu in brcmf_parse_dump_obss()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c548 const u8 *token, size_t token_len) in check_sae_token()
560 if (token_idx == 0 || token_idx != WPA_GET_BE16(token)) { in check_sae_token()
561 wpa_printf(MSG_DEBUG, "SAE: Invalid anti-clogging token from " in check_sae_token()
563 MAC2STR(addr), WPA_GET_BE16(token), token_idx); in check_sae_token()
569 addrs[1] = token; in check_sae_token()
573 os_memcmp_const(token + 2, &mac[2], SHA256_MAC_LEN - 2) != 0) in check_sae_token()
576 hapd->sae_pending_token_idx[idx] = 0; /* invalidate used token */ in check_sae_token()
586 u8 *token; in auth_build_token_req() local
601 wpa_hexdump(MSG_DEBUG, "SAE: Updated token key", in auth_build_token_req()
623 token in auth_build_token_req()
547 check_sae_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) check_sae_token() argument
1037 const u8 *token = NULL; handle_auth_sae() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_ability_thread.cpp577 auto task = [weak, params, token = token_]() { in DumpAbilityInfo()
585 ErrCode err = AbilityManagerClient::GetInstance()->DumpAbilityInfoDone(dumpInfo, token); in DumpAbilityInfo()
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/
H A Dams_app_running_record_module_test.cpp109 sptr<IRemoteObject> token = abilityRecord->GetToken(); in CheckAppRunningRecording() local
125 EXPECT_TRUE(tokenFromServ.GetRefPtr() == token.GetRefPtr()) << "fail, token is not equal!"; in CheckAppRunningRecording()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h45 * @param token, ability's token.
49 virtual int DoAbilityForeground(const sptr<IRemoteObject> &token, uint32_t flag) override;
54 * @param token, ability's token.
58 virtual int DoAbilityBackground(const sptr<IRemoteObject> &token, uint32_t flag) override;
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Djs_form_extension.cpp95 const sptr<IRemoteObject> &token) in Init()
98 FormExtension::Init(record, application, handler, token); in Init()
92 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_adapter.cpp113 auto token = runtimeContext->GetToken(); in OnClickAIMenuOption() local
120 std::get<std::function<void(sptr<IRemoteObject>, std::string)>>(menuOption.second)(token, aiSpan.content); in OnClickAIMenuOption()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp265 return (svc1.handle == svc2.handle) && (svc1.token == svc2.token); in CompareServiceId()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp278 auto token = ecsPlugin->createPlugin(*this); in Ecs() local
279 plugins_.push_back({ token, ecsPlugin }); in Ecs()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Duserfile_client_ex.cpp187 static bool InitToken(const sptr<IRemoteObject> &token) in InitToken() argument
189 UserFileClient::Init(token); in InitToken()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp92 const sptr<IRemoteObject>& token) in Init()
95 WorkSchedulerExtension::Init(record, application, handler, token); in Init()
89 Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) Init() argument
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp131 const sptr<IRemoteObject> &token) in Init()
133 VpnExtension::Init(record, application, handler, token); in Init()
129 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp149 void SingleVerSyncTaskContext::SetContinueToken(ContinueToken token) in SetContinueToken() argument
151 token_ = token; in SetContinueToken()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dqdio_setup.c304 unsigned char qdioac, unsigned long token) in check_and_setup_qebsm()
312 irq_ptr->sch_token = token; in check_and_setup_qebsm()
303 check_and_setup_qebsm(struct qdio_irq *irq_ptr, unsigned char qdioac, unsigned long token) check_and_setup_qebsm() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c393 if (args->v0.token != ~0ULL) { in nouveau_abi16_usif()
394 if (!(chan = nouveau_abi16_chan(abi16, args->v0.token))) in nouveau_abi16_usif()
H A Dnouveau_chan.c330 chan->token = args.volta.token; in nouveau_channel_ind()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h1599 * @token: token ID for the current session
1607 u8 token; member
1693 __le32 token; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c462 if (args->v0.token != ~0ULL) { in nouveau_abi16_usif()
463 if (!(chan = nouveau_abi16_chan(abi16, args->v0.token))) in nouveau_abi16_usif()
/test/xts/hats/useriam/userauth/src/
H A Duser_auth_hdi.cpp116 FillTestUint8Vector(parcel, identifyResultInfo.token); in FillIdentifyResultInfo()
176 FillTestUint8Vector(parcel, authResultInfo.token); in FillAuthResultInfo()
/third_party/gn/src/gn/
H A Dcommands.cc670 for (const std::string& token : tokens) { in FilterPatternsFromString()
673 Value(nullptr, FixGitBashLabelEdit(token)), err); in FilterPatternsFromString()
/third_party/libcoap/examples/
H A Dcoap-rd.c171 coap_opt_t *token, *etag; in hnd_put_resource()
228 coap_add_token(response, request->hdr->token_length, request->hdr->token); in hnd_put_resource()
586 "\t-T max_token_length\tSet the maximum token length (8-65804)\n" in usage()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-internal.h517 lexer_token_t token; /**< current token */ member
726 uint8_t lexer_convert_binary_lvalue_token_to_binary (uint8_t token);

Completed in 43 milliseconds

1...<<101102103104105106107108109110>>...131