Searched refs:UM_NOSLEEP (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c58 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP);
66 c->ctx_stack = mdb_alloc_align(c->ctx_stacksize, pagesize, UM_NOSLEEP);
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c89 void *buf = mdb_alloc(size, UM_NOSLEEP);
113 return (mdb_alloc(size, UM_NOSLEEP));
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/mdesc/
H A Dmdesc.c121 if ((mdep = mdb_alloc(mdesize, UM_NOSLEEP)) == NULL) {
125 if ((namep = mdb_alloc(namesize, UM_NOSLEEP)) == NULL) {
130 if ((datap = mdb_alloc(datasize, UM_NOSLEEP)) == NULL) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c64 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP);
H A Dmdb_frame.c47 mdb_cmd_t *cp = mdb_zalloc(sizeof (mdb_cmd_t), UM_NOSLEEP);
H A Dmdb_argvec.c65 void *data = mdb_alloc(sizeof (mdb_arg_t) * size, UM_NOSLEEP);
117 mdb_alloc(sizeof (mdb_arg_t) * src->a_nelems, UM_NOSLEEP);
H A Dmdb_nv.c122 * Can return NULL only if the nv's memory allocation flags include UM_NOSLEEP
212 * Can return NULL only if the nv's memory allocation flags include UM_NOSLEEP
237 ASSERT(nv->nv_um_flags & UM_NOSLEEP);
267 ASSERT(nv->nv_um_flags & UM_NOSLEEP);
H A Dmdb_demangle.c243 char *buf = mdb_alloc(len, UM_NOSLEEP);
H A Dmdb_modapi.h252 #define UM_NOSLEEP 0x0 /* Do not call failure handler; may fail */ macro
H A Dmdb.c149 char *format = mdb_alloc(strlen(s) * 2 + 1, UM_NOSLEEP);
274 if ((p = mdb_alloc(len + 1, UM_NOSLEEP)) != NULL)
302 if ((path = mdb_alloc(sizeof (char *) * (i + 1), UM_NOSLEEP)) == NULL) {
H A Dmdb_kvm.c1201 if ((km->km_ctf_buf = mdb_alloc(km->km_ctf_size, UM_NOSLEEP)) == NULL) {
H A Dmdb_print.c1616 sizeof (*nhi) * new, UM_NOSLEEP | UM_GC);
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c365 (tcl_nslots - 1) * sizeof (*tcl_slots), UM_NOSLEEP);
495 twd = (struct tll_walk_data *)mdb_alloc(sizeof (*twd), UM_NOSLEEP);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c167 hwp = mdb_alloc(HW_SIZE(mh.mh_nchains), UM_NOSLEEP);
H A Dmemory.c339 * htable_size, UM_NOSLEEP|UM_GC)) == NULL) {
1430 SEGVN_MAX_SPARSE * sizeof (*svw->svw_sparse), UM_NOSLEEP);
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c849 fset = mdb_zalloc(sz, UM_NOSLEEP);
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c667 str = mdb_alloc((strlen(argv->a_un.a_str) + 1), UM_NOSLEEP);

Completed in 183 milliseconds