usr/src/cmd/fm/fmd/common/fmd_mdb.c
106
buf = mdb_alloc(len, UM_SLEEP);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
1262
hp = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
132
t->trw_data.tb_size + sizeof (uintptr_t), UM_SLEEP);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
323
hwp = mdb_alloc(sizeof (hashwalk_data_t), UM_SLEEP);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
324
hwp->hw_hash = mdb_zalloc(len, UM_SLEEP);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
329
hwp->hw_data = mdb_zalloc(size, UM_SLEEP);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
95
t = mdb_zalloc(sizeof (trwalk_state_t), UM_SLEEP);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
140
wsp->walk_data = mdb_zalloc(sizeof (struct lut_dump_desc), UM_SLEEP);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
173
ipath = mdb_alloc(sizeof (struct ipath), UM_SLEEP);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
61
lddp->ld_array = mdb_zalloc(LUT_SIZE_INIT * LCPSZ, UM_SLEEP);
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
65
new = mdb_zalloc((lddp->ld_arraysz + LUT_SIZE_INCR) * LCPSZ, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_dpi.c
333
(void) mdb_nv_create(&res.res_loads, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_dpi.c
334
(void) mdb_nv_create(&res.res_unloads, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
1586
kmt_defbp_t *dbp = mdb_alloc(sizeof (kmt_defbp_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
1701
kb = mdb_zalloc(sizeof (kmt_brkpt_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
1900
swp = mdb_alloc(sizeof (kmdb_wapt_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
2187
kmt_bparg_t *ka = mdb_alloc(sizeof (kmt_bparg_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
2253
ka = mdb_alloc(sizeof (kmt_bparg_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
2289
kmdb_wapt_t *wp = mdb_alloc(sizeof (kmdb_wapt_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
2538
kmt = mdb_zalloc(sizeof (kmt_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
2546
(void) mdb_nv_create(&kmt->kmt_modules, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
424
call_argv = mdb_alloc(sizeof (uintptr_t) * argc, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
724
kmt_module_t *km = mdb_zalloc(sizeof (kmt_module_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_kvm.c
727
km->km_name = mdb_alloc(strlen(name) + 1, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_main.c
121
lpend = lpath = mdb_zalloc(lpsz, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_main.c
268
kmdb_main_stack = mdb_alloc(KMDB_STACK_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_module.c
52
wr = mdb_zalloc(sizeof (kmdb_wr_path_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_module_load.c
162
kmc = mdb_zalloc(sizeof (kmdb_modctl_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_module_load.c
214
wn = mdb_zalloc(sizeof (kmdb_wr_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_module_load.c
229
kmdb_wr_unload_t *dur = mdb_zalloc(sizeof (kmdb_wr_unload_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_module_load.c
84
kmc = mdb_zalloc(sizeof (kmdb_modctl_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_module_load.c
96
dlr = mdb_zalloc(sizeof (kmdb_wr_load_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_promif.c
382
modepname = mdb_alloc(strlen(devname) + 5 + 1, UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_promif.c
815
mdb.m_promif = mdb_zalloc(sizeof (kmdb_promif_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_promio.c
195
io = mdb_zalloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/kmdb/kmdb_promio.c
196
pdp = mdb_zalloc(sizeof (pio_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
1213
argv = mdb_alloc(sizeof (mdb_arg_t) * argc, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb.c
1305
s = mdb_alloc(r + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
332
npath = mdb_zalloc(sizeof (char *) * (i + 1), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
334
npath[0] = mdb_alloc(pathlen, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
490
mdb.m_ipathstr = mdb_zalloc(MAXPATHLEN, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
491
mdb.m_lpathstr = mdb_zalloc(MAXPATHLEN, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
516
(void) mdb_nv_create(&mdb.m_rmod.mod_walkers, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
517
(void) mdb_nv_create(&mdb.m_rmod.mod_dcmds, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
522
(void) mdb_nv_create(&mdb.m_disasms, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
523
(void) mdb_nv_create(&mdb.m_modules, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
524
(void) mdb_nv_create(&mdb.m_dcmds, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
525
(void) mdb_nv_create(&mdb.m_walkers, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
526
(void) mdb_nv_create(&mdb.m_nv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb.c
577
(void) mdb_nv_create(&mdb.m_dmodctl, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_addrvec.c
54
void *data = mdb_alloc(sizeof (uintptr_t) * size, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_argvec.c
412
s = mdb_zalloc(n + argc, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_callb.c
42
mdb_callb_t *new = mdb_zalloc(sizeof (mdb_callb_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_cmdbuf.c
63
newhistory = mdb_alloc(newhalloc * sizeof (char *), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_cmdbuf.c
67
newhistory[i] = mdb_alloc(CMDBUF_LINELEN, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_cmdbuf.c
81
UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_cmdbuf.c
82
cmd->cmd_linebuf = mdb_alloc(CMDBUF_LINELEN, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_cmdbuf.c
85
cmd->cmd_history[i] = mdb_alloc(CMDBUF_LINELEN, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
1657
objname = mdb_alloc(strlen(object) + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
1730
(void) mdb_nv_create(&vers_nv, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
1738
(void *)(uintptr_t)showall, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
1948
symlist = mdb_alloc(len * sizeof (uintptr_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3253
uint8_t *chunk = mdb_alloc(BCMP_CHUNK_SIZE, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3254
uint8_t *other_chunk = mdb_alloc(BCMP_CHUNK_SIZE, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
742
char *name = mdb_alloc(namesz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
781
sname = mdb_zalloc(snamesz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
811
char *addralias = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1719
tgtbuf = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_demangle.c
238
dmp->dm_buf = mdb_zalloc(reslen, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_demangle.c
46
return (mdb_alloc(len, UM_SLEEP));
usr/src/cmd/mdb/common/mdb/mdb_demangle.c
65
dmp = mdb_alloc(sizeof (mdb_demangler_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_disasm.c
175
mdb_nv_sort_iter(&mdb.m_disasms, print_dis, NULL, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_disasm.c
62
mdb_disasm_t *dp = mdb_zalloc(sizeof (mdb_disasm_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_evset.c
198
av = mdb_alloc(sizeof (mdb_arg_t) * (argc + 2), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_evset.c
51
int *idv = mdb_zalloc(sizeof (int) * (argc + 1), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_fdio.c
203
blk = mdb_zalloc(blksize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_fdio.c
247
blk = mdb_zalloc(blksize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_fdio.c
290
mdb_io_t *io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_fdio.c
291
fd_data_t *fdp = mdb_alloc(sizeof (fd_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
297
buf = mdb_alloc(cnt + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
101
gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * npbit, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1089
gst->gst_asmap = mdb_alloc(sizeof (Elf64_Sym *) * asrsv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1142
gst = mdb_alloc(sizeof (mdb_gelf_symtab_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1143
(void) mdb_nv_create(&gst->gst_nv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1197
gst = mdb_alloc(sizeof (mdb_gelf_symtab_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1198
(void) mdb_nv_create(&gst->gst_nv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1208
gst->gst_dsect = mdb_zalloc(sizeof (mdb_gelf_sect_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1212
gst->gst_ssect = mdb_zalloc(sizeof (mdb_gelf_sect_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1303
gst = mdb_zalloc(sizeof (mdb_gelf_symtab_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1304
(void) mdb_nv_create(&gst->gst_nv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1314
gst->gst_dsect = mdb_zalloc(sizeof (mdb_gelf_sect_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1320
gst->gst_ssect = mdb_zalloc(sizeof (mdb_gelf_sect_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1350
gst = mdb_zalloc(sizeof (mdb_gelf_symtab_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1351
(void) mdb_nv_create(&gst->gst_nv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
146
gsp->gs_data = mdb_alloc(gsp->gs_shdr.sh_size, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1797
char *s = mdb_alloc(strlen(name) + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1800
dsp = mdb_alloc(sizeof (mdb_gelf_dsym_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1817
gst->gst_asrsv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
250
shdrs = mdb_alloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
259
UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
372
phdrs = mdb_alloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
380
gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * gf->gf_phnum, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
490
gf->gf_dyns = mdb_zalloc(sizeof (GElf_Dyn) * ndyns, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
560
dyns = mdb_alloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
568
gf->gf_dyns = mdb_zalloc(sizeof (GElf_Dyn) * ndyns, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
65
shstr->gs_data = mdb_zalloc(shstr->gs_shdr.sh_size + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
768
mdb_gelf_file_t *gf = mdb_zalloc(sizeof (mdb_gelf_file_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
992
gst->gst_asmap = mdb_alloc(sizeof (Elf32_Sym *) * asrsv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_help.c
138
mdb_nv_sort_iter(&mdb.m_modules, func, NULL, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_help.c
270
buf = mdb_alloc(nbytes + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_help.c
281
mdb_nv_sort_iter(&mdb.m_walkers, print_wdesc, &f, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_help.c
359
buf = mdb_alloc(nbytes + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_help.c
370
mdb_nv_sort_iter(&mdb.m_dcmds, print_ddesc, &f, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_help.c
97
mdb_nv_sort_iter(&mod->mod_dcmds, print_dcmd, NULL, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_help.c
98
mdb_nv_sort_iter(&mod->mod_walkers, print_walk, NULL, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_io.c
387
mdb_iob_t *iob = mdb_alloc(sizeof (mdb_iob_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_io.c
389
iob->iob_buf = mdb_alloc(BUFSIZ, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kproc.c
1016
kp->kp_auxv = mdb_alloc(sizeof (auxv_t) * kp->kp_nauxv, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kproc.c
1157
mdb_io_t *io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kproc.c
1158
kp_io_t *kpi = mdb_alloc(sizeof (kp_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kproc.c
167
kp_map_t *kpm = mdb_zalloc(sizeof (kp_map_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kproc.c
184
kp_file_t *kpf = mdb_zalloc(sizeof (kp_file_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kproc.c
946
kp_data_t *kp = mdb_zalloc(sizeof (kp_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
107
km->km_data = mdb_alloc(km->km_datasz, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
1457
kt_data_t *kt = mdb_zalloc(sizeof (kt_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
1574
(void) mdb_nv_create(&kt->k_modules, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
1611
kt->k_dumphdr = mdb_alloc(sizeof (dumphdr_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_kvm.c
280
km = mdb_zalloc(sizeof (kt_module_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
285
nv = mdb_zalloc(sizeof (*nv), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
286
ret = ldsets_nv_init(nv, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
318
ldsi = mdb_zalloc(sizeof (*ldsi), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
438
ret = ldsets_nv_init(&nv, UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
447
mdb_nv_sort_iter(&nv, ldset_complete, mcp, UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_logio.c
113
mdb_io_t *io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_macalias.c
98
(void) mdb_nv_create(&mdb.m_macaliases, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_main.c
758
mdb_iob_setbuf(mdb.m_in, mdb_alloc(1, UM_SLEEP), 1);
usr/src/cmd/mdb/common/mdb/mdb_memio.c
102
mdb_io_t *io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_memio.c
103
mem_data_t *mdp = mdb_alloc(sizeof (mem_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_modapi.c
478
buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_modapi.c
497
buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_modapi.c
972
cp->c_addrv.ad_data = mdb_alloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_module.c
116
mod = mdb_zalloc(sizeof (mdb_module_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_module.c
117
mod->mod_info = mdb_alloc(sizeof (mdb_modinfo_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_module.c
119
(void) mdb_nv_create(&mod->mod_dcmds, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_module.c
120
(void) mdb_nv_create(&mod->mod_walkers, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_module.c
227
dctp = mdb_zalloc(sizeof (mdb_dcmd_t) * (ii + 1), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_module.c
447
idcp = mdb_alloc(sizeof (mdb_idcmd_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_module.c
535
iwp = mdb_alloc(sizeof (mdb_iwalker_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_nm.c
731
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_nm.c
755
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_pipeio.c
328
mdb_io_t *io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_pipeio.c
329
pipe_data_t *pd = mdb_zalloc(sizeof (pipe_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_print.c
1269
str = mdb_alloc(r.mta_nelems + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_print.c
3041
dest = mdb_zalloc(strlen(fmt) * 3, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_print.c
3042
fmts = mdb_zalloc(strlen(fmt) * sizeof (char *), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_print.c
3043
funcs = mdb_zalloc(strlen(fmt) * sizeof (void *), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
1436
fname = mdb_alloc(size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
1650
char *panicbuf = mdb_alloc(PANIC_BUFSIZE, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
2032
val = mdb_alloc(len + 2, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
2126
nameval = mdb_alloc(len, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
2278
wsp->walk_data = mdb_zalloc(sizeof (mdb_addrvec_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
3483
pargv = mdb_alloc(sizeof (char *) * (argc + 2), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
3513
UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
4087
ptb = mdb_alloc(sizeof (pt_brkpt_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
4282
sep->se_data = mdb_alloc(sizeof (prwatch_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
4464
pt_bparg_t *pta = mdb_alloc(sizeof (pt_bparg_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
4489
pta = mdb_alloc(sizeof (pt_bparg_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
4520
prwatch_t *wp = mdb_alloc(sizeof (prwatch_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
5093
pxr = mdb_alloc(xregsize, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
5234
crp = mdb_alloc(cbytes, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
5285
lsp = lbuf = mdb_alloc(sizeof (lwpstatus_t) * nlwp, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
5359
pt_data_t *pt = mdb_zalloc(sizeof (pt_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
5390
(void) mdb_nv_create(&pt->p_regs, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
5391
(void) mdb_nv_create(&pt->p_env, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
769
pt_vforkp_t *vfp = mdb_alloc(sizeof (pt_vforkp_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_proc.c
932
env = mdb_alloc(envlen, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_rawfile.c
340
char *buf = mdb_alloc(m->rfm_len, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_rawfile.c
428
rf = mdb_zalloc(sizeof (rf_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_shell.c
202
io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_stack.c
100
char *newbuf = mdb_alloc(newlen, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_stack.c
48
data = mdb_alloc(sizeof (*data), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_string.c
257
char *s1 = mdb_alloc(strlen(s) + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_string.c
269
char *s2 = mdb_alloc(n + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_string.c
399
s2 = mdb_alloc(n + addl + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_string.c
480
s2 = mdb_alloc(n + addl + 1, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_strio.c
127
mdb_io_t *io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_strio.c
128
str_data_t *sd = mdb_alloc(sizeof (str_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_tab.c
239
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_tab.c
279
data = mdb_alloc(strlen(buf) + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_tab.c
349
UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_tab.c
369
UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_tab.c
379
mcp = mdb_zalloc(sizeof (mdb_tab_cookie_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_tab.c
380
(void) mdb_nv_create(&mcp->mtc_nv, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_tab.c
439
mdb_nv_sort_iter(&mcp->mtc_nv, tab_print_cb, NULL, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_target.c
1492
veps = mdb_alloc(sizeof (mdb_vespec_t *) * vecnt, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_target.c
1869
xdp = mdb_alloc(sizeof (mdb_xdata_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_target.c
2002
mdb_sespec_t *sep = mdb_zalloc(sizeof (mdb_sespec_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_target.c
201
t = mdb_zalloc(sizeof (mdb_tgt_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_target.c
2089
mdb_vespec_t *vep = mdb_zalloc(sizeof (mdb_vespec_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_tdb.c
119
t = mdb_alloc(sizeof (mdb_tdb_lib_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1370
td->tio_attrs = mdb_alloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1548
td = mdb_zalloc(sizeof (termio_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1549
td->tio_io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1792
buf = mdb_alloc(td->tio_cmdbuf.cmd_bufidx + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_typedef.c
241
pn = mdb_zalloc(sizeof (parse_node_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_typedef.c
305
pr = mdb_zalloc(sizeof (parse_root_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_typedef.c
421
(void) mdb_nv_create(&nv, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/mdb/mdb_typedef.c
651
UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_typedef.c
669
src = typedef_join_strings(argc - 2, argv, UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_umem.c
136
mdb_mblk_t *blkp = mdb_alloc(sizeof (mdb_mblk_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_umem.c
184
if (flags & UM_SLEEP) {
usr/src/cmd/mdb/common/mdb/mdb_value.c
178
data = mdb_zalloc(sizeof (mdb_value_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_vcb.c
106
mdb_vcb_t *vcb = mdb_zalloc(sizeof (mdb_vcb_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_wcb.c
63
mdb_wcb_t *wcb = mdb_zalloc(sizeof (mdb_wcb_t), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_whatis.c
424
wcp = mdb_zalloc(sizeof (*wcp), UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_whatis.c
446
whatis_callback_t **narray = mdb_zalloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_whatis.c
568
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/cpc/cpc.c
165
cca = mdb_zalloc(sizeof (*cca), UM_SLEEP);
usr/src/cmd/mdb/common/modules/crypto/impl.c
225
UM_SLEEP| UM_GC);
usr/src/cmd/mdb/common/modules/crypto/impl.c
314
UM_SLEEP| UM_GC);
usr/src/cmd/mdb/common/modules/crypto/impl.c
412
wsp->walk_data = mdb_alloc(sizeof (kcf_soft_conf_entry_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/crypto/sched_impl.c
259
wsp->walk_data = mdb_alloc(sizeof (kcf_areq_node_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/crypto/sched_impl.c
290
adn = wsp->walk_data = mdb_alloc(sizeof (kcf_areq_node_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/crypto/sched_impl.c
473
wsp->walk_data = mdb_alloc(sizeof (reqid_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/crypto/sched_impl.c
478
UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
523
mbr = mdb_zalloc(sector_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
702
header = mdb_zalloc(sector_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
759
altheader = mdb_zalloc(sector_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
827
gpet = mdb_alloc(table_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
887
buf = mdb_zalloc(sector_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
1083
modinfo.mi_dcmds = mdb_zalloc(sizeof (*dp) * (d + kd + 1), UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
1084
modinfo.mi_walkers = mdb_zalloc(sizeof (*wp) * (w + kw + 1), UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
109
dvp = mdb_alloc(varsize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
129
str = mdb_zalloc(dp->dtdo_strlen + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
197
sizeof (uint64_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
216
char *str = mdb_alloc(dp->dtdo_strlen, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
441
dvp = mdb_alloc(varsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
448
str = mdb_alloc(dp->dtdo_strlen, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
652
hp = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
808
strtab = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
848
strtab = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
860
args = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
869
offs = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
880
enoffs = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
889
p = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dof.c
999
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1247
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1599
dw = mdb_zalloc(sizeof (dtrace_state_walk_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1821
data = mdb_zalloc(sizeof (dtrace_aggkey_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1825
data->dtakd_hash = mdb_alloc(hsize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1907
data = mdb_zalloc(sizeof (dtrace_dynvar_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1911
data->dtdvd_hash = mdb_alloc(hsize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
2206
hdata->dthsd_counts = mdb_alloc(hsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
2365
hdata->dthsd_counts = mdb_alloc(hsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
2445
ecbwp = mdb_zalloc(sizeof (dtrace_ecb_walk_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
2642
data = mdb_zalloc(sizeof (dtrace_state_data_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
503
dof = mdb_zalloc(len, UM_SLEEP);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
810
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
815
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
954
out = mdb_alloc(len + 1, UM_SLEEP);
usr/src/cmd/mdb/common/modules/emlxs/emlxs.c
461
bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/emlxs/emlxs.c
508
bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/emlxs/emlxs.c
591
bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/fcip/fcip.c
51
wsp->walk_data = mdb_alloc(sizeof (fcip_port_info_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
206
wsp->walk_data = mdb_alloc(sizeof (struct fcp_pkt), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
268
wsp->walk_data = mdb_alloc(sizeof (struct fcp_lun), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
338
wsp->walk_data = mdb_alloc(sizeof (struct fcp_tgt), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
424
wsp->walk_data = mdb_alloc(sizeof (struct fcp_ipkt), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
488
wsp->walk_data = mdb_alloc(sizeof (struct fcp_pkt), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
56
wsp->walk_data = mdb_alloc(sizeof (struct fcp_port), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
1051
buf = mdb_alloc(msg.id_size + 1, UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
1052
tmppkt = mdb_alloc(msg.id_size + 1, UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
1198
wsp->walk_data = mdb_alloc(sizeof (struct job_request), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
1268
wsp->walk_data = mdb_alloc(sizeof (struct fc_orphan), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
210
wsp->walk_data = mdb_alloc(sizeof (fc_ulp_list_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
320
wsp->walk_data = mdb_alloc(sizeof (fc_ulp_module_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
593
PWWN_HASH_TABLE_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
621
wsp->walk_data = mdb_alloc(sizeof (fc_remote_port_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
707
D_ID_HASH_TABLE_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
734
wsp->walk_data = mdb_alloc(sizeof (fc_remote_port_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
83
wsp->walk_data = mdb_alloc(sizeof (fc_fca_port_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
988
buf = mdb_alloc(msg.id_size + 1, UM_SLEEP);
usr/src/cmd/mdb/common/modules/fctl/fctl.c
989
tmppkt = mdb_alloc(msg.id_size + 1, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/avl.c
116
aw->aw_buff = mdb_zalloc(tree->avl_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/avl.c
96
wsp->walk_data = aw = mdb_zalloc(sizeof (struct aw_info), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/bio.c
70
hbufs = mdb_alloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/bio.c
78
bwp = mdb_alloc(sizeof (buf_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/bio.c
84
bwp->bw_bufp = mdb_alloc(sizeof (buf_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/bitset.c
52
bs = mdb_zalloc(sizeof (*bs), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/bitset.c
60
bs->bs_set = mdb_alloc(bs->bs_words * sizeof (ulong_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/combined.c
161
cw = mdb_alloc(sizeof (combined_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/combined.c
60
cwd = mdb_alloc(sizeof (combined_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/cpupart.c
179
cpuset = mdb_zalloc(cpusetsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cpupart.c
212
ccw = mdb_alloc(sizeof (cpupart_cpulist_walk_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cpupart.c
76
dq = mdb_alloc(sizeof (dispq_t) * npri, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cred.c
46
cr = mdb_alloc(sizeof (*cr), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/ctxop.c
72
priv = mdb_alloc(sizeof (*priv), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/cyclic.c
203
heap = mdb_alloc(hsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cyclic.c
215
c = mdb_zalloc(sizeof (char *) * depth, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cyclic.c
218
c[i] = mdb_zalloc(width, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cyclic.c
280
cyc = mdb_alloc(sizeof (cyclic_t) * cpu.cyp_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cyclic.c
289
heap = mdb_alloc(hsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cyclic.c
379
buf = mdb_alloc(bufsiz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/cyclic.c
455
cpu = mdb_zalloc(sizeof (cyc_cpu_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/damap.c
184
kssarray = mdb_alloc(array_sz, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/damap.c
197
dam = mdb_zalloc(sizeof (*dam), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/damap.c
229
ss = mdb_zalloc(sizeof (struct i_ddi_soft_state), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/damap.c
232
ss->array = mdb_zalloc(array_sz, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/damap.c
237
da = ss->array[i] = mdb_zalloc(sizeof (*da), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/damap.c
53
return (strcpy(mdb_alloc(strlen(s) + 1, UM_SLEEP), s));
usr/src/cmd/mdb/common/modules/genunix/damap.c
81
bs = mdb_zalloc(sizeof (*bs), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/damap.c
89
bs->bs_set = mdb_alloc(bs->bs_words * sizeof (ulong_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
157
dip = mdb_alloc(sizeof (devinfo_parents_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
1618
sst = mdb_zalloc(sizeof (soft_state_walk_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
1659
UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
1789
UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
180
dip->dip_base_depth * sizeof (devinfo_node_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
182
dip->dip_base_depth * sizeof (uintptr_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
1908
dil = mdb_zalloc(sizeof (devinfo_audit_log_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
2045
dih = mdb_zalloc(sizeof (devinfo_audit_node_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
251
dic = mdb_alloc(sizeof (devinfo_children_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
341
diw = mdb_alloc(sizeof (devinfo_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
474
dnw = mdb_zalloc(sizeof (devnames_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
478
dnw->dnw_names = mdb_alloc(dnw->dnw_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
802
prop_value = mdb_alloc(prop.prop_len, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/dist.c
42
int *out = mdb_alloc((buckets + 1) * sizeof (*out), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/dist.c
84
int *out = mdb_alloc((buckets + 1) * sizeof (*out), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/dnlc.c
39
dwp = mdb_zalloc(sizeof (dnlc_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/findstack.c
416
nsep = mdb_zalloc(STACKS_ENTRY_SIZE(depth), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/findstack.c
487
mdb_zalloc(STACKS_HSIZE * sizeof (*si.si_hash), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/findstack.c
494
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/findstack.c
515
mdb_zalloc(si.si_entries * sizeof (*stacks_array), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/findstack.c
763
seen = mdb_zalloc(p.pipe_len, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/findstack_subr.c
219
ubase = (uintptr_t)mdb_alloc(stksz, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/fm.c
208
nvpair = mdb_alloc(size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/fm.c
218
class = mdb_zalloc(strlen(p) + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/gcore.c
169
svd = mdb_alloc(sizeof (*svd), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/gcore.c
179
vpage = mdb_alloc(vpgtob(nvpage), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/gcore.c
2073
gcore_sclass = mdb_zalloc(sym.st_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/gcore.c
690
gs = mdb_alloc(sizeof (*gs), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/gcore.c
754
mnode = mdb_alloc(sizeof (*mnode), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1839
class_tbl = mdb_alloc(tbl_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2242
kv = mdb_zalloc(sizeof (kmastat_vmem_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2586
fw = mdb_alloc(sizeof (file_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2602
fw->fw_flist = mdb_alloc(fw->fw_flistsz, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2723
pevd = mdb_alloc(sizeof (portev_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2809
pw = mdb_zalloc(sizeof (proc_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2817
pw->pw_stack = mdb_alloc(pw->pw_max * sizeof (uintptr_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3028
cw = mdb_zalloc(sizeof (cpu_walk_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3061
mdb_zalloc((max_ncpus + 1) * sizeof (uintptr_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3261
flagbuf = mdb_zalloc(sizeof (flags), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3275
UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3283
s = mdb_alloc(CPUINFO_THRDELT + 1, UM_GC | UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3366
dq = mdb_alloc(sizeof (dispq_t) * npri, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3447
* NCPU, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3451
NINTR, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3884
eqdp = mdb_alloc(sizeof (eqd_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3887
eqdp->eqd_stack = mdb_zalloc(sizeof (uintptr_t) * eq.eq_qlen, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3888
eqdp->eqd_buf = mdb_alloc(eq.eq_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
4065
buf = mdb_alloc(PANICBUFSIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
579
buf = mdb_alloc(nbytes + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
671
wsp->walk_data = mdb_alloc(sizeof (callout_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
723
wsp->walk_data = mdb_alloc(sizeof (callout_list_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
772
cot_walk_data = mdb_alloc(sizeof (cot_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/group.c
105
gw = mdb_alloc(sizeof (group_walk_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/group.c
128
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kgrep.c
300
kg.kg_page = mdb_alloc(pagesize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1180
cp = mdb_alloc(csize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1242
&magmax, UM_SLEEP) == WALK_ERR)
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1252
wsp->walk_data = kmw = mdb_zalloc(sizeof (kmem_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1293
sizeof (kmem_bufctl_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1297
mdb_alloc(slabsize / chunksize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1717
bhw = mdb_zalloc(sizeof (*bhw), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1815
klw = mdb_zalloc(sizeof (kmem_log_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1825
klw->klw_base = mdb_alloc(klw->klw_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1837
sizeof (kmem_bufctl_audit_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1907
buf = mdb_zalloc(oldsize << 1, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1956
abw = mdb_zalloc(sizeof (allocdby_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
1962
mdb_zalloc(abw->abw_size * sizeof (allocdby_bufctl_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
270
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
2749
cpu = mdb_alloc(sizeof (uintptr_t) * NCPU, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
2767
kmc = mdb_zalloc(sizeof (kmem_log_cpu_t) * NCPU, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
2900
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3232
kmv.kmv_buf = mdb_alloc(kmv.kmv_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3343
vp = mdb_zalloc(sizeof (vmem_node_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3383
vw = mdb_zalloc(sizeof (vmem_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3515
wsp->walk_data = vsw = mdb_alloc(sizeof (vmem_seg_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3982
p = mdb_alloc(sizeof (uintptr_t) * s, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
4039
kmo = mdb_alloc(sizeof (kmowner_t) * s, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
498
usage = mdb_zalloc(len * sizeof (kmem_slab_usage_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
613
sizeof (*stats.ks_bucket), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
807
kmhw = mdb_zalloc(sizeof (kmem_hash_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/kmem.c
815
kmhw->kmhw_table = hash = mdb_alloc(hsize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/ldi.c
153
liwp = mdb_alloc(sizeof (li_walk_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/ldi.c
85
lhwp = mdb_alloc(sizeof (lh_walk_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/leaky.c
354
sizeof (*state), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/leaky.c
479
nlkb = leaky_zalloc(LEAK_BUFCTL_SIZE(depth), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/leaky.c
572
sizeof (leak_bufctl_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/leaky.c
822
lk_mtab = leaky_zalloc(est * sizeof (leak_mtab_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/leaky.c
853
lk_scan_buffer = leaky_zalloc(LK_SCAN_BUFFER_SIZE, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/leaky.c
932
wsp->walk_data = lw = mdb_zalloc(sizeof (*lw), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/leaky_subr.c
361
counters = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
104
lcw = mdb_alloc(sizeof (lgrp_cpu_walk_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
352
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
354
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
356
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
359
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
361
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
428
lwd = mdb_zalloc(sizeof (lgrp_walk_data_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
454
lwd->lwd_lgrp_tbl = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
604
lwsd = mdb_zalloc(sizeof (lgrp_set_walk_data_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/lgrp.c
637
lwsd->lwsd_lgrp_tbl = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/list.c
82
lwd = mdb_alloc(sizeof (list_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/list.c
86
lwd->lw_obj = mdb_alloc(list.list_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/mdi.c
311
wsp->walk_data = mdb_alloc(sizeof (struct mdi_pathinfo), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/mdi.c
381
wsp->walk_data = mdb_alloc(sizeof (struct mdi_pathinfo), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/mdi.c
448
wsp->walk_data = mdb_alloc(sizeof (struct mdi_phci), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
108
pwd = mdb_alloc(sizeof (page_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
1145
aw = mdb_alloc(sizeof (anon_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
1175
mdb_zalloc(ANON_CHUNK_SIZE * sizeof (uintptr_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
1179
mdb_alloc(aw->aw_nlevone * sizeof (uintptr_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
131
pwd = mdb_alloc(sizeof (page_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
1412
svw = mdb_zalloc(sizeof (*svw), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
253
wsp->walk_data = mdb_alloc(sizeof (page_t) * PAGE_BUFFER, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
344
* htable_size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/memory.c
348
* htable_size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/memory.c
852
name = mdb_alloc(si.si_pnamelen, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/net.c
1194
cbdata = mdb_alloc(sizeof (netstat_cb_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/net.c
1546
args = mdb_zalloc(sizeof (*args), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/net.c
238
wsp->walk_data = mdb_alloc(sizeof (struct sotpi_sonode), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/net.c
287
wdp = mdb_alloc(sizeof (struct mi_walk_data), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/nvpair.c
245
nvpair = mdb_alloc(size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/rctl.c
308
dicts = mdb_alloc(nlists * sizeof (rctl_dict_entry_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/rctl.c
311
dwd = mdb_alloc(sizeof (dict_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/rctl.c
386
rctls = mdb_alloc(hashsz * sizeof (rctl_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/rctl.c
394
swd = mdb_alloc(sizeof (set_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/rctl.c
583
sizeof (rctl_val_seen_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/rctl.c
620
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/refstr.c
34
char *buf = mdb_alloc(REFSTR_LEN, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/sobj.c
143
mdb_zalloc(sizeof (wchan_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sobj.c
159
sizeof (caddr_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sobj.c
438
rw = mdb_alloc(sizeof (rwlock_block_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/streams.c
1104
wsp->walk_data = mdb_alloc(sizeof (mblk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/streams.c
1430
ftd = mdb_alloc(sizeof (ftblkdata_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/streams.c
902
wsp->walk_data = mdb_alloc(sizeof (queue_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/streams.c
968
wsp->walk_data = mdb_alloc(sizeof (queue_t) * 2, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
188
wsp->walk_data = mdb_alloc(sizeof (subclass_lst_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
236
cl_walker = mdb_zalloc(sizeof (class_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
386
ch_walker = mdb_zalloc(sizeof (channel_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
452
wsp->walk_data = mdb_alloc(sizeof (log_eventq_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
487
wsp->walk_data = mdb_alloc(sizeof (log_eventq_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
54
ev = mdb_alloc(size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/taskq.c
178
sizeof (*tqi.tqi_array) * tqi.tqi_size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/genunix/taskq.c
223
taskq_bucket_t *b = mdb_zalloc(bsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/taskq.c
357
wd = mdb_zalloc(sizeof (*wd), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/taskq.c
468
tti = wsp->walk_data = mdb_zalloc(sizeof (*tti), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/taskq.c
476
tlist = mdb_alloc(nthreads * sizeof (*tlist), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/thread.c
225
dw = mdb_alloc(sizeof (dispq_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/thread.c
262
dw = mdb_alloc(sizeof (dispq_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/thread.c
60
thread_walk_t *twp = mdb_alloc(sizeof (thread_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/thread.c
84
twp->tw_thread = mdb_alloc(sizeof (kthread_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/thread.c
845
log = (kmem_stkinfo_t *)mdb_alloc(usize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/thread.c
954
ustart = ustack = (caddr_t)mdb_alloc(usize + 8, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/tsd.c
46
wsp->walk_data = mdb_alloc(sizeof (struct tsd_thread), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/tsol.c
100
twp = mdb_alloc(sizeof (*twp), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/tsol.c
82
*hp = mdb_alloc(TNRHC_SIZE * sizeof (**hp), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1124
tg_sizes = mdb_zalloc(nsizes * sizeof (int), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1250
buf = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1271
edge = mdb_zalloc(sizeof (tg_edge_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1300
mdb_zalloc(sizeof (tg_buildstate_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1456
tp = mdb_zalloc(sizeof (tg_type_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1740
todo = mdb_alloc(sizeof (tg_todo_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2148
state = mdb_alloc(sizeof (tg_poststate_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2333
tg_sorted = mdb_alloc(tg_nsorted * sizeof (tg_node_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2440
tgp = tg_node = mdb_zalloc(sizeof (tg_node_t) * est, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2987
locks = mdb_zalloc(size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/vfs.c
249
mntopts = mdb_alloc(size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/genunix/vfs.c
756
mdb_alloc(sotpi_sonode->st_info.sti_laddr_len, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/vfs.c
769
mdb_alloc(sotpi_sonode->st_info.sti_faddr_len, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/vfs.c
861
struct sockaddr *laddr = mdb_alloc(sizeof (struct sockaddr), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/vfs.c
862
struct sockaddr *faddr = mdb_alloc(sizeof (struct sockaddr), UM_SLEEP);
usr/src/cmd/mdb/common/modules/idm/idm.c
3235
wsp->walk_data = mdb_alloc(sizeof (iscsi_sess_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/idm/idm.c
3276
wsp->walk_data = mdb_alloc(sizeof (iscsi_conn_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/idm/idm.c
3318
wsp->walk_data = mdb_alloc(sizeof (iscsi_lun_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/idm/idm.c
3358
wsp->walk_data = mdb_alloc(sizeof (iscsi_cmd_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/idm/idm.c
3417
sizeof (idm_hba_walk_info_t), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/idm/idm.c
3439
UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/idm/idm.c
3452
hwi->array = mdb_alloc(array_size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/idm/idm.c
3485
UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/ip/ip.c
1217
opt_buf = mdb_alloc(opt_len, UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
2099
h = mdb_zalloc(ill->ill_phys_addr_length, UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
2142
h = mdb_zalloc(mblen, UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
2347
iw = mdb_alloc(sizeof (ipcl_hash_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
2348
iw->conn = mdb_alloc(sizeof (conn_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
2433
nw = mdb_alloc(sizeof (ncec_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
2754
iw = mdb_alloc(sizeof (ip_list_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
3306
ns_walk = mdb_alloc(sizeof (ilb_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
3445
conn_walk = mdb_alloc(sizeof (ilb_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
3547
sticky_walk = mdb_alloc(sizeof (ilb_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ip/ip.c
526
iw = mdb_alloc(sizeof (illif_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipc/ipc.c
303
iddata = mdb_alloc(iv->iv_idsize, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
143
afp = mdb_zalloc(sizeof (afdata_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
182
ap = mdb_alloc(sizeof (ipp_action_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
258
imp = mdb_alloc(sizeof (ipp_mod_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
286
clp = mdb_alloc(sizeof (cfglock_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
320
mfp = mdb_zalloc(sizeof (mfdata_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
359
imp = mdb_alloc(sizeof (ipp_mod_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
442
ippo = mdb_alloc(sizeof (ipp_ops_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
512
rp = mdb_alloc(sizeof (ipp_ref_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
549
pp = mdb_alloc(sizeof (ipp_packet_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
576
array = mdb_alloc(sizeof (ipp_class_t) * nelt, UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
609
array = mdb_alloc(sizeof (ipp_log_t) * nelt, UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
669
ap = mdb_alloc(sizeof (ipp_action_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
713
arg = mdb_zalloc(sizeof (*arg), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
927
arg = mdb_zalloc(sizeof (*arg), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/krtld/krtld.c
271
shdrs = mdb_alloc(nbytes, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/krtld/krtld.c
59
sizeof (struct modctl_walk_data), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libc/findstack_subr.c
187
stacks_ulwp_t *sulwp = mdb_alloc(sizeof (stacks_ulwp_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libc/libc.c
1428
new = mdb_alloc(sizeof (d_mutex_output_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libc/libc.c
1430
new->mo_output = mdb_alloc(len, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libc/libc.c
359
wsp->walk_data = mdb_alloc(nbytes, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libmlsvc/mlsvc.c
118
args = mdb_zalloc(sizeof (*args), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libmlsvc/mlsvc.c
137
ssc = mdb_zalloc(sizeof (*ssc), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libmlsvc/smb_ht.c
53
wsp->walk_data = hw = mdb_zalloc(sizeof (*hw), UM_GC|UM_SLEEP);
usr/src/cmd/mdb/common/modules/libproc/libproc.c
119
symlist = mdb_alloc(symlistsz, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libproc/libproc.c
275
miw = mdb_alloc(sizeof (map_info_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
587
wsp->walk_data = mdb_alloc(sizeof (ttree_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
658
wsp->walk_data = mdb_alloc(sizeof (topo_mod_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
724
wsp->walk_data = mdb_alloc(sizeof (topo_pgroup_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
780
wsp->walk_data = mdb_alloc(sizeof (topo_proplist_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
836
state = mdb_zalloc(sizeof (tnwalk_state_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libtopo/libtopo.c
910
wsp->walk_data = mdb_alloc(sizeof (topo_list_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/leaky_subr.c
393
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/libumem.c
259
kv = mdb_zalloc(sizeof (umastat_vmem_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/proc_kludges.c
60
pkm->pkm_mappings = mdb_alloc(sizeof (prmap_t) * s, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/proc_kludges.c
89
pkm = mdb_zalloc(sizeof (prockludge_mappings_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1015
void **new = mdb_zalloc(nmax * sizeof (void *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1140
cp = mdb_alloc(csize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1207
wsp->walk_data = umw = mdb_zalloc(sizeof (umem_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1248
sizeof (umem_bufctl_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1252
mdb_alloc(slabsize / chunksize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1648
bhw = mdb_zalloc(sizeof (*bhw), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1747
ulw = mdb_zalloc(sizeof (umem_log_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1757
ulw->ulw_base = mdb_alloc(ulw->ulw_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1769
sizeof (umem_bufctl_audit_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1842
buf = mdb_zalloc(oldsize << 1, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1891
abw = mdb_zalloc(sizeof (allocdby_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
1897
mdb_zalloc(abw->abw_size * sizeof (allocdby_bufctl_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
2400
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
249
sizes = mdb_zalloc(sym.st_size + sizeof (int), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
2525
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
277
umem_error_buffer = mdb_alloc(bufsize+1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
2860
umv.umv_buf = mdb_alloc(umv.umv_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
2961
vp = mdb_zalloc(sizeof (vmem_node_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
3001
vw = mdb_zalloc(sizeof (vmem_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
3133
wsp->walk_data = vsw = mdb_alloc(sizeof (vmem_seg_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
3572
p = mdb_alloc(sizeof (uintptr_t) * s, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
3632
umo = mdb_alloc(umowner_size * s, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
3633
new_stacks = mdb_alloc(trace_size * s, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
4023
*out = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
4096
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
421
ucw = mdb_alloc(sizeof (umem_cache_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
4217
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/libumem/umem.c
475
ucw = mdb_alloc(sizeof (*ucw), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
723
umhw = mdb_zalloc(sizeof (umem_hash_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
731
umhw->umhw_table = hash = mdb_alloc(hsize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
941
maglist = mdb_alloc(magmax * sizeof (void *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libumem/umem.c
942
mp = mdb_alloc(magbsize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/libuutil/libuutil.c
139
ulpw = mdb_alloc(sizeof (uutil_listpool_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libuutil/libuutil.c
198
ulw = mdb_alloc(sizeof (uutil_list_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libuutil/libuutil.c
263
ulnw = mdb_alloc(sizeof (uutil_list_node_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/libuutil/libuutil.c
268
ulnw->ulnw_buf = mdb_alloc(ulp.ulp_objsize, UM_SLEEP);
usr/src/cmd/mdb/common/modules/lofs/lofs.c
133
lwp = mdb_alloc(sizeof (lnode_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/lofs/lofs.c
136
sizeof (struct lobucket), UM_SLEEP);
usr/src/cmd/mdb/common/modules/lofs/lofs.c
142
lwp->lw_lnode = mdb_alloc(sizeof (lnode_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/lofs/lofs.c
59
lwp = mdb_alloc(sizeof (lnode_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/lofs/lofs.c
90
sizeof (struct lobucket), UM_SLEEP);
usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c
1887
char *str = mdb_zalloc(4096, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c
239
dnlc_hash = mdb_zalloc(MDB_DNLC_HSIZE * sizeof (ncache_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c
283
ncp = mdb_alloc(nc_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c
465
c = mdb_alloc(strlen(elemstr) + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c
618
cpuset = mdb_alloc(sz, UM_SLEEP);
usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c
879
qip = mdb_alloc(sizeof (mdb_qinfo_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/mdb_test/mdb_test.c
185
buf = mdb_alloc(nbytes, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/mdb_test/mdb_test.c
210
buf = mdb_alloc(nbytes, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/mdb_test/mdb_test.c
236
buf = mdb_alloc(nbytes, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/mm/mm.c
39
kw = mdb_zalloc(sizeof (kmemlog_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/mm/mm.c
40
kw->kmlw_entries = mdb_zalloc(sym.st_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
266
rp = mdb_alloc(mh.rh_obj_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
302
rp = mdb_alloc(mh.rh_obj_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
484
slots = mdb_alloc(sizeof (mptsas_cmd_t) * nslots, UM_SLEEP);
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
791
logbuf = mdb_alloc(linelen * linecnt, UM_SLEEP);
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
855
s = mdb_alloc(sizeof (mptsas_slots_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
872
s = mdb_alloc(slot_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/common.c
109
s = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/common.c
131
s = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/common.c
142
in = mdb_alloc(nb->len + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/common.c
160
s = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/common.c
176
s = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/common.c
202
hash_table_walk_data_t *wd = mdb_alloc(sizeof (*wd), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/common.c
207
wd->member = mdb_alloc(arg->member_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/common.c
94
s = mdb_alloc(sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/idmap.c
163
arg = mdb_alloc(sizeof (hash_table_walk_arg_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
1034
mi = mdb_alloc(sizeof (*mi), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
1040
vfs = mdb_alloc(sizeof (*vfs), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
1085
vp = mdb_alloc(sizeof (*vp), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
1117
cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
1128
rp = mdb_alloc(sizeof (*rp), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
1152
cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
531
in = mdb_alloc(addr->len + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
553
si = mdb_alloc(sizeof (*si), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
574
si = mdb_alloc(sizeof (*si), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
597
s = mdb_alloc(MAXPATHLEN, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
607
s = mdb_alloc(MAXPATHLEN, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
741
s = mdb_alloc(MAXPATHLEN, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
831
mi = mdb_alloc(sizeof (*mi), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
885
mi = mdb_alloc(sizeof (*mi), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
926
vfs = mdb_alloc(sizeof (*vfs), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
1807
datap = mdb_alloc(sizeof (data), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
1850
data->data = mdb_alloc(sizeof (mntinfo_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
1899
data->data = mdb_alloc(sizeof (mntinfo4_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
2236
arg = mdb_alloc(sizeof (*arg), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
2343
arg = mdb_alloc(sizeof (*arg), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs_stat.c
433
kstat_line = mdb_alloc(count * NFS_STAT_NUM_CLMNS, UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs_stat.c
434
value = mdb_alloc(count * sizeof (uint64_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfssrv.c
120
s = mdb_alloc(PATH_MAX, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfssrv.c
188
path = mdb_alloc(exi.exi_export.ex_pathlen + 1, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfssrv.c
450
s = mdb_alloc(PATH_MAX, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfssrv.c
477
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/nfssrv.c
589
arg = mdb_alloc(sizeof (hash_table_walk_arg_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
1155
wsp->walk_data = mdb_alloc(sizeof (dbt_len), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
345
owner_val = mdb_alloc(oo.ro_owner.owner_len, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
568
nfs_fh4_val = mdb_alloc(f.rf_filehandle.nfs_fh4_len, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
590
s = mdb_alloc(PATH_MAX, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
718
s = mdb_alloc(PATH_MAX, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
807
owner_val = mdb_alloc(lo.rl_owner.owner_len, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nfs/svc.c
95
pools = mdb_alloc(argc * sizeof (*pools), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nsmb/nsmb.c
400
vcp = mdb_alloc(vcsz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nsmb/nsmb.c
514
vcp = mdb_alloc(vcsz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/nsmb/nsmb.c
99
smbw = mdb_alloc(sizeof (*smbw), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1164
targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1533
wp = mdb_alloc(sizeof (pmcwork_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1542
phy = mdb_alloc(sizeof (pmcs_phy_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1736
uint32_t *qentryp = mdb_alloc(PMCS_QENTRY_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1868
uint32_t *qentryp = mdb_alloc(PMCS_QENTRY_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2393
targets = mdb_alloc(sizeof (targets) * ss.max_dev, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2403
wsp->walk_data = mdb_alloc(sizeof (pmcs_xscsi_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2504
wsp->walk_data = mdb_alloc(sizeof (pmcs_phy_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2780
fwlogp = mdb_alloc(PMCS_FWLOG_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
606
entry = mdb_alloc(fwhdr.fw_el_entry_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
725
targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
946
wp = mdb_alloc(sizeof (pmcwork_t) * m.max_cmd, UM_SLEEP);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
948
sernop = mdb_alloc(sizeof (wserno_list_t) * m.max_cmd, UM_SLEEP);
usr/src/cmd/mdb/common/modules/ptm/ptm.c
236
wsp->walk_data = mdb_alloc(sizeof (struct pt_ttys), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1126
mdb_alloc(sizeof (ql_adapter_state_t), UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1184
UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1286
wsp->walk_data = mdb_alloc(sizeof (ql_srb_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1378
wsp->walk_data = mdb_alloc(sizeof (ql_lun_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1503
UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1521
mdb_alloc(sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1530
tq = (ql_tgt_t *)mdb_alloc(sizeof (ql_tgt_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1531
link = (ql_link_t *)mdb_alloc(sizeof (ql_link_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1618
UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1764
UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1875
bp = fw = (uint8_t *)mdb_alloc(ha->ql_dump_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1925
fw = mdb_alloc(ha->ql_dump_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1927
sizeof (ql_response_q_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
1928
rsp_q = mdb_alloc(sizeof (ql_response_q_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
2424
fw = (ql_fw_dump_t *)mdb_alloc(ha->ql_dump_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
2677
fw = (ql_24xx_fw_dump_t *)mdb_alloc(ha->ql_dump_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
2998
fw = (ql_25xx_fw_dump_t *)mdb_alloc(ha->ql_dump_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
300
sizeof (ql_adapter_state_t), UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3000
sizeof (ql_response_q_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3001
rsp_q = mdb_alloc(sizeof (ql_response_q_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
335
sizeof (ql_adapter_state_t), UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3422
fw = (ql_81xx_fw_dump_t *)mdb_alloc(ha->ql_dump_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3424
sizeof (ql_response_q_t *), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3425
rsp_q = mdb_alloc(sizeof (ql_response_q_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3865
UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3884
mdb_alloc(sizeof (ql_trace_desc_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
3992
UM_SLEEP));
usr/src/cmd/mdb/common/modules/qlc/qlc.c
427
if ((fwverptr = (uint8_t *)(mdb_alloc(50, UM_SLEEP))) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
444
sizeof (ql_adapter_state_t), UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
596
UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
754
mdb_alloc(sizeof (ql_adapter_state_t), UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
768
if ((qlsrb = (ql_srb_t *)mdb_alloc(sizeof (ql_srb_t), UM_SLEEP)) ==
usr/src/cmd/mdb/common/modules/qlc/qlc.c
840
mdb_alloc(sizeof (ql_adapter_state_t), UM_SLEEP)) == NULL) {
usr/src/cmd/mdb/common/modules/qlc/qlc.c
855
mdb_alloc(sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
865
tqlink = (ql_link_t *)mdb_alloc(sizeof (ql_link_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
866
tq = (ql_tgt_t *)mdb_alloc(sizeof (ql_tgt_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
867
lqlink = (ql_link_t *)mdb_alloc(sizeof (ql_link_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
868
lq = (ql_lun_t *)mdb_alloc(sizeof (ql_lun_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
869
srblink = (ql_link_t *)mdb_alloc(sizeof (ql_link_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/qlc/qlc.c
870
srb = (ql_srb_t *)mdb_alloc(sizeof (ql_srb_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
264
mdi_vhci_value = (mdi_vhci_t *)mdb_alloc(mdi_vhci_len, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
271
class = (char *)mdb_alloc(len, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
322
UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
339
UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
422
UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
432
ss->array = mdb_alloc(array_size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/sctp/sctp.c
1107
lw = mdb_alloc(sizeof (*lw), UM_SLEEP);
usr/src/cmd/mdb/common/modules/sctp/sctp.c
1264
swalker = mdb_alloc(sizeof (saddr_walk_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/sd/sd.c
104
wsp->walk_data = mdb_alloc(sizeof (buf_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/sd/sd.c
271
wsp->walk_data = mdb_alloc(sizeof (sd_str_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/smartpqi/smartpqi.c
415
cmdp = (pqi_cmd_t *)mdb_alloc(sizeof (struct pqi_cmd), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/smartpqi/smartpqi.c
623
pqi_array = (void **)mdb_alloc(array_size, UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/smartpqi/smartpqi.c
636
pqi_statep = mdb_alloc(sizeof (struct pqi_state), UM_SLEEP|UM_GC);
usr/src/cmd/mdb/common/modules/smbfs/smbfs.c
139
cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbfs/smbfs.c
166
vfs = mdb_alloc(sizeof (*vfs), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbfs/smbfs.c
233
cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1013
sr = mdb_zalloc(sizeof (*sr), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1205
sr = mdb_zalloc(sizeof (*sr), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1216
ssn = mdb_zalloc(sizeof (*ssn), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1455
user = mdb_zalloc(sizeof (*user), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1462
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1677
tree = mdb_zalloc(sizeof (*tree), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1754
od = mdb_zalloc(sizeof (*od), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1874
of = mdb_zalloc(sizeof (*of), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1948
sv = mdb_zalloc(sizeof (*sv), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2073
buckets = mdb_alloc(arr_sz, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2080
wd = mdb_alloc(sizeof (*wd), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2173
ls = mdb_zalloc(sizeof (*ls), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2282
args = mdb_zalloc(sizeof (*args), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2427
args = mdb_zalloc(sizeof (*args), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2728
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
3130
ol = mdb_alloc(sizeof (*ol), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
3284
m = mdb_alloc(sizeof (*m), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
3614
psid = mdb_zalloc(sid_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
690
sv = mdb_zalloc(sizeof (*sv), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
885
se = mdb_zalloc(sizeof (*se), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv_pcap.c
382
dump_state.tbuf = mdb_alloc(dump_state.tbuf_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/specfs/specfs.c
67
sw = mdb_alloc(sizeof (snode_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/srpt/srpt.c
110
wsp->walk_data = mdb_alloc(sizeof (srpt_target_port_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1157
wsp->walk_data = mdb_alloc(sizeof (scsi_task_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1316
walk_data = mdb_alloc(sizeof (stmf_worker_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1406
options = mdb_zalloc(sizeof (struct find_options), UM_SLEEP);
usr/src/cmd/mdb/common/modules/stmf/stmf.c
56
wsp->walk_data = mdb_alloc(sizeof (stmf_i_local_port_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/stmf_sbd/stmf_sbd.c
150
id = mdb_zalloc(len, UM_SLEEP);
usr/src/cmd/mdb/common/modules/stmf_sbd/stmf_sbd.c
188
tpd = mdb_zalloc(tpd_len, UM_SLEEP);
usr/src/cmd/mdb/common/modules/svc.configd/configd.c
405
list = mdb_zalloc(sizeof (*list) * size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/svc.configd/configd.c
438
rlw = mdb_zalloc(sizeof (*rlw), UM_SLEEP);
usr/src/cmd/mdb/common/modules/svc.startd/startd.c
235
iname = mdb_alloc(1024, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/svc.startd/startd.c
286
vname = mdb_alloc(1024, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/svc.startd/startd.c
348
buf = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/ufs/ufs.c
357
si = mdb_alloc(sizeof (si_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ufs/ufs.c
563
cgp = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/ufs/ufs.c
74
iw = mdb_alloc(sizeof (inode_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ufs/ufs_log.c
214
msp = mdb_zalloc(sizeof (mapstats_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/ufs/ufs_log.c
56
uw = mdb_zalloc(sizeof (ufslogmap_walk_data_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/uhci/uhci.c
456
wsp->walk_data = mdb_alloc(sizeof (uhci_td_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/uhci/uhci.c
457
wsp->walk_arg = mdb_alloc(sizeof (uhci_state_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/uhci/uhci.c
534
wsp->walk_data = mdb_alloc(sizeof (queue_head_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/uhci/uhci.c
535
wsp->walk_arg = mdb_alloc(sizeof (uhci_state_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/usba/usb.c
249
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/usba/usb.c
778
local_debug_buf = (char *)mdb_alloc(debug_buf_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
1242
stats = mdb_zalloc(sym.st_size, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
1606
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
1691
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
1913
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
2147
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
2186
mw = mdb_zalloc(sizeof (metaslab_walk_data_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
2195
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
2431
aux = mdb_alloc(len, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
2876
bwd = mdb_zalloc(sizeof (btree_walk_data_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
2892
bwd->bwd_node = mdb_zalloc(size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3008
lwd = mdb_alloc(sizeof (txg_list_walk_data_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3019
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3439
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3440
name = mdb_alloc(MAXPATHLEN, UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3471
UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3901
ace_walk_data = mdb_alloc(sizeof (ace_walk_data_t), UM_SLEEP | UM_GC);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4334
data.anon_c_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4335
data.anon_u_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4336
data.anon_bufs = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4338
data.mru_c_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4339
data.mru_u_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4340
data.mru_bufs = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4342
data.mfu_c_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4343
data.mfu_u_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4344
data.mfu_bufs = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4346
data.all_c_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4347
data.all_u_hist = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/common/modules/zfs/zfs.c
4348
data.all_bufs = mdb_zalloc(hist_size, UM_SLEEP);
usr/src/cmd/mdb/demo/common/example2.c
44
wsp->walk_data = mdb_alloc(sizeof (proc_t), UM_SLEEP);
usr/src/cmd/mdb/i86pc/modules/unix/i86mmu.c
126
wsp->walk_data = mdb_alloc(sizeof (struct memseg), UM_SLEEP);
usr/src/cmd/mdb/i86pc/modules/unix/i86mmu.c
215
mfn_list = mdb_zalloc(sz, UM_SLEEP);
usr/src/cmd/mdb/i86pc/modules/unix/unix.c
93
ttcp = mdb_zalloc(ttc_size, UM_SLEEP);
usr/src/cmd/mdb/i86xpv/modules/xpv/xpv.c
104
dwp = mdb_alloc(sizeof (domain_walk_t), UM_SLEEP);
usr/src/cmd/mdb/i86xpv/modules/xpv/xpv.c
161
vwp = mdb_alloc(sizeof (vcpu_walk_t), UM_SLEEP);
usr/src/cmd/mdb/intel/kmdb/kaif.c
821
UM_SLEEP);
usr/src/cmd/mdb/intel/kmdb/kvm_isadep.c
545
kmt->kmt_trapmap = mdb_zalloc(BT_SIZEOFMAP(kmt->kmt_trapmax), UM_SLEEP);
usr/src/cmd/mdb/intel/mdb/kvm_amd64dep.c
230
kt->k_regs = mdb_zalloc(sizeof (mdb_tgt_gregset_t), UM_SLEEP);
usr/src/cmd/mdb/intel/mdb/kvm_amd64dep.c
276
panic_data_t *pdp = mdb_zalloc(pd_size, UM_SLEEP);
usr/src/cmd/mdb/intel/mdb/kvm_ia32dep.c
223
kt->k_regs = mdb_zalloc(sizeof (mdb_tgt_gregset_t), UM_SLEEP);
usr/src/cmd/mdb/intel/mdb/kvm_ia32dep.c
270
panic_data_t *pdp = mdb_zalloc(pd_size, UM_SLEEP);
usr/src/cmd/mdb/intel/mdb/mdb_bhyve.c
1526
bd = mdb_zalloc(sizeof (bhyve_data_t) + strlen(argv[0]) + 1, UM_SLEEP);
usr/src/cmd/mdb/intel/mdb/mdb_bhyve.c
703
regvals = mdb_zalloc(ARRAY_SIZE(regnums) * sizeof (uint64_t), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
169
mdb_zalloc(sizeof (struct cmih_walk_state), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
205
pg = mdb_alloc(sz, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
289
cp = mdb_alloc(sizeof (cpu_t), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
398
cp = mdb_alloc(sizeof (cpu_t), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
460
buf = mdb_alloc(len + 1, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
528
hdl = mdb_alloc(sizeof (cmi_hdl_impl_t), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
618
mw = mdb_alloc(sizeof (mptwalk_data_t), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/generic_cpu/gcpu.c
622
mw->mw_trace = mdb_alloc(mw->mw_tracesz, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
203
descring = mdb_alloc(ringsz, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
211
wklist = mdb_alloc(wklistsz, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
87
buf = mdb_alloc(s + 1, UM_GC | UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1094
xkb->xkb_vcpu_data = mdb_alloc(sz, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1101
xkb->xkb_vcpus = mdb_alloc(sz, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1261
xkb->xkb_vcpus = mdb_alloc(sz, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1347
xkb = mdb_zalloc(sizeof (*xkb), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
368
UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
451
xkb->xkb_p2m = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
453
xe->xe_off = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
502
xkb->xkb_p2m = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
505
xe->xe_off = mdb_alloc(size, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
650
char *str = mdb_alloc(1024, UM_SLEEP);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
984
if ((xkb->xkb_namelist = mdb_zalloc(xkb->xkb_namesize, UM_SLEEP))
usr/src/cmd/mdb/intel/modules/sata/sata.c
77
wsp->walk_data = mdb_alloc(sizeof (sata_trace_dmsg_t), UM_SLEEP);
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
564
xm = mdb_alloc(sizeof (xhci_mdb_walk_endpoint_t), UM_SLEEP | UM_GC);
usr/src/lib/libdisasm/common/libdisasm.c
87
return (mdb_zalloc(bytes, UM_SLEEP));