Searched refs:token (Results 176 - 200 of 519) sorted by relevance

1234567891011>>

/linux-master/kernel/locking/
H A Drtmutex_api.c550 int token; local
554 token = io_schedule_prepare();
556 io_schedule_finish(token);
582 int token = io_schedule_prepare(); local
585 io_schedule_finish(token);
/linux-master/drivers/mtd/ubi/
H A Dbuild.c1474 char *tokens[MTD_PARAM_MAX_COUNT], *token; local
1514 token = tokens[1];
1515 if (token) {
1516 p->vid_hdr_offs = bytes_str_to_int(token);
1522 token = tokens[2];
1523 if (token) {
1524 int err = kstrtoint(token, 10, &p->max_beb_per1024);
1528 token);
1533 token = tokens[3];
1534 if (token) {
[all...]
/linux-master/net/rxrpc/
H A Drxkad.c101 struct rxrpc_key_token *token)
108 conn->security_ix = token->security_index;
117 if (crypto_sync_skcipher_setkey(ci, token->kad->session_key,
118 sizeof(token->kad->session_key)) < 0)
187 struct rxrpc_key_token *token; local
208 token = conn->key->payload.data[0];
209 memcpy(&iv, token->kad->session_key, sizeof(iv));
296 const struct rxrpc_key_token *token; local
322 token = call->conn->key->payload.data[0];
323 memcpy(&iv, token
100 rxkad_init_connection_security(struct rxrpc_connection *conn, struct rxrpc_key_token *token) argument
475 const struct rxrpc_key_token *token; local
791 const struct rxrpc_key_token *token; local
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c36 fprintf(stderr, "\tann <local-ip> id <local-id> token <token> [port <local-port>] [dev <name>]\n");
37 fprintf(stderr, "\trem id <local-id> token <token>\n");
38 fprintf(stderr, "\tcsf lip <local-ip> lid <local-id> rip <remote-ip> rport <remote-port> token <token>\n");
39 fprintf(stderr, "\tdsf lip <local-ip> lport <local-port> rip <remote-ip> rport <remote-port> token <token>\n");
42 fprintf(stderr, "\tset [<ip>] [id <nr>] flags [no]backup|[no]fullmesh [port <nr>] [token <token>] [ri
347 u_int32_t token; local
443 memcpy(RTA_DATA(rta), &token, 4); local
462 u_int32_t token; local
577 memcpy(RTA_DATA(rta), &token, 4); local
592 u_int32_t token; local
624 memcpy(RTA_DATA(rta), &token, 4); local
640 u_int32_t token = UINT_MAX; local
753 memcpy(RTA_DATA(rta), &token, 4); local
1090 u_int32_t token = 0; local
1127 memcpy(RTA_DATA(rta), &token, 4); local
1142 u_int32_t token = 0; local
1166 memcpy(RTA_DATA(rta), &token, 4); local
1330 u_int32_t token = 0; local
1459 memcpy(RTA_DATA(rta), &token, 4); local
[all...]
/linux-master/fs/
H A Dfs_context.c63 unsigned int token; local
65 token = lookup_constant(common_set_sb_flag, key, 0);
66 if (token) {
67 fc->sb_flags |= token;
68 fc->sb_flags_mask |= token;
72 token = lookup_constant(common_clear_sb_flag, key, 0);
73 if (token) {
74 fc->sb_flags &= ~token;
75 fc->sb_flags_mask |= token;
/linux-master/fs/orangefs/
H A Dxattr.c411 __u64 token = ORANGEFS_ITERATE_START; local
435 new_op->upcall.req.listxattr.token = token;
509 token = new_op->downcall.resp.listxattr.token;
510 if (token != ORANGEFS_ITERATE_END)
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c140 void *token; member in struct:submit_info
1064 writel_relaxed((uintptr_t)si->token, &desc->sw_token);
1079 int cpdma_chan_idle_submit(struct cpdma_chan *chan, void *token, void *data, argument
1087 si.token = token;
1104 int cpdma_chan_idle_submit_mapped(struct cpdma_chan *chan, void *token, argument
1112 si.token = token;
1129 int cpdma_chan_submit(struct cpdma_chan *chan, void *token, void *data, argument
1137 si.token
1154 cpdma_chan_submit_mapped(struct cpdma_chan *chan, void *token, dma_addr_t data, int len, int directed) argument
1201 uintptr_t token; local
[all...]
/linux-master/sound/soc/qcom/qdsp6/
H A Dtopology.c223 switch (le32_to_cpu(sg_elem->token)) {
256 switch (le32_to_cpu(cont_elem->token)) {
289 switch (le32_to_cpu(mod_elem->token)) {
321 switch (le32_to_cpu(sg_elem->token)) {
349 dev_err(apm->dev, "Not a valid token %d for graph\n", sg_elem->token);
378 switch (le32_to_cpu(cont_elem->token)) {
398 dev_err(apm->dev, "Not a valid token %d for graph\n", cont_elem->token);
424 uint32_t token; local
[all...]
/linux-master/drivers/usb/host/
H A Duhci-debug.c48 u32 status, token; local
69 token = td_token(uhci, td);
70 switch (uhci_packetid(token)) {
86 token >> 21,
87 ((token >> 19) & 1),
88 (token >> 15) & 15,
89 (token >> 8) & 127,
90 (token & 0xff),
/linux-master/drivers/net/fddi/skfp/
H A Dsmttimer.c55 u_long token)
66 timer->tm_token = token ;
54 smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time, u_long token) argument
/linux-master/fs/autofs/
H A Ddev-ioctl.c304 autofs_wqt_t token; local
306 token = (autofs_wqt_t) param->ready.token;
307 return autofs_wait_release(sbi, token, 0);
318 autofs_wqt_t token; local
321 token = (autofs_wqt_t) param->fail.token;
323 return autofs_wait_release(sbi, token, status);
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencls.h161 static inline int __einit(void *sigstruct, void *token, void *secs) argument
163 return __encls_ret_3(EINIT, sigstruct, secs, token);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Duevent.c119 return uevent->func(uevent->parent, uevent->object.token, bits);
121 return client->event(uevent->object.token, NULL, 0);
H A Dclient.c55 client->object.token = oclass->token;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_ishtp.c54 u8 token; member in struct:header
97 * @token: Expected token for response that we are waiting on.
106 u8 token; member in struct:response_info
180 client_data->response.token = next_token++;
183 out_hdr->token = client_data->response.token;
264 if (client_data->response.token != in_msg->hdr.token) {
266 "Dropping old response token
[all...]
/linux-master/include/linux/soc/qcom/
H A Dapr.h64 uint32_t token; member in struct:apr_hdr
88 uint32_t token; member in struct:gpr_hdr
/linux-master/include/linux/
H A Decryptfs.h50 * key between kernel and userspace because the authentication token
103 } token; member in struct:ecryptfs_auth_tok
/linux-master/drivers/xen/
H A Dcpu_hotplug.c73 const char *path, const char *token)
72 handle_vcpu_hotplug_event(struct xenbus_watch *watch, const char *path, const char *token) argument
/linux-master/drivers/edac/
H A Dzynqmp_edac.c299 char buf[6], *pbuf, *token[2]; local
314 token[i] = strsep(&pbuf, ",");
316 ret = kstrtou8(token[0], 0, &priv->ue_bitpos[0]);
320 ret = kstrtou8(token[1], 0, &priv->ue_bitpos[1]);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dclient.h17 int (*event)(u64 token, void *argv, u32 argc);
/linux-master/fs/efs/
H A Dsuper.c342 int token; local
345 token = fs_parse(fc, efs_param_spec, param, &result);
346 if (token < 0)
347 return token;
/linux-master/sound/soc/sof/
H A Dipc3-loader.c82 dev_dbg(sdev->dev, "get index %d token %d val %d\n",
83 i, elem->token, elem->value);
84 switch (elem->token) {
97 "Unknown firmware configuration token %d value %d",
98 elem->token, elem->value);
103 "%s: processing failed for token %d value %#x, %d\n",
104 __func__, elem->token, elem->value, ret);
/linux-master/arch/powerpc/include/asm/
H A Dtrace.h183 __field(u32, token)
190 __entry->token = be32_to_cpu(rtas_args->token);
196 TP_printk("token=%u nargs=%u nret=%u params:"
201 __entry->token, __entry->nargs, __entry->nret,
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm_para.h142 __u32 token; member in struct:kvm_vcpu_pv_apf_data
/linux-master/drivers/parport/
H A Dprobe.c17 const char *token; member in struct:__anon205
90 for (i = 0; classes[i].token; i++) {
91 if (!strcmp(classes[i].token, sep)) {

Completed in 285 milliseconds

1234567891011>>