Home
last modified time | relevance | path

Searched refs:mdb_readstr (Results 1 – 25 of 70) sorted by path

123

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c240 if (mdb_readstr(file, sizeof (file), (uintptr_t)trp->tr_file) <= 0) in trprint_cpp()
426 if (mdb_readstr(name, sizeof (name), (uintptr_t)modp->mod_name) <= 0) in module_ustat()
576 if (mdb_readstr(buf, sizeof (buf), in fmd_stat()
783 if (mdb_readstr(name, sizeof (name), (uintptr_t)mod.mod_name) <= 0) in fmd_module()
872 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)ci.ci_uuid) <= 0) in fmd_case()
938 if (mdb_readstr(name, sizeof (name), (uintptr_t)b.buf_name) <= 0) in fmd_buf()
1003 if (mdb_readstr(name, sizeof (name), (uintptr_t)sg.sg_name) <= 0) in fmd_serd()
1058 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)a.asru_uuid) <= 0) in fmd_asru()
1060 if (mdb_readstr(name, sizeof (name), (uintptr_t)a.asru_name) <= 0) in fmd_asru()
1114 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)a.al_uuid) <= 0) in fmd_asru_link()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c234 if (mdb_readstr(buf, (size_t)sizeof (buf), (uintptr_t)ipath->s) < 0) in ipath_node()
296 if (mdb_readstr(buf, (size_t)sizeof (buf), in eft_count()
385 if (mdb_readstr(buf, (size_t)sizeof (buf), in eft_node()
397 if (mdb_readstr(buf, (size_t)sizeof (buf), in eft_node()
437 if (mdb_readstr(buf, (size_t)sizeof (buf), in eft_node()
498 if (mdb_readstr(buf, (size_t)sizeof (buf), in eft_node()
506 if (mdb_readstr(buf, (size_t)sizeof (buf), in eft_node()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c236 mdb_readstr(char *buf, size_t nbytes, uintptr_t addr) in mdb_readstr() function
H A Dmdb_modapi.h219 extern ssize_t mdb_readstr(char *, size_t, uintptr_t);
H A Dmdb_print.c2826 if (mdb_readstr(buf, sizeof (buf) - 1, value) < 0) { in printf_string()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern155 mdb_readstr { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c96 else if (mdb_readstr(string, MAXNAMELEN + 1, in kcf_provider_desc()
159 else if (mdb_readstr(string, MAXNAMELEN + 1, (uintptr_t)desc.pd_name) in kcf_provider_desc()
266 (void) mdb_readstr(string, MAXNAMELEN + 1, in prov_tab()
364 if (mdb_readstr(name, CRYPTO_MAX_MECH_NAME, in prt_mechs()
389 else if (mdb_readstr(name, MAXNAMELEN, (uintptr_t)entry->ce_name) in prt_soft_conf_entry()
519 else if (mdb_readstr(name, MAXNAMELEN, (uintptr_t)desc.pd_name) in kcf_policy_desc()
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c787 if (mdb_readstr(data->dtmd_modstr, MDB_SYM_NAMLEN, in dtracemdb_modctl()
1214 (void) mdb_readstr(lmsg, sizeof (lmsg), (uintptr_t)lerr.dter_msg); in dtrace_errhash_cmp()
1215 (void) mdb_readstr(rmsg, sizeof (rmsg), (uintptr_t)rerr.dter_msg); in dtrace_errhash_cmp()
1304 if (mdb_readstr(msg, sizeof (msg), addr) == -1) { in dtrace_errhash()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcontract.c116 if (mdb_readstr(str, sizeof (str), (uintptr_t)ctt.ct_type_name) == -1) { in cmd_contract()
H A Dcred.c261 (void) mdb_readstr(str, sizeof (str), sa); in print_ksid()
H A Dcyclic.c565 (void) mdb_readstr(c, WHYLEN, (uintptr_t)rec->cyt_why); in cyctrace_walk()
609 (void) mdb_readstr(ly, WHYLEN, (uintptr_t)lhs->cyv_why); in cyccover_comp()
610 (void) mdb_readstr(ry, WHYLEN, (uintptr_t)rhs->cyv_why); in cyccover_comp()
646 (void) mdb_readstr(c, WHYLEN, (uintptr_t)cv[i].cyv_why); in cyccover()
H A Ddamap.c173 mdb_readstr(kstring, sizeof (kstring), (uintptr_t)kdam.dam_name); in damap_get()
246 mdb_readstr(kstring, sizeof (kstring), (uintptr_t)da->da_addr); in damap_get()
H A Ddevinfo.c787 if (mdb_readstr(prop_name, sizeof (prop_name), in devinfo_print_props()
894 if (mdb_readstr((void*) &mdi_c, sizeof (mdi_c), in devinfo_print_pathing()
972 if (mdb_readstr(binding_name, sizeof (binding_name), in devinfo_print()
1245 if ((length = mdb_readstr(tmpstr, size, in devinfo()
1251 if (devi.devi_addr != NULL && mdb_readstr(tmpstr, size - 1, in devinfo()
1257 if (mdb_readstr(bindname, sizeof (bindname), in devinfo()
1285 if (mdb_readstr(name, MODMAXNAMELEN, in m2d_walk_dinfo()
1313 if (mdb_readstr(name, MODMAXNAMELEN, in modctl2devinfo()
1433 if (mdb_readstr(name, sizeof (name), (uintptr_t)dn.dn_name) == -1) in devnames()
1876 if (mdb_readstr(bind_name, sizeof (bind_name), in binding_hash_entry()
[all …]
H A Dfindstack_subr.c309 if (mdb_readstr(mod_modname, sizeof (mod_modname), in stacks_module_cb()
H A Dgcore.c509 if (mdb_readstr(vops_name, sizeof (vops_name), vnodeops.vnop_name) == in gcore_vnode_size()
1045 if (mdb_readstr(psp->pr_clname, sizeof (psp->pr_clname) - 1, str_addr) in gcore_prgetlwpsinfo()
1260 if (mdb_readstr(sp->pr_clname, sizeof (sp->pr_clname) - 1, str_addr) == in gcore_prgetlwpstatus()
1901 if (mdb_readstr(s, n, zone.zone_name) == -1) { in Pzonename_gcore()
1920 if (mdb_readstr(buf, buflen, vn.v_path) == -1) { in Pexecname_gcore()
H A Dgenunix.c3728 mdb_readstr(modname, 256, in sysfile()
3734 mdb_readstr(var, 256, (uintptr_t)sys.sys_ptr) == -1) { in sysfile()
3752 mdb_readstr(strval, 256, in sysfile()
H A Dhotplug.c80 if (mdb_readstr(cn_type, sizeof (cn_type), in hotplug_print()
85 if (mdb_readstr(cn_name, sizeof (cn_name), in hotplug_print()
153 if (mdb_readstr(cn_type, sizeof (cn_type), in hotplug()
158 if (mdb_readstr(cn_name, sizeof (cn_name), in hotplug()
H A Dkmem.c2512 if (mdb_readstr(name, sizeof (name), (uintptr_t)m->mod_modname) == -1) in whatis_walk_modctl()
3886 if (mdb_readstr(name, sizeof (name), (uintptr_t) in showbc()
H A Dleaky_subr.c269 if (mdb_readstr(name, sizeof (name), (uintptr_t)m->mod_modname) == -1) in leaky_modctl()
H A Dlog.c109 if (mdb_readstr(line, sizeof (line), (uintptr_t)cont.b_rptr) == -1) { in msgbuf()
H A Dmdi.c553 if (mdb_readstr(string_val, MAXNAMELEN, addr) == -1) { in get_mdbstr()
H A Dmemory.c1033 if (shd.shd_name == NULL || mdb_readstr(name, sizeof (name), in pmap_walk_seg()
H A Dmodhash.c456 len = mdb_readstr(name, sizeof (name), (uintptr_t)mh.mh_name); in modhash()
523 (void) mdb_readstr(keystr + len, keystrlen - len, (uintptr_t)key); in format_strhash()
H A Dndievents.c55 if (mdb_readstr(nodename, sizeof (nodename), in dip_to_pathname()
79 if (mdb_readstr(nodename, sizeof (nodename), in dip_to_pathname()
88 if (mdb_readstr(addr_str, sizeof (addr_str), in dip_to_pathname()
189 if (mdb_readstr(ndi_event_name, sizeof (ndi_event_name), in ndi_event_print()
H A Dnet.c770 if (mdb_readstr(addr, sizeof (addr), in netstat_unix_name_pr()
864 (void) mdb_readstr(intf, MIN(LIFNAMSIZ, ill.ill_name_length), in get_ifname()

123