usr/src/cmd/mdb/common/kmdb/kctl/kctl_main.c
187
if ((base = kmem_zalloc(needed, KM_NOSLEEP)) == NULL) {
usr/src/common/bignum/bignumimpl.c
102
#define big_malloc(size) kmem_alloc(size, KM_NOSLEEP)
usr/src/common/bignum/bignumimpl.c
117
rv = kmem_alloc(newsize, KM_NOSLEEP);
usr/src/common/lz4/lz4.c
923
void *ctx = kmem_zalloc(sizeof (struct refTables), KM_NOSLEEP);
usr/src/common/tsol/ltos.c
57
#define malloc(l) kmem_alloc(l, KM_NOSLEEP)
usr/src/lib/libfakekernel/common/kmem.c
46
if (kmflags & KM_NOSLEEP)
usr/src/lib/libfakekernel/common/taskq.c
103
if (tqflags & KM_NOSLEEP)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
307
mp = allocb_oversize(size, KM_NOSLEEP);
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
313
if ((dbp = kmem_cache_alloc(dblk_cache[index], KM_NOSLEEP)) == NULL) {
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
591
if ((new_mp = kmem_cache_alloc(mblk_cache, KM_NOSLEEP)) == NULL)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
705
if ((bcp = kmem_alloc(sizeof (bcache_t), KM_NOSLEEP)) == NULL)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
759
if ((dbp = kmem_cache_alloc(bcp->dblk_cache, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/c2/audit_io.c
151
attr = kmem_alloc(sizeof (au_defer_info_t), KM_NOSLEEP);
usr/src/uts/common/c2/audit_mem.c
60
buffer = kmem_cache_alloc(au_buf_cache, KM_NOSLEEP);
usr/src/uts/common/cpr/cpr_dump.c
150
cpr_buf = kmem_alloc(cpr_buf_size, KM_NOSLEEP);
usr/src/uts/common/cpr/cpr_dump.c
158
cpr_pagedata = kmem_alloc(cpr_pagedata_size, KM_NOSLEEP);
usr/src/uts/common/crypto/api/kcf_random.c
354
rndbuf = kmem_alloc(MINEXTRACTBYTES, KM_NOSLEEP);
usr/src/uts/common/crypto/api/kcf_random.c
422
if (kcf_insert_triedlist(&list, pd, KM_NOSLEEP) ==
usr/src/uts/common/crypto/core/kcf_callprov.c
79
flags & (KM_SLEEP | KM_NOSLEEP));
usr/src/uts/common/crypto/core/kcf_sched.c
118
(crq == NULL) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/crypto/core/kcf_sched.c
157
arptr = kmem_cache_alloc(kcf_areq_cache, KM_NOSLEEP);
usr/src/uts/common/crypto/core/kcf_sched.c
1863
KCF_RHNDL(KM_NOSLEEP));
usr/src/uts/common/crypto/core/kcf_sched.c
514
KM_NOSLEEP | KCF_HOLD_PROV) == NULL)
usr/src/uts/common/crypto/core/kcf_sched.c
710
KCF_RHNDL(KM_NOSLEEP));
usr/src/uts/common/crypto/io/dprov.c
1999
NULL, data, NULL, digest, ctx, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2023
req, NULL, data, NULL, NULL, ctx, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2045
NULL, key, NULL, ctx, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2068
NULL, NULL, NULL, digest, ctx, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2191
NULL, data, NULL, mac, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2214
req, NULL, data, NULL, NULL, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2236
NULL, NULL, NULL, mac, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2411
req, NULL, NULL, plaintext, ciphertext, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2436
req, NULL, NULL, plaintext, ciphertext, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2461
req, NULL, NULL, NULL, ciphertext, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2553
req, NULL, NULL, plaintext, ciphertext, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2578
req, NULL, NULL, plaintext, ciphertext, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2603
req, NULL, NULL, plaintext, NULL, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2728
NULL, NULL, data, signature, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2751
NULL, NULL, data, NULL, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2774
NULL, NULL, NULL, signature, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2859
NULL, NULL, data, signature, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2947
NULL, NULL, data, signature, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2971
NULL, NULL, data, NULL, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
2994
NULL, NULL, NULL, signature, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3081
NULL, NULL, data, signature, ctx, 0, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3302
ciphertext, plaintext, mac, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3327
ciphertext, plaintext, NULL, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3353
ciphertext, NULL, mac, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3470
ciphertext, plaintext, mac, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3495
ciphertext, plaintext, NULL, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3520
NULL, plaintext, mac, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3786
NULL, 0, NULL, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3812
NULL, NULL, NULL, 0, NULL, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3837
KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3862
KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3888
NULL, NULL, NULL, NULL, 0, NULL, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3914
NULL, NULL, NULL, NULL, 0, NULL, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3965
max_object_count, object_count, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
3990
0, NULL, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4256
KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4263
KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4379
if ((kparam = kmem_alloc(kparam_len, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/crypto/io/dprov.c
4442
aes_ccm_params = kmem_alloc(total_param_len, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4528
aes_gcm_params = kmem_alloc(total_param_len, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4602
aes_gmac_params = kmem_alloc(total_param_len, KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4676
KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4729
roundup(public_data_len, sizeof (caddr_t)), KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
4889
if ((param = kmem_alloc(param_len, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/crypto/io/dprov.c
5132
kmflag == KM_NOSLEEP ? TQ_NOSLEEP : TQ_SLEEP) == TASKQID_INVALID) {
usr/src/uts/common/crypto/io/dprov.c
5257
KM_NOSLEEP)) == NULL)
usr/src/uts/common/crypto/io/dprov.c
5266
(task_func_t *)dprov_dual_task, KM_NOSLEEP));
usr/src/uts/common/crypto/io/dprov.c
5339
KM_NOSLEEP)) == NULL)
usr/src/uts/common/crypto/io/dprov.c
5349
(task_func_t *)dprov_random_task, KM_NOSLEEP));
usr/src/uts/common/crypto/io/dprov.c
5366
KM_NOSLEEP)) == NULL)
usr/src/uts/common/crypto/io/dprov.c
5376
(task_func_t *)dprov_session_task, KM_NOSLEEP));
usr/src/uts/common/crypto/io/dprov.c
5410
(task_func_t *)dprov_object_task, KM_NOSLEEP));
usr/src/uts/common/crypto/io/dprov.c
5433
KM_NOSLEEP)) == NULL)
usr/src/uts/common/crypto/io/dprov.c
5455
(task_func_t *)dprov_key_task, KM_NOSLEEP));
usr/src/uts/common/crypto/io/dprov.c
5472
KM_NOSLEEP)) == NULL)
usr/src/uts/common/crypto/io/dprov.c
5484
(task_func_t *)dprov_mgmt_task, KM_NOSLEEP));
usr/src/uts/common/crypto/io/dprov.c
6934
sizeof (dprov_session_t *), KM_NOSLEEP);
usr/src/uts/common/crypto/io/dprov.c
6950
sizeof (dprov_session_t), KM_NOSLEEP);
usr/src/uts/common/crypto/io/swrand.c
300
if (crypto_kmflag(req) == KM_NOSLEEP)
usr/src/uts/common/disp/class.c
298
if (CL_ALLOC(&bufp, parmsp->pc_cid, KM_NOSLEEP) != 0) {
usr/src/uts/common/disp/cmt.c
221
return (kmem_zalloc(sizeof (pg_cmt_t), KM_NOSLEEP));
usr/src/uts/common/disp/fss.c
1701
if ((fsszone = kmem_zalloc(sizeof (fsszone_t), KM_NOSLEEP))
usr/src/uts/common/disp/fss.c
1712
if ((fssproj = kmem_zalloc(sizeof (fssproj_t), KM_NOSLEEP))
usr/src/uts/common/disp/priocntl.c
1091
if (CL_ALLOC(&bufp, pcprio->pc_cid, KM_NOSLEEP) != 0)
usr/src/uts/common/disp/thread.c
2121
(sizeof (kmem_stkinfo_t)), KM_NOSLEEP);
usr/src/uts/common/dtrace/dcpc.c
304
p = cp = ddi_strdup(events, KM_NOSLEEP);
usr/src/uts/common/exec/elf/elf.c
1208
if ((*phbasep = kmem_alloc(*phsizep, KM_NOSLEEP)) == NULL)
usr/src/uts/common/exec/elf/elf.c
1252
if ((*shbasep = kmem_alloc(*shsizep, KM_NOSLEEP)) == NULL)
usr/src/uts/common/exec/elf/elf.c
1277
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/dev/sdev_profile.c
903
packed = kmem_alloc(packed_sz, KM_NOSLEEP);
usr/src/uts/common/fs/dev/sdev_profile.c
912
else if (err = nvlist_unpack(packed, packed_sz, &profile, KM_NOSLEEP))
usr/src/uts/common/fs/dnlc.c
1198
if ((dcp = kmem_zalloc(sizeof (dircache_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/dnlc.c
1202
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/dnlc.c
1206
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/dnlc.c
1260
dep = kmem_alloc(DCENTTRY_SIZE(namlen), KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1271
dep = kmem_alloc(DCENTTRY_SIZE(namlen), KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1281
dep = kmem_alloc(DCENTTRY_SIZE(namlen), KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1370
dfp = kmem_cache_alloc(dnlc_dir_space_cache, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1379
dfp = kmem_cache_alloc(dnlc_dir_space_cache, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1389
dfp = kmem_cache_alloc(dnlc_dir_space_cache, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1894
newhash = kmem_zalloc(sizeof (dcentry_t *) * newsize, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1945
newhash = kmem_zalloc(sizeof (dcfree_t *) * newsize, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
980
ncp = kmem_alloc(NCACHE_SIZE(namlen), KM_NOSLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
269
lp = kmem_cache_alloc(lnode_cache, KM_NOSLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
270
nvp = vn_alloc(KM_NOSLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
530
KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/mntfs/mntvnops.c
821
buf = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3660
KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3938
rrdc = rddir_cache_alloc(KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
5891
sizeof (*rp->r_pathconf), KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs3_xdr.c
118
sp = kmem_alloc(nodesize, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs3_xdr.c
1600
if ((ptr = kmem_alloc(size, KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_acache.c
123
nap = kmem_cache_alloc(acache4_cache, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
2056
rvsap = kmem_zalloc(sizeof (*rvsap), KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
1267
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_client.c
1711
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_client.c
1835
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_client.c
1961
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_client.c
2049
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
308
drp->dr_addr.buf = kmem_alloc(drp->dr_addr.maxlen, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_readdir.c
610
rddir_data = kmem_alloc(rddir_data_len, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
2328
buf = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
2517
nrdc = rddir4_cache_alloc(KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3606
if ((ptr = kmem_alloc(size, KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
738
rvsp = kmem_zalloc(sizeof (*rvsp), KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_client.c
1385
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs_client.c
1483
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs_client.c
1605
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs_client.c
1734
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs_client.c
1830
if ((args = kmem_alloc(sizeof (*args), KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs_client.c
2575
buf = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_dump.c
249
if (!(dumpbuf = kmem_alloc(ptob(1), KM_NOSLEEP))) {
usr/src/uts/common/fs/nfs/nfs_log.c
1141
kmem_alloc(nfsl_args->buff_len, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
610
KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
792
iovp = (struct iovec *)kmem_alloc(size_iovecs, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
3260
nap = kmem_cache_alloc(acache_cache, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_vnops.c
3177
rrdc = rddir_cache_alloc(KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_xdr.c
920
da->da_name = kmem_alloc(nodesize, KM_NOSLEEP);
usr/src/uts/common/fs/portfs/port.c
1392
kevp = kmem_alloc(eventsz * nmax, KM_NOSLEEP);
usr/src/uts/common/fs/portfs/port.c
1440
kevp32 = kmem_alloc(eventsz * nmax, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prcontrol.c
1667
pcp->prc_thread : NULL, &info, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
1112
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
1237
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
2088
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
2411
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
2690
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
2825
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
548
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/proc/prioctl.c
840
thing = kmem_alloc(thingsize, KM_NOSLEEP);
usr/src/uts/common/fs/smbsrv/smb_kutil.c
226
new_pool = kmem_alloc(new_size / 8, KM_NOSLEEP);
usr/src/uts/common/fs/sockfs/sockcommon.c
83
int kmflags = (flags == SOCKET_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
1242
kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
372
sigaddq(proc, NULL, &info, KM_NOSLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
1049
new = kmem_zalloc(sizeof (sp_filter_t), KM_NOSLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
419
KM_NOSLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
423
KM_NOSLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
746
inst = kmem_zalloc(sizeof (sof_instance_t), KM_NOSLEEP);
usr/src/uts/common/fs/udfs/udf_inode.c
333
KM_NOSLEEP);
usr/src/uts/common/fs/udfs/udf_inode.c
334
vp = vn_alloc(KM_NOSLEEP);
usr/src/uts/common/fs/udfs/udf_subr.c
641
check_list = ptr = kmem_alloc(check_size, KM_NOSLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
3517
&ms->ms_buf, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
1331
crbsav = kmem_alloc(sizeof (crb_t), KM_NOSLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
1336
crbsav->c_buf = kmem_alloc(bufsz, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
300
me = kmem_cache_alloc(mapentry_cache, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/quota_ufs.c
391
*uerrp = (char *)kmem_alloc(*lenp, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/quota_ufs.c
570
*uerrp = (char *)kmem_alloc(*lenp, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/ufs_directio.c
426
copy_base = kmem_alloc(copy_resid, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1363
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1570
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1723
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/ufs/ufs_panic.c
2105
f->uf_lf.lf_comment = kmem_zalloc(LOCKFS_MAXCOMMENTLEN, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/ufs_panic.c
636
new = kmem_zalloc(sizeof (ufs_failure_t), KM_NOSLEEP);
usr/src/uts/common/fs/ufs/ufs_subr.c
238
check_list = ptr = kmem_alloc(check_size, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/ufs_vnops.c
6140
(entries - 1) * sizeof (daddr32_t), KM_NOSLEEP);
usr/src/uts/common/fs/zfs/arc.c
1135
kmem_zalloc(hsize * sizeof (void*), KM_NOSLEEP);
usr/src/uts/common/fs/zfs/dbuf.c
631
h->hash_table = kmem_zalloc(hsize * sizeof (void *), KM_NOSLEEP);
usr/src/uts/common/inet/cc/cc_cubic.c
268
cubic_data = kmem_zalloc(sizeof (struct cubic), KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb.c
1303
if ((server = kmem_zalloc(sizeof (ilb_server_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ilb/ilb.c
633
rule = kmem_zalloc(sizeof (ilb_rule_t), KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
212
(*tbl_size + INIT_HASH_TBL_SIZE), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
370
if ((alg = kmem_alloc(sizeof (ilb_alg_data_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
372
if ((hash_alg = kmem_alloc(sizeof (hash_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
391
INIT_HASH_TBL_SIZE, KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
402
INIT_HASH_TBL_SIZE, KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb_alg_rr.c
123
new_server = kmem_alloc(sizeof (rr_server_t), KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb_alg_rr.c
193
if ((alg = kmem_alloc(sizeof (ilb_alg_data_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ilb/ilb_alg_rr.c
195
if ((rr_alg = kmem_alloc(sizeof (rr_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ilb/ilb_conn.c
1190
if ((s = kmem_cache_alloc(ilb_sticky_cache, KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ilb/ilb_conn.c
512
connp = kmem_cache_alloc(ilb_conn_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb_nat.c
227
tmp = kmem_alloc(sizeof (ilb_nat_src_entry_t), KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb_nat.c
265
if ((src = kmem_zalloc(sizeof (ilb_nat_src_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ip/conn_opt.c
2272
hdrs = kmem_alloc(hdrs_len, KM_NOSLEEP);
usr/src/uts/common/inet/ip/conn_opt.c
2925
KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
1704
ASSERT(flags == KM_SLEEP || flags == KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
2156
KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
3065
ipp = kmem_zalloc(sizeof (*ipp), KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
3076
error = ip_pkt_copy(&connp->conn_xmit_ipp, ipp, KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
3383
ipp = kmem_zalloc(sizeof (*ipp), KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
3394
error = ip_pkt_copy(&connp->conn_xmit_ipp, ipp, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip.c
10998
if ((re = kmem_zalloc(sizeof (*re), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip.c
11120
if ((re = kmem_zalloc(sizeof (*re), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip.c
13684
if ((buf = kmem_alloc(sizeof (ip_priv_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip.c
5598
ipp->ipp_ipv4_options = kmem_alloc(totallen, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip.c
5645
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip2mac.c
152
if ((nce_cb = kmem_zalloc(sizeof (*nce_cb), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip6.c
1668
buf = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip6_asp.c
376
if ((tmp_table = kmem_alloc(count * sizeof (ip6_asp_t), KM_NOSLEEP)) ==
usr/src/uts/common/inet/ip/ip6_asp.c
400
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ip/ip6_ire.c
190
ire = kmem_cache_alloc(ire_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip6_output.c
1003
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_attr.c
1026
newcr = copycred_from_tslabel(ira->ira_cred, ira->ira_tsl, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_attr.c
819
return (conn_get_ixa_impl(connp, replace, KM_NOSLEEP));
usr/src/uts/common/inet/ip/ip_attr.c
940
ixa = kmem_alloc(sizeof (*ixa), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_dce.c
545
dce = kmem_cache_alloc(dce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_dce.c
616
dce = kmem_cache_alloc(dce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
1659
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
1806
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
18324
if ((info = kmem_alloc(sizeof (*info), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip_if.c
18337
info->hnei_event.hne_data = kmem_alloc(datalen, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
1943
idc = kmem_zalloc(sizeof (ill_dld_capab_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
2092
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
320
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
3315
if ((ipsq = kmem_zalloc(sizeof (ipsq_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip_if.c
361
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
5082
if ((thh = kmem_alloc(sizeof (*thh), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip_if.c
5098
mod_hash_ptrkey_cmp, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
5134
th_trace = kmem_zalloc(sizeof (th_trace_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ire.c
633
ire = kmem_cache_alloc(ire_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_multi.c
238
ilg = kmem_zalloc(sizeof (ilg_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_multi.c
749
mpa = kmem_zalloc(sizeof (multiphysaddr_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
1266
hw_addr = kmem_alloc(ill->ill_nd_lla_len, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
4193
hw_addr = kmem_alloc(ill->ill_phys_addr_length, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
4709
ncec = kmem_cache_alloc(ncec_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
4779
template = kmem_alloc(hw_addr_len, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
4878
nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
5067
nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_netinfo.c
949
inject = kmem_alloc(sizeof (*inject), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_netinfo.c
963
inject = kmem_alloc(sizeof (*inject), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_output.c
1954
KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_rts.c
679
rtsap->rtsa_doi, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_srcid.c
139
*smpp = kmem_alloc(sizeof (srcid_map_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ipmp.c
133
if ((grp = kmem_zalloc(sizeof (ipmp_grp_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ipmp.c
548
if ((illg = kmem_zalloc(sizeof (ipmp_illgrp_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ipmp.c
846
KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/keysock.c
599
kc = kmem_zalloc(sizeof (keysock_consumer_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/keysock.c
655
ks = kmem_zalloc(sizeof (keysock_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
3210
KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
3319
KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
3340
sizeof (ipsec_nonce_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
376
newbie = (ipsa_t *)kmem_zalloc(sizeof (ipsa_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
4188
KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
4221
KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
494
if (sadb_init_trial(sp, size, KM_NOSLEEP) != 0) {
usr/src/uts/common/inet/ip/sadb.c
5553
newbie = kmem_zalloc(sizeof (*newbie), KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
6117
tsl = labelalloc(&sl, sens->sadb_sens_dpd, KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
7503
rv = crypto_create_ctx_template(&mech, key, sa_tmpl, KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
894
newbie = kmem_alloc(sizeof (ipsa_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
920
KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
939
KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
1227
outact = kmem_alloc(sizeof (*act), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
1288
outact = kmem_alloc(sizeof (*outact) * action_count, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
2982
ap = kmem_cache_alloc(ipsec_action_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
3203
ap = kmem_cache_alloc(ipsec_action_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
3401
sp = kmem_cache_alloc(ipsec_sel_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
3480
ipp = kmem_cache_alloc(ipsec_pol_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
3954
php = kmem_alloc(sizeof (*php), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
4530
ipsec_latch_t *ipl = kmem_zalloc(sizeof (*ipl), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
4586
retval = kmem_alloc(sizeof (*retval), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
4592
nstr = kmem_alloc(idlen, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
6044
newbie = kmem_zalloc(sizeof (*newbie), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
6073
KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
6077
KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
616
if (ipsec_alloc_tables(KM_NOSLEEP, ns) != 0) {
usr/src/uts/common/inet/ip/spd.c
6187
IPSEC_FRAG_HASH_SLOTS, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
6193
IPSEC_FRAG_HASH_SIZE, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
902
ipsec_policy_t *dst = kmem_cache_alloc(ipsec_pol_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spdsock.c
3550
ss = kmem_zalloc(sizeof (spdsock_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spdsock.c
842
actp = kmem_alloc(sizeof (*actp) * nact, KM_NOSLEEP);
usr/src/uts/common/inet/ip/tn_ipopt.c
381
dst_rhtp->tpc_tp.tp_doi, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ip/tn_ipopt.c
392
if ((newtsl = labeldup(tsl, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ip/tn_ipopt.c
422
if ((newtsl = labeldup(tsl, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ip/tnet.c
1872
attrp = ire_gw_secattr_alloc(KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
408
gcdb = kmem_zalloc(sizeof (*gcdb), KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
478
gc = kmem_zalloc(sizeof (*gc), KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
566
gcgrp = kmem_zalloc(sizeof (*gcgrp), KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
828
credp = newcred_from_bslabel(&sl, doi, KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
833
KM_NOSLEEP);
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
297
# define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
298
# define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
611
# define MUTEX_INIT(x,y) (x)->ipf_lk.l = LOCK_ALLOC((uchar_t)-1, IPF_LOCK_PL, (lkinfo_t *)-1, KM_NOSLEEP)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
631
# define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
632
# define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP)
usr/src/uts/common/inet/ipnet/ipnet.c
1268
if ((ipnetif = kmem_zalloc(sizeof (*ipnetif), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ipnet/ipnet.c
1401
if ((ifaddr = kmem_alloc(sizeof (*ifaddr), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ipnet/ipnet.c
1570
if ((ipne = kmem_alloc(sizeof (ipnet_nicevent_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ipnet/ipnet.c
532
if ((ipnet = kmem_zalloc(sizeof (*ipnet), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/iptun/iptun.c
1224
if ((connp = ipcl_conn_create(IPCL_IPCCONN, KM_NOSLEEP, ns)) == NULL)
usr/src/uts/common/inet/iptun/iptun.c
1302
if ((iptun = kmem_cache_alloc(iptun_cache, KM_NOSLEEP)) != NULL) {
usr/src/uts/common/inet/iptun/iptun.c
595
itd = kmem_alloc(sizeof (*itd), KM_NOSLEEP);
usr/src/uts/common/inet/mi.c
101
if (ptr = kmem_alloc(size, KM_NOSLEEP)) {
usr/src/uts/common/inet/optcom.c
1919
optbuf = kmem_alloc(inlen, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp.c
1328
int sleep = flags & SCTP_CAN_BLOCK ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/inet/sctp/sctp.c
183
if ((connp = ipcl_conn_create(IPCL_SCTPCONN, KM_NOSLEEP,
usr/src/uts/common/inet/sctp/sctp.c
192
KM_NOSLEEP)) == NULL ||
usr/src/uts/common/inet/sctp/sctp.c
194
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/sctp/sctp.c
206
if (sctp_init_values(sctp, psctp, KM_NOSLEEP) != 0) {
usr/src/uts/common/inet/sctp/sctp_addr.c
1104
sctp_ipif = kmem_zalloc(sizeof (sctp_ipif_t), KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_addr.c
1397
if (sctp_ipif_hash_insert(sctp, sctp_ipif, KM_NOSLEEP, B_FALSE,
usr/src/uts/common/inet/sctp/sctp_addr.c
726
sctp_ill = kmem_zalloc(sizeof (sctp_ill_t), KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_addr.c
735
KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1202
err = sctp_add_faddr(sctp, &addr, KM_NOSLEEP, B_FALSE);
usr/src/uts/common/inet/sctp/sctp_asconf.c
480
alist = kmem_alloc(asize, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_asconf.c
489
dlist = kmem_alloc(dsize, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_asconf.h
35
sctp_rc_timer, KM_NOSLEEP); \
usr/src/uts/common/inet/sctp/sctp_common.c
1303
err = sctp_dup_saddrs(psctp, sctp, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_common.c
1317
err = sctp_add_faddr(sctp, hdrsaddr, KM_NOSLEEP, B_TRUE);
usr/src/uts/common/inet/sctp/sctp_common.c
1415
err = sctp_add_faddr(sctp, &addr, KM_NOSLEEP,
usr/src/uts/common/inet/sctp/sctp_common.c
1444
(in6_addr_t *)(ph + 1), KM_NOSLEEP,
usr/src/uts/common/inet/sctp/sctp_common.c
1475
alist = kmem_alloc(asize, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_common.c
1489
dlist = kmem_alloc(dsize, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_common.c
1671
dtail = kmem_alloc(PARM_ADDR6_LEN * nadded, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_conn.c
309
slist = kmem_alloc(ssize, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_conn.c
310
flist = kmem_alloc(fsize, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_conn.c
360
int sleep = sctp->sctp_cansleep ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/inet/sctp/sctp_conn.c
89
if ((err = sctp_build_hdrs(acceptor, KM_NOSLEEP)) != 0)
usr/src/uts/common/inet/sctp/sctp_cookie.c
1036
sctp->sctp_num_ostr, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1043
sctp->sctp_num_ostr, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1063
sctp->sctp_num_istr, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1071
KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1315
if (sctp_secure_restart_check(cmp, initch, ports, KM_NOSLEEP,
usr/src/uts/common/inet/sctp/sctp_cookie.c
411
sctp->sctp_num_ostr, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_cookie.c
417
sctp->sctp_num_istr, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
189
slist = kmem_alloc(ssize, cansleep ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
190
flist = kmem_alloc(fsize, cansleep ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
415
kmem_zalloc(totaddr * sizeof (in6_addr_t *), KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
439
KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_input.c
101
*head = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_input.c
119
t = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_input.c
148
t = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_input.c
194
t = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1351
retval = sctp_build_hdrs(sctp, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_output.c
1358
*s = kmem_cache_alloc(sctp_kmem_ftsn_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_output.c
1383
KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_tunables.c
121
if ((new_sl = kmem_alloc(sizeof (sctp_listener_t), KM_NOSLEEP)) ==
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
319
kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/inet/sockmods/sockmod_sctp.c
124
int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/inet/sockmods/sockmod_sdp.c
78
int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/inet/sockmods/socksctp.c
1961
if (sosctp_aid_grow(lss, lss->ss_maxassoc, KM_NOSLEEP) < 0) {
usr/src/uts/common/inet/sockmods/socksctp.c
1972
ssa = sosctp_assoc_create(lss, KM_NOSLEEP);
usr/src/uts/common/inet/tcp/tcp.c
1550
if ((connp = ipcl_conn_create(IPCL_TCPCONN, KM_NOSLEEP,
usr/src/uts/common/inet/tcp/tcp_sack.c
257
tcp_notsack_blk_cache, KM_NOSLEEP)) ==
usr/src/uts/common/inet/tcp/tcp_sack.c
400
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/tcp/tcp_sack.c
428
tmp->next = kmem_cache_alloc(tcp_notsack_blk_cache, KM_NOSLEEP);
usr/src/uts/common/inet/tcp/tcp_timers.c
147
mp = tcp_timermp_alloc(KM_NOSLEEP | KM_PANIC);
usr/src/uts/common/inet/tcp/tcp_timers.c
695
KM_NOSLEEP);
usr/src/uts/common/inet/tcp/tcp_tunables.c
147
if ((new_tl = kmem_alloc(sizeof (tcp_listener_t), KM_NOSLEEP)) ==
usr/src/uts/common/inet/udp/udp.c
1758
tsl->tsl_doi, KM_NOSLEEP);
usr/src/uts/common/inet/udp/udp.c
2769
ipp = kmem_zalloc(sizeof (*ipp), KM_NOSLEEP);
usr/src/uts/common/inet/udp/udp.c
2780
error = ip_pkt_copy(&connp->conn_xmit_ipp, ipp, KM_NOSLEEP);
usr/src/uts/common/inet/udp/udp.c
4715
ASSERT(flags == KM_SLEEP || flags == KM_NOSLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
2162
sizeof (hci1394_xfer_ctl_dma_t)), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
2222
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/1394/s1394_addr.c
130
kmem_zalloc(sizeof (s1394_addr_space_blk_t), KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
237
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
279
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
319
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
328
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
470
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
498
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
524
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
533
KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_asynch.c
71
alloc_sleep = (flags & T1394_ALLOC_CMD_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1285
int kf = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1518
int kf = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1921
if (scsa1394_cmd_dmac2seg(sp, cmd, &dmac, ccount, KM_NOSLEEP) !=
usr/src/uts/common/io/aac/aac.c
5142
int kf = (cb == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/aac/aac_ioctl.c
232
if ((acp = kmem_zalloc(hbalen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/aac/aac_ioctl.c
315
fibctx_p = kmem_zalloc(sizeof (struct aac_fib_context), KM_NOSLEEP);
usr/src/uts/common/io/aac/aac_ioctl.c
463
sizeof (struct aac_fib_header), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/aac/aac_ioctl.c
495
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/aac/aac_ioctl.c
580
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/aggr/aggr_lacp.c
1206
new_port = kmem_zalloc(sizeof (lacp_sel_ports_t), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_client.c
1054
if ((c = kmem_zalloc(sizeof (*c), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_engine.c
143
isp = kmem_zalloc(sizeof (*isp), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_engine.c
214
e = kmem_zalloc(sizeof (audio_engine_t), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_engine.c
228
KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_engine.c
76
if ((d = kmem_zalloc(sizeof (*d), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_format.c
858
buf0 = kmem_alloc(cnv_max, KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_format.c
859
buf1 = kmem_alloc(cnv_max, KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_format.c
922
kmem_zalloc(sizeof (grc3state_t), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_oss.c
1666
if ((data = kmem_zalloc(sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
1933
if ((sc = kmem_zalloc(sizeof (*sc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
1937
if ((sc->o_ss_buf = kmem_zalloc(sc->o_ss_sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
2183
if ((data = kmem_zalloc(sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
490
if ((sc = kmem_zalloc(sizeof (*sc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_sun.c
1399
eof = kmem_zalloc(sizeof (*eof), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_sun.c
248
if ((proc = kmem_zalloc(sizeof (*proc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_sun.c
335
if ((dc = kmem_zalloc(sizeof (*dc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/bge/bge_main2.c
1554
rinfop = kmem_zalloc(sizeof (bge_rule_info_t), KM_NOSLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
1339
bp = getrbuf(KM_NOSLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
1350
xi = bd_xfer_alloc(bd, bp, bd->d_ops.o_write, KM_NOSLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
1512
xi = bd_xfer_alloc(bd, bp, func, KM_NOSLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
1752
kmflag = tg_cookie ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/io/bnx/bnx_mm.c
293
memptr = kmem_zalloc(mem_size, KM_NOSLEEP);
usr/src/uts/common/io/bnx/bnxmod.c
329
KM_NOSLEEP);
usr/src/uts/common/io/bnx/bnxsnd.c
434
memvirt = kmem_zalloc(memsize, KM_NOSLEEP);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
267
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_hw.c
905
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
370
if ((pMem = kmem_zalloc(sizeof(BnxeMemRegion), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
431
if ((pMem = kmem_zalloc(sizeof(BnxeMemRegion), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
509
if ((pMem = kmem_zalloc(sizeof(BnxeMemBlock), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
519
if ((pBuf = kmem_zalloc(memSize, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
587
if ((pMem = kmem_zalloc(sizeof(BnxeMemDma), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_rx.c
764
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_tx.c
1101
if ((pTxPkt = kmem_zalloc(sizeof(um_txpacket_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
228
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
268
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
305
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
346
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
387
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
425
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bofi.c
3365
((waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/bofi.c
3571
(dmareqp->dmar_fp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP,
usr/src/uts/common/io/bpf/bpf.c
1655
d->bd_fbuf = kmem_zalloc(d->bd_bufsize, KM_NOSLEEP);
usr/src/uts/common/io/bpf/bpf.c
1658
d->bd_sbuf = kmem_zalloc(d->bd_bufsize, KM_NOSLEEP);
usr/src/uts/common/io/bridge.c
2869
if ((blp = kmem_zalloc(sizeof (*blp), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/bridge.c
903
KM_NOSLEEP);
usr/src/uts/common/io/chxge/pe.c
677
KM_NOSLEEP);
usr/src/uts/common/io/cmlb.c
1750
if ((dkl = kmem_zalloc(buffer_size, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/cmlb.c
2300
if ((buf = kmem_zalloc(sec_sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/cmlb.c
5763
KM_SLEEP : KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
625
cm = kmem_zalloc(sizeof (*cm), KM_NOSLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
739
cm->cm_xfer_buf = kmem_alloc(CPMGR_XFER_BUF_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3181
kmem_zalloc(sizeof (sbd_cmd_t), KM_NOSLEEP)) != NULL) {
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3299
it = (sbd_it_data_t *)kmem_zalloc(sizeof (*it), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
1008
kmem_flag = KM_NOSLEEP;
usr/src/uts/common/io/comstar/port/fct/fct.c
1387
e = kmem_zalloc(sizeof (fct_i_event_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
2805
sizeof (stmf_data_buf_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
2851
itask = kmem_zalloc(sizeof (iscsit_task_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
2640
*pdu = (isns_pdu_t *)kmem_zalloc(pdu_size, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
2872
payload = kmem_alloc(payload_len, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
2904
*pdu = kmem_alloc(total_pdu_len, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
1009
KM_NOSLEEP) != 0) {
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
2728
if ((nvrc = nvlist_alloc(&cfg_nv, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1206
sizeof (stmf_data_buf_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
805
pppt_tgt_dereg_task, tgt, KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7544
qlt->fw_bin_dump_buf = kmem_zalloc(tsize, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7584
KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7603
KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7747
qlt->qlt_fwdump_buf = kmem_zalloc(size_left, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
136
sizeof (qlt_dmem_bctl_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1541
chunk = kmem_alloc(chunksize, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1582
result = kmem_zalloc(sizeof (srpt_mr_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
261
xd = (stmf_xfer_data_t *)kmem_zalloc(alloc_size, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
1840
xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
2198
kmem_flag = KM_NOSLEEP;
usr/src/uts/common/io/comstar/stmf/stmf.c
2471
ppd = kmem_zalloc(s, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
2523
(size_t)ppi->ppi_data_size, &nv, KM_NOSLEEP)) != 0) {
usr/src/uts/common/io/comstar/stmf/stmf.c
2905
KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
2965
KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
3523
irport = kmem_zalloc(alloc_len, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
3566
ks_info = kmem_zalloc(sizeof (*ks_info), KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
3584
ident = kmem_alloc(id->ident_length + 1, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
4111
itl = (stmf_itl_data_t *)kmem_zalloc(sizeof (*itl), KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
5972
xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
6046
KM_NOSLEEP);
usr/src/uts/common/io/cpqary3/cpqary3.h
162
#define MEM_ZALLOC(x) kmem_zalloc(x, KM_NOSLEEP)
usr/src/uts/common/io/cxgbe/t4nex/cudbg.c
26
handle = kmem_zalloc(sizeof(*handle), KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_debug.c
95
t4_dbgmsg_t *msg = kmem_alloc(alloc_sz, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1784
buf = kmem_zalloc(dparams->size, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1824
ptr = (u8 *)kmem_zalloc(fw.len, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1858
buf = (u8 *)kmem_zalloc(dump.len, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1876
sd->rxb = rxbuf_alloc(sc->sge.rxbuf_cache, KM_NOSLEEP, 1);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3706
if ((kmflag & KM_NOSLEEP) != 0)
usr/src/uts/common/io/devpool.c
314
kbuf = kmem_alloc(kbufsz, KM_NOSLEEP);
usr/src/uts/common/io/dld/dld_drv.c
1748
if ((buf = kmem_zalloc(sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/dld/dld_drv.c
703
if ((kprop = kmem_alloc(dsize, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/dld/dld_drv.c
973
dap = kmem_zalloc(sizeof (dld_ap_t), KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1144
kmem_zalloc(TX_SW_PKT_AREA_SZ, KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1333
packet = kmem_zalloc(sizeof (rx_sw_packet_t), KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
802
buf->address = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_main.c
1685
rx_data = kmem_zalloc(sizeof (e1000g_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_main.c
2734
newtable = kmem_alloc(new_len, KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_main.c
2801
newtable = kmem_alloc(new_len, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10258
dfc->buf3_size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3211
sizeof (FCP_RSP), 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3297
(dfc_vportinfo_t *)kmem_zalloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3608
0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3673
0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
5741
if (!(pkt = emlxs_pkt_alloc(port, cmd_size, rsp_size, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
5843
if (!(pkt = emlxs_pkt_alloc(port, cmd_size, 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6216
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6300
*rsp_size, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6413
sizeof (menlo_init_rsp_t), 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6804
if (!(pkt = emlxs_pkt_alloc(port, cmd_size, rsp_size, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
8295
sizeof (uint32_t), 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
8425
sizeof (uint32_t), 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1196
rsp_size, 0, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1363
rsp_size, 0, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1600
rsp_size, 0, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2183
0, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2564
rsp_size, 0, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2968
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5072
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5105
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5156
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5198
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5287
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5322
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5373
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5397
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6276
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6313
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6409
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6439
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6563
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6588
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6665
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6695
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6739
lwwn_str = (char *)kmem_zalloc(32, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6748
rwwn_str = (char *)kmem_zalloc(32, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6763
if (nvlist_alloc(&attr_list, NV_UNIQUE_NAME_TYPE, KM_NOSLEEP)
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
7929
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
8581
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_diag.c
177
sizeof (uint32_t) + length, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2198
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2486
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2494
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2707
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2757
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2803
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2849
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2895
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2941
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3173
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3181
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3705
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3746
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3793
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3917
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4029
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4086
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4207
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4936
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5173
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5181
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5476
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3779
buffer_size, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
4205
sizeof (dump_temp_event_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2142
size, 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2218
(4 * sizeof (uint32_t)), 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2368
sizeof (la_els_rls_acc_t), 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2560
0, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2566
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2572
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2578
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2584
0, 0, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2692
sizeof (uint32_t) + sizeof (LS_RJT), 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3355
sizeof (SLI_CT_REQUEST), 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3422
sizeof (uint32_t) + sizeof (SERV_PARM), 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3485
sizeof (uint32_t) + sizeof (LOGO), 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1119
if (!(bp = (struct sd_plogi_rcv_v0 *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1157
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1195
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1235
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1278
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1319
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1359
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
227
sizeof (emlxs_event_entry_t), KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
369
if (!(bp = (uint8_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
410
if (!(bp = (uint8_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
490
if (!(bp = (uint8_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
555
if (!(bp = (uint8_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
677
if (!(bp = (uint8_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
716
if (!(bp = (uint32_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
753
if (!(bp = (uint8_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
782
if (!(bp = (uint8_t *)kmem_alloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
13220
(sizeof (uint32_t) + sizeof (LOGO)), 0, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
1851
if (!(pkt = emlxs_pkt_alloc(port, size, size, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2667
if (!(pkt = emlxs_pkt_alloc(port, size, 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2802
if (!(pkt = emlxs_pkt_alloc(port, size, 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
4053
fct_els->els_resp_size, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
4148
KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
4236
fct_ct->ct_resp_size, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
4656
if (!(pkt = emlxs_pkt_alloc(port, 0, 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
473
if (!(pkt = emlxs_pkt_alloc(port, 0, 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
6698
if (!(pkt = emlxs_pkt_alloc(port, 0, 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
3089
sizeof (LS_RJT), 0, 0, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
7076
(fc_fca_tran_t *)kmem_zalloc(sizeof (fc_fca_tran_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
8401
kmem_zalloc((size_t)buf_info->size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_thread.c
525
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
174
ring = kmem_zalloc(sizeof (oce_ring_buffer_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
78
dbuf = kmem_zalloc(sizeof (oce_dma_buf_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
99
dev->htable = kmem_zalloc(dev->hsize, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
205
cq = kmem_zalloc(sizeof (struct oce_cq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
346
mq = kmem_zalloc(sizeof (struct oce_mq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
473
wq = kmem_zalloc(sizeof (struct oce_wq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
707
rq = kmem_zalloc(sizeof (struct oce_rq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
725
kmem_zalloc((sizeof (oce_rq_bdesc_t) * rq->cfg.nbufs), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
734
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
743
kmem_zalloc(rq->cfg.nbufs * sizeof (oce_rq_bdesc_t *), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
82
eq = kmem_zalloc(sizeof (struct oce_eq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
141
wq->wq_mdesc_array = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
203
wq->wq_bdesc_array = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
741
wqed = kmem_cache_alloc(wq->wqed_cache, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
12384
kmem_zalloc(ha->ql_dump_size, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
21578
ha->ql_dump_ptr = kmem_zalloc(tsize, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
21611
ha->ql_dump_ptr = kmem_zalloc(ha->md_capture_size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1459
sizeof (struct bq_desc *), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1468
sizeof (struct bq_desc *), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1605
sizeof (struct bq_desc *), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1614
sizeof (struct bq_desc *), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3400
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3580
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3614
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4272
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4277
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5638
orphan = kmem_zalloc(sizeof (*orphan), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5933
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6131
dmsg = kmem_alloc(sizeof (*dmsg), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6143
dmsg->id_buf = kmem_alloc(dmsg->id_size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6339
newentry = kmem_zalloc(sizeof (fc_fca_port_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
965
listlen * sizeof (fc_portmap_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
10873
0, KM_NOSLEEP, pd);
usr/src/uts/common/io/fibre-channel/impl/fp.c
10938
(opaque_t)(uintptr_t)cb_arg, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11801
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11884
NULL, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12393
if ((nvname = kmem_zalloc(RSCN_EVENT_NAME_LEN, KM_NOSLEEP)) != NULL &&
usr/src/uts/common/io/fibre-channel/impl/fp.c
12395
KM_NOSLEEP) == DDI_SUCCESS) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
12575
(void) fctl_add_orphan(port, pd, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
13228
d_id.port_id, PD_PLOGI_INITIATOR, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
14990
buf = kmem_zalloc(256, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
2051
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
2106
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
2982
pd_recepient, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5939
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6168
PD_PLOGI_INITIATOR, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6384
len, KM_NOSLEEP, 0);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6946
JOB_TYPE_FCTL_ASYNC, NULL, NULL, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6987
JOB_TYPE_FCTL_ASYNC, NULL, NULL, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7012
JOB_TYPE_FCTL_ASYNC, NULL, NULL, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7032
(void) fp_ulp_notify(port, state, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2879
kmem_zalloc(sizeof (struct fcip_esballoc_arg), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2890
free_ubuf = (frtn_t *)kmem_zalloc(sizeof (frtn_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3013
msg_elem = kmem_cache_alloc(fptr->fcip_sendup_cache, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4422
fptr, KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6393
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6533
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6587
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7071
KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7115
KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7182
rval = fc_ulp_abort(fport->fcipp_handle, fc_pkt, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
793
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
830
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10060
(void) fcp_linkreset(pptr, NULL, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10078
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10646
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10734
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11305
if (fcp_linkreset(pptr, ap, KM_NOSLEEP) == FC_SUCCESS) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11402
kf = (callback == SLEEP_FUNC) ? KM_SLEEP: KM_NOSLEEP;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11635
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12226
(void) fcp_linkreset(pptr, NULL, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12248
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14433
if ((elem = kmem_zalloc(sizeof (struct fcp_hp_elem), KM_NOSLEEP))
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14462
(void *)elem, KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14780
devlist = kmem_zalloc(sizeof (*devlist), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
1501
fioctl.listlen, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15232
buf = kmem_zalloc(256, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15521
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15834
plun->lun_guid = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2016
k_cdbbufaddr = kmem_alloc(k_fscsi.scsi_cdblen, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2017
k_bufaddr = kmem_alloc(k_fscsi.scsi_buflen, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2018
k_rqbufaddr = kmem_alloc(k_fscsi.scsi_rqlen, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4354
map_tag = kmem_alloc(map_len, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5744
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5814
sizeof (fc_ulp_rscn_info_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5829
if (fcp_alloc_dma(pptr, icmd, nodma, KM_NOSLEEP) != FC_SUCCESS) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5844
if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5854
if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7312
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7593
((report_lun = kmem_zalloc(len, KM_NOSLEEP)) == NULL)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8321
(elem = kmem_zalloc(sizeof (*elem), KM_NOSLEEP)) != NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8393
if ((elem = kmem_zalloc(sizeof (*elem), KM_NOSLEEP)) != NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9341
plun = kmem_zalloc(sizeof (struct fcp_lun), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9413
ptgt = kmem_zalloc(sizeof (*ptgt), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1830
buf = kmem_zalloc(256, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2139
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2212
KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3228
ASSERT(sleep == KM_NOSLEEP || job != NULL);
usr/src/uts/common/io/gld.c
205
(kmem_zalloc((uint_t)(sizeof (structure) * (number)), KM_NOSLEEP))
usr/src/uts/common/io/gld.c
5441
if ((p = kmem_zalloc(sizeof (gld_vlan_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/gldutil.c
2325
if (!(sr = kmem_zalloc(sizeof (struct srtab), KM_NOSLEEP))) {
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2367
KM_NOSLEEP);
usr/src/uts/common/io/hxge/hxge_ndd.c
1255
if ((nd = (ND *) KMEM_ZALLOC(sizeof (ND), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/hxge/hxge_ndd.c
1267
NDE_ALLOC_SIZE, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/hxge/hxge_rxdma.c
842
hxge_mp = KMEM_ZALLOC(sizeof (rx_msg_t), KM_NOSLEEP);
usr/src/uts/common/io/hxge/hxge_rxdma.c
869
buffer = KMEM_ALLOC(size, KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_main.c
2401
hlut = kmem_alloc(I40E_HLUT_TABLE_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
2079
KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
709
rxd = kmem_zalloc(sizeof (i40e_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
721
rxd->rxd_ring_size, KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
730
rxd->rxd_free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
738
(rxd->rxd_free_list_size + rxd->rxd_ring_size), KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
962
sizeof (i40e_tx_control_block_t *), KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
982
itrq->itrq_tx_free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/i8042.c
665
sizeof (ddi_iblock_cookie_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_agents.c
178
sizeof (hermon_agent_handler_arg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2079
kmflag = KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2229
kmflag = KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2470
kmflag = KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2880
(flags & IBT_MR_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2502
hash_key = kmem_zalloc(strlen(key_buf) + 1, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2515
kmem_alloc(sizeof (struct i_hca_fm_test), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
2904
comm->hlc_buf = kmem_zalloc(sz, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
1364
(sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
2429
sizeof (hermon_qpn_entry_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
196
flag = (sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
2314
flag = (sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
321
flag = (sleepflag == HERMON_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
1842
umapdb = kmem_zalloc(sizeof (hermon_umap_db_entry_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
2197
sizeof (hermon_umap_db_priv_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_wr.c
2471
wqhdr = (hermon_workq_hdr_t *)kmem_zalloc(sizeof (*wqhdr), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_wr.c
2476
wqhdr->wq_wrid = kmem_zalloc(bufsz * sizeof (uint64_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_agents.c
178
sizeof (tavor_agent_handler_arg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
2606
kmflag = KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
2961
flags & IBT_MR_NOSLEEP ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
2154
comm->tlc_buf = kmem_zalloc(sz, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_qp.c
1458
sizeof (tavor_qpn_entry_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
194
flag = (sleepflag == TAVOR_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
2274
flag = (sleepflag == TAVOR_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_umap.c
1309
umapdb = kmem_zalloc(sizeof (tavor_umap_db_entry_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_umap.c
1664
sizeof (tavor_umap_db_priv_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
2990
wridlist = (tavor_wrid_list_hdr_t *)kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
3002
sizeof (tavor_wrid_entry_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
3161
sizeof (tavor_workq_hdr_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
3199
wql = kmem_zalloc(sizeof (tavor_wq_lock_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6609
cr_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6637
kmem_zalloc(pr_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6744
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6815
conn_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6832
kmem_zalloc(pr_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6925
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7144
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7218
conn_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7237
kmem_zalloc(ep_rp->ep_priv_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7334
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7346
kmem_zalloc(pr_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7748
evp = kmem_alloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_fip.c
1503
return (kmem_zalloc(sizeof (eib_vhub_map_t), KM_NOSLEEP));
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
363
av = kmem_zalloc(sizeof (eib_avect_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
574
evi = kmem_zalloc(sizeof (eib_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
947
evi = kmem_zalloc(sizeof (eib_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
984
evi = kmem_zalloc(sizeof (eib_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
990
evi->ev_arg = kmem_zalloc(sizeof (eib_gw_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1561
mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1666
mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
443
mcg_info = kmem_zalloc(sizeof (ibt_mcg_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
453
mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
830
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
977
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_q.c
304
new_gwi = kmem_zalloc(sizeof (eibnx_gw_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_q.c
318
if ((wqe = eibnx_acquire_swqe(info, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ib/clients/eoib/enx_q.c
620
new_node = kmem_zalloc(sizeof (eibnx_nodeq_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
1529
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6277
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6397
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6623
lso->lso_hdr = kmem_zalloc(lso->lso_hdr_sz, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6921
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7329
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2788
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2813
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
342
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_idm.c
1063
iser_buf = kmem_cache_alloc(iser_hca->iser_buf_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_idm.c
1124
kmem_cache_alloc(iser_hca->iser_buf_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
109
iser_wr = kmem_cache_alloc(iser_state->iser_wr_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
206
tmp = kmem_cache_alloc(hca->iser_msg_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
251
iser_buf->iser_mr = kmem_zalloc(sizeof (iser_mr_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
501
km_flags |= KM_NOSLEEP;
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
551
mr_flags |= KM_NOSLEEP;
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
133
sol_cma_ib_client = kmem_zalloc(sizeof (ib_client_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
230
new_device = kmem_zalloc(sizeof (cma_device_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1097
if ((qp = kmem_alloc(sizeof (struct ib_qp), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
331
ofs_client = kmem_zalloc(sizeof (ofs_client_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
392
device = kmem_zalloc(sizeof (ib_device_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
70
clnt->ibt_client.mi_clnt_name = kmem_zalloc(namelen + 1, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
813
if ((pd = kmem_alloc(sizeof (struct ib_pd), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
949
if ((cq = kmem_alloc(sizeof (struct ib_cq), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_uobj.c
335
p = kmem_zalloc(newsz * sizeof (*p), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_uobj.c
362
blk = kmem_zalloc(sizeof (*blk), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1316
umad_msg = kmem_zalloc(sizeof (*umad_msg), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1463
upd = kmem_zalloc(sizeof (*upd), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
2109
umr = kmem_zalloc(sizeof (*umr), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
226
ucq = kmem_zalloc(sizeof (*ucq), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
689
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
798
entry = kmem_zalloc(sizeof (*entry), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_event.c
321
ufile = kmem_zalloc(sizeof (*ufile), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_event.c
838
entry = kmem_zalloc(sizeof (*entry), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_hca.c
371
context = kmem_zalloc(sizeof (*context), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1876
usrq = kmem_zalloc(sizeof (*usrq), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2320
mc = kmem_zalloc(sizeof (*mc), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
406
uqp = kmem_zalloc(sizeof (*uqp), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rds_ioctl.c
136
lifcp->lifc_buf = kmem_zalloc(*bufsizep, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_buf.c
222
memp = (uint8_t *)kmem_zalloc(memsize, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_buf.c
435
memp = (uint8_t *)kmem_zalloc(memsize, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/cong.c
150
map = kmem_zalloc(sizeof (struct rdsv3_cong_map), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/cong.c
160
zp = (unsigned long)kmem_zalloc(PAGE_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib.c
77
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib.c
95
rds_ibdev = kmem_zalloc(sizeof (*rds_ibdev), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
587
sizeof (struct rdsv3_ib_send_work), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
599
RDSV3_IB_MAX_SGE * sizeof (ibt_wr_ds_t)), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
614
sizeof (struct rdsv3_ib_recv_work), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
626
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
735
&rdsv3_ib_transport, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
127
i_ipaddr = kmem_alloc(sizeof (*i_ipaddr), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
284
pool = (struct rdsv3_fmr_pool *)kmem_zalloc(sizeof (*pool), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
131
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
143
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
263
pool = (struct rdsv3_inc_pool *)kmem_zalloc(sizeof (*pool), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
779
&ibinc->ii_inc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/loop.c
159
lc = kmem_zalloc(sizeof (struct rdsv3_loop_connection), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/loop.c
90
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/message.c
310
rm = rdsv3_message_alloc(ceil(total_len, PAGE_SIZE), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/message.c
345
rm = rdsv3_message_alloc(ceil(total_len, PAGE_SIZE), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/page.c
77
page = kmem_alloc(bytes, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdma.c
187
mr = kmem_zalloc(sizeof (struct rdsv3_mr), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdma.c
468
r_rdma_sg[args->nr_local]), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdma.c
487
KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_af_thr.c
154
hcagp = kmem_zalloc(sizeof (*hcagp), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_af_thr.c
224
ringp = kmem_zalloc(sizeof (rdsv3_af_thr_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1255
addr = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
786
wq = kmem_zalloc(sizeof (rdsv3_workqueue_struct_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/send.c
1010
daddr, rs->rs_transport, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/send.c
1151
rm = rdsv3_message_alloc(0, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
72
if ((wqnp = kmem_zalloc(sizeof (ibcm_arp_prwqn_t), KM_NOSLEEP)) ==
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
4119
int sleep_flag = ((func == NULL) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
432
int sleep_flag = ((func == NULL) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
860
tq = kmem_alloc(sizeof (*tq), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4853
int flag = ((func == NULL) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
3420
taskq_args = kmem_alloc(sizeof (ibdm_taskq_args_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf.c
644
km_flags = (flag == IBMF_ALLOC_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_dr.c
361
sizeof (ibmf_msg_impl_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_dr.c
417
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
235
nclients * sizeof (ibmf_async_event_cb_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
238
nclients * sizeof (void*), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
241
nclients * sizeof (ibmf_handle_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2414
(flags & IBMF_ALLOC_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2881
(block == B_TRUE ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2903
(block == B_TRUE ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2943
(block == B_TRUE) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
3454
KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
3478
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_msg.c
618
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1109
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
385
sizeof (ibmf_mod_load_args_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
709
sizeof (ibmf_msg_impl_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_rmpp.c
668
KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_rmpp.c
845
KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_rmpp.c
923
KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa.c
693
KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
1170
(void **)¬ice_report, &length, 0, B_TRUE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
1216
trans_info = kmem_zalloc(sizeof (saa_impl_trans_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
863
sizeof (ibmf_saa_event_taskq_args_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
890
sizeof (ibmf_saa_event_details_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
970
KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
1130
trans_info = kmem_zalloc(sizeof (saa_impl_trans_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
1704
km_sleep_flag = KM_NOSLEEP;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
3809
msgp->im_msgbufs_recv.im_bufs_cl_hdr_len, &sa_hdr, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
3835
&length, sa_hdr->AttributeOffset, B_TRUE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
583
saa_portp = kmem_zalloc(sizeof (saa_port_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_ud_dest.c
157
if (kmflag == KM_NOSLEEP) {
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1085
(block == B_TRUE ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1154
(block == B_TRUE ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1277
send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1298
send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm.c
1268
idt = kmem_cache_alloc(idm.idm_task_cache, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm.c
1978
return (idm_pdu_alloc_common(hdrlen, datalen, KM_NOSLEEP));
usr/src/uts/common/io/idm/idm.c
992
buf = kmem_cache_alloc(idm.idm_buf_cache, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_impl.c
654
new_pool = kmem_alloc(new_size / 8, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_so.c
2554
KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_so.c
2557
idb->idb_buf = kmem_alloc(buflen, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_text.c
1471
KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_text.c
1521
split_kvbuf = kmem_alloc(split_kvbuflen, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_text.c
518
binary_array = kmem_alloc(value_length, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_text.c
605
rc = nvlist_alloc(&range_nvl, NV_UNIQUE_NAME, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_text.c
678
rc = nvlist_alloc(&value_list_nvl, NV_UNIQUE_NAME, KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
339
rx_data = kmem_zalloc(sizeof (igb_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
362
rx_data->ring_size, KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
374
rx_data->free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
389
KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
675
tx_ring->ring_size, KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
687
tx_ring->free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
704
tx_ring->free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_main.c
2009
KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_main.c
2020
KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_main.c
2034
KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_main.c
2754
new_table = kmem_alloc(new_len, KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_main.c
2818
new_table = kmem_alloc(new_len, KM_NOSLEEP);
usr/src/uts/common/io/igc/igc_ring.c
1015
igc->igc_tx_ndesc, KM_NOSLEEP);
usr/src/uts/common/io/igc/igc_ring.c
1026
igc->igc_tx_nbuf, KM_NOSLEEP);
usr/src/uts/common/io/igc/igc_ring.c
440
igc->igc_rx_ndesc, KM_NOSLEEP);
usr/src/uts/common/io/igc/igc_ring.c
448
igc->igc_rx_nfree, KM_NOSLEEP);
usr/src/uts/common/io/igc/igc_ring.c
457
igc->igc_rx_nbuf, KM_NOSLEEP);
usr/src/uts/common/io/iprb/iprb.c
1255
mc = kmem_alloc(sizeof (*mc), KM_NOSLEEP);
usr/src/uts/common/io/iwh/iwh.c
1628
KM_NOSLEEP);
usr/src/uts/common/io/iwh/iwh.c
5437
res_p->lo_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwh/iwh.c
5452
res_p->tx_iq_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwh/iwh.c
5467
res_p->tx_iq_perd_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwh/iwh.c
5482
res_p->dc_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwh/iwh.c
5497
res_p->base_band_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwk/iwk2.c
1387
KM_NOSLEEP);
usr/src/uts/common/io/iwn/if_iwn.c
2406
return (kmem_zalloc(sizeof (struct iwn_node), KM_NOSLEEP));
usr/src/uts/common/io/iwn/if_iwn.c
2816
sc->calibcmd[idx].buf = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwn/if_iwn.c
5702
buf = kmem_zalloc(IWN_SCAN_MAXSZ, KM_NOSLEEP);
usr/src/uts/common/io/iwp/iwp.c
1571
KM_NOSLEEP);
usr/src/uts/common/io/iwp/iwp.c
5048
res_p->lo_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwp/iwp.c
5062
res_p->tx_iq_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwp/iwp.c
5076
res_p->tx_iq_perd_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwp/iwp.c
5089
res_p->base_band_res = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
207
rx_data = kmem_zalloc(sizeof (ixgbe_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
229
rx_data->ring_size, KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
241
rx_data->free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
256
KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
669
tx_ring->ring_size, KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
681
tx_ring->free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
698
tx_ring->free_list_size, KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2484
KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2495
KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2509
KM_NOSLEEP);
usr/src/uts/common/io/kstat.c
119
kbuf = kmem_zalloc(kbufsize + 1, KM_NOSLEEP);
usr/src/uts/common/io/kstat.c
141
kbuf = kmem_zalloc(kbufsize + 1, KM_NOSLEEP);
usr/src/uts/common/io/kstat.c
436
buf = kmem_alloc(bufsize + 1, KM_NOSLEEP);
usr/src/uts/common/io/kstat.c
497
kbuf = kmem_alloc(bufsize + 1, KM_NOSLEEP);
usr/src/uts/common/io/ksyms.c
140
if ((list = kmem_alloc(PAGESIZE, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/ktest/ktest.c
463
if ((km = kmem_zalloc(sizeof (*km), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ktest/ktest.c
499
if ((ks = kmem_zalloc(sizeof (*ks), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ktest/ktest.c
527
if ((kt = kmem_zalloc(sizeof (*kt), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/llc1.c
229
(kmem_zalloc(sizeof (structure) * (number), KM_NOSLEEP))
usr/src/uts/common/io/llc1.c
231
(kmem_zalloc(size, KM_NOSLEEP))
usr/src/uts/common/io/logindmux.c
1243
if ((p = kmem_zalloc(sizeof (unlinkinfo_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac.c
5940
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5943
ndesc = kmem_zalloc(sizeof (net_desc_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5994
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5997
nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6039
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6042
ndesc = kmem_zalloc(sizeof (net_desc_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6079
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6082
nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac_protect.c
1003
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac_protect.c
1065
if ((rawcid = kmem_zalloc(rawcidlen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac_protect.c
1069
if ((cid = kmem_zalloc(sizeof (*cid), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/mac/mac_protect.c
1186
if ((txn = kmem_zalloc(sizeof (dhcpv6_txn_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac_protect.c
470
if ((txn = kmem_zalloc(sizeof (*txn), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mr_sas/mr_sas.c
7698
kmem_zalloc(sizeof (struct mrsas_eventinfo), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1150
inflate_buffer = kmem_zalloc(sram_size, KM_NOSLEEP);
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
93
ctx = kmem_zalloc(sizeof (struct wep_ctx), KM_NOSLEEP);
usr/src/uts/common/io/net80211/net80211_input.c
596
KM_NOSLEEP);
usr/src/uts/common/io/neti_impl.c
594
ni = kmem_zalloc(sizeof (*ni), KM_NOSLEEP);
usr/src/uts/common/io/nvme/nvme.c
5872
allocflag = (xfer->x_flags & BD_XFER_POLL) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/io/nxge/nxge_main.c
3432
kaddrp = KMEM_ALLOC(length, KM_NOSLEEP);
usr/src/uts/common/io/nxge/nxge_rxdma.c
1497
nxge_mp = KMEM_ZALLOC(sizeof (rx_msg_t), KM_NOSLEEP);
usr/src/uts/common/io/nxge/nxge_rxdma.c
1524
buffer = KMEM_ALLOC(size, KM_NOSLEEP);
usr/src/uts/common/io/pcic.c
4722
intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP);
usr/src/uts/common/io/ppm/ppm.c
1162
kmflag = KM_NOSLEEP;
usr/src/uts/common/io/ppp/sppp/sppp.c
259
KM_NOSLEEP);
usr/src/uts/common/io/ppp/spppcomp/bsd-comp.c
413
db = (struct bsd_db *)kmem_alloc(newlen, KM_NOSLEEP);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
157
z = (struct zchunk *)kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
242
tcl_new = kmem_zalloc(new_size * sizeof (tuncl_t *), KM_NOSLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
335
tcl = kmem_cache_alloc(tcl_cache, KM_NOSLEEP);
usr/src/uts/common/io/ptms_conf.c
389
pt = kmem_cache_alloc(ptms_cache, KM_NOSLEEP);
usr/src/uts/common/io/ptms_conf.c
582
KM_NOSLEEP);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
93
#define GFP_ATOMIC KM_NOSLEEP
usr/src/uts/common/io/qede/qede_gld.c
1079
mc_macs = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/qede/qede_gld.c
1123
ETH_ALLEN), KM_NOSLEEP);
usr/src/uts/common/io/qede/qede_osal.c
212
kmem_zalloc(sizeof (qede_phys_mem_entry_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ramdisk.c
320
if (!page_resv(npages, KM_NOSLEEP))
usr/src/uts/common/io/ramdisk.c
329
ppa = kmem_zalloc(ppalen, KM_NOSLEEP);
usr/src/uts/common/io/rsm/rsm.c
3858
rsm_sqready_ack_deferred, path, KM_NOSLEEP);
usr/src/uts/common/io/rsm/rsm.c
5041
rsm_intr_proc_deferred, path, KM_NOSLEEP);
usr/src/uts/common/io/rwd/rt2661.c
642
ring->data = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/rwd/rt2661.c
769
ring->data = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
14069
kmsflag = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/sata/impl/sata.c
14458
callback == NULL_FUNC ? KM_NOSLEEP :
usr/src/uts/common/io/sata/impl/sata.c
21862
dmsg_alloc = kmem_zalloc(sizeof (sata_trace_dmsg_t), KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
2957
sata_pkt = kmem_zalloc(sizeof (sata_pkt_t), KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
5299
buf = kmem_zalloc(1024, KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
6143
buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2526
icmdp = iscsi_cmd_alloc(icp, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
2997
frames = kmem_cache_alloc(mpt->m_cache_frames, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
3725
kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5717
KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_smhba.c
245
pname = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_fwlog.c
68
kmem_zalloc(PMCS_REG_DUMP_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_fwlog.c
939
local_buf = kmem_zalloc(GSM_SM_BLKSZ, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
1572
kmem_cache_alloc(pwp->iocomp_cb_cache, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_smhba.c
250
pname = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
316
msg = kmem_alloc(sizeof (pvscsi_msg_t), KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/sym_hds.c
239
bp = getrbuf(KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
1169
KM_NOSLEEP) != TASKQID_INVALID) {
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
2969
(void *) new_vpkt, KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3623
swarg = kmem_alloc(sizeof (*swarg), KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
216
bp = getrbuf(KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
318
bufp = kmem_zalloc(buf_len, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
462
bufp = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
62
bp = getrbuf(KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
69
bufp = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hba.c
456
int kf = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1380
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1385
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1602
event = smrt_command_alloc(smrt, SMRT_CMDTYPE_EVENT, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1606
KM_NOSLEEP) != 0) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1612
cancel = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1618
KM_NOSLEEP) != 0) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
730
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_commands.c
157
VERIFY(kmflags == KM_SLEEP || kmflags == KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_commands.c
258
VERIFY(kmflags == KM_SLEEP || kmflags == KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_commands.c
79
VERIFY(kmflags == KM_SLEEP || kmflags == KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
205
if ((smtg = kmem_zalloc(sizeof (*smtg), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
300
int kmflags = callback == SLEEP_FUNC ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
687
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
809
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
96
if ((smtg = kmem_zalloc(sizeof (*smtg), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
137
if ((smlv = kmem_zalloc(sizeof (*smlv), KM_NOSLEEP)) ==
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
188
KM_NOSLEEP)) == NULL || smrt_command_attach_internal(smrt, smcm,
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
189
sizeof (smrt_report_logical_lun_t), KM_NOSLEEP) != 0) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
72
if ((smlv = kmem_zalloc(sizeof (*smlv), KM_NOSLEEP)) ==
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
123
KM_NOSLEEP)) == NULL || smrt_command_attach_internal(smrt, smcm,
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
124
sizeof (*sipd), KM_NOSLEEP) != 0) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
252
info = kmem_zalloc(sizeof (*info), KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
328
KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
395
KM_NOSLEEP)) == NULL || smrt_command_attach_internal(smrt, smcm,
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
396
sizeof (*smrpl), KM_NOSLEEP) != 0) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_sata.c
46
KM_NOSLEEP)) == NULL || smrt_command_attach_internal(smrt, smcm,
usr/src/uts/common/io/scsi/adapters/smrt/smrt_sata.c
47
SMRT_SATA_INQ83_LEN, KM_NOSLEEP) != 0) {
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1101
KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
2022
((callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
2045
((callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
2103
((callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/common/io/scsi/impl/scsi_hba.c
2624
(callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
912
(flags & SCSI_HBA_CANSLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
954
(flags & SCSI_HBA_CANSLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/scsi/impl/scsi_reset_notify.c
121
list = kmem_alloc(count * sizeof (struct notify_entry), KM_NOSLEEP);
usr/src/uts/common/io/scsi/impl/scsi_resource.c
286
kf = KM_NOSLEEP;
usr/src/uts/common/io/scsi/impl/scsi_resource.c
56
kmflag = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/scsi/targets/sd.c
12507
KM_NOSLEEP) != TASKQID_INVALID) {
usr/src/uts/common/io/scsi/targets/sd.c
17751
un, KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/scsi/targets/sd.c
17781
KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/scsi/targets/sd.c
17827
KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/scsi/targets/sd.c
19741
(void) taskq_dispatch(sd_tq, sd_start_stop_unit_task, un, KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
23452
sd_log_eject_request_event(un, KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
24731
kmem_zalloc(sizeof (struct sd_thr_request), KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28814
KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
29608
kmem_alloc(sizeof (struct sd_fi_pkt), KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
29642
kmem_alloc(sizeof (struct sd_fi_xb), KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
29677
kmem_alloc(sizeof (struct sd_fi_un), KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
29712
kmem_alloc(sizeof (struct sd_fi_arq), KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
9614
(nodelay ? KM_NOSLEEP : KM_SLEEP));
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
459
KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
468
xp = kmem_alloc(xap->xa_allocsize, KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
484
xp = kmem_alloc(xap->xa_allocsize, KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
574
xbuf_taskq_cb, xap, KM_NOSLEEP) == TASKQID_INVALID) {
usr/src/uts/common/io/scsi/targets/st.c
14638
if ((pos_info = kmem_alloc(d_sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/targets/st.c
1605
int km_flags = (canwait != NULL_FUNC) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/sdcard/impl/sda_mem.c
113
R1, xfer, KM_NOSLEEP);
usr/src/uts/common/io/sfe/sfe_util.c
512
rbp = kmem_zalloc(sizeof (*rbp), cansleep ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/sfxge/efsys.h
543
(_p) = kmem_zalloc((_size), KM_NOSLEEP); \
usr/src/uts/common/io/sfxge/sfxge.c
826
if ((vpd = kmem_zalloc(size, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge.c
832
SFXGE_VPD_MAX, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_mcdi.c
386
out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
usr/src/uts/common/io/sfxge/sfxge_mcdi.c
450
out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
usr/src/uts/common/io/sfxge/sfxge_mon.c
133
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_phy.c
136
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_rx.c
2099
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_rx.c
2261
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_rx.c
2268
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_rx.c
621
if ((srpp = kmem_cache_alloc(sp->s_rpc, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1456
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1509
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1692
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1842
KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1887
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
426
stpp = kmem_cache_alloc(sp->s_tpc, KM_NOSLEEP);
usr/src/uts/common/io/sfxge/sfxge_vpd.c
102
buf = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/sfxge/sfxge_vpd.c
48
buf = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/simnet/simnet.c
330
sdev->sd_wifidev = kmem_zalloc(sizeof (simnet_wifidev_t), KM_NOSLEEP);
usr/src/uts/common/io/simnet/simnet.c
394
sdev = kmem_zalloc(sizeof (*sdev), KM_NOSLEEP);
usr/src/uts/common/io/skd/skd.c
5189
pbuf = kmem_zalloc(sizeof (skd_buf_private_t), KM_NOSLEEP);
usr/src/uts/common/io/softmac/softmac_dev.c
261
if ((slp = kmem_zalloc(sizeof (*slp), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/softmac/softmac_dev.c
535
sup = kmem_cache_alloc(softmac_upper_cachep, KM_NOSLEEP);
usr/src/uts/common/io/softmac/softmac_fp.c
1110
req = kmem_alloc(sizeof (softmac_switch_req_t), KM_NOSLEEP);
usr/src/uts/common/io/str_conf.c
216
if ((fp = kmem_zalloc(sizeof (fmodsw_impl_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/stream.c
1019
frp, dblk_lastfree_desb, KM_NOSLEEP);
usr/src/uts/common/io/stream.c
1027
frp, dblk_lastfree_desb, KM_NOSLEEP));
usr/src/uts/common/io/stream.c
1071
if ((bcp = kmem_alloc(sizeof (bcache_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/stream.c
1125
if ((dbp = kmem_cache_alloc(bcp->dblk_cache, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/stream.c
1319
if ((bcp = kmem_alloc(sizeof (strbufcall_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/stream.c
4246
nbp = kmem_cache_alloc(ftblk_cache, KM_NOSLEEP);
usr/src/uts/common/io/stream.c
425
mp = allocb_oversize(size, KM_NOSLEEP);
usr/src/uts/common/io/stream.c
431
if ((dbp = kmem_cache_alloc(dblk_cache[index], KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/stream.c
775
if ((new_mp = kmem_cache_alloc(mblk_cache, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/stream.c
896
frp, freebs_enqueue, KM_NOSLEEP);
usr/src/uts/common/io/stream.c
904
frp, freebs_enqueue, KM_NOSLEEP));
usr/src/uts/common/io/stream.c
946
frp, dblk_lastfree_desb, KM_NOSLEEP);
usr/src/uts/common/io/stream.c
954
frp, dblk_lastfree_desb, KM_NOSLEEP));
usr/src/uts/common/io/stream.c
970
frp, freebs_enqueue, KM_NOSLEEP);
usr/src/uts/common/io/stream.c
978
frp, freebs_enqueue, KM_NOSLEEP));
usr/src/uts/common/io/timod.c
1998
KM_NOSLEEP);
usr/src/uts/common/io/timod.c
853
KM_NOSLEEP);
usr/src/uts/common/io/timod.c
921
KM_NOSLEEP);
usr/src/uts/common/io/tl.c
2640
tep->te_abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP);
usr/src/uts/common/io/tl.c
3214
opts = kmem_alloc(olen, KM_NOSLEEP);
usr/src/uts/common/io/tl.c
3274
tip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP);
usr/src/uts/common/io/tl.c
5535
void *abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP);
usr/src/uts/common/io/trill.c
1000
newtip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP);
usr/src/uts/common/io/trill.c
980
int kmflag = ((flags & SOCKET_NOSLEEP)) ? KM_NOSLEEP:KM_SLEEP;
usr/src/uts/common/io/uath/uath.c
2334
buf = kmem_alloc(UATH_MAX_TXBUFSZ, KM_NOSLEEP);
usr/src/uts/common/io/uath/uath.c
861
cmd->buf = kmem_zalloc(maxsz, KM_NOSLEEP);
usr/src/uts/common/io/ufmtest.c
269
KM_NOSLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
1308
LED_report = kmem_zalloc(sizeof (hid_req_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci.c
801
KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/ehci/ehci_isoch_util.c
367
itw = kmem_zalloc(sizeof (ehci_isoc_xwrapper_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_polled.c
2017
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
3716
kmem_zalloc(sizeof (ehci_regs_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_xfer.c
3000
kmem_flag = KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
2458
KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
6871
kmem_flag = KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
7029
kmem_flag = KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
9737
kmem_zalloc(sizeof (ohci_regs_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/openhci/ohci_polled.c
2128
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/usb/hcd/uhci/uhcipolled.c
853
if ((tw = kmem_zalloc(sizeof (uhci_trans_wrapper_t), KM_NOSLEEP)) ==
usr/src/uts/common/io/usb/hcd/uhci/uhcitgt.c
185
(flags & USB_FLAGS_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
1762
kmem_flag = KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
2867
sizeof (uhci_bulk_isoc_xfer_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
3808
kmem_flag = KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
304
kmflags = KM_NOSLEEP;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
64
int kmflags = usb_flags & USB_FLAGS_SLEEP ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/usb/usba/usba_ugen.c
3641
KM_NOSLEEP);
usr/src/uts/common/io/usb/usba/usbai.c
341
char *pathname = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/io/usb/usba/usbai.c
369
char *pathname = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/io/usb/usba/usbai.c
594
if ((pmrq = kmem_alloc(sizeof (usba_pm_req_t), KM_NOSLEEP)) ==
usr/src/uts/common/io/usb/usba/usbai.c
648
if ((pmrq = kmem_alloc(sizeof (usba_pm_req_t), KM_NOSLEEP)) ==
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
903
kmflag = (usb_flags & USB_FLAGS_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/usb/usba/usbai_req.c
651
kmflag = (flags & USB_FLAGS_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/io/vcons.c
1020
KM_NOSLEEP);
usr/src/uts/common/io/vioscsi/vioscsi.c
98
if (vioscsi_req_init(sc, &req, sc->vs_ctl_vq, KM_NOSLEEP) != 0) {
usr/src/uts/common/io/virtio/virtio_dma.c
52
case KM_NOSLEEP:
usr/src/uts/common/io/vnic/vnic_dev.c
367
vnic = kmem_cache_alloc(vnic_cache, KM_NOSLEEP);
usr/src/uts/common/io/wpi/wpi.c
1082
ring->data = kmem_zalloc(sizeof (wpi_tx_data_t) * count, KM_NOSLEEP);
usr/src/uts/common/ipp/dlcosmk/dlcosmkddi.c
113
if ((dlcosmk_data = kmem_zalloc(DLCOSMK_DATA_SZ, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/dlcosmk/dlcosmkddi.c
464
if ((err = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
usr/src/uts/common/ipp/dscpmk/dscpmkddi.c
138
if ((dscpmk_data = kmem_zalloc(DSCPMK_DATA_SZ, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/dscpmk/dscpmkddi.c
601
if ((err = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
usr/src/uts/common/ipp/flowacct/flowacct.c
320
new_hdr = (list_hdr_t *)kmem_zalloc(FLOWACCT_HDR_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
452
flow = (flow_t *)kmem_zalloc(FLOWACCT_FLOW_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
530
item = (flow_item_t *)kmem_zalloc(FLOWACCT_ITEM_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
673
tmp_frec = kmem_zalloc(sizeof (flow_records_t), KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
678
tmp_frec->fl_use = kmem_zalloc(sizeof (flow_usage_t), KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
895
header = kmem_zalloc(FLOWACCT_HEADER_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacctddi.c
192
if ((flowacct_data = kmem_zalloc(FLOWACCT_DATA_SZ, KM_NOSLEEP))
usr/src/uts/common/ipp/flowacct/flowacctddi.c
463
if ((rc = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
usr/src/uts/common/ipp/ipgpc/filters.c
194
if ((saddr_trie = create_node(KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ipgpc/filters.c
201
if ((daddr_trie = create_node(KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ipgpc/filters.c
208
if ((sport_trie = create_node(KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ipgpc/filters.c
2117
if ((rc = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
usr/src/uts/common/ipp/ipgpc/filters.c
215
if ((dport_trie = create_node(KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ipgpc/filters.c
222
if ((saddr6_trie = create_node(KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ipgpc/filters.c
2223
if ((rc = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP))
usr/src/uts/common/ipp/ipgpc/filters.c
229
if ((daddr6_trie = create_node(KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ipgpc/filters.c
2460
if ((rc = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP))
usr/src/uts/common/ipp/ipgpc/filters.c
2592
a[x].next = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
2611
p = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
367
kmem_zalloc(sizeof (fid_t) * ipgpc_max_num_filters, KM_NOSLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
375
KM_NOSLEEP);
usr/src/uts/common/ipp/ippconf.c
1215
KM_NOSLEEP)) != NULL) {
usr/src/uts/common/ipp/ippconf.c
1652
if ((sip = kmem_alloc(sizeof (ipp_stat_impl_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
1916
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2030
if ((buf = kmem_alloc(length, KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2082
if ((buf = kmem_alloc(length, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2226
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2231
if ((imp = kmem_cache_alloc(ipp_mod_cache, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2487
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2663
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2689
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2912
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2917
if ((ap = kmem_cache_alloc(ipp_action_cache, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
3163
if ((pp = kmem_cache_alloc(ipp_packet_cache, KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
3191
KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
3539
KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
376
if ((buf = kmem_zalloc(strlen(modname) + 1, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
599
if ((buf = kmem_zalloc(strlen(aname) + 1, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/meters/tokenmtddi.c
137
if ((cfg_parms = kmem_zalloc(TOKENMT_CFG_SZ, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/meters/tokenmtddi.c
320
tokenmt_data = kmem_zalloc(TOKENMT_DATA_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/meters/tokenmtddi.c
420
cfg_parms = kmem_zalloc(TOKENMT_CFG_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/meters/tokenmtddi.c
810
if ((rc = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
usr/src/uts/common/ipp/meters/tswtclddi.c
116
if ((cfg_parms = kmem_alloc(TSWTCL_CFG_SZ, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/meters/tswtclddi.c
224
tswtcl_data = kmem_zalloc(TSWTCL_DATA_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/meters/tswtclddi.c
315
cfg_parms = kmem_alloc(TSWTCL_CFG_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/meters/tswtclddi.c
623
if ((rc = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
usr/src/uts/common/krtld/kobj.c
4186
return (kmem_alloc(size, (flag & KM_NOWAIT) ? KM_NOSLEEP : KM_SLEEP));
usr/src/uts/common/net/radix.h
175
#define R_Malloc(p, c, n) p = kmem_cache_alloc((c), KM_NOSLEEP)
usr/src/uts/common/net/radix.h
177
if (p = kmem_cache_alloc((c), KM_NOSLEEP)) {\
usr/src/uts/common/os/aio.c
1285
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2395
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2466
aiop = kmem_zalloc(sizeof (struct aio), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2499
reqp = kmem_zalloc(sizeof (struct aio_req_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2540
liop = kmem_zalloc(sizeof (aio_lio_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2984
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
3292
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
3469
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
703
iocblist = kmem_zalloc(iocbsz, KM_NOSLEEP);
usr/src/uts/common/os/aio.c
949
cbplist = kmem_alloc(ssize, KM_NOSLEEP);
usr/src/uts/common/os/bio.c
1469
bp->b_un.b_addr = kmem_alloc(bsize, KM_NOSLEEP);
usr/src/uts/common/os/bio.c
1583
dp = kmem_zalloc(sizeof (struct buf) * v.v_buf, KM_NOSLEEP);
usr/src/uts/common/os/callout.c
275
cp = kmem_cache_alloc(ct->ct_cache, KM_NOSLEEP);
usr/src/uts/common/os/callout.c
278
cp = kmem_alloc_tryhard(size, &size, KM_NOSLEEP | KM_PANIC);
usr/src/uts/common/os/callout.c
305
cl = kmem_cache_alloc(ct->ct_lcache, KM_NOSLEEP);
usr/src/uts/common/os/callout.c
308
cl = kmem_alloc_tryhard(size, &size, KM_NOSLEEP | KM_PANIC);
usr/src/uts/common/os/callout.c
548
heap = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/os/cap_util.c
1099
KM_NOSLEEP);
usr/src/uts/common/os/cap_util.c
1138
KM_NOSLEEP);
usr/src/uts/common/os/cap_util.c
1157
n = kcpc_cpu_ctx_create(cp, reqs, KM_NOSLEEP, &ctx_ptr_array,
usr/src/uts/common/os/cap_util.c
536
KM_NOSLEEP, &nevents) != 0)
usr/src/uts/common/os/cap_util.c
543
KM_NOSLEEP, &nevents) != 0)
usr/src/uts/common/os/cap_util.c
575
KM_NOSLEEP);
usr/src/uts/common/os/console.c
287
(cm = kmem_alloc(sizeof (*cm) + len, KM_NOSLEEP)) != NULL) {
usr/src/uts/common/os/ddi.c
1007
cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC);
usr/src/uts/common/os/ddi.c
1034
cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP);
usr/src/uts/common/os/ddi_hp_ndi.c
256
KM_NOSLEEP);
usr/src/uts/common/os/ddi_hp_ndi.c
260
eventp->cn_name = ddi_strdup(cn_name, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
2149
KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
2969
if (flag & KM_NOSLEEP) {
usr/src/uts/common/os/devcfg.c
5801
char *alias = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
6588
kmflag = KM_NOSLEEP;
usr/src/uts/common/os/devcfg.c
8980
(sizeof (alias_pair_t)) * count, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
8987
(sizeof (alias_pair_t)) * count, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
9057
pdup = ddi_strdup(path, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
9083
aliasdup = ddi_strdup(alias, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
9095
curr = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
9144
currdup = ddi_strdup(curr, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
9156
alias = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/errorq.c
983
NV_ENCODE_NATIVE, KM_NOSLEEP)) != 0) {
usr/src/uts/common/os/evchannels.c
1967
km_flags & EVCH_SLEEP ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/os/evchannels.c
644
qep = kmem_alloc_tryhard(size, &size, KM_NOSLEEP);
usr/src/uts/common/os/evchannels.c
647
KM_NOSLEEP : KM_SLEEP);
usr/src/uts/common/os/evchannels.c
728
evp = kmem_alloc_tryhard(rsize, &evsize, KM_NOSLEEP);
usr/src/uts/common/os/evchannels.c
731
evp = kmem_alloc(rsize, flag & EVCH_NOSLEEP ? KM_NOSLEEP :
usr/src/uts/common/os/exacct.c
1392
buf = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/os/exacct.c
1576
buf = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/os/exec.c
159
path = kmem_alloc(allocsize, KM_NOSLEEP);
usr/src/uts/common/os/exec.c
176
path = kmem_alloc(allocsize, KM_NOSLEEP);
usr/src/uts/common/os/instance.c
1595
char *curr = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/instance.c
1647
char *curr = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/ipc.c
882
new = kmem_zalloc(newsize * sizeof (ipc_slot_t), KM_NOSLEEP);
usr/src/uts/common/os/kmem.c
1953
(kmflag & (KM_NOSLEEP | KM_PANIC)) == KM_NOSLEEP) {
usr/src/uts/common/os/kmem.c
2453
if (kmflag & KM_NOSLEEP)
usr/src/uts/common/os/kmem.c
2531
if (kmflag & KM_NOSLEEP)
usr/src/uts/common/os/kmem.c
2622
emp = kmem_cache_alloc(mtp->mt_cache, KM_NOSLEEP);
usr/src/uts/common/os/kmem.c
3059
p = kmem_alloc(*asize, (kmflag | KM_NOSLEEP) & ~KM_PANIC);
usr/src/uts/common/os/kmem.c
4788
KM_NOSLEEP, 1, caller()) != 0) {
usr/src/uts/common/os/kmem.c
4794
KM_NOSLEEP) != 0) {
usr/src/uts/common/os/kmem.c
4901
callback = kmem_cache_alloc(kmem_move_cache, KM_NOSLEEP);
usr/src/uts/common/os/kmem.c
5284
args = kmem_alloc(sizeof (kmem_move_notify_args_t), KM_NOSLEEP);
usr/src/uts/common/os/kstat_fr.c
297
kz = kmem_alloc(sizeof (*kz), KM_NOSLEEP);
usr/src/uts/common/os/labelsys.c
1149
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/labelsys.c
345
KM_NOSLEEP))
usr/src/uts/common/os/labelsys.c
365
KM_NOSLEEP))
usr/src/uts/common/os/labelsys.c
422
if ((new = kmem_zalloc(sizeof (*new), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/labelsys.c
682
if (tnrhtp_create(&rhtpent, KM_NOSLEEP) == NULL)
usr/src/uts/common/os/labelsys.c
774
if ((newent = kmem_zalloc(sizeof (*newent), KM_NOSLEEP)) ==
usr/src/uts/common/os/log_sysevent.c
1894
(sleep_flag == DDI_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/os/mem_cage.c
595
new = kmem_zalloc(sizeof (*new), KM_NOSLEEP);
usr/src/uts/common/os/mmapobj.c
2023
if ((phbasep = kmem_alloc(phsizep, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/modhash.c
646
*handlep = kmem_cache_alloc(mh_e_cache, KM_NOSLEEP);
usr/src/uts/common/os/move.c
659
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/ndifm.c
257
fep = kmem_cache_alloc(ndi_fm_entry_cache, KM_NOSLEEP);
usr/src/uts/common/os/nvpair_alloc_system.c
58
(void *)KM_NOSLEEP
usr/src/uts/common/os/pghw.c
713
pg->pghw_cpulist = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/os/pid.c
755
new = (struct upcount *)kmem_alloc(sizeof (*new), KM_NOSLEEP);
usr/src/uts/common/os/policy.c
203
buf = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/os/port_subr.c
261
pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP);
usr/src/uts/common/os/port_subr.c
322
pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP);
usr/src/uts/common/os/port_subr.c
718
pse = kmem_zalloc(sizeof (port_source_t), KM_NOSLEEP);
usr/src/uts/common/os/printf.c
133
bufp = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/os/sig.c
1778
sigaddq(pp, NULL, &info, KM_NOSLEEP);
usr/src/uts/common/os/sig.c
1891
sigaddq(p, NULL, &info, KM_NOSLEEP);
usr/src/uts/common/os/sig.c
553
sigaddq(p, NULL, &info, KM_NOSLEEP);
usr/src/uts/common/os/streamio.c
1963
mnp = modnames = kmem_alloc(maxmodstr, KM_NOSLEEP);
usr/src/uts/common/os/streamio.c
3667
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/streamio.c
5939
srf = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
1002
sigaddq(proc, NULL, info, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
1011
sigaddq(proc, NULL, info, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
1020
sigaddq(proc, NULL, info, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
3540
qbp = kmem_cache_alloc(qband_cache, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
3960
esbq_nelem * sizeof (esb_queue_t), KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
968
sigaddq(proc, NULL, info, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
976
sigaddq(proc, NULL, info, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
983
sigaddq(proc, NULL, info, KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
1131
(flags & DDI_PROP_CANSLEEP) ? KM_SLEEP : KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/sunddi.c
1272
KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
1547
KM_SLEEP : KM_NOSLEEP)) == NULL)
usr/src/uts/common/os/sunddi.c
1740
ph->ph_data = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
3179
int km_flags = KM_NOSLEEP;
usr/src/uts/common/os/sunddi.c
3301
KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
4282
KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
4701
(b = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP))) {
usr/src/uts/common/os/sunddi.c
4869
new = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
4874
&size, KM_NOSLEEP | KM_PANIC);
usr/src/uts/common/os/sunddi.c
5344
kmem_flag = (se_flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/common/os/sunddi.c
5672
if (derive_devi_class(dip, node_type, KM_NOSLEEP) !=
usr/src/uts/common/os/sunddi.c
5682
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/sunddi.c
5685
if ((dmdp->ddm_name = i_ddi_strdup(name, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/sunddi.c
6909
fp = (int (*)())KM_NOSLEEP;
usr/src/uts/common/os/sunddi.c
9039
ASSERT((flag == KM_SLEEP) || (flag == KM_NOSLEEP));
usr/src/uts/common/os/sunndi.c
1213
((flag & NDI_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP));
usr/src/uts/common/os/sunndi.c
1299
int km_flag = ((flag & NDI_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/common/os/sunndi.c
1693
int km_flag = ((flag & NDI_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2644
physpath = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/os/taskq.c
1085
int kmflags = (flags & TQ_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/os/taskq.c
1104
if (kmflags & KM_NOSLEEP)
usr/src/uts/common/os/taskq.c
1337
int kmflags = (flags & TQ_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/os/timers.c
493
kmem_zalloc(sizeof (struct rprof), KM_NOSLEEP);
usr/src/uts/common/os/timers.c
651
KM_NOSLEEP);
usr/src/uts/common/os/zone.c
4278
if ((kbuf = kmem_alloc(buflen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/os/zone.c
4350
tsl = labelalloc(&blab, doi, KM_NOSLEEP);
usr/src/uts/common/os/zone.c
4372
if ((kbuf = kmem_alloc(buflen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/os/zone.c
7275
idarray = kmem_alloc(sizeof (datalink_id_t) * idcount, KM_NOSLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1746
kmem_zalloc(sizeof (struct pcmcia_mif), KM_NOSLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
4014
KM_NOSLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
4782
intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
5121
intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
887
flags = KM_NOSLEEP;
usr/src/uts/common/rpc/clnt_clts.c
1601
new = kmem_cache_alloc(endpnt_cache, KM_NOSLEEP);
usr/src/uts/common/rpc/rpcib.c
3589
rep = kmem_zalloc(sizeof (struct reply), KM_NOSLEEP);
usr/src/uts/common/rpc/sec/svcauthdes.c
507
if (!(new->rname = kmem_alloc(strlen(fullname) + 1, KM_NOSLEEP))) {
usr/src/uts/common/rpc/sec/svcauthdes.c
513
(ngroups_max - 1) * sizeof (gid_t), KM_NOSLEEP))) {
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
351
new = kmem_cache_alloc(ga_cache_handle, KM_NOSLEEP);
usr/src/uts/common/rpc/svc_clts.c
850
dr = kmem_alloc(sizeof (*dr), KM_NOSLEEP);
usr/src/uts/common/rpc/svc_clts.c
893
KM_NOSLEEP);
usr/src/uts/common/rpc/svc_clts.c
907
dr->dr_resp.buf = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/rpc/svc_cots.c
816
dr = kmem_alloc(sizeof (*dr), KM_NOSLEEP);
usr/src/uts/common/rpc/svc_cots.c
858
dr->dr_addr.buf = kmem_alloc(dr->dr_addr.maxlen, KM_NOSLEEP);
usr/src/uts/common/rpc/svc_cots.c
872
dr->dr_resp.buf = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/rpc/svc_rdma.c
1225
dr = kmem_alloc(sizeof (*dr), KM_NOSLEEP);
usr/src/uts/common/rpc/svc_rdma.c
1266
dr->dr_addr.buf = kmem_alloc(dr->dr_addr.maxlen, KM_NOSLEEP);
usr/src/uts/common/rpc/svc_rdma.c
1280
dr->dr_resp.buf = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/sys/crypto/sched_impl.h
69
#define KCF_KMFLAG(crq) (((crq) == NULL) ? KM_SLEEP : KM_NOSLEEP)
usr/src/uts/common/sys/crypto/sched_impl.h
89
((rhndl == &kcf_swprov_hndl) ? KM_NOSLEEP : KM_SLEEP)
usr/src/uts/common/sys/dktp/gda.h
57
KM_SLEEP: KM_NOSLEEP)
usr/src/uts/common/sys/kmem.h
52
#define KM_NOSLEEP_LAZY (KM_NOSLEEP | KM_NORMALPRI) /* Syntactic sugar. */
usr/src/uts/common/sys/socket.h
245
#define SOCKET_NOSLEEP KM_NOSLEEP
usr/src/uts/common/sys/strft.h
152
_hp = kmem_cache_alloc(fthdr_cache, KM_NOSLEEP); \
usr/src/uts/common/syscall/lgrpsys.c
1353
lgrp_snap = kmem_zalloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1705
user_info_buffer = kmem_zalloc(info_size, KM_NOSLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1710
KM_NOSLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1878
lgrp_snap32 = kmem_zalloc(snap_size, KM_NOSLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1901
KM_NOSLEEP);
usr/src/uts/common/syscall/sendfile.c
242
ptr = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/syscall/sendfile.c
926
buf = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/vm/seg_dev.c
3905
flags & DDI_UMEM_NOSLEEP ? KM_NOSLEEP : KM_SLEEP)) == NULL) {
usr/src/uts/common/vm/seg_kmem.c
373
if (page_resv(btop(size), KM_NOSLEEP) == 0)
usr/src/uts/common/vm/seg_kmem.c
728
pplist = kmem_alloc(nb, KM_NOSLEEP);
usr/src/uts/common/vm/seg_kp.c
399
int kmflag = (flags & KPD_NOWAIT) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/vm/seg_spt.c
1831
shmd = kmem_zalloc((sizeof (*shmd)), KM_NOSLEEP);
usr/src/uts/common/vm/seg_spt.c
1851
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/vm/seg_spt.c
2849
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/vm/seg_spt.c
554
if ((sptd = kmem_zalloc(sizeof (*sptd), KM_NOSLEEP)) == NULL)
usr/src/uts/common/vm/seg_spt.c
560
KM_NOSLEEP)) == NULL)
usr/src/uts/common/vm/seg_spt.c
566
if ((vp = kmem_zalloc(sizeof (*vp), KM_NOSLEEP)) == NULL)
usr/src/uts/common/vm/seg_vn.c
10297
amp = anonmap_alloc(size, size, KM_NOSLEEP);
usr/src/uts/common/vm/seg_vn.c
1099
if ((nvpage = kmem_zalloc(nvpsize, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/vm/seg_vn.c
1345
KM_NOSLEEP);
usr/src/uts/common/vm/seg_vn.c
1458
KM_NOSLEEP);
usr/src/uts/common/vm/seg_vn.c
9876
svntrp = kmem_cache_alloc(svntr_cache, KM_NOSLEEP);
usr/src/uts/common/vm/vm_anon.c
294
int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/vm/vm_anon.c
3396
int kmflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/vm/vm_anon.c
3400
ASSERT(kmflags == KM_NOSLEEP);
usr/src/uts/common/vm/vm_anon.c
473
int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/vm/vm_anon.c
519
int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/vm/vm_anon.c
636
int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/common/vm/vm_as.c
2306
sizeof (ulong_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/vm/vm_as.c
2380
sizeof (ulong_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/vm/vm_as.c
3602
sigaddq(p, NULL, siginfo, KM_NOSLEEP);
usr/src/uts/common/vm/vm_page.c
3939
} else if ((flags & KM_NOSLEEP) != 0) {
usr/src/uts/common/vm/vm_pagelist.c
1015
colors_per_szc[r], KM_NOSLEEP);
usr/src/uts/common/vm/vm_pagelist.c
1032
KM_NOSLEEP);
usr/src/uts/common/vm/vm_pagelist.c
1041
sizeof (pgcnt_t), KM_NOSLEEP);
usr/src/uts/common/vm/vm_pagelist.c
965
MMU_PAGE_SIZES, KM_NOSLEEP);
usr/src/uts/common/vm/vm_pagelist.c
999
sizeof (hpmctr_t), KM_NOSLEEP);
usr/src/uts/common/vm/vm_swap.c
1040
if ((swapname = kmem_alloc(MAXPATHLEN, KM_NOSLEEP)) == NULL)
usr/src/uts/common/vm/vm_swap.c
735
if ((swapname = kmem_alloc(MAXPATHLEN, KM_NOSLEEP)) == NULL)
usr/src/uts/common/xen/io/xdf.c
245
gs = kmem_cache_alloc(xdf_gs_cache, KM_NOSLEEP);
usr/src/uts/common/xen/io/xdf.c
301
vreq = kmem_cache_alloc(xdf_vreq_cache, KM_NOSLEEP);
usr/src/uts/common/xen/io/xnb.c
1466
KM_NOSLEEP);
usr/src/uts/common/xen/io/xnb.c
870
if ((new = kmem_alloc(sizeof (new[0]) * count, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/xen/io/xnf.c
1523
if ((bd = xnf_buf_get(xnfp, KM_NOSLEEP, B_TRUE)) == NULL) {
usr/src/uts/common/xen/io/xnf.c
1730
if ((txp = xnf_data_txbuf_alloc(xnfp, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/xen/io/xnf.c
1766
if ((txp = xnf_data_txbuf_alloc(xnfp, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/xen/io/xnf.c
1808
KM_NOSLEEP)) == NULL) {
usr/src/uts/common/xen/io/xnf.c
2370
nbuf = xnf_buf_get(xnfp, KM_NOSLEEP, B_FALSE);
usr/src/uts/common/xen/io/xnf.c
2718
if (kmflag & KM_NOSLEEP)
usr/src/uts/common/xen/io/xnf.c
2760
ASSERT(kmflag & KM_NOSLEEP); /* Cannot fail for KM_SLEEP. */
usr/src/uts/common/xen/io/xnf.c
2857
if (kmflag & KM_NOSLEEP)
usr/src/uts/common/xen/io/xnf.c
2862
ASSERT(kmflag & KM_NOSLEEP); /* Cannot fail for KM_SLEEP. */
usr/src/uts/common/xen/os/xvdi.c
1719
err = nvlist_alloc(&attr_list, NV_UNIQUE_NAME, KM_NOSLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
2881
km_flag = (flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1568
path = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
1618
path = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
1653
KM_NOSLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
409
path = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/i86pc/io/apix/apix.c
1532
KM_NOSLEEP);
usr/src/uts/i86pc/io/apix/apix_utils.c
114
vecp = kmem_zalloc(sizeof (apix_vector_t), KM_NOSLEEP);
usr/src/uts/i86pc/io/apix/apix_utils.c
702
vecp = kmem_zalloc(sizeof (apix_vector_t), KM_NOSLEEP);
usr/src/uts/i86pc/io/immu_dvma.c
1338
kmflags = (immu_flags & IMMU_FLAGS_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/i86pc/io/immu_dvma.c
2805
KM_NOSLEEP);
usr/src/uts/i86pc/io/immu_dvma.c
3077
waitfp == DDI_DMA_SLEEP ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/i86pc/io/immu_dvma.c
432
dmafp = (kmflag & KM_NOSLEEP) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP;
usr/src/uts/i86pc/io/immu_dvma.c
512
kmflags = (immu_flags & IMMU_FLAGS_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/i86pc/io/immu_dvma.c
708
kmflags = (immu_flags & IMMU_FLAGS_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
889
kmflag = KM_NOSLEEP;
usr/src/uts/i86pc/io/mp_platform_common.c
1098
kmem_zalloc(apic_cpus_size, KM_NOSLEEP);
usr/src/uts/i86pc/io/mp_platform_common.c
1180
kmem_zalloc(apic_cpus_size, KM_NOSLEEP)))
usr/src/uts/i86pc/io/mp_platform_common.c
1695
kmem_zalloc(sizeof (apic_irq_t), KM_NOSLEEP);
usr/src/uts/i86pc/io/mp_platform_common.c
2457
kmem_zalloc(sizeof (struct apic_state), KM_NOSLEEP);
usr/src/uts/i86pc/io/mp_platform_common.c
683
KM_NOSLEEP)) == NULL) {
usr/src/uts/i86pc/io/mp_platform_common.c
688
KM_NOSLEEP)) == NULL) {
usr/src/uts/i86pc/io/mp_platform_common.c
874
if ((apic_cpus = kmem_zalloc(apic_cpus_size, KM_NOSLEEP)) == NULL)
usr/src/uts/i86pc/io/mp_platform_misc.c
1369
KM_NOSLEEP);
usr/src/uts/i86pc/io/psm/uppc.c
603
kmem_zalloc(sizeof (struct pic_state), KM_NOSLEEP);
usr/src/uts/i86pc/io/rootnex.c
1719
kmflag = KM_NOSLEEP;
usr/src/uts/i86pc/io/rootnex.c
1977
dma->dp_sleep_flags = kmflag = KM_NOSLEEP;
usr/src/uts/i86pc/io/rootnex.c
2379
dma->dp_sleep_flags != KM_NOSLEEP)
usr/src/uts/i86pc/os/ddi_impl.c
1258
if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) {
usr/src/uts/i86pc/os/ddi_impl.c
1327
if (page_resv(pgcnt, (cansleep) ? KM_SLEEP : KM_NOSLEEP) == 0) {
usr/src/uts/i86pc/os/ddi_impl.c
1441
KM_NOSLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
1461
raddr = kmem_cache_alloc(cp, KM_NOSLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
1469
raddr = kmem_cache_alloc(cp, KM_NOSLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
1836
bop_staging_area = kmem_zalloc(MMU_PAGESIZE, KM_NOSLEEP);
usr/src/uts/i86pc/os/memscrub.c
527
dst = kmem_alloc(sizeof (struct memlist), KM_NOSLEEP);
usr/src/uts/i86pc/os/mp_implfuncs.c
91
mlinkp = (struct modlinkage *)kmem_zalloc(memsz, KM_NOSLEEP);
usr/src/uts/i86pc/os/pmem.c
306
kflags = flags & PMEM_NOSLEEP ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/i86pc/vm/hat_i86.c
1010
kas.a_hat = kmem_cache_alloc(hat_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
1039
kas.a_hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/hment.c
189
int km_flag = can_steal_post_boot ? KM_NOSLEEP : KM_SLEEP;
usr/src/uts/i86pc/vm/hment.c
594
hm = kmem_cache_alloc(hment_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/htable.c
1529
if (page_resv(1, KM_NOSLEEP) == 0)
usr/src/uts/i86pc/vm/htable.c
400
ht = kmem_cache_alloc(htable_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/htable.c
789
int kmflags = (can_steal_post_boot ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/i86pc/vm/vm_machdep.c
2242
(flags & PG_WAIT) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/i86pc/vm/vm_machdep.c
2767
kflags = flags & PG_WAIT ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/i86pc/vm/vm_machdep.c
4053
if (page_resv(1, KM_NOSLEEP) == 0)
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
1312
KM_NOSLEEP);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1028
mdev_size, KM_NOSLEEP);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1059
KM_NOSLEEP);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1083
irqptr = kmem_zalloc(sizeof (apic_irq_t), KM_NOSLEEP);
usr/src/uts/i86xpv/os/balloon.c
522
if (page_resv(request, KM_NOSLEEP) == 0) {
usr/src/uts/i86xpv/os/xen_machdep.c
941
sizeof (xen_mc_logical_cpu_t), KM_NOSLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
707
*(pmem_req_array), KM_NOSLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
943
ring_size, KM_NOSLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
945
pRing->trunk_num, KM_NOSLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
947
pRing->trunk_num, KM_NOSLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
949
pRing->trunk_num, KM_NOSLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
951
pRing->trunk_num, KM_NOSLEEP);
usr/src/uts/intel/io/dktp/controller/ata/ata_disk.c
3049
path = kmem_alloc(MAXPATHLEN + 1, KM_NOSLEEP);
usr/src/uts/intel/io/dktp/controller/ata/ata_disk.c
3061
path = kmem_alloc(MAXPATHLEN + 1, KM_NOSLEEP);
usr/src/uts/intel/io/dktp/dcdev/dadk.c
301
dkobjp = kmem_zalloc((sizeof (*dkobjp) + sizeof (*dadkp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/disk/cmdk.c
309
status = dadk_probe(DKTP_DATA, KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
111
flcobjp = kmem_zalloc((sizeof (*flcobjp) + sizeof (*fcdp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
1306
bp_merge = kmem_alloc(sizeof (*bp_merge), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
485
flcobjp = kmem_zalloc((sizeof (*flcobjp) + sizeof (*fcdp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
738
queobjp = kmem_zalloc((sizeof (*queobjp) + sizeof (*qfp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
856
queobjp = kmem_zalloc((sizeof (*queobjp) + sizeof (*qfp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/hba/ghd/ghd_gcmd.c
72
gwp = kmem_zalloc(gwrap_len, (sleep ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/intel/io/dnet/dnet.c
1726
frp = kmem_zalloc(sizeof (*frp), KM_NOSLEEP);
usr/src/uts/intel/io/dnet/dnet_mii.c
164
kmem_zalloc(sizeof (struct phydata), KM_NOSLEEP);
usr/src/uts/intel/io/dnet/dnet_mii.c
92
kmem_zalloc(sizeof (struct mii_info), KM_NOSLEEP)) == NULL)
usr/src/uts/intel/io/vmxnet3s/vmxnet3_rx.c
35
int flag = canSleep ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/intel/os/ddi_i86.c
155
sleepflag = ((waitfp == (int (*)())KM_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/intel/os/ddi_i86.c
178
(waitfp != (int (*)())KM_NOSLEEP))
usr/src/uts/intel/os/microcode.c
149
return (kmem_zalloc(size, KM_NOSLEEP));
usr/src/uts/intel/os/microcode.c
374
ucodepath = kmem_zalloc(sz, KM_NOSLEEP);
usr/src/uts/intel/os/microcode_amd.c
177
ucode_eqtbl_amd = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
11066
sleep = ((sfmmup == KHATID) ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
12914
vaddr = (caddr_t)kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
4303
int kmflags = (flags & HAC_SLEEP)? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/sun/io/dada/conf/dcd_confsubr.c
121
KM_SLEEP : KM_NOSLEEP));
usr/src/uts/sun/io/dada/impl/dcd_hba.c
271
(flags & DCD_HBA_CANSLEEP) ? KM_SLEEP: KM_NOSLEEP));
usr/src/uts/sun/io/dada/impl/dcd_hba.c
349
(callback = SLEEP_FUNC) ? KM_SLEEP: KM_NOSLEEP);
usr/src/uts/sun/io/dada/impl/dcd_resource.c
68
kmflag = (callback == SLEEP_FUNC) ? KM_SLEEP: KM_NOSLEEP;
usr/src/uts/sun/io/dada/targets/dad.c
898
int km_flags = (canwait != NULL_FUNC)? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/sun/io/eri/eri.c
4528
if ((nd = (ND *)kmem_zalloc(sizeof (ND), KM_NOSLEEP))
usr/src/uts/sun/io/eri/eri.c
4541
NDE_ALLOC_SIZE, KM_NOSLEEP)) == NULL)
usr/src/uts/sun/io/scsi/adapters/fas.c
2085
kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP;
usr/src/uts/sun/io/scsi/adapters/fas.c
2786
(void) fas_alloc_active_slots(fas, slot, KM_NOSLEEP);
usr/src/uts/sun/io/scsi/adapters/fas.c
8996
KM_NOSLEEP)) {
usr/src/uts/sun/io/zs_hdlc.c
611
stp = kmem_zalloc(sizeof (struct ser_str), KM_NOSLEEP);
usr/src/uts/sun4/io/px/px_dma.c
576
waitfp == DDI_DMA_SLEEP ? KM_SLEEP : KM_NOSLEEP))) {
usr/src/uts/sun4/io/px/px_dma.c
63
int sleep = (waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/sun4/io/px/px_dma.c
966
waitfp == DDI_DMA_SLEEP ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/sun4/os/ddi_impl.c
1272
sleepflag = ((waitfp == (int (*)())KM_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/sun4/os/ddi_impl.c
1296
(waitfp != (int (*)())KM_NOSLEEP))
usr/src/uts/sun4u/excalibur/io/xcalppm.c
999
kmflag = KM_NOSLEEP;
usr/src/uts/sun4u/io/i2c/misc/i2c_svc.c
199
sleep = KM_NOSLEEP;
usr/src/uts/sun4u/io/i2c/misc/i2c_svc.c
201
sleep = KM_NOSLEEP;
usr/src/uts/sun4u/io/iommu.c
771
(waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/sun4u/io/pci/db21554.c
2467
kmem_zalloc(i * sizeof (db_cfg_state_t), KM_NOSLEEP);
usr/src/uts/sun4u/io/pci/pci_dma.c
1187
waitfp == DDI_DMA_SLEEP ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/sun4u/io/pci/pci_dma.c
254
int sleep = (waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/sun4u/io/pci/pci_dma.c
783
waitfp == DDI_DMA_SLEEP ? KM_SLEEP : KM_NOSLEEP))) {
usr/src/uts/sun4u/io/pci/pcipsy.c
1374
KM_NOSLEEP);
usr/src/uts/sun4u/io/pci/pcisch.c
3124
KM_NOSLEEP);
usr/src/uts/sun4u/io/pci/pcisch.c
3138
KM_NOSLEEP);
usr/src/uts/sun4u/io/pci/simba.c
893
kmem_zalloc(i * sizeof (struct simba_cfg_state), KM_NOSLEEP);
usr/src/uts/sun4u/io/px/px_hlib.c
2681
config_state = kmem_zalloc(total_size, KM_NOSLEEP);
usr/src/uts/sun4u/io/px/px_hlib.c
2831
config_state = kmem_zalloc(cb_size, KM_NOSLEEP);
usr/src/uts/sun4u/io/px/px_hlib.c
2919
if ((pxu_p->msiq_config_state = kmem_zalloc(bufsz, KM_NOSLEEP)) ==
usr/src/uts/sun4u/io/rmclomv.c
776
err = nvlist_alloc(&attr_list, NV_UNIQUE_NAME_TYPE, KM_NOSLEEP);
usr/src/uts/sun4u/io/rmclomv.c
819
err = nvlist_alloc(&attr_list, NV_UNIQUE_NAME_TYPE, KM_NOSLEEP);
usr/src/uts/sun4u/io/rmclomv.c
897
err = nvlist_alloc(&attr_list, NV_UNIQUE_NAME_TYPE, KM_NOSLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
591
KM_NOSLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
599
KM_NOSLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
613
KM_NOSLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
628
rv = log_sysevent(ev, KM_NOSLEEP, &eid);
usr/src/uts/sun4u/lw8/io/sgenv.c
2220
sizeof (env_sensor_t) * SGENV_MAX_SENSORS_PER_KEY, KM_NOSLEEP);
usr/src/uts/sun4u/lw8/os/lw8_platmod.c
1094
sleep_flag = KM_NOSLEEP;
usr/src/uts/sun4u/lw8/os/lw8_platmod.c
1100
sleep_flag = KM_NOSLEEP;
usr/src/uts/sun4u/opl/io/drmach.c
2878
km_flag = (flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu_ioctl_uwp.c
82
lpath = (lpath_t *)kmem_zalloc(sizeof (lpath_t), KM_NOSLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu_ioctl_uwp.c
96
(struct buf_tbl *)kmem_zalloc(sizeof (struct buf_tbl), KM_NOSLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1624
KM_NOSLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
1186
descp = *basepp = kmem_alloc(mmu_ptob(npages), KM_NOSLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
1564
pphys_list = kmem_alloc(pphys_list_size, KM_NOSLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
1592
ppage_buf = kmem_alloc(mmu_ptob(ppage_count), KM_NOSLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
1864
dp = kmem_zalloc(cpr_nbitmaps * sizeof (*dp), KM_NOSLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
1874
space = kmem_zalloc(size * 2, KM_NOSLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
973
addr = kmem_alloc(mmu_ptob(*alloc_pages), KM_NOSLEEP);
usr/src/uts/sun4u/os/mach_cpu_states.c
167
bootstr) + dllen + 5, KM_NOSLEEP);
usr/src/uts/sun4u/os/memscrub.c
1250
kmem_zalloc(sizeof (memscrub_page_retire_span_t), KM_NOSLEEP);
usr/src/uts/sun4u/os/memscrub.c
776
kmem_alloc(sizeof (struct memlist), KM_NOSLEEP);
usr/src/uts/sun4u/os/memscrub.c
993
kmem_alloc(sizeof (struct memlist), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_iosram.c
134
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4u/serengeti/io/sgsbbc_iosram.c
140
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4u/serengeti/io/sgsbbc_iosram.c
864
if ((new_tunnel = kmem_zalloc(sizeof (tunnel_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
1008
waiter = kmem_zalloc(sizeof (struct sbbc_msg_waiter), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
1476
kmem_alloc(f_frag_len, KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
168
master_mbox = kmem_zalloc(sizeof (sbbc_mailbox_t), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
189
master_mbox->mbox_in = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
195
master_mbox->mbox_out = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/ssm.c
998
rv = log_sysevent(ev, KM_NOSLEEP, &eid);
usr/src/uts/sun4u/serengeti/os/serengeti.c
1081
sleep_flag = KM_NOSLEEP;
usr/src/uts/sun4u/serengeti/os/serengeti.c
1087
sleep_flag = KM_NOSLEEP;
usr/src/uts/sun4v/cpu/niagara_perfctr.c
324
sizeof (ni_ksinfo_t), KM_NOSLEEP);
usr/src/uts/sun4v/cpu/niagara_perfctr.c
367
sizeof (ni_ksinfo_t), KM_NOSLEEP);
usr/src/uts/sun4v/cpu/niagara_perfctr.c
403
sizeof (ni_ksinfo_t), KM_NOSLEEP);
usr/src/uts/sun4v/cpu/niagara_perfctr.c
439
sizeof (ni_ksinfo_t), KM_NOSLEEP);
usr/src/uts/sun4v/cpu/niagara_perfctr.c
474
KM_NOSLEEP);
usr/src/uts/sun4v/io/dr_util.c
135
rv = log_sysevent(ev, KM_NOSLEEP, &eid);
usr/src/uts/sun4v/io/glvc/glvc.c
322
(char *)kmem_zalloc(softsp->mtu, KM_NOSLEEP);
usr/src/uts/sun4v/io/glvc/glvc.c
331
(char *)kmem_zalloc(softsp->mtu, KM_NOSLEEP);
usr/src/uts/sun4v/io/glvc/glvc.c
967
(char *)kmem_zalloc(softsp->mtu, KM_NOSLEEP);
usr/src/uts/sun4v/io/niumx/niumx.c
650
int sleep = (waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
usr/src/uts/sun4v/io/niumx/niumx.c
774
waitfp == DDI_DMA_SLEEP ? KM_SLEEP : KM_NOSLEEP))) {
usr/src/uts/sun4v/io/px/px_lib4v.c
447
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/io/vds.c
6735
if ((vd = kmem_zalloc(sizeof (*vd), KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/io/vnet_gen.c
1056
sizeof (struct ether_addr), KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
1724
pspecp = kmem_zalloc(templatesz, KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
1728
parentp = kmem_zalloc(sizeof (mdeg_node_spec_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2146
listp = kmem_zalloc(listsz, KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2165
ldc_ids = kmem_zalloc(num_ldcs * sizeof (uint64_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2474
ldcp = kmem_zalloc(sizeof (vgen_ldc_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_txdring.c
147
tbufp = kmem_zalloc(ldcp->num_txds * tbufsize, KM_NOSLEEP);
usr/src/uts/sun4v/io/vsw.c
1271
mcst_p = kmem_zalloc(sizeof (mcst_addr_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vsw_ldc.c
1417
if ((conn = kmem_zalloc(sizeof (vsw_conn_evt_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/io/vsw_ldc.c
2175
ctaskp = kmem_alloc(sizeof (vsw_ctrl_task_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vsw_ldc.c
580
ldcp = kmem_zalloc(sizeof (vsw_ldc_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vsw_switching.c
1554
KM_NOSLEEP);
usr/src/uts/sun4v/ontario/io/tsalarm.c
1220
KM_NOSLEEP);
usr/src/uts/sun4v/ontario/io/tsalarm.c
1357
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
514
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
519
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
524
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
529
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
533
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
537
KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
813
KM_NOSLEEP)) == NULL)