Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c56 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 Dctf_subr.c94 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 Dmdb_nv.c225 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in nv_resize()
287 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in mdb_nv_insert()
317 ASSERT(nv->nv_um_flags & UM_NOSLEEP); in mdb_nv_insert()
H A Dmdb_context.c62 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()
H A Dmdb_argvec.c63 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 Dmdb_frame.c45 mdb_cmd_t *cp = mdb_zalloc(sizeof (mdb_cmd_t), UM_NOSLEEP); in mdb_cmd_create()
H A Dmdb_modapi.h258 #define UM_NOSLEEP 0x0 /* Do not call failure handler; may fail */ macro
H A Dmdb.c150 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 Dmdb_kvm.c1215 if ((km->km_ctf_buf = mdb_alloc(km->km_ctf_size, UM_NOSLEEP)) == NULL) { in kt_load_ctfdata()
H A Dmdb_print.c1667 sizeof (*nhi) * new, UM_NOSLEEP | UM_GC); in elt_print()
/illumos-gate/usr/src/cmd/mdb/intel/modules/smbios/
H A Dsmbios.c50 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 Didmap.c50 s = mdb_alloc(idmap.id_str.utf8string_len + 1, UM_NOSLEEP | UM_GC); in nfs4_idmap_dcmd()
H A Dnfs_clnt.c580 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 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c166 hwp = mdb_alloc(HW_SIZE(mh.mh_nchains), UM_NOSLEEP); in modent_walk_init()
H A Dmemory.c340 * 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 Dunix.c928 fset = mdb_zalloc(sz, UM_NOSLEEP); in x86_featureset_dcmd()
/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); in dcmd_Setenv()