Searched refs:di_path_prop_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 117 typedef struct di_path_prop *di_path_prop_t; /* path property */ typedef 279 extern di_path_prop_t di_path_prop_next(di_path_t path, di_path_prop_t prop); 281 extern char *di_path_prop_name(di_path_prop_t prop); 282 extern int di_path_prop_type(di_path_prop_t prop); 283 extern int di_path_prop_len(di_path_prop_t prop); 285 extern int di_path_prop_bytes(di_path_prop_t prop, 287 extern int di_path_prop_ints(di_path_prop_t prop, 289 extern int di_path_prop_int64s(di_path_prop_t prop, 291 extern int di_path_prop_strings(di_path_prop_t prop,
|
H A D | devinfo.c | 2127 di_path_prop_t 2128 di_path_prop_next(di_path_t path, di_path_prop_t prop) in di_path_prop_next() 2171 di_path_prop_name(di_path_prop_t prop) in di_path_prop_name() 2179 di_path_prop_len(di_path_prop_t prop) in di_path_prop_len() 2185 di_path_prop_type(di_path_prop_t prop) in di_path_prop_type() 2201 di_path_prop_bytes(di_path_prop_t prop, uchar_t **prop_data) in di_path_prop_bytes() 2218 di_path_prop_ints(di_path_prop_t prop, int **prop_data) in di_path_prop_ints() 2238 di_path_prop_int64s(di_path_prop_t prop, int64_t **prop_data) in di_path_prop_int64s() 2258 di_path_prop_strings(di_path_prop_t prop, char **prop_data) in di_path_prop_strings() 2277 static di_path_prop_t [all …]
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_subr.c | 500 di_path_prop_t di_path_prop = DI_PROP_NIL; in pi_get_lun() 770 di_path_prop_t di_path_prop = DI_PROP_NIL; in pi_get_phynum() 905 di_path_prop_t di_path_prop = DI_PROP_NIL; in pi_get_target_port()
|
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 1125 add_di_path_prop(picl_nodehdl_t nodeh, di_path_prop_t di_path_prop) in add_di_path_prop() 1203 di_path_prop_t di_path_prop; in construct_mpath_node()
|