Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Ddbdcd.c505 char *psz_cur; in dcd_get_objects() local
564 psz_cur = psz_coff_buf; in dcd_get_objects()
565 while ((token = strsep(&psz_cur, seps)) && *token != '\0') { in dcd_get_objects()
570 token = strsep(&psz_cur, seps); in dcd_get_objects()
965 char *psz_cur; in get_attrs_from_buf() local
979 psz_cur = psz_buf; in get_attrs_from_buf()
980 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
985 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
991 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
1001 token = strsep(&psz_cur, seps); in get_attrs_from_buf()
[all …]
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/
Ddbll.c1082 char *psz_cur; in dbll_rmm_alloc() local
1111 psz_cur = sz_sect_name; in dbll_rmm_alloc()
1112 while ((token = strsep(&psz_cur, ":")) && *token != '\0') { in dbll_rmm_alloc()
1116 token = strsep(&psz_cur, ":"); in dbll_rmm_alloc()