Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Ddbll.c1188 char *sz_last_token = NULL; in dbll_rmm_alloc() local
1213 sz_last_token = kzalloc(token_len, GFP_KERNEL); in dbll_rmm_alloc()
1217 sz_last_token == NULL) { in dbll_rmm_alloc()
1224 strncpy(sz_sec_last_token, sz_last_token, in dbll_rmm_alloc()
1225 strlen(sz_last_token) + 1); in dbll_rmm_alloc()
1226 strncpy(sz_last_token, token, strlen(token) + 1); in dbll_rmm_alloc()
1235 strict_strtol(sz_last_token, 10, (long *)&req); in dbll_rmm_alloc()
1253 kfree(sz_last_token); in dbll_rmm_alloc()
1254 sz_last_token = NULL; in dbll_rmm_alloc()