Searched refs:c_ptr (Results 1 – 1 of 1) sorted by relevance
1308 unsigned char *c_ptr; in atom_get_vbios_name() local1322 c_ptr = (unsigned char *)(p_rom + off_to_vbios_str); in atom_get_vbios_name()1335 while (*c_ptr != 0) in atom_get_vbios_name()1336 c_ptr++; in atom_get_vbios_name()1337 c_ptr++; in atom_get_vbios_name()1341 c_ptr += 2; in atom_get_vbios_name()1343 name_size = strnlen(c_ptr, STRLEN_LONG - 1); in atom_get_vbios_name()1344 memcpy(ctx->name, c_ptr, name_size); in atom_get_vbios_name()