Searched refs:mdb_readstr (Results 1 - 25 of 65) sorted by relevance

123

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c79 if (mdb_readstr(cn_type, sizeof (cn_type),
84 if (mdb_readstr(cn_name, sizeof (cn_name),
151 if (mdb_readstr(cn_type, sizeof (cn_type),
156 if (mdb_readstr(cn_name, sizeof (cn_name),
H A Dndievents.c53 if (mdb_readstr(nodename, sizeof (nodename),
77 if (mdb_readstr(nodename, sizeof (nodename),
86 if (mdb_readstr(addr_str, sizeof (addr_str),
187 if (mdb_readstr(ndi_event_name, sizeof (ndi_event_name),
H A Dlog.c91 if (mdb_readstr(line, sizeof (line), (uintptr_t)cont.b_rptr) == -1) {
H A Dzone.c139 len = mdb_readstr(name, ZONE_NAMELEN, (uintptr_t)zn.zone_name);
154 len = mdb_readstr(path, ZONE_PATHLEN,
235 if (mdb_readstr(subsys_name,
415 len = mdb_readstr(name, ZONE_NAMELEN, (uintptr_t)zone.zone_name);
H A Dsysevent.c121 if ((subclass_name_sz = mdb_readstr(subclass_name, CLASS_LIST_FIELD_MAX,
166 if ((class_name_sz = mdb_readstr(class_name, CLASS_LIST_FIELD_MAX,
356 if ((channel_name_sz = mdb_readstr(channel_name, CHAN_FIELD_MAX,
H A Ddamap.c173 mdb_readstr(kstring, sizeof (kstring), (uintptr_t)kdam.dam_name);
246 mdb_readstr(kstring, sizeof (kstring), (uintptr_t)da->da_addr);
H A Ddevinfo.c779 if (mdb_readstr(prop_name, sizeof (prop_name),
886 if (mdb_readstr((void*) &mdi_c, sizeof (mdi_c),
964 if (mdb_readstr(binding_name, sizeof (binding_name),
1189 if ((length = mdb_readstr(tmpstr, size,
1195 if (devi.devi_addr != NULL && mdb_readstr(tmpstr, size - 1,
1201 if (mdb_readstr(bindname, sizeof (bindname),
1229 if (mdb_readstr(name, MODMAXNAMELEN,
1257 if (mdb_readstr(name, MODMAXNAMELEN,
1377 if (mdb_readstr(name, sizeof (name), (uintptr_t)dn.dn_name) == -1)
1789 if (mdb_readstr(nam
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c81 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)th.th_uuid) < 0) {
84 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) {
87 if (mdb_readstr(plat, sizeof (plat), (uintptr_t)th.th_platform) < 0) {
91 if (mdb_readstr(isa, sizeof (isa), (uintptr_t)th.th_isa) < 0) {
94 if (mdb_readstr(machine, sizeof (machine), (uintptr_t)th.th_machine)
100 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product)
167 if (mdb_readstr(name, sizeof (name), (uintptr_t)tm.tm_name) < 0) {
170 if (mdb_readstr(path, sizeof (path), (uintptr_t)tm.tm_path) < 0) {
173 if (mdb_readstr(root, sizeof (root), (uintptr_t)tm.tm_rootdir) < 0) {
264 if (mdb_readstr(nam
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dmetaset.c49 if (mdb_readstr(machine, 1024,
H A Ddumpnamespace.c72 if (mdb_readstr((char *)sn_name, shn.did_size + 1,
110 if (mdb_readstr((char *)sn_name, shn.sn_namlen + 1,
147 if (mdb_readstr((char *)min_name, didmn.min_namlen + 1,
186 if (mdb_readstr((char *)n_name, nm.n_namlen + 1,
/illumos-gate/usr/src/cmd/mdb/common/modules/sockfs/
H A Dsockfs.c118 (mdb_readstr(strdev, sizeof (strdev),
121 if (mdb_readstr(sockmod, sizeof (sockmod),
/illumos-gate/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c78 if (mdb_readstr((char *)str, sizeof (str),
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusba.c59 if (mdb_readstr(prop_name, sizeof (prop_name),
H A Dusb.c544 if (mdb_readstr(string_descr, USB_MAXSTRINGLEN,
556 if (mdb_readstr(string_descr, USB_MAXSTRINGLEN,
569 if (mdb_readstr(string_descr, USB_MAXSTRINGLEN,
628 if (mdb_readstr(string_descr,
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c96 else if (mdb_readstr(string, MAXNAMELEN + 1,
159 else if (mdb_readstr(string, MAXNAMELEN + 1, (uintptr_t)desc.pd_name)
266 (void) mdb_readstr(string, MAXNAMELEN + 1,
364 if (mdb_readstr(name, CRYPTO_MAX_MECH_NAME,
389 else if (mdb_readstr(name, MAXNAMELEN, (uintptr_t)entry->ce_name)
519 else if (mdb_readstr(name, MAXNAMELEN, (uintptr_t)desc.pd_name)
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c51 mdb_readstr(devi_node, sizeof (devi_node),
53 mdb_readstr(devi_addr, sizeof (devi_addr),
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c94 if (mdb_readstr(name, sizeof (name),
289 mdb_readstr(info, sizeof (info),
294 if (mdb_readstr(name, sizeof (name), (uintptr_t)mcp->mod_modname) == -1)
345 if (mdb_readstr(name, sizeof (name), (uintptr_t)mcp->mod_modname) == -1)
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c74 if (mdb_readstr((char *)hrstr, sizeof (hrstr),
147 if (mdb_readstr((char *)hprstr, sizeof (hprstr),
199 if (mdb_readstr((char *)hrrstr, sizeof (hrrstr),
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c76 mdb_readstr(buf, sizeof (buf), (uintptr_t)idc.idc_name) < 1)
87 if (mdb_readstr(buf, sizeof (buf),
329 if (mdb_readstr(path, sizeof (path),
353 if (mdb_readstr(path, sizeof (path),
389 if (mdb_readstr(path, sizeof (path), pathp) < 0) {
601 mdb_readstr(buf, sizeof (buf), addr) > 0)
/illumos-gate/usr/src/cmd/mdb/common/modules/libsysevent/
H A Dlibsysevent.c76 if ((channel_name_sz = mdb_readstr(channel_name, CLASS_LIST_FIELD_MAX,
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/uppc/
H A Duppc.c46 (void) mdb_readstr(bind_name, sizeof (bind_name),
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.startd/
H A Dstartd.c237 if (mdb_readstr(iname, 1024, (uintptr_t)ri.ri_i.i_fmri) == -1) {
288 if (mdb_readstr(vname, 1024, (uintptr_t)gv.gv_name) == -1) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c235 if (mdb_readstr(file, sizeof (file), (uintptr_t)trp->tr_file) <= 0)
419 if (mdb_readstr(name, sizeof (name), (uintptr_t)modp->mod_name) <= 0)
460 if (mdb_readstr(name, sizeof (name), (uintptr_t)modp->mod_name) <= 0) {
569 if (mdb_readstr(buf, sizeof (buf),
776 if (mdb_readstr(name, sizeof (name), (uintptr_t)mod.mod_name) <= 0)
865 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)ci.ci_uuid) <= 0)
931 if (mdb_readstr(name, sizeof (name), (uintptr_t)b.buf_name) <= 0)
996 if (mdb_readstr(name, sizeof (name), (uintptr_t)sg.sg_name) <= 0)
1051 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)a.asru_uuid) <= 0)
1053 if (mdb_readstr(nam
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c232 if (mdb_readstr(buf, (size_t)sizeof (buf), (uintptr_t)ipath->s) < 0)
294 if (mdb_readstr(buf, (size_t)sizeof (buf),
383 if (mdb_readstr(buf, (size_t)sizeof (buf),
395 if (mdb_readstr(buf, (size_t)sizeof (buf),
435 if (mdb_readstr(buf, (size_t)sizeof (buf),
496 if (mdb_readstr(buf, (size_t)sizeof (buf),
504 if (mdb_readstr(buf, (size_t)sizeof (buf),
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c457 if (mdb_readstr(elemstr, sizeof (elemstr),
497 mdb_readstr(buf, buflen, (uintptr_t)vp.v_path) != -1)
910 if (mdb_readstr(buf, nbytes, (uintptr_t)mi.mi_idname) <= 0) {
996 if (mdb_readstr(node_name, sizeof (node_name),
1054 if (mdb_readstr(name, MODMAXNAMELEN + 1, (uintptr_t)dn.dn_name) == -1)
1077 if (mdb_readstr(bind_name, sizeof (bind_name),
1537 length = mdb_readstr(local_namep, local_name_size,
1557 length = mdb_readstr(local_namep, local_name_size, addrname);
1610 return (mdb_readstr(str, nbytes, (uintptr_t)r->rs_string));

Completed in 112 milliseconds

123