Searched refs:di_prof_t (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_profile.c | 53 di_prof_init(const char *mountpt, di_prof_t *profp) 65 *profp = (di_prof_t)nvl; 73 di_prof_fini(di_prof_t prof) 82 di_prof_commit(di_prof_t prof) 103 di_prof_add_dev(di_prof_t prof, const char *dev) 114 di_prof_add_devann(di_prof_t prof, const char *dev, const char *ann) 132 di_prof_add_exclude(di_prof_t prof, const char *dev) 143 di_prof_add_symlink(di_prof_t prof, const char *linkname, const char *target) 159 di_prof_add_map(di_prof_t prof, const char *source, const char *target)
|
H A D | libdevinfo.h | 557 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 *);
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 1737 di_prof_t prof = NULL;
|
Completed in 30 milliseconds