Searched refs:di_path_prop (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 1143 add_di_path_prop(picl_nodehdl_t nodeh, di_path_prop_t di_path_prop) in add_di_path_prop() argument 1153 di_ptype = di_path_prop_type(di_path_prop); in add_di_path_prop() 1154 di_val = di_path_prop_name(di_path_prop); in add_di_path_prop() 1162 len = di_path_prop_ints(di_path_prop, &idata); in add_di_path_prop() 1169 len = di_path_prop_strings(di_path_prop, &sdata); in add_di_path_prop() 1175 len = di_path_prop_bytes(di_path_prop, &bdata); in add_di_path_prop() 1184 len = di_path_prop_strings(di_path_prop, &sdata); in add_di_path_prop() 1190 len = di_path_prop_ints(di_path_prop, &idata); in add_di_path_prop() 1196 len = di_path_prop_bytes(di_path_prop, &bdata); in add_di_path_prop() 1221 di_path_prop_t di_path_prop; in construct_mpath_node() local [all …]
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 117 typedef struct di_path_prop *di_path_prop_t; /* path property */
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devinfo.c | 2758 struct di_path_prop *me; in di_path_getprop() 2771 off = di_checkmem(st, off, sizeof (struct di_path_prop)); in di_path_getprop() 2777 off += sizeof (struct di_path_prop); in di_path_getprop() 2845 off = di_checkmem(st, off, sizeof (struct di_path_prop)); in di_path_getprop()
|