Home
last modified time | relevance | path

Searched refs:token (Results 651 - 675 of 1049) sorted by relevance

1...<<21222324252627282930>>...42

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dobject.h19 u64 token; member
/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.h94 UINT32 token; member
/kernel/linux/linux-6.6/net/mptcp/
H A Ddiag.c59 nla_put_u32(skb, MPTCP_SUBFLOW_ATTR_TOKEN_LOC, sf->token) || in subflow_get_info()
/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.h80 bool InitAndConnectPeer(std::string_view token, ApiCallHandler handler);
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c130 idr_init(&dev->token); in mt7915_init_hardware()
709 idr_for_each_entry(&dev->token, txwi, id) { in mt7915_unregister_device()
720 idr_destroy(&dev->token); in mt7915_unregister_device()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_rd.c548 int arg, token; in rd_set_configfs_dev_params() local
560 token = match_token(ptr, tokens, args); in rd_set_configfs_dev_params()
561 switch (token) { in rd_set_configfs_dev_params()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci_intrs.c352 vdev->ctx[vector].producer.token = trigger; in vfio_msi_set_vector_signal()
357 "irq bypass producer (token %p) registration fails: %d\n", in vfio_msi_set_vector_signal()
358 vdev->ctx[vector].producer.token, ret); in vfio_msi_set_vector_signal()
360 vdev->ctx[vector].producer.token = NULL; in vfio_msi_set_vector_signal()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4idmap.c516 int token, ret; in nfs_idmap_prepare_message() local
519 token = match_token(desc, nfs_idmap_tokens, &substr); in nfs_idmap_prepare_message()
521 switch (token) { in nfs_idmap_prepare_message()
/kernel/linux/linux-5.10/fs/affs/
H A Dsuper.c210 int token, n, option; in parse_options() local
214 token = match_token(p, tokens, args); in parse_options()
215 switch (token) { in parse_options()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmain.c257 int token; in ecryptfs_parse_options() local
279 token = match_token(p, tokens, args); in ecryptfs_parse_options()
280 switch (token) { in ecryptfs_parse_options()
/kernel/linux/linux-5.10/fs/debugfs/
H A Dinode.c108 int token; in debugfs_parse_options() local
119 token = match_token(p, tokens, args); in debugfs_parse_options()
120 switch (token) { in debugfs_parse_options()
/kernel/linux/linux-5.10/fs/omfs/
H A Dinode.c413 int token; in parse_options() local
417 token = match_token(p, tokens, args); in parse_options()
418 switch (token) { in parse_options()
/kernel/linux/linux-5.10/fs/qnx6/
H A Dinode.c240 int token; in qnx6_parse_options() local
244 token = match_token(p, tokens, args); in qnx6_parse_options()
245 switch (token) { in qnx6_parse_options()
/kernel/linux/linux-5.10/fs/hpfs/
H A Dsuper.c327 int token; in parse_opts() local
331 token = match_token(p, tokens, args); in parse_opts()
332 switch (token) { in parse_opts()
/kernel/linux/linux-6.6/fs/hpfs/
H A Dsuper.c327 int token; in parse_opts() local
331 token = match_token(p, tokens, args); in parse_opts()
332 switch (token) { in parse_opts()
/kernel/linux/linux-6.6/fs/affs/
H A Dsuper.c210 int token, n, option; in parse_options() local
214 token = match_token(p, tokens, args); in parse_options()
215 switch (token) { in parse_options()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmain.c257 int token; in ecryptfs_parse_options() local
279 token = match_token(p, tokens, args); in ecryptfs_parse_options()
280 switch (token) { in ecryptfs_parse_options()
/kernel/linux/linux-6.6/fs/qnx6/
H A Dinode.c240 int token; in qnx6_parse_options() local
244 token = match_token(p, tokens, args); in qnx6_parse_options()
245 switch (token) { in qnx6_parse_options()
/kernel/linux/linux-6.6/fs/omfs/
H A Dinode.c412 int token; in parse_options() local
416 token = match_token(p, tokens, args); in parse_options()
417 switch (token) { in parse_options()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4idmap.c516 int token, ret; in nfs_idmap_prepare_message() local
519 token = match_token(desc, nfs_idmap_tokens, &substr); in nfs_idmap_prepare_message()
521 switch (token) { in nfs_idmap_prepare_message()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci_intrs.c515 ctx->producer.token = trigger; in vfio_msi_set_vector_signal()
520 "irq bypass producer (token %p) registration fails: %d\n", in vfio_msi_set_vector_signal()
521 ctx->producer.token, ret); in vfio_msi_set_vector_signal()
523 ctx->producer.token = NULL; in vfio_msi_set_vector_signal()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_rd.c549 int arg, token; in rd_set_configfs_dev_params() local
561 token = match_token(ptr, tokens, args); in rd_set_configfs_dev_params()
562 switch (token) { in rd_set_configfs_dev_params()
/kernel/linux/linux-6.6/scripts/
H A Dkallsyms.c571 /* do the initial token count */
581 const unsigned char *token) in find_token()
586 if (str[i] == token[0] && str[i+1] == token[1]) in find_token()
592 /* replace a given token in all the valid symbols. Use the sampled symbols
604 /* find the token on the symbol */ in compress_symbols()
623 /* find the token on the symbol */ in compress_symbols()
635 /* search the token with the maximum profit */
665 /* find the token with the best profit value */ in optimize_result()
675 /* replace this token i in optimize_result()
580 find_token(unsigned char *str, int len, const unsigned char *token) find_token() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dfw.c315 char *options = NULL, *options_orig, *token; in i2400m_barker_db_init() local
335 while ((token = strsep(&options, ",")) != NULL) { in i2400m_barker_db_init()
336 if (*token == '\0') /* eat joint commas */ in i2400m_barker_db_init()
338 if (sscanf(token, "%x", &barker) != 1 in i2400m_barker_db_init()
343 __func__, token); in i2400m_barker_db_init()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdpsock_user.c309 char *token; in get_irqs() local
312 token = strtok(line, com); in get_irqs()
313 while (token != NULL) { in get_irqs()
315 total_intrs += atoi(token); in get_irqs()
316 token = strtok(NULL, com); in get_irqs()

Completed in 27 milliseconds

1...<<21222324252627282930>>...42