di_prof_t
di_prof_t prof = NULL;
di_prof_t prof = NULL;
di_prof_t prof = arg;
di_prof_t prof = arg;
di_prof_t prof = NULL;
di_prof_t prof = NULL;
di_prof_add_dev(di_prof_t prof, const char *dev)
di_prof_add_exclude(di_prof_t prof, const char *dev)
di_prof_add_symlink(di_prof_t prof, const char *linkname, const char *target)
di_prof_add_map(di_prof_t prof, const char *source, const char *target)
di_prof_init(const char *mountpt, di_prof_t *profp)
*profp = (di_prof_t)nvl;
di_prof_fini(di_prof_t prof)
di_prof_commit(di_prof_t prof)
extern int di_prof_init(const char *mountpt, di_prof_t *);
extern void di_prof_fini(di_prof_t);
extern int di_prof_commit(di_prof_t);
extern int di_prof_add_dev(di_prof_t, const char *);
extern int di_prof_add_exclude(di_prof_t, const char *);
extern int di_prof_add_symlink(di_prof_t, const char *, const char *);
extern int di_prof_add_map(di_prof_t, const char *, const char *);
di_prof_t prof = NULL;