Home | History | Annotate | Download | only in fsinfo

Lines Matching defs:hp

70 write_boot_info(FILE *ef, host *hp)
74 fprintf(ef, "%s\troot=", hp->h_hostname);
75 errors += write_nfsname(ef, hp->h_netroot, hp->h_hostname);
77 errors += write_nfsname(ef, hp->h_netswap, hp->h_hostname);
95 host *hp;
96 ITER(hp, host, q)
97 if (hp->h_netroot && hp->h_netswap)
98 errors += write_boot_info(ef, hp);