Searched refs:set_mount (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/amd/fsinfo/ |
| H A D | fsi_gram.y | 353 { $$ = $1; set_mount($$, DM_EXPORTFS, $3); } 356 { $$ = $1; set_mount($$, DM_VOLNAME, $3); } 359 { $$ = $1; set_mount($$, DM_SEL, $3); }
|
| H A D | fsinfo.h | 98 extern void set_mount(fsi_mount *, int, char *);
|
| H A D | fsi_util.c | 540 set_mount(fsi_mount *mp, int k, char *v) in set_mount() function
|
| H A D | fsi_analyze.c | 185 set_mount(mp, DM_VOLNAME, xstrdup(mp->m_name)); in check_exportfs()
|