Searched refs:UM_NOSLEEP (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_context.c | 56 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create() 64 c->ctx_stack = mdb_alloc_align(c->ctx_stacksize, pagesize, UM_NOSLEEP); in mdb_context_create()
|
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 94 void *buf = mdb_alloc(size, UM_NOSLEEP); in ctf_data_alloc() 118 return (mdb_alloc(size, UM_NOSLEEP)); in ctf_alloc()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nv.c | 225 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in nv_resize() 288 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in mdb_nv_insert() 318 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in mdb_nv_insert()
|
H A D | mdb_argvec.c | 63 void *data = mdb_alloc(sizeof (mdb_arg_t) * size, UM_NOSLEEP); in mdb_argvec_append() 115 mdb_alloc(sizeof (mdb_arg_t) * src->a_nelems, UM_NOSLEEP); in mdb_argvec_copy()
|
H A D | mdb_context.c | 62 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()
|
H A D | mdb_frame.c | 45 mdb_cmd_t *cp = mdb_zalloc(sizeof (mdb_cmd_t), UM_NOSLEEP); in mdb_cmd_create()
|
H A D | mdb_modapi.h | 258 #define UM_NOSLEEP 0x0 /* Do not call failure handler; may fail */ macro
|
H A D | mdb.c | 150 char *format = mdb_alloc(strlen(s) * 2 + 1, UM_NOSLEEP); in mdb_path_alloc() 275 if ((p = mdb_alloc(len + 1, UM_NOSLEEP)) != NULL) in mdb_path_alloc() 303 if ((path = mdb_alloc(sizeof (char *) * (i + 1), UM_NOSLEEP)) == NULL) { in mdb_path_alloc()
|
H A D | mdb_kvm.c | 1215 if ((km->km_ctf_buf = mdb_alloc(km->km_ctf_size, UM_NOSLEEP)) == NULL) { in kt_load_ctfdata()
|
H A D | mdb_print.c | 1667 sizeof (*nhi) * new, UM_NOSLEEP | UM_GC); in elt_print()
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/smbios/ |
H A D | smbios.c | 50 buf = mdb_alloc(shp.sh_buflen, UM_NOSLEEP | UM_GC); in smbios_mdb_write()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | idmap.c | 50 s = mdb_alloc(idmap.id_str.utf8string_len + 1, UM_NOSLEEP | UM_GC); in nfs4_idmap_dcmd()
|
H A D | nfs_clnt.c | 580 UM_NOSLEEP | UM_GC)) == NULL || mdb_readstr(hostname, in nfs_servinfo_dcmd() 867 UM_NOSLEEP | UM_GC)) == NULL || mdb_readstr(hostname, in nfs4_servinfo_dcmd() 968 id_val = mdb_alloc(srv.clidtosend.id_len, UM_NOSLEEP | UM_GC); in nfs4_server_info_dcmd()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 166 hwp = mdb_alloc(HW_SIZE(mh.mh_nchains), UM_NOSLEEP); in modent_walk_init()
|
H A D | memory.c | 340 * htable_size, UM_NOSLEEP|UM_GC)) == NULL) { in vn_htable_init() 1452 SEGVN_MAX_SPARSE * sizeof (*svw->svw_sparse), UM_NOSLEEP); in segvn_pages_walk_init()
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 928 fset = mdb_zalloc(sz, UM_NOSLEEP); in x86_featureset_dcmd()
|
/illumos-gate/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()
|