Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Ddbdcd.c355 char sz_sect_name[MAXUUIDLEN + 2]; /* ".[UUID]\0" */ in dcd_get_object_def() local
436 strncpy(sz_sect_name, ".", 2); in dcd_get_object_def()
437 strncat(sz_sect_name, sz_uuid, strlen(sz_uuid)); in dcd_get_object_def()
440 status = cod_get_section(lib, sz_sect_name, &ul_addr, &ul_len); in dcd_get_object_def()
456 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len); in dcd_get_object_def()
459 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len); in dcd_get_object_def()
463 status = cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len); in dcd_get_object_def()
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/
Ddbll.c1081 char *sz_sect_name = NULL; in dbll_rmm_alloc() local
1101 sz_sect_name = kzalloc(token_len, GFP_KERNEL); in dbll_rmm_alloc()
1105 if (sz_sect_name == NULL || sz_sec_last_token == NULL || in dbll_rmm_alloc()
1110 strncpy(sz_sect_name, (char *)(info->name), token_len); in dbll_rmm_alloc()
1111 psz_cur = sz_sect_name; in dbll_rmm_alloc()
1140 kfree(sz_sect_name); in dbll_rmm_alloc()
1141 sz_sect_name = NULL; in dbll_rmm_alloc()