Searched refs:UM_SLEEP (Results 151 - 175 of 177) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_p4.c410 cpu = mdb_zalloc(sizeof (kmt_cpu_t), UM_SLEEP);
H A Dkvm_isadep.c559 kmt->kmt_trapmap = mdb_zalloc(BT_SIZEOFMAP(kmt->kmt_trapmax), UM_SLEEP);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h253 #define UM_SLEEP 0x1 /* Can block for memory; will always succeed */ macro
H A Dmdb_modapi.c338 buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP);
357 buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP);
788 cp->c_addrv.ad_data = mdb_alloc(nbytes, UM_SLEEP);
H A Dmdb_kvm.c100 km->km_data = mdb_alloc(km->km_datasz, UM_SLEEP);
233 km = mdb_zalloc(sizeof (kt_module_t), UM_SLEEP);
1380 kt_data_t *kt = mdb_zalloc(sizeof (kt_data_t), UM_SLEEP);
1497 (void) mdb_nv_create(&kt->k_modules, UM_SLEEP);
1534 kt->k_dumphdr = mdb_alloc(sizeof (dumphdr_t), UM_SLEEP);
H A Dmdb_cmds.c640 char *name = mdb_alloc(namesz, UM_SLEEP | UM_GC);
679 sname = mdb_zalloc(snamesz, UM_SLEEP | UM_GC);
709 char *addralias = mdb_alloc(sz, UM_SLEEP | UM_GC);
1555 objname = mdb_alloc(strlen(object) + 1, UM_SLEEP | UM_GC);
1628 (void) mdb_nv_create(&vers_nv, UM_SLEEP | UM_GC);
1636 (void *)(uintptr_t)showall, UM_SLEEP | UM_GC);
1846 symlist = mdb_alloc(len * sizeof (uintptr_t), UM_SLEEP | UM_GC);
H A Dmdb_termio.c1323 td->tio_attrs = mdb_alloc(nbytes, UM_SLEEP);
1457 td = mdb_zalloc(sizeof (termio_data_t), UM_SLEEP);
1458 td->tio_io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP);
1701 buf = mdb_alloc(td->tio_cmdbuf.cmd_bufidx + 1, UM_SLEEP | UM_GC);
H A Dmdb_nm.c727 UM_SLEEP | UM_GC);
751 UM_SLEEP | UM_GC);
H A Dmdb_target.c199 t = mdb_zalloc(sizeof (mdb_tgt_t), UM_SLEEP);
1505 veps = mdb_alloc(sizeof (mdb_vespec_t *) * vecnt, UM_SLEEP);
1876 xdp = mdb_alloc(sizeof (mdb_xdata_t), UM_SLEEP);
2009 mdb_sespec_t *sep = mdb_zalloc(sizeof (mdb_sespec_t), UM_SLEEP);
2096 mdb_vespec_t *vep = mdb_zalloc(sizeof (mdb_vespec_t), UM_SLEEP);
H A Dmdb_print.c1216 str = mdb_alloc(r.mta_nelems + 1, UM_SLEEP | UM_GC);
2948 dest = mdb_zalloc(strlen(fmt) * 3, UM_SLEEP | UM_GC);
2949 fmts = mdb_zalloc(strlen(fmt) * sizeof (char *), UM_SLEEP | UM_GC);
2950 funcs = mdb_zalloc(strlen(fmt) * sizeof (void *), UM_SLEEP | UM_GC);
H A Dmdb_io.c376 mdb_iob_t *iob = mdb_alloc(sizeof (mdb_iob_t), UM_SLEEP);
378 iob->iob_buf = mdb_alloc(BUFSIZ, UM_SLEEP);
H A Dmdb_main.c737 mdb_iob_setbuf(mdb.m_in, mdb_alloc(1, UM_SLEEP), 1);
H A Dmdb_fmt.c293 buf = mdb_alloc(cnt + 1, UM_SLEEP);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmmd.c343 slab = mdb_alloc(slab_sz, UM_SLEEP);
509 qwp = mdb_alloc(sizeof (*qwp), UM_SLEEP);
512 qwp->qw_data = sz > 0 ? mdb_alloc(sz, UM_SLEEP) : NULL;
H A Dgcore.c169 svd = mdb_alloc(sizeof (*svd), UM_SLEEP);
179 vpage = mdb_alloc(vpgtob(nvpage), UM_SLEEP);
690 gs = mdb_alloc(sizeof (*gs), UM_SLEEP);
754 mnode = mdb_alloc(sizeof (*mnode), UM_SLEEP);
2072 gcore_sclass = mdb_zalloc(sym.st_size, UM_SLEEP);
H A Dleaky_subr.c363 counters = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC);
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c524 iw = mdb_alloc(sizeof (illif_walk_data_t), UM_SLEEP);
1193 opt_buf = mdb_alloc(opt_len, UM_SLEEP);
2069 h = mdb_zalloc(ill->ill_phys_addr_length, UM_SLEEP);
2112 h = mdb_zalloc(mblen, UM_SLEEP);
2317 iw = mdb_alloc(sizeof (ipcl_hash_walk_data_t), UM_SLEEP);
2318 iw->conn = mdb_alloc(sizeof (conn_t), UM_SLEEP);
2403 nw = mdb_alloc(sizeof (ncec_walk_data_t), UM_SLEEP);
2724 iw = mdb_alloc(sizeof (ip_list_walk_data_t), UM_SLEEP);
3272 ns_walk = mdb_alloc(sizeof (ilb_walk_t), UM_SLEEP);
3411 conn_walk = mdb_alloc(sizeof (ilb_walk_t), UM_SLEEP);
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c259 kv = mdb_zalloc(sizeof (umastat_vmem_t), UM_SLEEP | UM_GC);
H A Dleaky_subr.c395 UM_SLEEP | UM_GC);
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c496 kmt->kmt_trapmap = mdb_zalloc(BT_SIZEOFMAP(kmt->kmt_trapmax), UM_SLEEP);
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c371 buf = mdb_alloc(payload_output_max, UM_SLEEP);
611 buf = mdb_alloc(max, UM_SLEEP);
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c304 iddata = mdb_alloc(iv->iv_idsize, UM_SLEEP | UM_GC);
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1105 lw = mdb_alloc(sizeof (*lw), UM_SLEEP);
1262 swalker = mdb_alloc(sizeof (saddr_walk_t), UM_SLEEP);
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c354 regs = mdb_alloc(sizeof (uint32_t) * 64, UM_SLEEP | UM_GC);
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c91 ttcp = mdb_zalloc(ttc_size, UM_SLEEP);

Completed in 173 milliseconds

12345678