Home
last modified time | relevance | path

Searched refs:token_len (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Ddbdcd.c967 s32 token_len = 0; in get_attrs_from_buf() local
994 token_len = strlen(token); in get_attrs_from_buf()
995 if (token_len > DSP_MAXNAMELEN - 1) in get_attrs_from_buf()
996 token_len = DSP_MAXNAMELEN - 1; in get_attrs_from_buf()
999 token, token_len); in get_attrs_from_buf()
1000 gen_obj->obj_data.node_obj.ndb_props.ac_name[token_len] = '\0'; in get_attrs_from_buf()
1078 token_len = strlen(token); in get_attrs_from_buf()
1080 kzalloc(token_len + 1, GFP_KERNEL); in get_attrs_from_buf()
1082 token, token_len); in get_attrs_from_buf()
1083 gen_obj->obj_data.node_obj.str_create_phase_fxn[token_len] = in get_attrs_from_buf()
[all …]
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/
Ddbll.c1083 s32 token_len = 0; in dbll_rmm_alloc() local
1099 token_len = strlen((char *)(info->name)) + 1; in dbll_rmm_alloc()
1101 sz_sect_name = kzalloc(token_len, GFP_KERNEL); in dbll_rmm_alloc()
1102 sz_last_token = kzalloc(token_len, GFP_KERNEL); in dbll_rmm_alloc()
1103 sz_sec_last_token = kzalloc(token_len, GFP_KERNEL); in dbll_rmm_alloc()
1110 strncpy(sz_sect_name, (char *)(info->name), token_len); in dbll_rmm_alloc()