/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 182 char *tokens; in lnet_parse_networks() local 196 LIBCFS_ALLOC(tokens, tokensize); in lnet_parse_networks() 197 if (tokens == NULL) { in lnet_parse_networks() 202 the_lnet.ln_network_tokens = tokens; in lnet_parse_networks() 204 memcpy(tokens, networks, tokensize); in lnet_parse_networks() 205 str = tmp = tokens; in lnet_parse_networks() 350 lnet_syntax("networks", networks, (int)(tmp - tokens), strlen(tmp)); in lnet_parse_networks() 362 LIBCFS_FREE(tokens, tokensize); in lnet_parse_networks() 829 static char tokens[LNET_SINGLE_TEXTBUF_NOB]; in lnet_match_network_tokens() local 839 LASSERT(strlen(net_entry) < sizeof(tokens)); in lnet_match_network_tokens() [all …]
|
/drivers/mtd/ubi/ |
D | block.c | 107 char *tokens[UBIBLOCK_PARAM_COUNT]; in ubiblock_set_param() local 131 tokens[i] = strsep(&pbuf, ","); in ubiblock_set_param() 134 if (tokens[1]) { in ubiblock_set_param() 136 ret = kstrtoint(tokens[0], 10, ¶m->ubi_num); in ubiblock_set_param() 141 ret = kstrtoint(tokens[1], 10, ¶m->vol_id); in ubiblock_set_param() 144 strcpy(param->name, tokens[1]); in ubiblock_set_param() 149 strcpy(param->name, tokens[0]); in ubiblock_set_param()
|
D | build.c | 1408 char *tokens[MTD_PARAM_MAX_COUNT], *token; in ubi_mtd_param_parse() local 1438 tokens[i] = strsep(&pbuf, ","); in ubi_mtd_param_parse() 1446 strcpy(&p->name[0], tokens[0]); in ubi_mtd_param_parse() 1448 token = tokens[1]; in ubi_mtd_param_parse() 1456 token = tokens[2]; in ubi_mtd_param_parse() 1467 token = tokens[3]; in ubi_mtd_param_parse()
|
/drivers/platform/x86/ |
D | dell-laptop.c | 60 struct calling_interface_token tokens[]; member 293 int tokens = (dm->length-11)/sizeof(struct calling_interface_token)-1; in parse_da_table() local 307 new_da_tokens = krealloc(da_tokens, (da_num_tokens + tokens) * in parse_da_table() 315 memcpy(da_tokens+da_num_tokens, table->tokens, in parse_da_table() 316 sizeof(struct calling_interface_token) * tokens); in parse_da_table() 318 da_num_tokens += tokens; in parse_da_table()
|
/drivers/target/ |
D | target_core_rd.c | 534 static match_table_t tokens = { variable 558 token = match_token(ptr, tokens, args); in rd_set_configfs_dev_params()
|
D | target_core_iblock.c | 523 static match_table_t tokens = { variable 549 token = match_token(ptr, tokens, args); in iblock_set_configfs_dev_params()
|
D | target_core_file.c | 775 static match_table_t tokens = { variable 800 token = match_token(ptr, tokens, args); in fd_set_configfs_dev_params()
|
D | target_core_pscsi.c | 695 static match_table_t tokens = { variable 722 token = match_token(ptr, tokens, args); in pscsi_set_configfs_dev_params()
|
D | target_core_user.c | 928 static match_table_t tokens = { variable 954 token = match_token(ptr, tokens, args); in tcmu_set_configfs_dev_params()
|
D | target_core_configfs.c | 1245 static match_table_t tokens = { variable 1299 token = match_token(ptr, tokens, args); in target_core_dev_pr_store_attr_res_aptpl_metadata()
|
/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-d3.h | 419 u8 tokens[IWL_WOWLAN_REMOTE_WAKE_MAX_TOKENS]; member
|
D | d3.c | 568 memcpy(cfg->tokens, tcp->payload_tok.token_stream, in iwl_mvm_send_remote_wake_cfg()
|
/drivers/net/wireless/libertas/ |
D | README | 204 line. If dur tokens are absent, the driver default setting will be used.
|
/drivers/net/fddi/ |
D | defxx.h | 906 PI_CNTR tokens; member
|
/drivers/scsi/ |
D | qla1280.c | 4091 enum tokens { enum
|