Home
last modified time | relevance | path

Searched refs:set_mount (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_gram.y355 { $$ = $1; set_mount($$, DM_EXPORTFS, $3); }
358 { $$ = $1; set_mount($$, DM_VOLNAME, $3); }
361 { $$ = $1; set_mount($$, DM_SEL, $3); }
H A Dfsinfo.h100 extern void set_mount(fsi_mount *, int, char *);
H A Dfsi_util.c542 set_mount(fsi_mount *mp, int k, char *v) in set_mount() function
H A Dfsi_analyze.c187 set_mount(mp, DM_VOLNAME, xstrdup(mp->m_name)); in check_exportfs()