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

  /src/sbin/gpt/
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...]
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...]

Completed in 30 milliseconds