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

/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h557 typedef struct __di_prof *di_prof_t; typedef in typeref:struct:__di_prof
559 extern int di_prof_init(const char *mountpt, di_prof_t *);
560 extern void di_prof_fini(di_prof_t);
561 extern int di_prof_commit(di_prof_t);
562 extern int di_prof_add_dev(di_prof_t, const char *);
563 extern int di_prof_add_devann(di_prof_t, const char *, const char *);
564 extern int di_prof_add_exclude(di_prof_t, const char *);
565 extern int di_prof_add_symlink(di_prof_t, const char *, const char *);
566 extern int di_prof_add_map(di_prof_t, const char *, const char *);

Completed in 33 milliseconds