Searched refs:mdb_vread (Results 1 - 25 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c46 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
52 (void) mdb_vread(&lq, sizeof (lq), (uintptr_t)tmx.peerq);
53 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)lq.q_ptr);
68 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
78 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
87 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlog.c51 if (mdb_vread(&q, sizeof (q), qp) == -1) {
76 if (mdb_vread(&next, sizeof (next), addr) == -1) {
81 if (mdb_vread(&lctl, sizeof (lctl), (uintptr_t)next.b_rptr) == -1) {
86 if (mdb_vread(&cont, sizeof (cont), (uintptr_t)next.b_cont) == -1) {
H A Dctxop.c42 if (mdb_vread(tp, sizeof (*tp), wsp->walk_addr) == -1) {
61 if (mdb_vread(wsp->walk_data,
H A Dndievents.c66 if (mdb_vread(&devi_parent, sizeof (struct dev_info),
121 if (mdb_vread(&cb, sizeof (struct ndi_event_callbacks),
128 if (mdb_vread(&devi, sizeof (struct dev_info),
174 if (mdb_vread(&cookie, sizeof (struct ndi_event_cookie),
180 if (mdb_vread(&def, sizeof (struct ndi_event_definition),
219 if (mdb_vread(&handle, sizeof (struct ndi_event_hdl), addr) == -1) {
224 if (mdb_vread(&devi, sizeof (struct dev_info),
251 if (mdb_vread(&handle, sizeof (struct ndi_event_hdl),
H A Dpg.c105 if (mdb_vread(&pg, sizeof (struct pg), addr) == -1) {
118 if (mdb_vread(&pg_class, sizeof (struct pg_class),
125 if (mdb_vread(&pg_cmt, sizeof (pg_cmt_t), addr) == -1) {
133 if (mdb_vread(&pghw, sizeof (struct pghw), addr) == -1) {
H A Dfm.c56 if (mdb_vread(&eq, sizeof (eq), addr) == -1) {
82 if (mdb_vread(&elem, sizeof (elem), addr) != sizeof (elem) ||
83 mdb_vread(&eqnp, sizeof (eqnp), (uintptr_t)elem.eqe_data)
84 != sizeof (eqnp) || mdb_vread(&nvl, sizeof (nvl),
108 if (mdb_vread(&eq, sizeof (eq), addr) == -1) {
134 if (mdb_vread(&elem, sizeof (elem), addr) != sizeof (elem) ||
135 mdb_vread(&eqnp, sizeof (eqnp), (uintptr_t)elem.eqe_data)
136 != sizeof (eqnp) || mdb_vread(&nvl, sizeof (nvl),
166 if (mdb_vread(&nvl, sizeof (nvl), addr) == -1) {
182 if (mdb_vread(
[all...]
H A Dirm.c69 if (mdb_vread(&value, sizeof (value), addr) != sizeof (value)) {
130 if (mdb_vread(&pool, sizeof (pool), addr) != sizeof (pool)) {
135 if (mdb_vread(&dev, sizeof (dev),
209 if (mdb_vread(&req, sizeof (req), addr) != sizeof (req)) {
214 if (mdb_vread(&dev, sizeof (dev),
220 if (mdb_vread(&intr, sizeof (intr),
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dfindset.c52 if (mdb_vread(&setname, 1024,
H A Ddumpmirror.c144 if (mdb_vread(&mm, sizeof (mm_unit_t), addr) == -1) {
173 if (mdb_vread(rr_dirty_bm, rr_bitmap_size, un_dbm) == -1) {
177 if (mdb_vread(rr_goingclean_bm, rr_bitmap_size, un_gcbm) == -1) {
181 if (mdb_vread(rr_goingdirty_bm, rr_bitmap_size, un_gdbm) == -1) {
185 if (mdb_vread(rr_resync_bm, rr_bitmap_size, un_rrbm) == -1) {
189 if (mdb_vread(rr_pnds, num_rr, un_pnds) == -1) {
194 if (mdb_vread(rr_ow, num_rr * sizeof (unsigned short), un_ow) == -1) {
216 if (mdb_vread(rr_pernode_dirty, rr_bitmap_size,
H A Dsimple_de_ic.c42 if (mdb_vread(&value, sizeof (mddb_de_ic_t), addr) !=
H A Dsnarf.c99 if (mdb_vread(&addr, sizeof (void *), (uintptr_t)ptr) == -1) {
141 if (mdb_vread(&md_nunits, sizeof (unit_t), nmdsym.st_value) == -1) {
150 if (mdb_vread(&md_nsets, sizeof (set_t), mdsetsym.st_value) == -1) {
163 if (mdb_vread(&mdset[i], sizeof (md_set_t), offset) == -1) {
177 if (mdb_vread(&set_dbs[i], sizeof (mddb_set_t),
H A Dmetastat.c63 if (mdb_vread(&ms, sizeof (ms_unit_t),
96 if (mdb_vread(&un_addr, sizeof (void *), addr) == -1) {
101 if (mdb_vread(&mdc_sm, sizeof (mdc_unit_t), un_addr) == -1) {
198 if (mdb_vread(&mm, sizeof (mm_unit_t),
240 if (mdb_vread(rr_dirty_bm, num_rr, un_dbm) == -1) {
244 if (mdb_vread(rr_goingclean_bm, num_rr, un_gcbm) == -1) {
288 if (mdb_vread(&mr, sizeof (mr_unit_t), (uintptr_t)un_addr) == -1) {
312 if (mdb_vread(&addr, sizeof (void *), (uintptr_t)ptr) == -1) {
317 if (mdb_vread(&mdc_sc, sizeof (mdc_unit_t),
348 if (mdb_vread(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusba.c55 if (mdb_vread(&prop, sizeof (prop), p) == -1) {
98 if (mdb_vread(&devinfo, sizeof (struct dev_info), dip_addr) == -1) {
121 if (mdb_vread(&hcdi_struct, sizeof (usba_hcdi_t),
133 if (mdb_vread(&devinfo, sizeof (struct dev_info),
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/apix/
H A Dapix.c91 if (mdb_vread(&apix, sizeof (apix_impl_t),
96 if (mdb_vread(&apix_vector, sizeof (apix_vector_t),
105 if (mdb_vread(&av, sizeof (struct autovec),
109 (mdb_vread(&apic_irq, sizeof (apic_irq_t),
118 if (mdb_vread(&apix, sizeof (apix_impl_t),
122 if (mdb_vread(&apix_vector, sizeof (apix_vector_t),
131 if (mdb_vread(&av, sizeof (struct autovec),
/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c108 if (mdb_vread(&pci_per_p, sizeof (uintptr_t),
120 while (mdb_vread(&pci_per_p, sizeof (uintptr_t),
123 if (mdb_vread(&pci_per, sizeof (pci_t),
146 if (mdb_vread(&px_state_p, sizeof (uintptr_t),
159 (void) mdb_vread(&px_state_p, sizeof (uintptr_t),
165 if (mdb_vread(&px_state, sizeof (px_t),
189 if (mdb_vread(&niumx_state_p, sizeof (uintptr_t),
199 while (mdb_vread(&niumx_state_p, sizeof (uintptr_t),
205 if (mdb_vread(&niumx_state, sizeof (niumx_devstate_t),
230 if (mdb_vread(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c73 (void) mdb_vread(&vfs, sizeof (vfs), vfsp);
78 (void) mdb_vread(&loinfo, sizeof (struct loinfo),
97 (void) mdb_vread(&vfs, sizeof (vfs), vfsp);
102 (void) mdb_vread(&loinfo, sizeof (struct loinfo),
112 (void) mdb_vread(lwp->lw_table + htsize,
119 if (mdb_vread(&vfs, sizeof (vfs_t), wsp->walk_addr) == -1) {
128 if (mdb_vread(&loinfo, sizeof (loinfo),
139 (void) mdb_vread(lwp->lw_table,
175 (void) mdb_vread(lwp->lw_lnode, sizeof (lnode_t), addr);
218 (void) mdb_vread(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c54 if (mdb_vread((void *)&nts, sizeof (nts),
60 if (mdb_vread((void *)&nlh, sizeof (nlh), (uintptr_t)((uintptr_t)nts +
69 if (mdb_vread((void *)&nd, sizeof (nd), (uintptr_t)p) == -1) {
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c68 if (mdb_vread(wsp->walk_data, sizeof (struct stmf_i_local_port),
105 if (mdb_vread(&ilport, sizeof (ilport), (uintptr_t)ilportp)
113 if (mdb_vread(&lport, sizeof (lport),
119 if (lport.lport_alias && mdb_vread(alias, sizeof (alias),
220 if (mdb_vread(&iport, sizeof (struct stmf_i_local_port), addr)
229 if (mdb_vread(&iss, sizeof (iss), (uintptr_t)issp) == -1) {
276 if (mdb_vread(&ilu, sizeof (struct stmf_i_lu), (uintptr_t)ilup)
326 if (mdb_vread(&ilp, sizeof (stmf_i_lu_provider_t),
375 if (mdb_vread(&ipp, sizeof (stmf_i_port_provider_t),
417 if (mdb_vread(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c54 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)addr) == -1) {
64 if (mdb_vread((void *)&hl, sizeof (hl),
119 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)addr) == -1) {
127 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)hrp) == -1) {
136 if (mdb_vread((void *)&hp, sizeof (hp),
175 if (mdb_vread((void *)&hks, sizeof (hks),
181 if (mdb_vread((void *)&hfh, sizeof (hfh), (uintptr_t)((uintptr_t)hks +
190 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)hfp) == -1) {
223 if (mdb_vread((void *)&hf, sizeof (hf),
238 if (mdb_vread((voi
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c80 if (mdb_vread(&symtab, sizeof (sym_tbl_t), addr) == -1) {
98 if (mdb_vread(&data_pri, sizeof (Elf_Data),
105 (mdb_vread(&data_aux, sizeof (Elf_Data),
119 if (mdb_vread(symlist, symlistsz, src) == -1) {
145 if (mdb_vread(&sym, sizeof (sym), (uintptr_t)data->d_buf +
193 if (mdb_vread(&psp, sizeof (ps_prochandle_t), addr) == -1) {
242 if (mdb_vread(&psp, sizeof (ps_prochandle_t), wsp->walk_addr) == -1) {
266 if (mdb_vread(&f, sizeof (file_info_t), fiw->fiw_next) == -1) {
308 if (mdb_vread(&psp, sizeof (ps_prochandle_t), wsp->walk_addr) == -1) {
333 if (mdb_vread(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c79 if (mdb_vread(&ulp, sizeof (uu_list_pool_t), addr) == -1) {
99 if (mdb_vread(&ul, sizeof (uu_list_t), addr) == -1) {
135 if (mdb_vread(&null_lpool, sym.st_size, (uintptr_t)sym.st_value) ==
157 if (mdb_vread(&ulp, sizeof (uu_list_pool_t),
191 if (mdb_vread(&ulp, sizeof (uu_list_pool_t), wsp->walk_addr) == -1) {
217 if (mdb_vread(&ul, sizeof (uu_list_t), ulw->ulw_current) == -1) {
254 if (mdb_vread(&ul, sizeof (uu_list_t), wsp->walk_addr) == -1) {
259 if (mdb_vread(&ulp, sizeof (uu_list_pool_t), (uintptr_t)ul.ul_pool) ==
289 if (mdb_vread(&uln, sizeof (uu_list_node_impl_t), ulnw->ulnw_current) ==
297 if (mdb_vread(uln
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c76 if (mdb_vread(&nss, sizeof (nss), kaddr) == -1) {
99 if (mdb_vread(&nss, sizeof (nss), wsp->walk_addr) == -1) {
142 if (mdb_vread(fa, sizeof (*fa), addr) == -1) {
193 if (mdb_vread(sp, sizeof (*sp), addr) == -1)
207 if (mdb_vread(sp, sizeof (*sp), addr) == -1) {
222 if (mdb_vread(&smh, sizeof (smh), (uintptr_t)meta->b_rptr) == -1)
244 if (mdb_vread(&sdc, sizeof (sdc), (uintptr_t)mp->b_rptr) == -1)
279 if (mdb_vread(&meta, sizeof (meta), (uintptr_t)addr) == -1)
289 if (mdb_vread(&mp, sizeof (mp),
298 if (mdb_vread(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/cpc/
H A Dcpc.c74 if (mdb_vread(&ctx, sizeof (ctx), addr) == -1) {
79 if (mdb_vread(&set, sizeof (set), (uintptr_t)ctx.kc_set) == -1) {
87 if (mdb_vread(reqs, set.ks_nreqs * sizeof (*reqs),
93 if (mdb_vread(data, set.ks_nreqs * sizeof (*data),
122 if (mdb_vread(attr, reqs[i].kr_nattrs * sizeof (*attr),
191 if (mdb_vread(&ctx, sizeof (ctx), wsp->walk_addr) == -1) {
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dcommon.c52 if (mdb_vread(&mch, sizeof (crypto_mechanism_t), addr) == -1) {
85 if (mdb_vread(&uio, sizeof (uio_t), (uintptr_t)addr)
91 if (mdb_vread(&iov, sizeof (iovec_t),
167 if (mdb_vread(&data, sizeof (crypto_data_t), addr) == -1) {
194 if (mdb_vread(&ddata, sizeof (crypto_dual_data_t), addr) == -1) {
226 if (mdb_vread(&key, sizeof (crypto_key_t), addr) == -1) {
/illumos-gate/usr/src/cmd/mdb/demo/common/
H A Dexample2.c62 if (mdb_vread(wsp->walk_data, sizeof (proc_t), wsp->walk_addr) == -1) {
119 if (mdb_vread(&p, sizeof (p), addr) == sizeof (p)) {
121 if (mdb_vread(&pid, sizeof (pid),

Completed in 74 milliseconds

1234567