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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c1230 char *sz_last_token = NULL; local
1255 sz_last_token = kzalloc(token_len, GFP_KERNEL);
1259 sz_last_token == NULL) {
1266 strncpy(sz_sec_last_token, sz_last_token,
1267 strlen(sz_last_token) + 1);
1268 strncpy(sz_last_token, token, strlen(token) + 1);
1277 strict_strtol(sz_last_token, 10, (long *)&req);
1295 kfree(sz_last_token);
1296 sz_last_token = NULL;

Completed in 107 milliseconds