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

/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dwr_atab.c73 } else if (ap->a_hardwiredfs) {
80 char *hostname = ap->a_hardwiredfs;
84 fprintf(stderr, "%s: %s not an NFS filesystem\n", ap->a_name, ap->a_hardwiredfs);
H A Dfsi_data.h68 char *a_hardwiredfs; /* hack to bypass bogus fs definitions */ member in struct:automount
H A Dfsi_gram.y302 a->a_hardwiredfs = $5;
H A Dfsi_analyze.c642 } else if (ap->a_hardwiredfs) {
643 fsi_log("\thardwired from %s to %s", ap->a_volname, ap->a_hardwiredfs);

Completed in 160 milliseconds