Home
last modified time | relevance | path

Searched refs:mdb_zalloc (Results 76 – 100 of 101) sorted by relevance

12345

/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c537 kmt->kmt_trapmap = mdb_zalloc(BT_SIZEOFMAP(kmt->kmt_trapmax), UM_SLEEP); in kmt_init_isadep()
H A Dkaif.c820 kaif_cpusave = mdb_zalloc(sizeof (kaif_cpusave_t) * kav->kav_ncpu, in kaif_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c476 if ((wsp->walk_cbdata = mdb_zalloc(sizeof (reqid_cb_data_t), in reqid_table_walk_init()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_rawfile.c428 rf = mdb_zalloc(sizeof (rf_data_t), UM_SLEEP); in mdb_rawfile_tgt_create()
H A Dmdb_print.c1666 holeinfo_t *nhi = mdb_zalloc( in elt_print()
3018 dest = mdb_zalloc(strlen(fmt) * 3, UM_SLEEP | UM_GC); in cmd_printf()
3019 fmts = mdb_zalloc(strlen(fmt) * sizeof (char *), UM_SLEEP | UM_GC); in cmd_printf()
3020 funcs = mdb_zalloc(strlen(fmt) * sizeof (void *), UM_SLEEP | UM_GC); in cmd_printf()
H A Dmdb_target.c201 t = mdb_zalloc(sizeof (mdb_tgt_t), UM_SLEEP); in mdb_tgt_create()
2002 mdb_sespec_t *sep = mdb_zalloc(sizeof (mdb_sespec_t), UM_SLEEP); in mdb_tgt_sespec_insert()
2089 mdb_vespec_t *vep = mdb_zalloc(sizeof (mdb_vespec_t), UM_SLEEP); in mdb_tgt_vespec_insert()
H A Dmdb_evset.c51 int *idv = mdb_zalloc(sizeof (int) * (argc + 1), UM_SLEEP | UM_GC); in cmd_evset()
H A Dmdb_kvm.c237 km = mdb_zalloc(sizeof (kt_module_t), UM_SLEEP); in kt_load_modules()
1394 kt_data_t *kt = mdb_zalloc(sizeof (kt_data_t), UM_SLEEP); in mdb_kvm_tgt_create()
H A Dmdb_termio.c1548 td = mdb_zalloc(sizeof (termio_data_t), UM_SLEEP); in mdb_termio_create()
H A Dmdb_proc.c2226 wsp->walk_data = mdb_zalloc(sizeof (mdb_addrvec_t), UM_SLEEP); in pt_thr_walk_init()
5307 pt_data_t *pt = mdb_zalloc(sizeof (pt_data_t), UM_SLEEP); in mdb_proc_tgt_create()
H A Dmdb_cmds.c779 sname = mdb_zalloc(snamesz, UM_SLEEP | UM_GC); in print_type()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c815 mdb.m_promif = mdb_zalloc(sizeof (kmdb_promif_t), UM_SLEEP); in kmdb_prom_init_finish()
H A Dkmdb_kvm.c704 kmt_module_t *km = mdb_zalloc(sizeof (kmt_module_t), UM_SLEEP); in kmt_mod_create()
1682 kb = mdb_zalloc(sizeof (kmt_brkpt_t), UM_SLEEP); in kmt_brkpt_ctor()
2519 kmt = mdb_zalloc(sizeof (kmt_data_t), UM_SLEEP); in kmdb_kvm_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c238 dnlc_hash = mdb_zalloc(MDB_DNLC_HSIZE * sizeof (ncache_t *), UM_SLEEP); in dnlc_load()
1879 char *str = mdb_zalloc(4096, UM_SLEEP | UM_GC); in mdb_print_buildversion()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c143 mdb_zalloc(sizeof (wchan_walk_data_t), UM_SLEEP); in wchan_walk_init()
H A Dnet.c1544 args = mdb_zalloc(sizeof (*args), UM_SLEEP); in dladm_show_bridge()
H A Dgcore.c2073 gcore_sclass = mdb_zalloc(sym.st_size, UM_SLEEP); in gcore_init()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c681 regvals = mdb_zalloc(ARRAY_SIZE(regnums) * sizeof (uint64_t), UM_SLEEP); in bhyve_dbgregs_dcmd()
1486 bd = mdb_zalloc(sizeof (bhyve_data_t) + strlen(argv[0]) + 1, UM_SLEEP); in mdb_bhyve_tgt_create()
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c169 mdb_zalloc(sizeof (struct cmih_walk_state), UM_SLEEP); in cmih_walk_init()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c984 if ((xkb->xkb_namelist = mdb_zalloc(xkb->xkb_namesize, UM_SLEEP)) in xkb_build_ksyms()
1347 xkb = mdb_zalloc(sizeof (*xkb), UM_SLEEP); in xkb_open()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c836 state = mdb_zalloc(sizeof (tnwalk_state_t), UM_SLEEP); in tnh_walk_init()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c215 mfn_list = mdb_zalloc(sz, UM_SLEEP); in init_mmu()
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c1406 options = mdb_zalloc(sizeof (struct find_options), UM_SLEEP); in parse_options()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2075 h = mdb_zalloc(ill->ill_phys_addr_length, UM_SLEEP); in ncec_l2_addr()
2118 h = mdb_zalloc(mblen, UM_SLEEP); in nce_l2_addr()
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3416 hwi = (idm_hba_walk_info_t *)mdb_zalloc( in iscsi_ini_hba_walk_init()

12345