Searched refs:token (Results 151 - 175 of 519) sorted by relevance

1234567891011>>

/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c87 char *tmp, *orig, *token, *digest_name; local
98 token = strsep(&tmp, "=");
99 if (!token)
102 if (strcmp(token, "CHAP_A")) {
106 while (token) {
107 token = strsep(&tmp, ",");
108 if (!token)
111 if (kstrtol(token, 10, &digest_type))
/linux-master/include/linux/
H A Dof_irq.h52 enum irq_domain_bus_token token);
91 enum irq_domain_bus_token token)
89 of_msi_get_domain(struct device *dev, struct device_node *np, enum irq_domain_bus_token token) argument
/linux-master/include/uapi/linux/
H A Dauto_dev-ioctl.h41 __u32 token; member in struct:args_ready
45 __u32 token; member in struct:args_fail
/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c38 int token = smp_processor_id() + 1; local
63 : "r" (&paca->tcd_ptr->lock), "r" (token)
/linux-master/tools/perf/util/
H A Dparse-events.y57 %token PE_START_EVENTS PE_START_TERMS
58 %token PE_VALUE PE_VALUE_SYM_HW PE_VALUE_SYM_SW PE_TERM
59 %token PE_VALUE_SYM_TOOL
60 %token PE_EVENT_NAME
61 %token PE_RAW PE_NAME
62 %token PE_MODIFIER_EVENT PE_MODIFIER_BP PE_BP_COLON PE_BP_SLASH
63 %token PE_LEGACY_CACHE
64 %token PE_PREFIX_MEM
65 %token PE_ERROR
66 %token PE_DRV_CFG_TER
[all...]
H A Dbpf-filter.y37 %token BFT_SAMPLE BFT_OP BFT_ERROR BFT_NUM BFT_LOGICAL_OR
/linux-master/fs/ecryptfs/
H A Dkeystore.c5 * write authentication token-related packets with the underlying
445 * @auth_tok_key: key containing the authentication token
446 * @auth_tok: authentication token
539 * @auth_tok_key: key containing the authentication token
761 (u8 *)s->auth_tok->token.password.session_key_encryption_key,
762 s->auth_tok->token.password.session_key_encryption_key_bytes,
816 s->auth_tok->token.password.session_key_encryption_key,
820 "rc = [%d]. s->auth_tok->token.password.session_key_"
824 s->auth_tok->token.password.session_key_encryption_key,
1032 s->auth_tok->token
[all...]
/linux-master/drivers/usb/chipidea/
H A Dudc.h26 __le32 token; member in struct:ci_hw_td
/linux-master/lib/lz4/
H A Dlz4_compress.c247 BYTE *token; local
304 token = op++;
316 *token = (RUN_MASK << ML_BITS);
322 *token = (BYTE)(litLength << ML_BITS);
375 *token += ML_MASK;
388 *token += (BYTE)(matchCode);
419 token = op++;
420 *token = 0;
541 - 8 /* because 8 + MINMATCH == MFLIMIT */ - 1 /* token */;
543 - (LASTLITERALS + 1 /* token */);
570 BYTE *token; local
[all...]
/linux-master/include/sound/sof/
H A Dext_manifest.h112 uint32_t token; member in struct:sof_config_elem
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals.h53 void *token; member in struct:tdescr
54 /* when disabled token based sanity checking is skipped in handler */
/linux-master/arch/um/drivers/
H A Dvector_user.h81 char *token
/linux-master/arch/powerpc/include/asm/
H A Drtas-types.h10 __be32 token; member in struct:rtas_args
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.h25 u32 token; member in struct:nouveau_channel
/linux-master/kernel/cgroup/
H A Dmisc.c251 char *token; local
254 token = strsep(&buf, " ");
256 if (!token || !buf)
260 if (!strcmp(misc_res_name[i], token)) {
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtx.c822 int token; local
826 token = idr_alloc(&dev->token, *ptxwi, 0, dev->token_size, GFP_ATOMIC);
827 if (token >= 0)
832 token >= dev->mmio.wed.wlan.token_start)
841 return token;
848 int token; local
851 token = idr_alloc(&dev->rx_token, t, 0, dev->rx_token_size,
853 if (token >= 0) {
859 return token;
864 mt76_token_release(struct mt76_dev *dev, int token, bool *wake) argument
893 mt76_rx_token_release(struct mt76_dev *dev, int token) argument
[all...]
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c184 const char *path, const char *token)
190 const char *path, const char *token)
192 xenbus_otherend_changed(watch, path, token, 0);
213 const char *path, const char *token)
183 frontend_will_handle(struct xenbus_watch *watch, const char *path, const char *token) argument
189 frontend_changed(struct xenbus_watch *watch, const char *path, const char *token) argument
212 backend_changed(struct xenbus_watch *watch, const char *path, const char *token) argument
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Devent.h73 typedef int (*nvkm_uevent_func)(struct nvkm_object *, u64 token, u32 bits);
/linux-master/drivers/s390/cio/
H A Dscm.c227 u64 token = 0; local
236 ret = chsc_scm_info(scm_info, token);
249 token = scm_info->restok;
250 } while (token);
/linux-master/tools/testing/selftests/resctrl/
H A Dcat_test.c89 char *token = strtok(temp, ":\t"); local
93 while (token) {
94 token_array[fields++] = token;
95 token = strtok(NULL, ":\t");
H A Dresctrl_val.c102 char *token[MAX_TOKENS]; local
106 token[0] = strtok(cas_count_cfg, "=,");
109 token[i] = strtok(NULL, "=,");
112 if (!token[i])
114 if (strcmp(token[i], "event") == 0) {
117 strtol(token[i + 1], NULL, 16);
120 strtol(token[i + 1], NULL, 16);
122 if (strcmp(token[i], "umask") == 0) {
125 strtol(token[i + 1], NULL, 16);
128 strtol(token[
[all...]
/linux-master/net/rxrpc/
H A Dinsecure.c12 struct rxrpc_key_token *token)
11 none_init_connection_security(struct rxrpc_connection *conn, struct rxrpc_key_token *token) argument
/linux-master/drivers/misc/cxl/
H A Dhcalls.c52 u64 token = 0; \
56 rc = call(fn, retbuf, __VA_ARGS__, token); \
57 token = retbuf[0]; \
143 pr_devel("token: 0x%.8lx mmio_addr: 0x%lx mmio_size: 0x%lx\nProcess Element Structure:\n",
254 * Parameter1 = process-token as returned from H_ATTACH_CA_PROCESS when
267 * Parameter1 = process-token as returned from H_ATTACH_CA_PROCESS when
329 * Parameter1 = process-token as returned from H_ATTACH_CA_PROCESS when
564 u64 token = 0; local
568 token = *out;
574 token);
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c116 "route %02x token %llx object %016llx\n",
118 args->v0.route, args->v0.token, args->v0.object);
131 oclass.token = args->v0.token;
334 void *data, u32 size, u8 owner, u8 *route, u64 *token)
350 *token = object->token;
378 &args->v0.route, &args->v0.token);
333 nvkm_ioctl_path(struct nvkm_client *client, u64 handle, u32 type, void *data, u32 size, u8 owner, u8 *route, u64 *token) argument
/linux-master/net/smc/
H A Dsmc_cdc.h45 __be32 token; member in struct:smc_cdc_msg
215 peer->token = htonl(local->token);
248 local->token = ntohl(peer->token);

Completed in 240 milliseconds

1234567891011>>