Searched refs:di_off_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | devinfo_impl.h | 136 typedef int32_t di_off_t; typedef 149 di_off_t top_devinfo; /* actual top devinfo in snapshot */ 150 di_off_t top_vhci_devinfo; 151 di_off_t devnames; 152 di_off_t ppdata_format; /* parent priv data format array */ 153 di_off_t dpdata_format; /* driver priv data format array */ 154 di_off_t aliases; /* offset to alias tree */ 165 di_off_t name; 166 di_off_t global_prop; 167 di_off_t head; /* head of per instance list */ [all …]
|
/illumos-gate/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 192 dp->par_nreg, *((di_off_t *)(&dp->par_reg)), in obio_print() 193 dp->par_nintr, *((di_off_t *)(&dp->par_intr)), in obio_print() 194 dp->par_nrng, *((di_off_t *)(&dp->par_rng))); in obio_print() 208 reg = (struct regspec *)(data + *(di_off_t *)(&dp->par_reg)); in obio_print() 217 rng = (struct rangespec *)(data + *(di_off_t *)(&dp->par_rng)); in obio_print() 226 intr = (struct intrspec *)(data + *(di_off_t *)(&dp->par_intr)); in obio_print() 258 dp->ppd_nreg, *(di_off_t *)(&dp->ppd_reg), in pcmcia_print() 259 dp->ppd_intr, *(di_off_t *)(&dp->ppd_intrspec)); in pcmcia_print() 272 reg = (struct pcm_regs *)(data + *(di_off_t *)(&dp->ppd_reg)); in pcmcia_print() 282 (data + *(di_off_t *)(&dp->ppd_intrspec)); in pcmcia_print() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devinfo.c | 129 ((di_off_t *)(stack)->offset[(stack)->depth - 1]) 133 ((di_off_t *)(stack)->offset[(stack)->depth - 2]) 198 di_off_t self; 213 di_off_t self; 240 di_off_t hp_off; /* Offset of di_hp_t in snapshot */ 249 di_off_t mem_size; /* total # bytes in memlist */ 293 di_off_t off; 304 static di_off_t di_copyformat(di_off_t, struct di_state *, intptr_t, int); 305 static di_off_t di_snapshot_and_clean(struct di_state *); 306 static di_off_t di_copydevnm(di_off_t *, struct di_state *); [all …]
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo.c | 465 if (DI_NODE(node)->next == (di_off_t)-1) { in di_drv_next_node() 1555 (DI_PROP(prop)->prop_data == (di_off_t)-1)) { in di_prop_ints() 1575 (DI_PROP(prop)->prop_data == (di_off_t)-1)) { in di_prop_int64() 1595 (DI_PROP(prop)->prop_data == (di_off_t)-1)) { in di_prop_strings() 1615 (DI_PROP(prop)->prop_data == (di_off_t)-1)) { in di_prop_bytes() 1778 di_off_t prop_off = 0; in di_prop_next_common() 1874 (DI_PROP(prop)->prop_data == (di_off_t)-1)) { in di_prop_rawdata() 2206 (DI_PATHPROP(prop)->prop_data == (di_off_t)-1)) { in di_path_prop_bytes() 2226 (DI_PATHPROP(prop)->prop_data == (di_off_t)-1)) { in di_path_prop_ints() 2246 (DI_PATHPROP(prop)->prop_data == (di_off_t)-1)) { in di_path_prop_int64s() [all …]
|