HomeSort by: relevance | last modified time | path
    Searched defs:gpt_nv (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/gpt/
gpt_uuid.c 67 } gpt_nv[] = { variable in typeref:typename:const struct __anon0826b2540108[]
144 for (i = 0; i < __arraycount(gpt_nv); i++)
145 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0)
146 return (int)strlcpy(buf, gpt_nv[i].n, bufsiz);
155 for (i = 0; i < __arraycount(gpt_nv); i++)
156 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0)
157 return (int)strlcpy(buf, gpt_nv[i].d, bufsiz);
215 for (i = 0; i < __arraycount(gpt_nv); i++)
216 if (strcmp(gpt_nv[i].n, s) == 0) {
217 *u = gpt_nv[i].u
    [all...]
gpt_uuid.c 67 } gpt_nv[] = { variable in typeref:typename:const struct __anon0826b2540108[]
144 for (i = 0; i < __arraycount(gpt_nv); i++)
145 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0)
146 return (int)strlcpy(buf, gpt_nv[i].n, bufsiz);
155 for (i = 0; i < __arraycount(gpt_nv); i++)
156 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0)
157 return (int)strlcpy(buf, gpt_nv[i].d, bufsiz);
215 for (i = 0; i < __arraycount(gpt_nv); i++)
216 if (strcmp(gpt_nv[i].n, s) == 0) {
217 *u = gpt_nv[i].u
    [all...]
gpt_uuid.c 67 } gpt_nv[] = { variable in typeref:typename:const struct __anon0826b2540108[]
144 for (i = 0; i < __arraycount(gpt_nv); i++)
145 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0)
146 return (int)strlcpy(buf, gpt_nv[i].n, bufsiz);
155 for (i = 0; i < __arraycount(gpt_nv); i++)
156 if (memcmp(&gpt_nv[i].u, u, sizeof(*u)) == 0)
157 return (int)strlcpy(buf, gpt_nv[i].d, bufsiz);
215 for (i = 0; i < __arraycount(gpt_nv); i++)
216 if (strcmp(gpt_nv[i].n, s) == 0) {
217 *u = gpt_nv[i].u
    [all...]

Completed in 32 milliseconds