HomeSort by: relevance | last modified time | path
    Searched refs:fsi_mount (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/am-utils/dist/fsinfo/
fsi_data.h 55 typedef struct fsi_mount fsi_mount; typedef in typeref:struct:fsi_mount
161 struct fsi_mount { struct
173 fsi_mount *m_parent;
175 fsi_mount *m_exported;
188 fsi_mount *f_ref;
wr_exportfs.c 53 fsi_mount *mp;
55 ITER(mp, fsi_mount, q) {
fsi_analyze.c 176 check_exportfs(qelem *q, fsi_mount *e)
178 fsi_mount *mp;
181 ITER(mp, fsi_mount, q) {
213 analyze_dkmount_tree(qelem *q, fsi_mount *parent, disk_fs *dk)
215 fsi_mount *mp;
218 ITER(mp, fsi_mount, q) {
252 fsi_mount *mp, *mp2 = NULL;
260 ITER(mp, fsi_mount, q) {
361 fsi_mount *m = new_mount();
416 fsi_mount *mp = NULL
    [all...]
fsinfo.h 77 extern fsi_mount *new_mount(void);
100 extern void set_mount(fsi_mount *, int, char *);
wr_atab.c 126 fsi_mount *mp = (fsi_mount *) dd->dd_data;
189 fsi_mount *mp = (fsi_mount *) dd->dd_data;
fsi_util.c 520 dp->d_mount = &((fsi_mount *) v)->m_q;
542 set_mount(fsi_mount *mp, int k, char *v)
574 fsi_mount *
577 fsi_mount *fp = CALLOC(struct fsi_mount);
fsi_gram.y 60 fsi_mount *m;

Completed in 16 milliseconds