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

/freebsd-10.2-release/contrib/amd/fsinfo/
H A Dwr_atab.c75 } else if (ap->a_hardwiredfs) {
82 char *hostname = ap->a_hardwiredfs;
86 fprintf(stderr, "%s: %s not an NFS filesystem\n", ap->a_name, ap->a_hardwiredfs);
H A Dfsi_data.h70 char *a_hardwiredfs; /* hack to bypass bogus fs definitions */ member in struct:automount
H A Dfsi_gram.y304 a->a_hardwiredfs = $5;
H A Dfsi_analyze.c644 } else if (ap->a_hardwiredfs) {
645 fsi_log("\thardwired from %s to %s", ap->a_volname, ap->a_hardwiredfs);

Completed in 29 milliseconds