| gpt_uuid.c | 67 } gpt_nv[] = { variable in typeref:struct:__anon735 146 for (i = 0; i < __arraycount(gpt_nv); i++) 147 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0) { 148 if (gpt_nv[i].n) 149 return (int)strlcpy(buf, gpt_nv[i].n, bufsiz); 160 for (i = 0; i < __arraycount(gpt_nv); i++) 161 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0) { 162 if (gpt_nv[i].d) 163 return (int)strlcpy(buf, gpt_nv[i].d, bufsiz); 223 for (i = 0; i < __arraycount(gpt_nv); i++ [all...] |