Searched refs:di_path_prop (Results 1 – 5 of 5) sorted by relevance
/titanic_41/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() local 504 while ((di_path_prop = in pi_get_lun() 505 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) { in pi_get_lun() 507 di_path_prop_name(di_path_prop)) == 0) { in pi_get_lun() 508 (void) di_path_prop_ints(di_path_prop, &buf); in pi_get_lun() 530 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() local 775 while ((di_path_prop = in pi_get_phynum() 776 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) { in pi_get_phynum() 778 di_path_prop_name(di_path_prop)) == 0) { in pi_get_phynum() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | devinfo_impl.h | 118 #define DI_PATHPROP(addr) ((struct di_path_prop *)((void *)(addr))) 367 struct di_path_prop { struct
|
/titanic_41/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() argument 1135 di_ptype = di_path_prop_type(di_path_prop); in add_di_path_prop() 1136 di_val = di_path_prop_name(di_path_prop); in add_di_path_prop() 1144 len = di_path_prop_ints(di_path_prop, &idata); in add_di_path_prop() 1151 len = di_path_prop_strings(di_path_prop, &sdata); in add_di_path_prop() 1157 len = di_path_prop_bytes(di_path_prop, &bdata); in add_di_path_prop() 1166 len = di_path_prop_strings(di_path_prop, &sdata); in add_di_path_prop() 1172 len = di_path_prop_ints(di_path_prop, &idata); in add_di_path_prop() 1178 len = di_path_prop_bytes(di_path_prop, &bdata); in add_di_path_prop() 1203 di_path_prop_t di_path_prop; in construct_mpath_node() local [all …]
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 117 typedef struct di_path_prop *di_path_prop_t; /* path property */
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devinfo.c | 2756 struct di_path_prop *me; in di_path_getprop() 2769 off = di_checkmem(st, off, sizeof (struct di_path_prop)); in di_path_getprop() 2775 off += sizeof (struct di_path_prop); in di_path_getprop() 2843 off = di_checkmem(st, off, sizeof (struct di_path_prop)); in di_path_getprop()
|