Searched refs:set_mount (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/fsinfo/ |
| H A D | fsi_gram.y | 355 { $$ = $1; set_mount($$, DM_EXPORTFS, $3); } 358 { $$ = $1; set_mount($$, DM_VOLNAME, $3); } 361 { $$ = $1; set_mount($$, DM_SEL, $3); }
|
| H A D | fsinfo.h | 100 extern void set_mount(fsi_mount *, int, char *);
|
| H A D | fsi_util.c | 542 set_mount(fsi_mount *mp, int k, char *v) in set_mount() function
|
| H A D | fsi_analyze.c | 187 set_mount(mp, DM_VOLNAME, xstrdup(mp->m_name)); in check_exportfs()
|