/titanic_50/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 71 winfo = mdb_zalloc(sizeof (struct rdc_kinfo_winfo), UM_SLEEP); in rdc_k_info_winit() 140 winfo = mdb_zalloc(sizeof (struct rdc_uinfo_winfo), UM_SLEEP); in rdc_u_info_winit() 205 wsp->walk_data = mdb_zalloc(sizeof (rdc_if_t), UM_SLEEP); in rdc_if_winit() 303 group = mdb_zalloc(sizeof (*group), UM_GC); in rdc_group() 384 lsrv = mdb_zalloc(sizeof (*lsrv), UM_GC); in rdc_srv() 427 ifp = mdb_zalloc(sizeof (*ifp), UM_GC); in rdc_if() 462 buf = mdb_zalloc(sizeof (*buf), UM_GC); in rdc_buf() 496 aio = mdb_zalloc(sizeof (*aio), UM_GC); in rdc_aio() 519 dset = mdb_zalloc(sizeof (*dset), UM_GC); in rdc_dset() 562 krdc = mdb_zalloc(sizeof (*krdc), UM_GC); in rdc_kinfo() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | damap.c | 81 bs = mdb_zalloc(sizeof (*bs), UM_SLEEP); in bitset_get() 197 dam = mdb_zalloc(sizeof (*dam), UM_SLEEP); in damap_get() 229 ss = mdb_zalloc(sizeof (struct i_ddi_soft_state), UM_SLEEP); in damap_get() 232 ss->array = mdb_zalloc(array_sz, UM_SLEEP); in damap_get() 237 da = ss->array[i] = mdb_zalloc(sizeof (*da), UM_SLEEP); in damap_get()
|
H A D | lgrp.c | 353 lcc.lcc_cpucnt = mdb_zalloc(sizeof (uint_t) * lcpu, in lgrp() 355 lcc.lcc_psrsetid = mdb_zalloc(sizeof (uint_t) * lcpu, in lgrp() 357 lcc.lcc_cpuset = mdb_zalloc(sizeof (uintptr_t) * lcpu, in lgrp() 360 lcc.lcc_cpuset[i] = mdb_zalloc(cpusetsize, in lgrp() 362 lcc.lcc_loadavg = mdb_zalloc(sizeof (int) * lcpu, in lgrp() 430 lwd = mdb_zalloc(sizeof (lgrp_walk_data_t), UM_SLEEP | UM_GC); in lgrp_walk_init() 606 lwsd = mdb_zalloc(sizeof (lgrp_set_walk_data_t), UM_SLEEP | UM_GC); in lgrp_set_walk_init()
|
H A D | taskq.c | 169 tqi.tqi_array = mdb_zalloc( in taskq() 215 taskq_bucket_t *b = mdb_zalloc(bsize, UM_SLEEP | UM_GC); in taskq() 402 tti = wsp->walk_data = mdb_zalloc(sizeof (*tti), UM_SLEEP); in taskq_thread_walk_init()
|
H A D | avl.c | 96 wsp->walk_data = aw = mdb_zalloc(sizeof (struct aw_info), UM_SLEEP); in avl_walk_init_range() 116 aw->aw_buff = mdb_zalloc(tree->avl_size, UM_SLEEP); in avl_walk_init_range()
|
H A D | findstack.c | 390 nsep = mdb_zalloc(STACKS_ENTRY_SIZE(depth), UM_SLEEP); in stacks_thread_cb() 461 mdb_zalloc(STACKS_HSIZE * sizeof (*si.si_hash), UM_SLEEP); in stacks_run() 489 mdb_zalloc(si.si_entries * sizeof (*stacks_array), UM_SLEEP); in stacks_run() 737 seen = mdb_zalloc(p.pipe_len, UM_SLEEP | UM_GC); in stacks()
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_module_load.c | 86 kmc = mdb_zalloc(sizeof (kmdb_modctl_t), UM_SLEEP); in mdb_module_load() 98 dlr = mdb_zalloc(sizeof (kmdb_wr_load_t), UM_SLEEP); in mdb_module_load() 160 kmc = mdb_zalloc(sizeof (kmdb_modctl_t), UM_SLEEP); in kmdb_module_loaded() 213 wn = mdb_zalloc(sizeof (kmdb_wr_t), UM_SLEEP); in mdb_module_load_all() 228 kmdb_wr_unload_t *dur = mdb_zalloc(sizeof (kmdb_wr_unload_t), UM_SLEEP); in kmdb_module_request_unload()
|
H A D | kmdb_promio.c | 195 io = mdb_zalloc(sizeof (mdb_io_t), UM_SLEEP); in kmdb_promio_create() 196 pdp = mdb_zalloc(sizeof (pio_data_t), UM_SLEEP); in kmdb_promio_create()
|
H A D | kmdb_context.c | 58 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()
|
/titanic_50/usr/src/cmd/mdb/common/modules/sv/ |
H A D | sv.c | 59 winfo = mdb_zalloc(sizeof (struct sv_dev_winfo), UM_SLEEP); in sv_dev_winit() 122 wsp->walk_data = mdb_zalloc(sizeof (sv_dev_t), UM_SLEEP); in sv_hash_winit() 177 wsp->walk_data = mdb_zalloc(sizeof (sv_maj_t), UM_SLEEP); in sv_maj_winit() 237 wsp->walk_data = mdb_zalloc(sizeof (sv_gclient_t), UM_SLEEP); in sv_gclient_winit() 356 maj = mdb_zalloc(sizeof (*maj), UM_GC); in sv_maj() 456 svp = mdb_zalloc(sizeof (*svp), UM_GC); in sv_dev()
|
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 773 io = mdb_zalloc(sizeof (*io), UM_SLEEP | UM_GC); in nsc_io() 874 dev = mdb_zalloc(sizeof (*dev), UM_SLEEP | UM_GC); in nsc_dev() 913 dv = mdb_zalloc(sizeof (*dv), UM_SLEEP | UM_GC); in nsc_dev() 971 dv = mdb_zalloc(sizeof (*dv), UM_SLEEP | UM_GC); in nsc_devval() 1125 fd = mdb_zalloc(sizeof (*fd), UM_SLEEP | UM_GC); in nsc_fd() 1292 iodev = mdb_zalloc(sizeof (*iodev), UM_SLEEP | UM_GC); in nsc_iodev() 1394 service = mdb_zalloc(sizeof (*service), UM_SLEEP | UM_GC); in nsc_service() 1467 svc = mdb_zalloc(sizeof (*svc), UM_SLEEP | UM_GC); in nsc_svc() 1503 vp = mdb_zalloc(sizeof (*vp), UM_SLEEP | UM_GC); in nsc_val() 1555 set = mdb_zalloc(sizeof (*set), UM_SLEEP | UM_GC); in nstset() [all …]
|
/titanic_50/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 35 void mdb_zalloc(void) {} in mdb_zalloc() function
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbfs/ |
H A D | smbfs.c | 133 cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC); in smbfs_vfs_dcmd() 227 cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC); in smbfs_node_dcmd()
|
/titanic_50/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs_log.c | 58 uw = mdb_zalloc(sizeof (ufslogmap_walk_data_t), UM_SLEEP | UM_GC); in ufslogmap_walk_init() 216 msp = mdb_zalloc(sizeof (mapstats_t), UM_SLEEP | UM_GC); in mapstats_dcmd()
|
/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 695 tw = mdb_zalloc(sizeof (ttrace_walk_data_t), UM_SLEEP); in ttrace_walk_init() 697 tw->tw_cpus = mdb_zalloc(sizeof (ttrace_cpu_data_t) * ncpu, UM_SLEEP); in ttrace_walk_init() 984 tw = mdb_zalloc(sizeof (httrace_walk_data_t), UM_SLEEP); in httrace_walk_init() 986 tw->tw_cpus = mdb_zalloc(sizeof (httrace_cpu_data_t) * ncpu, UM_SLEEP); in httrace_walk_init() 1241 xw = mdb_zalloc(sizeof (xc_mbox_walk_t), UM_SLEEP); in xc_mbox_walk_init() 1242 xw->xw_mbox = mdb_zalloc(mbox_size * ncpu, UM_SLEEP); in xc_mbox_walk_init() 1355 vecint = mdb_zalloc(sizeof (vecint_walk_data_t), UM_SLEEP); in vecint_walk_init() 1359 vecint->vec_table = mdb_zalloc(vecint->vec_size, UM_SLEEP); in vecint_walk_init()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 65 shstr->gs_data = mdb_zalloc(shstr->gs_shdr.sh_size + 1, UM_SLEEP); in gelf_sect_init() 101 gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * npbit, UM_SLEEP); in gelf_sect_init() 258 gf->gf_sects = mdb_zalloc(sizeof (mdb_gelf_sect_t) * gf->gf_shnum, in gelf_shdrs_init() 380 gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * gf->gf_phnum, UM_SLEEP); in gelf_phdrs_init() 490 gf->gf_dyns = mdb_zalloc(sizeof (GElf_Dyn) * ndyns, UM_SLEEP); in mdb_gelf_dyns_set() 568 gf->gf_dyns = mdb_zalloc(sizeof (GElf_Dyn) * ndyns, UM_SLEEP); in gelf_dyns_init() 768 mdb_gelf_file_t *gf = mdb_zalloc(sizeof (mdb_gelf_file_t), UM_SLEEP); in mdb_gelf_create() 1208 gst->gst_dsect = mdb_zalloc(sizeof (mdb_gelf_sect_t), UM_SLEEP); in mdb_gelf_symtab_create_raw() 1212 gst->gst_ssect = mdb_zalloc(sizeof (mdb_gelf_sect_t), UM_SLEEP); in mdb_gelf_symtab_create_raw() 1303 gst = mdb_zalloc(sizeof (mdb_gelf_symtab_t), UM_SLEEP); in mdb_gelf_symtab_create_dynamic() [all …]
|
H A D | mdb_whatis.c | 423 wcp = mdb_zalloc(sizeof (*wcp), UM_SLEEP); in mdb_whatis_register() 445 whatis_callback_t **narray = mdb_zalloc(nbytes, UM_SLEEP); in mdb_whatis_register() 566 w.w_addrfound = mdb_zalloc(w.w_naddrs * sizeof (*w.w_addrfound), in cmd_whatis()
|
H A D | mdb_callb.c | 44 mdb_callb_t *new = mdb_zalloc(sizeof (mdb_callb_t), UM_SLEEP); in mdb_callb_add()
|
H A D | mdb_context.c | 64 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()
|
H A D | mdb_value.c | 177 data = mdb_zalloc(sizeof (mdb_value_data_t), UM_SLEEP); in mdb_value_tgt_create()
|
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 223 _sd_cache_stats = mdb_zalloc(statssize, UM_SLEEP); in sdbc_stats() 777 winfo = mdb_zalloc(sizeof (struct walk_info), UM_SLEEP); in sdbc_cctl_winit() 848 wsp->walk_data = mdb_zalloc(sizeof (_sd_cctl_t), UM_SLEEP); in sdbc_cchain_winit() 893 wsp->walk_data = mdb_zalloc(sizeof (_sd_cctl_t), UM_SLEEP); in sdbc_dchain_winit() 1068 winfo = mdb_zalloc(sizeof (struct walk_info), UM_SLEEP); in sdbc_lru_winit() 1143 winfo = mdb_zalloc(sizeof (struct walk_info), UM_SLEEP); in sdbc_wctl_winit() 1268 winfo = mdb_zalloc(sizeof (struct walk_info), UM_SLEEP); in sdbc_cdinfo_winit() 1331 winfo = mdb_zalloc(sizeof (struct walk_info), UM_SLEEP); in sdbc_ftctl_winit() 1412 winfo = mdb_zalloc(sizeof (struct walk_info), UM_SLEEP); in sdbc_handle_winit() 1465 winfo = mdb_zalloc(sizeof (struct walk_info), UM_SLEEP); in sdbc_glcinfo_winit() [all …]
|
/titanic_50/usr/src/cmd/mdb/intel/mdb/ |
H A D | kvm_amd64dep.c | 208 kt->k_regs = mdb_zalloc(sizeof (mdb_tgt_gregset_t), UM_SLEEP); in kt_amd64_init() 254 panic_data_t *pdp = mdb_zalloc(pd_size, UM_SLEEP); in kt_amd64_init()
|
H A D | kvm_ia32dep.c | 203 kt->k_regs = mdb_zalloc(sizeof (mdb_tgt_gregset_t), UM_SLEEP); in kt_ia32_init() 250 panic_data_t *pdp = mdb_zalloc(pd_size, UM_SLEEP); in kt_ia32_init()
|
/titanic_50/usr/src/cmd/mdb/common/modules/emlxs/ |
H A D | emlxs.c | 460 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC); in emlxs_dump() 507 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC); in emlxs_dump() 590 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC); in emlxs_dump()
|
/titanic_50/usr/src/cmd/mdb/sparc/mdb/ |
H A D | kvm_v9dep.c | 259 kt->k_regs = mdb_zalloc(sizeof (mdb_tgt_gregset_t), UM_SLEEP); in kt_sparcv9_init() 290 panic_data_t *pdp = mdb_zalloc(pd_size, UM_SLEEP); in kt_sparcv9_init()
|