Home
last modified time | relevance | path

Searched refs:di_prof_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libdevinfo/
H A Ddevinfo_profile.c54 di_prof_init(const char *mountpt, di_prof_t *profp) in di_prof_init()
66 *profp = (di_prof_t)nvl; in di_prof_init()
74 di_prof_fini(di_prof_t prof) in di_prof_fini()
83 di_prof_commit(di_prof_t prof) in di_prof_commit()
104 di_prof_add_dev(di_prof_t prof, const char *dev) in di_prof_add_dev()
116 di_prof_add_exclude(di_prof_t prof, const char *dev) in di_prof_add_exclude()
127 di_prof_add_symlink(di_prof_t prof, const char *linkname, const char *target) in di_prof_add_symlink()
143 di_prof_add_map(di_prof_t prof, const char *source, const char *target) in di_prof_add_map()
H A Dlibdevinfo.h536 typedef struct __di_prof *di_prof_t; typedef
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 *);
/titanic_50/usr/src/cmd/allocate/
H A Dallocate3.c1702 di_prof_t prof = NULL; in create_znode()
1790 di_prof_t prof = NULL; in remove_znode()
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c1046 di_prof_t prof = arg; in mount_one_dev_device_cb()
1056 di_prof_t prof = arg; in mount_one_dev_symlink_cb()
1096 di_prof_t prof = NULL; in mount_one_dev()
2903 di_prof_t prof = NULL; in configure_exclusive_network_interfaces()
/titanic_50/usr/src/lib/libdladm/common/
H A Dlinkprop.c1596 di_prof_t prof = NULL; in i_dladm_update_deventry()