Searched refs:UM_NOSLEEP (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_context.c | 58 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 D | ctf_subr.c | 89 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 D | mdesc.c | 121 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 D | mdb_context.c | 64 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()
|
H A D | mdb_argvec.c | 65 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 D | mdb_nv.c | 237 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 D | mdb_frame.c | 47 mdb_cmd_t *cp = mdb_zalloc(sizeof (mdb_cmd_t), UM_NOSLEEP); in mdb_cmd_create()
|
H A D | mdb_demangle.c | 243 char *buf = mdb_alloc(len, UM_NOSLEEP); in mdb_dem_convert()
|
H A D | mdb_modapi.h | 257 #define UM_NOSLEEP 0x0 /* Do not call failure handler; may fail */ macro
|
H A D | mdb.c | 149 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 D | mdb_kvm.c | 1201 if ((km->km_ctf_buf = mdb_alloc(km->km_ctf_size, UM_NOSLEEP)) == NULL) { in kt_load_ctfdata()
|
H A D | mdb_print.c | 1615 sizeof (*nhi) * new, UM_NOSLEEP | UM_GC); in elt_print()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/ |
H A D | sppp.c | 365 (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 D | modhash.c | 167 hwp = mdb_alloc(HW_SIZE(mh.mh_nchains), UM_NOSLEEP); in modent_walk_init()
|
H A D | memory.c | 338 * 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 D | unix.c | 849 fset = mdb_zalloc(sz, UM_NOSLEEP); in x86_featureset_cmd()
|
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 667 str = mdb_alloc((strlen(argv->a_un.a_str) + 1), UM_NOSLEEP); in dcmd_Setenv()
|