Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Ddbdcd.c547 char *psz_cur; in dcd_get_objects() local
607 psz_cur = psz_coff_buf; in dcd_get_objects()
608 while ((token = strsep(&psz_cur, seps)) && *token != '\0') { in dcd_get_objects()
613 token = strsep(&psz_cur, seps); in dcd_get_objects()
1050 char *psz_cur; in get_attrs_from_buf() local
1070 psz_cur = psz_buf; in get_attrs_from_buf()
1071 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
1076 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
1082 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
1093 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
[all …]
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Ddbll.c1190 char *psz_cur; in dbll_rmm_alloc() local
1222 psz_cur = sz_sect_name; in dbll_rmm_alloc()
1223 while ((token = strsep(&psz_cur, ":")) && *token != '\0') { in dbll_rmm_alloc()
1227 token = strsep(&psz_cur, ":"); in dbll_rmm_alloc()