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

/freebsd-10.2-release/contrib/amd/fsinfo/
H A Dwr_fstab.c320 if (hp->h_disk_fs || hp->h_mount) {
330 if (hp->h_mount)
331 errors += write_dkrmount(ef, hp->h_mount, hp->h_hostname, op->op_mount);
H A Dfsi_data.h109 qelem *h_mount; member in struct:host
H A Dfsi_gram.y129 { $$ = $2; $$->h_disk_fs = $3; $$->h_mount = $4; }
132 { $$ = $3; $$->h_disk_fs = $4; $$->h_mount = $5; }
H A Dfsi_analyze.c482 qelem *q = hp->h_mount;
599 if (hp->h_mount)

Completed in 119 milliseconds