Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c58 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()
66 c->ctx_stack = mdb_alloc_align(c->ctx_stacksize, pagesize, UM_NOSLEEP); in mdb_context_create()
/titanic_41/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c89 void *buf = mdb_alloc(size, UM_NOSLEEP); in ctf_data_alloc()
113 return (mdb_alloc(size, UM_NOSLEEP)); in ctf_alloc()
/titanic_41/usr/src/cmd/mdb/sun4v/modules/mdesc/
H A Dmdesc.c121 if ((mdep = mdb_alloc(mdesize, UM_NOSLEEP)) == NULL) { in mdinfo()
125 if ((namep = mdb_alloc(namesize, UM_NOSLEEP)) == NULL) { in mdinfo()
130 if ((datap = mdb_alloc(datasize, UM_NOSLEEP)) == NULL) { in mdinfo()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c64 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()
H A Dmdb_argvec.c65 void *data = mdb_alloc(sizeof (mdb_arg_t) * size, UM_NOSLEEP); in mdb_argvec_append()
117 mdb_alloc(sizeof (mdb_arg_t) * src->a_nelems, UM_NOSLEEP); in mdb_argvec_copy()
H A Dmdb_nv.c237 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in mdb_nv_insert()
267 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in mdb_nv_insert()
H A Dmdb_frame.c47 mdb_cmd_t *cp = mdb_zalloc(sizeof (mdb_cmd_t), UM_NOSLEEP); in mdb_cmd_create()
H A Dmdb_demangle.c243 char *buf = mdb_alloc(len, UM_NOSLEEP); in mdb_dem_convert()
H A Dmdb_modapi.h257 #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); in mdb_path_alloc()
274 if ((p = mdb_alloc(len + 1, UM_NOSLEEP)) != NULL) in mdb_path_alloc()
302 if ((path = mdb_alloc(sizeof (char *) * (i + 1), UM_NOSLEEP)) == NULL) { in mdb_path_alloc()
H A Dmdb_kvm.c1201 if ((km->km_ctf_buf = mdb_alloc(km->km_ctf_size, UM_NOSLEEP)) == NULL) { in kt_load_ctfdata()
H A Dmdb_print.c1615 sizeof (*nhi) * new, UM_NOSLEEP | UM_GC); in elt_print()
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c365 (tcl_nslots - 1) * sizeof (*tcl_slots), UM_NOSLEEP); in tuncl_walk_init()
495 twd = (struct tll_walk_data *)mdb_alloc(sizeof (*twd), UM_NOSLEEP); in tunll_walk_init()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c167 hwp = mdb_alloc(HW_SIZE(mh.mh_nchains), UM_NOSLEEP); in modent_walk_init()
H A Dmemory.c338 * htable_size, UM_NOSLEEP|UM_GC)) == NULL) { in vn_htable_init()
1418 SEGVN_MAX_SPARSE * sizeof (*svw->svw_sparse), UM_NOSLEEP); in segvn_pages_walk_init()
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c849 fset = mdb_zalloc(sz, UM_NOSLEEP); in x86_featureset_cmd()
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c667 str = mdb_alloc((strlen(argv->a_un.a_str) + 1), UM_NOSLEEP); in dcmd_Setenv()