Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/pmgr/
Ddbll.c1080 char *sz_last_token = NULL; in dbll_rmm_alloc() local
1102 sz_last_token = kzalloc(token_len, GFP_KERNEL); in dbll_rmm_alloc()
1106 sz_last_token == NULL) { in dbll_rmm_alloc()
1113 strncpy(sz_sec_last_token, sz_last_token, in dbll_rmm_alloc()
1114 strlen(sz_last_token) + 1); in dbll_rmm_alloc()
1115 strncpy(sz_last_token, token, strlen(token) + 1); in dbll_rmm_alloc()
1124 strict_strtol(sz_last_token, 10, (long *)&req); in dbll_rmm_alloc()
1142 kfree(sz_last_token); in dbll_rmm_alloc()
1143 sz_last_token = NULL; in dbll_rmm_alloc()