HomeSort by: relevance | last modified time | path
    Searched refs:am_opts (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/am-utils/dist/amd/
amfs_error.c 56 static char *amfs_error_match(am_opts *fo);
91 amfs_error_match(am_opts *fo)
amfs_program.c 53 static char *amfs_program_match(am_opts *fo);
87 amfs_program_match(am_opts *fo)
amd.h 214 typedef struct am_opts am_opts; typedef in typeref:struct:am_opts
241 typedef char *(*vfs_match) (am_opts *);
371 struct am_opts { struct
425 am_opts *mf_fo; /* File opts */
446 am_opts *al_fo;
585 extern am_ops *ops_match(am_opts *, char *, char *, char *, char *, char *);
594 extern mntfs *find_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *);
595 extern mntfs *locate_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *);
598 extern mntfs *realloc_mntfs(mntfs *, am_ops *, am_opts *, char *, char *, char *, char *, char *)
    [all...]
amfs_link.c 85 amfs_link_match(am_opts *fo)
ops_efs.c 53 static char *efs_match(am_opts *fo);
86 efs_match(am_opts *fo)
ops_lofs.c 53 static char *lofs_match(am_opts *fo);
86 lofs_match(am_opts *fo)
ops_ufs.c 53 static char *ufs_match(am_opts *fo);
90 ufs_match(am_opts *fo)
ops_xfs.c 53 static char *xfs_match(am_opts *fo);
86 xfs_match(am_opts *fo)
mntfs.c 78 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
107 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
121 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
203 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
216 return alloc_mntfs(&amfs_error_ops, (am_opts *) NULL, "//nil//", ".", "", "", "");
385 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
ops_TEMPLATE.c 60 static char *foofs_match(am_opts *fo);
103 foofs_match(am_opts *fo)
ops_ext.c 53 static char *ext_match(am_opts *fo);
129 ext_match(am_opts *fo)
ops_tmpfs.c 53 static char *tmpfs_match(am_opts *fo);
86 tmpfs_match(am_opts *fo)
amfs_nfsl.c 58 static char *amfs_nfsl_match(am_opts *fo);
95 amfs_nfsl_match(am_opts *fo)
ops_cachefs.c 53 static char *cachefs_match(am_opts *fo);
89 cachefs_match(am_opts *fo)
ops_cdfs.c 53 static char *cdfs_match(am_opts *fo);
86 cdfs_match(am_opts *fo)
ops_lustre.c 45 static char *lustre_match(am_opts *fo);
78 lustre_match(am_opts *fo)
ops_pcfs.c 53 static char *pcfs_match(am_opts *fo);
87 pcfs_match(am_opts *fo)
ops_udf.c 53 static char *udf_match(am_opts *fo);
125 udf_match(am_opts *fo)
opts.c 123 static struct am_opts fs_static; /* copy of the options to play with */
1366 free_opts(am_opts *fo)
1379 am_opts *
1380 copy_opts(am_opts *old)
1382 am_opts *newopts;
1383 newopts = CALLOC(struct am_opts);
1461 eval_fs_opts(am_opts *fo, char *opts, char *g_opts, char *path, char *key, char *map)
restart.c 53 am_opts mo;
amfs_nfsx.c 71 static char *amfs_nfsx_match(am_opts *fo);
102 amfs_nfsx_match(am_opts *fo)
339 mf_mounted(n->n_mnt, FALSE); /* FALSE => don't free the n_mnt->am_opts */
386 mf_mounted(m, FALSE); /* FALSE => don't free the m->am_opts */
amfs_generic.c 255 am_opts *fs_opts;
269 fs_opts = CALLOC(am_opts);
1019 am_opts ap;
1023 memset((char *) &ap, 0, sizeof(am_opts));
1228 amfs_generic_match(am_opts *fo)
amfs_host.c 56 static char *amfs_host_match(am_opts *fo);
120 amfs_host_match(am_opts *fo)
am_ops.c 386 ops_match(am_opts *fo, char *key, char *g_key, char *path, char *keym, char *map)
ops_nfs.c 106 static char *nfs_match(am_opts *fo);
698 nfs_match(am_opts *fo)

Completed in 30 milliseconds

1 2