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

/freebsd-9.3-release/sbin/hastd/
H A Dnv.c98 char nvh_name[0]; member in struct:nvhdr
237 if (nvh->nvh_name[nvh->nvh_namesize - 1] != '\0') {
241 if (strlen(nvh->nvh_name) !=
646 printf(" %s", nvh->nvh_name);
784 bcopy(name, nvh->nvh_name, namesize);
853 if (strcmp(nvh->nvh_name, name) == 0) {

Completed in 47 milliseconds