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

/freebsd-11-stable/sbin/hastd/
H A Dnv.c100 char nvh_name[0]; member in struct:nvhdr
239 if (nvh->nvh_name[nvh->nvh_namesize - 1] != '\0') {
243 if (strlen(nvh->nvh_name) !=
648 printf(" %s", nvh->nvh_name);
786 bcopy(name, nvh->nvh_name, namesize);
855 if (strcmp(nvh->nvh_name, name) == 0) {

Completed in 72 milliseconds