Home | History | Annotate | Download | only in fsinfo

Lines Matching refs:errors

56   int errors = 0;
62 return errors;
72 int errors = 0;
75 errors += write_nfsname(ef, hp->h_netroot, hp->h_hostname);
77 errors += write_nfsname(ef, hp->h_netswap, hp->h_hostname);
90 int errors = 0;
98 errors += write_boot_info(ef, hp);
99 errors += pref_close(ef);
101 errors++;
105 return errors;