Searched defs:di_prof_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h536 typedef struct __di_prof *di_prof_t; typedef in typeref:struct:__di_prof
538 extern int di_prof_init(const char *mountpt, di_prof_t *);
539 extern void di_prof_fini(di_prof_t);
540 extern int di_prof_commit(di_prof_t);
541 extern int di_prof_add_dev(di_prof_t, const char *);
542 extern int di_prof_add_exclude(di_prof_t, const char *);
543 extern int di_prof_add_symlink(di_prof_t, const char *, const char *);
544 extern int di_prof_add_map(di_prof_t, const char *, const char *);

Completed in 45 milliseconds