Symbol: kmem_alloc
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
37
#define MALLOC(n) kmem_alloc((n), KM_SLEEP)
usr/src/cmd/gss/gssd/gssdtest.c
66
#define MALLOC(n) kmem_alloc((n), KM_SLEEP)
usr/src/cmd/zdb/zdb.c
538
uint64_t *subobjs = kmem_alloc(doi.doi_max_offset, KM_SLEEP);
usr/src/common/acl/acl_common.c
231
tmp = kmem_alloc(new_size, KM_SLEEP);
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/bzip2/bzlib.c
159
uintptr_t p = (uintptr_t)kmem_alloc(sz, KM_SLEEP);
usr/src/common/crypto/aes/aes_impl.c
1750
keysched = (aes_key_t *)kmem_alloc(sizeof (aes_key_t), kmflag);
usr/src/common/crypto/blowfish/blowfish_impl.c
689
keysched = (keysched_t *)kmem_alloc(sizeof (keysched_t), kmflag);
usr/src/common/crypto/des/des_impl.c
964
keysched = (keysched_t *)kmem_alloc(size, kmflag);
usr/src/common/crypto/dh/dh_impl.c
331
if ((s = kmem_alloc(s_alloc, flag)) == NULL) {
usr/src/common/crypto/ecc/ecc_impl.h
72
#define PORT_ArenaAlloc(a, n, f) kmem_alloc((n), (f))
usr/src/common/crypto/ecc/ecc_impl.h
76
#define PORT_Alloc(n, f) kmem_alloc((n), (f))
usr/src/common/crypto/ecc/ecl.c
353
group->text = kmem_alloc(n, kmflag);
usr/src/common/crypto/ecc/ecl.c
63
group = (ECGroup *) kmem_alloc(sizeof(ECGroup), kmflag);
usr/src/common/crypto/ecc/ecl_curve.c
103
ret->genx = kmem_alloc(strlen(params->genx) + 1, kmflag);
usr/src/common/crypto/ecc/ecl_curve.c
111
ret->geny = kmem_alloc(strlen(params->geny) + 1, kmflag);
usr/src/common/crypto/ecc/ecl_curve.c
119
ret->order = kmem_alloc(strlen(params->order) + 1, kmflag);
usr/src/common/crypto/ecc/ecl_curve.c
69
ret->text = kmem_alloc(strlen(params->text) + 1, kmflag);
usr/src/common/crypto/ecc/ecl_curve.c
79
ret->irr = kmem_alloc(strlen(params->irr) + 1, kmflag);
usr/src/common/crypto/ecc/ecl_curve.c
87
ret->curvea = kmem_alloc(strlen(params->curvea) + 1, kmflag);
usr/src/common/crypto/ecc/ecl_curve.c
95
ret->curveb = kmem_alloc(strlen(params->curveb) + 1, kmflag);
usr/src/common/crypto/ecc/ecl_gf.c
61
meth = (GFMethod *) kmem_alloc(sizeof(GFMethod), kmflag);
usr/src/common/crypto/ecc/ecp_jm.c
304
naf = (signed char *) kmem_alloc((orderBitSize + 1), FLAG(n));
usr/src/common/crypto/ecc/ecp_mont.c
73
mmm = (mp_mont_modulus *) kmem_alloc(sizeof(mp_mont_modulus),
usr/src/common/crypto/modes/ccm.c
895
ccm_ctx->ccm_pt_buf = kmem_alloc(ccm_ctx->ccm_data_len,
usr/src/common/crypto/modes/gcm.c
533
new = kmem_alloc(new_len, ctx->gcm_kmflag);
usr/src/common/devid/devid_impl.h
52
#define DEVID_MALLOC(n) kmem_alloc(n, KM_SLEEP)
usr/src/common/devid/devid_scsi.c
229
msg = kmem_alloc(
usr/src/common/exacct/exacct_core.c
77
return (kmem_alloc(size, KM_SLEEP));
usr/src/common/ilstr/ilstr.c
238
new_data = kmem_alloc(new_datalen, ils->ils_kmflag);
usr/src/common/smbclnt/smbfs_ntacl.c
68
#define MALLOC(size) kmem_alloc(size, KM_SLEEP)
usr/src/common/smbsrv/smb_msgbuf.c
863
item = kmem_alloc(size, KM_SLEEP);
usr/src/common/smbsrv/smb_sid.c
469
sid = kmem_alloc(size, KM_SLEEP);
usr/src/common/tsol/ltos.c
57
#define malloc(l) kmem_alloc(l, KM_NOSLEEP)
usr/src/common/zfs/zfs_fletcher.c
712
char *databuf = kmem_alloc(data_size, KM_SLEEP);
usr/src/common/zfs/zprop_common.c
178
order = kmem_alloc(size, KM_SLEEP);
usr/src/lib/libfakekernel/common/strext.c
35
buf = kmem_alloc(size, KM_SLEEP);
usr/src/lib/libfakekernel/common/taskq.c
125
t = kmem_alloc(sizeof (taskq_ent_t), tqflags);
usr/src/lib/libfakekernel/common/taskq.c
331
tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP);
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
129
dbp->db_base = kmem_alloc(msg_size, kmflags);
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
808
if ((buf = kmem_alloc(size, kmflags)) == NULL)
usr/src/lib/smbclnt/libfksmbfs/common/fake_lookup.c
139
tpn = kmem_alloc(tpn_sz, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1006
dp = kmem_alloc(strlen(sp) + 1, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1017
dp = kmem_alloc(strlen(sp) + 1, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1127
*dp = kmem_alloc(strlen(*sp2) + 1, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1133
char **nres = kmem_alloc(bytes, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1172
motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1279
sp = kmem_alloc(strlen(opt) + 1, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1292
sp = kmem_alloc(strlen(arg) + 1, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1810
vswp->vsw_name = kmem_alloc(strlen(type) + 1, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1940
vfsp = kmem_alloc(sizeof (struct vfs), kmflag);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
346
*actual = (vfsops_t *)kmem_alloc(sizeof (vfsops_t), KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
474
vfsp->vfs_implp = kmem_alloc(sizeof (vfs_impl_t), KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
596
inargs = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
985
result = kmem_alloc((i + extend + 1) * sizeof (char *), KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
988
result[j] = kmem_alloc(strlen(moc[j]) + 1, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vnode.c
539
*actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_ksocket.c
67
iov = kmem_alloc(iov_sz, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_vop.c
1349
acl = kmem_alloc(sizeof (ace_t), KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_vop.c
457
vp->v_path = kmem_alloc(len, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/reparse.c
63
lkdata = kmem_alloc(MAXREPARSELEN, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/vncache.c
267
vpath = kmem_alloc(len, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/vncache.c
273
vpath = kmem_alloc(len, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/vncache.c
323
vpath = kmem_alloc(len, KM_SLEEP);
usr/src/psm/stand/boot/common/heap_kmem.c
120
void *kmem_alloc(size_t, int);
usr/src/psm/stand/boot/common/heap_kmem.c
707
return (kmem_alloc(size, 0));
usr/src/psm/stand/boot/common/heap_kmem.c
716
return (kmem_alloc(size, 0));
usr/src/psm/stand/boot/common/readfile.c
1005
if ((ehdr = (Elf32_Ehdr *)kmem_alloc(sizeof (Elf32_Ehdr), 0)) == NULL) {
usr/src/psm/stand/boot/common/readfile.c
1016
if ((shdrs = (caddr_t)kmem_alloc(size, 0)) == NULL) {
usr/src/psm/stand/boot/common/readfile.c
1152
if ((ehdr = (Elf64_Ehdr *)kmem_alloc(sizeof (Elf64_Ehdr), 0)) == NULL) {
usr/src/psm/stand/boot/common/readfile.c
1163
if ((shdrs = (caddr_t)kmem_alloc(size, 0)) == NULL) {
usr/src/psm/stand/boot/common/readfile.c
134
extern void *kmem_alloc(size_t, int);
usr/src/psm/stand/boot/common/readfile.c
296
allphdrs = (caddr_t)kmem_alloc(phdrsize, 0);
usr/src/psm/stand/boot/common/readfile.c
321
if ((note_buf = kmem_alloc(phdr->p_filesz, 0)) == NULL)
usr/src/psm/stand/boot/common/readfile.c
400
kmem_alloc(phdr->p_memsz, 0)) == 0)
usr/src/psm/stand/boot/common/readfile.c
552
if ((elfbootvec = (Elf32_Boot *)kmem_alloc(vsize, 0)) == NULL)
usr/src/psm/stand/boot/common/readfile.c
564
(Elf32_Addr)(uintptr_t)kmem_alloc(size, 0)) == 0) {
usr/src/psm/stand/boot/common/readfile.c
577
if ((elfbootvecELF32_64 = (Elf32_Boot *)kmem_alloc(vsize, 0))
usr/src/psm/stand/boot/common/readfile.c
585
(Elf32_Addr)(uintptr_t)kmem_alloc(size, 0)) == 0) {
usr/src/psm/stand/boot/common/readfile.c
669
allphdrs = (caddr_t)kmem_alloc(phdrsize, 0);
usr/src/psm/stand/boot/common/readfile.c
695
if ((note_buf = kmem_alloc(phdr->p_filesz, 0)) == NULL)
usr/src/psm/stand/boot/common/readfile.c
780
kmem_alloc(phdr->p_memsz, 0)) == 0)
usr/src/psm/stand/boot/common/readfile.c
937
(Elf64_Boot *)kmem_alloc(vsize, 0)) == NULL)
usr/src/psm/stand/boot/common/readfile.c
949
(Elf64_Addr)kmem_alloc(size, 0)) == 0) {
usr/src/psm/stand/boot/sparc/common/boot_plat.c
267
fullpath = (char *)kmem_alloc(MAXPATHLEN, 0);
usr/src/psm/stand/boot/sparc/common/boot_plat.c
414
stripped_pathname = kmem_alloc(OBP_MAXPATHLEN, 0);
usr/src/psm/stand/boot/sparc/common/boot_plat.c
66
extern void *kmem_alloc(size_t, int);
usr/src/psm/stand/sys/boot.h
73
extern void *kmem_alloc(size_t, int);
usr/src/test/os-tests/tests/saveargs/testmatch/testmatch.c
152
TEST_GOOD(kmem_alloc, 2);
usr/src/test/os-tests/tests/saveargs/testmatch/testmatch.c
55
DEF_TEST(kmem_alloc);
usr/src/uts/common/c2/audit_event.c
1781
fstype = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
1798
hostname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
1824
path = kmem_alloc(path_len, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
1825
dir_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
2628
gidlist = kmem_alloc(gidsetsize * sizeof (gid_t),
usr/src/uts/common/c2/audit_event.c
2888
rhent = kmem_alloc(sizeof (tsol_rhent_t), KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
2922
tpent = kmem_alloc(sizeof (tsol_tpent_t), KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
2942
mlpent = kmem_alloc(sizeof (tsol_mlpent_t), KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
3424
name = kmem_alloc(maxlen, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
3445
name = kmem_alloc(maxlen, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
3527
filenamep = kmem_alloc(MOD_MAXPATH, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
3607
name = kmem_alloc(MAXMODCONFNAME, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
4132
buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
4151
buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/c2/audit_event.c
5442
if ((aclbufp = kmem_alloc(a_size, KM_SLEEP)) == NULL)
usr/src/uts/common/c2/audit_event.c
5459
if ((acebufp = kmem_alloc(a_size, KM_SLEEP)) == 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_io.c
602
buf = kmem_alloc(alloc_size, KM_SLEEP);
usr/src/uts/common/c2/audit_io.c
608
buf = kmem_alloc(alloc_size, KM_SLEEP);
usr/src/uts/common/c2/audit_io.c
660
kctx->auk_dbuffer = kmem_alloc(AU_DBUF_HEADER + new_sz,
usr/src/uts/common/c2/audit_token.c
1125
q = buf = kmem_alloc(maxprivbytes, KM_SLEEP);
usr/src/uts/common/contract/device.c
1105
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/contract/device.c
1215
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/contract/device.c
1372
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/contract/device.c
1623
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/contract/device.c
421
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/contract/device.c
657
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/contract/device.c
988
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/contract/device.c
997
devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/contract/process.c
152
new = kmem_alloc(sizeof (ctmpl_process_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
443
new = kmem_alloc(sizeof (ctmpl_process_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
693
pids = kmem_alloc(spids * sizeof (uint32_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
694
ctids = kmem_alloc(sctids * sizeof (uint32_t),
usr/src/uts/common/contract/process.c
797
sys_process_tmpl = kmem_alloc(sizeof (ctmpl_process_t), KM_SLEEP);
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_ctxops.c
95
if ((ctx_tmpl = (kcf_ctx_template_t *)kmem_alloc(
usr/src/uts/common/crypto/api/kcf_miscapi.c
672
infos = kmem_alloc(infos_size, km_flag);
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
831
rndbuf = kmem_alloc(rndmag_total, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_callprov.c
78
l = kmem_alloc(sizeof (kcf_prov_tried_t),
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
1005
mech_names = kmem_alloc((scnt - dcnt) * sizeof (crypto_mech_name_t),
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
1069
new_entry->ce_name = kmem_alloc(name_len, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
1213
*name = kmem_alloc(name_len, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
203
mechsp = kmem_alloc(alloc_size, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
329
p = kmem_alloc(new_count * sizeof (crypto_dev_list_entry_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
376
namep = names = kmem_alloc(n, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
404
final_buffer = kmem_alloc(final_size, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
474
mech_names = kmem_alloc(max_count * sizeof (crypto_mech_name_t),
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
494
kmem_alloc(k * sizeof (crypto_mech_name_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
529
tmp = kmem_alloc(name_len + 8, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
862
mech_names = kmem_alloc(n * sizeof (crypto_mech_name_t), kmflag);
usr/src/uts/common/crypto/core/kcf_policy.c
254
new_desc->pd_name = kmem_alloc(strlen(module_name) + 1, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_policy.c
317
new_desc->pd_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_lib.c
132
key = kmem_alloc(len, kmflag);
usr/src/uts/common/crypto/core/kcf_prov_lib.c
465
p = kmem_alloc(out_len, kmflags);
usr/src/uts/common/crypto/core/kcf_prov_lib.c
553
p = kmem_alloc(out_len, kmflags);
usr/src/uts/common/crypto/core/kcf_prov_lib.c
640
p = kmem_alloc(out_len, kmflags);
usr/src/uts/common/crypto/core/kcf_prov_lib.c
725
p = kmem_alloc(out_len, kmflags);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
228
dst->co_control_ops = kmem_alloc(sizeof (crypto_control_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
232
dst->co_digest_ops = kmem_alloc(sizeof (crypto_digest_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
236
dst->co_cipher_ops = kmem_alloc(sizeof (crypto_cipher_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
240
dst->co_mac_ops = kmem_alloc(sizeof (crypto_mac_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
244
dst->co_sign_ops = kmem_alloc(sizeof (crypto_sign_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
248
dst->co_verify_ops = kmem_alloc(sizeof (crypto_verify_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
252
dst->co_dual_ops = kmem_alloc(sizeof (crypto_dual_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
256
dst->co_dual_cipher_mac_ops = kmem_alloc(
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
260
dst->co_random_ops = kmem_alloc(
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
273
dst->co_session_ops = kmem_alloc(sizeof (crypto_session_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
277
dst->co_object_ops = kmem_alloc(sizeof (crypto_object_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
281
dst->co_key_ops = kmem_alloc(sizeof (crypto_key_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
285
dst->co_provider_ops = kmem_alloc(
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
289
dst->co_ctx_ops = kmem_alloc(sizeof (crypto_ctx_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
297
dst->co_mech_ops = kmem_alloc(sizeof (crypto_mech_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
306
kmem_alloc(sizeof (crypto_nostore_key_ops_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
314
kmem_alloc(sizeof (crypto_fips140_ops_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
346
desc->pd_description = kmem_alloc(CRYPTO_PROVIDER_DESCR_MAX_LEN + 1,
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
651
final_buffer = kmem_alloc(final_size, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
749
final_buffer = kmem_alloc(final_size, kmflag);
usr/src/uts/common/crypto/core/kcf_sched.c
1213
gswq = kmem_alloc(sizeof (kcf_global_swq_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_sched.c
1462
kcfpool = kmem_alloc(sizeof (kcf_pool_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_sched.c
1739
kcr = kmem_alloc(sizeof (kcf_dual_req_t), KCF_KMFLAG(crq));
usr/src/uts/common/crypto/io/arcfour.c
220
if ((keystream = kmem_alloc(sizeof (ARCFour_key),
usr/src/uts/common/crypto/io/crypto.c
1169
u_minfos = kmem_alloc(num_mech_infos * STRUCT_SIZE(mi), KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
1208
p = kmem_alloc(provider_count *
usr/src/uts/common/crypto/io/crypto.c
164
(data).cd_raw.iov_base = (len > 0) ? kmem_alloc(len, KM_SLEEP) : NULL; \
usr/src/uts/common/crypto/io/crypto.c
2231
out_mech->cm_param = kmem_alloc(param_len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
2355
attrs = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
2389
k_attrs = kmem_alloc(k_attrs_total_len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
2484
out_key->ck_data = kmem_alloc(key_bytes, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
3213
encr.cd_raw.iov_base = kmem_alloc(encrlen, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
3411
data.cd_raw.iov_base = kmem_alloc(datalen, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
3714
tmp_pin = kmem_alloc(pin_len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
3770
new_pin = kmem_alloc(new_pin_len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
4476
seed_buffer = kmem_alloc(seed_len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
4567
buffer = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
5316
buffer = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
6158
wrapped_key = kmem_alloc(wrapped_key_len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
6319
wrapped_key = kmem_alloc(wrapped_key_len, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
955
mechanism_name = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/crypto/io/cryptoadm.c
541
entries = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/crypto/io/cryptoadm.c
622
entries = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/crypto/io/cryptoadm.c
704
entries = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/crypto/io/dca_rng.c
217
if ((dca->dca_buf1 = kmem_alloc(RANDOM_BUFFER_SIZE, KM_SLEEP)) ==
usr/src/uts/common/crypto/io/dca_rng.c
223
if ((dca->dca_buf2 = kmem_alloc(RANDOM_BUFFER_SIZE, KM_SLEEP)) ==
usr/src/uts/common/crypto/io/dca_rsa.c
469
if ((reqp->dr_ctx.mod = kmem_alloc(reqp->dr_ctx.modlen, kmflag)) ==
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
4675
aes_ctr_params = kmem_alloc(sizeof (CK_AES_CTR_PARAMS),
usr/src/uts/common/crypto/io/dprov.c
4727
ecc_params = kmem_alloc(sizeof (CK_ECDH1_DERIVE_PARAMS) +
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
5112
if ((taskq_req = kmem_alloc(sizeof (dprov_req_t), kmflag)) == NULL)
usr/src/uts/common/crypto/io/dprov.c
7671
attribute.oa_value = kmem_alloc(key_len, KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
8082
plaintext_buf = kmem_alloc(wrapped_key_len, KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
8271
digest_buf = kmem_alloc(hash_size, KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
9314
object->do_attr[oattr].oa_value = kmem_alloc(1, KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
9322
object->do_attr[oattr].oa_value = kmem_alloc(1, KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
9330
object->do_attr[oattr].oa_value = kmem_alloc(1, KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
9338
object->do_attr[oattr].oa_value = kmem_alloc(1, KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
9529
object->do_attr[j].oa_value = kmem_alloc(new_len, KM_SLEEP);
usr/src/uts/common/crypto/io/md4_mod.c
220
ctx->cc_provider_private = kmem_alloc(sizeof (md4_ctx_t),
usr/src/uts/common/crypto/io/md5_mod.c
1443
md5_hmac_ctx_tmpl = kmem_alloc(sizeof (md5_hmac_ctx_t),
usr/src/uts/common/crypto/io/md5_mod.c
305
ctx->cc_provider_private = kmem_alloc(sizeof (md5_ctx_t),
usr/src/uts/common/crypto/io/md5_mod.c
916
ctx->cc_provider_private = kmem_alloc(sizeof (md5_hmac_ctx_t),
usr/src/uts/common/crypto/io/sha1_mod.c
1489
sha1_hmac_ctx_tmpl = kmem_alloc(sizeof (sha1_hmac_ctx_t),
usr/src/uts/common/crypto/io/sha1_mod.c
251
ctx->cc_provider_private = kmem_alloc(sizeof (sha1_ctx_t),
usr/src/uts/common/crypto/io/sha1_mod.c
863
ctx->cc_provider_private = kmem_alloc(sizeof (sha1_hmac_ctx_t),
usr/src/uts/common/crypto/io/sha2_mod.c
1723
sha2_hmac_ctx_tmpl = kmem_alloc(sizeof (sha2_hmac_ctx_t),
usr/src/uts/common/crypto/io/sha2_mod.c
283
ctx->cc_provider_private = kmem_alloc(sizeof (sha2_ctx_t),
usr/src/uts/common/crypto/io/sha2_mod.c
984
ctx->cc_provider_private = kmem_alloc(sizeof (sha2_hmac_ctx_t),
usr/src/uts/common/crypto/io/skein_mod.c
355
digest_tmp = kmem_alloc(CRYPTO_BITS2BYTES(
usr/src/uts/common/crypto/io/skein_mod.c
460
digest_tmp = kmem_alloc(CRYPTO_BITS2BYTES(
usr/src/uts/common/crypto/io/skein_mod.c
505
SKEIN_CTX_LVALUE(ctx) = kmem_alloc(sizeof (*SKEIN_CTX(ctx)),
usr/src/uts/common/crypto/io/skein_mod.c
722
SKEIN_CTX_LVALUE(ctx) = kmem_alloc(sizeof (*SKEIN_CTX(ctx)),
usr/src/uts/common/crypto/io/skein_mod.c
803
ctx_tmpl = kmem_alloc(sizeof (*ctx_tmpl), crypto_kmflag(req));
usr/src/uts/common/crypto/io/swrand.c
614
entsrc->parity = kmem_alloc(howmany(entsrc->nblocks, 8),
usr/src/uts/common/crypto/spi/kcf_spi.c
235
prov_desc->pd_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/crypto/spi/kcf_spi.c
935
new = kmem_alloc(sizeof (kcf_provider_list_t), KM_SLEEP);
usr/src/uts/common/disp/class.c
69
clp->cl_lock = kmem_alloc(sizeof (krwlock_t), KM_SLEEP);
usr/src/uts/common/disp/class.c
70
clp->cl_name = kmem_alloc(strlen(clname) + 1, KM_SLEEP);
usr/src/uts/common/disp/disp.c
443
dp = kmem_alloc(sizeof (disp_t), KM_SLEEP);
usr/src/uts/common/disp/fx.c
1626
bufp = kmem_alloc(sizeof (fxproc_t), flag);
usr/src/uts/common/disp/fx.c
393
tmpdpp = kmem_alloc(fxdpsz, KM_SLEEP);
usr/src/uts/common/disp/rt.c
1078
bufp = kmem_alloc(sizeof (rtproc_t), flag);
usr/src/uts/common/disp/rt.c
312
tmpdpp = kmem_alloc(rtdpsz, KM_SLEEP);
usr/src/uts/common/disp/thread.c
1079
ctx = kmem_alloc(sizeof (struct ctxop), KM_SLEEP);
usr/src/uts/common/disp/thread.c
179
kmem_alloc(sizeof (thread_free_lock_t) * THREAD_FREE_NUM, KM_SLEEP);
usr/src/uts/common/disp/ts.c
2302
bufp = kmem_alloc(sizeof (tsproc_t), flag);
usr/src/uts/common/disp/ts.c
471
tmpdpp = kmem_alloc(tsdpsz, KM_SLEEP);
usr/src/uts/common/dtrace/dcpc.c
226
p = str = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10243
new->dtdo_buf = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10249
new->dtdo_strtab = kmem_alloc(dp->dtdo_strlen, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10257
new->dtdo_inttab = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10265
new->dtdo_vartab = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10393
new = kmem_alloc((ndx + 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
12710
dof = kmem_alloc(hdr.dofh_loadsz, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
12760
dof = kmem_alloc(loadsz, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
12982
*bufp = kmem_alloc(subsec->dofs_size, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
13143
fmt = kmem_alloc(i + 1, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
15799
new->dtha_actions = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
15826
newhelp->dthps_provs = kmem_alloc(newhelp->dthps_nprovs *
usr/src/uts/common/dtrace/dtrace.c
16565
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
16656
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
8292
provider->dtpv_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
9151
meta->dtm_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
1963
probe = kmem_alloc(size, KM_SLEEP);
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
1211
*phbasep = kmem_alloc(*phsizep, KM_SLEEP);
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
1255
*shbasep = kmem_alloc(*shsizep, KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
1276
if ((*shstrbasep = kmem_alloc(*shstrsizep,
usr/src/uts/common/exec/elf/elf.c
1282
*shstrbasep = kmem_alloc(*shstrsizep, KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
177
ctx->ecc_buf = kmem_alloc(target, KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
2143
bigwad = kmem_alloc(bigsize, KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
318
bigwad = kmem_alloc(sizeof (struct bigwad), KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
541
dyn = kmem_alloc(dynsize, KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
577
cap = kmem_alloc(capsize, KM_SLEEP);
usr/src/uts/common/exec/elf/elf_notes.c
270
bigwad = kmem_alloc(bigsize, KM_SLEEP);
usr/src/uts/common/exec/elf/elf_notes.c
506
ssd = kmem_alloc(ssdsize, KM_SLEEP);
usr/src/uts/common/exec/elf/old_notes.c
103
bigwad = kmem_alloc(bigsize, KM_SLEEP);
usr/src/uts/common/exec/intp/intp.c
217
idata.intp = kmem_alloc(INTPSZ, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
1211
margs.optptr = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
1400
tmpname = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
2584
p = buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
306
argsp = kmem_alloc(sizeof (*argsp), KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
309
argsp->fnc_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
687
lnp->dir = kmem_alloc(strlen(p->dir) + 1,
usr/src/uts/common/fs/autofs/auto_subr.c
690
lnp->link = kmem_alloc(strlen(p->link) + 1,
usr/src/uts/common/fs/autofs/auto_vfsops.c
469
fnip->fi_opts = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
486
fnip->fi_map = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
524
fnip->fi_addr.buf = kmem_alloc(args.addr.len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
546
fnip->fi_path = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
563
fnip->fi_opts = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
578
fnip->fi_map = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
593
fnip->fi_subdir = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
608
fnip->fi_key = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/bootfs/bootfs_construct.c
124
bnp->bvn_name = kmem_alloc(namelen + 1, KM_SLEEP);
usr/src/uts/common/fs/bootfs/bootfs_construct.c
171
buf = kmem_alloc(namelen + 1, KM_SLEEP);
usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
130
bfs->bfs_mntpath = kmem_alloc(dpn.pn_pathlen + 1, KM_SLEEP);
usr/src/uts/common/fs/bootfs/bootfs_vnops.c
237
buf = kmem_alloc(bsize, KM_SLEEP);
usr/src/uts/common/fs/ctfs/ctfs_root.c
234
data = kmem_alloc(sizeof (ctfs_vfs_t), KM_SLEEP);
usr/src/uts/common/fs/ctfs/ctfs_sym.c
68
symnode->ctfs_sn_string = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/dcfs/dc_vnops.c
964
hdr = kmem_alloc(hdrsize, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
377
lp = kmem_alloc(sizeof (sdev_nc_node_t),
usr/src/uts/common/fs/dev/sdev_ncache.c
379
lp->ncn_name = kmem_alloc(n, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
671
path = kmem_alloc(n, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
829
lp->ncn_name = kmem_alloc(n, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_plugin.c
520
new = kmem_alloc(sdev_vnodeops_tbl_size, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_profile.c
405
marg.expr = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_profile.c
858
name = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_profile.c
903
packed = kmem_alloc(packed_sz, KM_NOSLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
2196
bks_name = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
2335
dp = outbuf = kmem_alloc(alloc_count, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
2542
nm = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
2709
dbuf = kmem_alloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
2756
s = kmem_alloc(n, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
303
dv->sdev_name = kmem_alloc(nmlen, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
307
dv->sdev_path = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_zvolops.c
156
zc->zc_nvlist_dst = (uint64_t)(intptr_t)kmem_alloc(size,
usr/src/uts/common/fs/devfs/devfs_subr.c
1107
char *curr = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
1642
dbuf = kmem_alloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
1752
nm = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
1782
dbuf = kmem_alloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
346
dv->dv_name = kmem_alloc(nmlen, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
397
dv->dv_name = kmem_alloc(nmlen, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
828
dv->dv_attr = kmem_alloc(sizeof (struct vattr), KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
910
devnm = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
330
dirpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
513
dirpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_vnops.c
304
dv->dv_attr = kmem_alloc(
usr/src/uts/common/fs/devfs/devfs_vnops.c
918
de = bufp = kmem_alloc(bufsz, KM_SLEEP);
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
980
ncp = kmem_alloc(NCACHE_SIZE(namlen), KM_NOSLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
1270
start = kmem_alloc(descsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2383
start = didpp = kmem_alloc(ds, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2396
ct->d_fpp = kmem_alloc(ct->d_fpp_size, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2477
ct->d_buf = kmem_alloc(ct->d_bufsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2548
start = didpp = kmem_alloc(dsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2555
ct->d_fpp = kmem_alloc(ct->d_fpp_size, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2619
start = didpp = kmem_alloc(dsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2691
fpp = ct->d_fpp = kmem_alloc(ct->d_fpp_size, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2789
ct->d_args.rbuf = kmem_alloc(result_size, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2806
ct->d_buf = kmem_alloc(ct->d_bufsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2810
ct->d_buf = kmem_alloc(ct->d_bufsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2857
start = didpp = kmem_alloc(dsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2868
ct->d_fpp = kmem_alloc(fpp_size, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2966
didpp = kmem_alloc(dsize, KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
855
start = didpp = kmem_alloc(dsize, KM_SLEEP);
usr/src/uts/common/fs/fdbuffer.c
226
this_hole = kmem_alloc(sizeof (fdb_holes_t), KM_SLEEP);
usr/src/uts/common/fs/fdbuffer.c
392
bp = kmem_alloc(sizeof (buf_t), KM_SLEEP);
usr/src/uts/common/fs/fem.c
2920
head = kmem_alloc(sizeof (*head), KM_SLEEP);
usr/src/uts/common/fs/fem.c
2947
sp = kmem_alloc(fl_ntob(numnodes), KM_SLEEP);
usr/src/uts/common/fs/fem.c
301
p = (fem_t *)kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/fs/fem.c
316
p = (fsem_t *)kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/fs/fs_subr.c
889
lkdata = kmem_alloc(MAXREPARSELEN, KM_SLEEP);
usr/src/uts/common/fs/fs_subr.c
977
darg = kmem_alloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/gfs.c
535
dp->gfsd_static = kmem_alloc(
usr/src/uts/common/fs/hsfs/hsfs_node.c
1481
rrip_name_str = kmem_alloc(rrip_name_size, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_node.c
1482
rrip_tmp_name = kmem_alloc(rrip_name_size, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_node.c
806
cmpname = kmem_alloc((size_t)cmpname_size, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_rrip.c
355
sym_link = kmem_alloc(MAXPATHLEN + 1, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_rrip.c
409
tmp_sym_link = kmem_alloc(SYM_LINK_LEN(sym_link), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_subr.c
407
ksp->ks_data = kmem_alloc(sizeof (kstat_named_t) * size, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_susp_subr.c
489
*buf_pp = kmem_alloc((size_t)HS_SECTOR_SIZE, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
728
fsp->hsfs_fsmnt = kmem_alloc(pathbufsz, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
916
fsp->hqueue = kmem_alloc(sizeof (struct hsfs_queue), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
1171
vas = kmem_alloc(bufcnt * sizeof (caddr_t), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
1178
fio_done = kmem_alloc(bufcnt * sizeof (ksema_t),
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
2103
iodata = kmem_alloc(bsize, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
441
dname = kmem_alloc(dname_size, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
444
outbuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
814
bufs = kmem_alloc(bufcnt * sizeof (struct buf), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
815
vas = kmem_alloc(bufcnt * sizeof (caddr_t), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
821
fio_done = kmem_alloc(bufcnt * sizeof (ksema_t), KM_SLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
504
lrhp = kmem_alloc(sizeof (*lrhp), KM_SLEEP);
usr/src/uts/common/fs/lookup.c
1139
dbuf = kmem_alloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/lookup.c
1268
dw_entry = kmem_alloc(sizeof (*dw_entry), KM_SLEEP);
usr/src/uts/common/fs/lookup.c
1269
dw_entry->dw_name = kmem_alloc(complen + 1, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
1336
newpath = kmem_alloc(elemp->mnte_text_size, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
1452
kbufp = kmem_alloc(dbbufsize, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
1523
devlist = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
1564
pbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
1645
prefbuf = kmem_alloc(MNT_LINE_MAX, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
454
copyp->mnte_text = kmem_alloc(copyp->mnte_text_size, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
567
tempelemp = kmem_alloc(sizeof (mntelem_t), KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
569
tempelemp->mnte_text = kmem_alloc(entry_length, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
693
kmem_alloc(new_entry_length, KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
821
buf = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
960
bufferp = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/namefs/namevfs.c
542
resource_name = kmem_alloc(RESOURCE_NAME_SZ, KM_SLEEP);
usr/src/uts/common/fs/namefs/namevfs.c
543
svfsp = kmem_alloc(sizeof (statvfs64_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_srv.c
1447
iovp = kmem_alloc(sizeof (*iovp) * iovcnt, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3251
data = kmem_alloc(count, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3532
namlen = kmem_alloc(args->dircount, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3535
data = kmem_alloc(args->dircount, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3665
infop = kmem_alloc(nents * sizeof (struct entryplus3_info), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_srv.c
841
data = kmem_alloc(MAXPATHLEN + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1701
svp->sv_knconf->knc_protofmly = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1702
svp->sv_knconf->knc_proto = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1729
svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1735
svp->sv_secdata = kmem_alloc(sizeof (*svp->sv_secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
312
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
313
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
345
nargs->addr = kmem_alloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
348
addr.buf = kmem_alloc(addr.len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
402
syncaddr.buf = kmem_alloc(syncaddr.len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
410
nargs->syncaddr = kmem_alloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
518
args = kmem_alloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
524
fhandle = kmem_alloc(sizeof (nfs_fhandle), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
836
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
839
data = kmem_alloc(sizeof (*data), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
847
data->knconf = kmem_alloc(sizeof (*knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
849
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
850
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
859
data->netname = kmem_alloc(nlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
867
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1715
res.resok.data = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3659
contents = kmem_alloc(MAXPATHLEN,
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4103
rdc->entries = kmem_alloc(rdc->buflen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4213
rdc->entries = kmem_alloc(rdc->buflen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
5641
dmapp = kmem_alloc(sizeof (nfs_delmap_args_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
5890
rp->r_pathconf = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs3_vnops.c
761
base = kmem_alloc(bufsize, KM_SLEEP);
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/nfs3_xdr.c
288
bp = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_xdr.c
423
ptr = buf = kmem_alloc(otw_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acache.c
227
acache4 = kmem_alloc(acache4size * sizeof (*acache4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
1287
result = aent = kmem_alloc(resultcount * sizeof (aclent_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
1986
vs_acet->vsa_aclentp = kmem_alloc(vs_ace4->vsa_aclcnt *
usr/src/uts/common/fs/nfs/nfs4_acl.c
2093
rvsap->vsa_aclentp = kmem_alloc(aclsize,
usr/src/uts/common/fs/nfs/nfs4_attr.c
405
fattrp->attrlist4 = xdr_attrs = kmem_alloc(xdr_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
1005
addrmask.buf = kmem_alloc(addrmask.maxlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
1255
nfs4_cb_sc = kmem_alloc(nfs4_num_prognums *
usr/src/uts/common/fs/nfs/nfs4_callback.c
1722
pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
1811
pp = kmem_alloc(sizeof (rpcprog_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
2368
pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
2476
dp = kmem_alloc(sizeof (*dp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
295
fdata = kmem_alloc(cb_getattr_bytes, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
568
kmem_alloc(resp->tag.utf8string_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
646
new_res = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs4_callback.c
830
p = kmem_alloc(sizeof (*p), KM_SLEEP);
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_client.c
2144
args = kmem_alloc(sizeof (*args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
2846
mig = kmem_alloc(sizeof (*mig), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
320
args = kmem_alloc(sizeof (pgflush_t),
usr/src/uts/common/fs/nfs/nfs4_client.c
3726
nsfh = kmem_alloc(sizeof (nfs4_sharedfh_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
3733
nsfh->sfh_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
4072
fnp = kmem_alloc(sizeof (nfs4_fname_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
4079
fnp->fn_name = kmem_alloc(fnp->fn_len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
4177
name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
4205
news = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
4215
news = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
4325
fnp->fn_name = kmem_alloc(newlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_debug.c
145
ep->re_char2 = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_debug.c
199
ep->re_char1 = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_debug.c
310
ep->re_char1 = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_debug.c
547
*mnt_pt = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_secinfo.c
211
sdata = kmem_alloc(sizeof (sec_data_t) * seccnt, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_secinfo.c
223
data = kmem_alloc(sizeof (gss_clntdata_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_secinfo.c
230
kmem_alloc(info->oid.sec_oid4_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_secinfo.c
259
sinfo = kmem_alloc(sizeof (sv_secinfo_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_secinfo.c
641
tmp_path = kmem_alloc(path_len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_secinfo.c
90
secinfo_support = kmem_alloc(sizeof (SECINFO4res), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_secinfo.c
92
val = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs4_client_state.c
1205
kmem_alloc(nown->lock_owner.owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
1748
bsep = kmem_alloc(sizeof (*bsep), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
2119
destcfp = kmem_alloc(destclen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
2139
kmem_alloc(open_args->owner.owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
688
oop = kmem_alloc(sizeof (nfs4_open_owner_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
736
osp = kmem_alloc(sizeof (nfs4_open_stream_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
824
lop = kmem_alloc(sizeof (nfs4_lock_owner_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
881
owner->owner_val = kmem_alloc(owner->owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_state.c
909
owner->owner_val = kmem_alloc(owner->owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
198
db = kmem_alloc(sizeof (rfs4_database_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
312
table = kmem_alloc(sizeof (rfs4_table_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
320
table->dbt_name = kmem_alloc(len+1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
321
cache_name = kmem_alloc(len + 12 /* "_entry_cache" */ + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
338
id_name = kmem_alloc(len + 9 /* "_id_space" */ + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
425
idx = kmem_alloc(sizeof (rfs4_index_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
428
idx->dbi_keyname = kmem_alloc(strlen(keyname) + 1, KM_SLEEP);
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_dispatch.c
530
kmem_alloc(argsp->tag.utf8string_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
590
kmem_alloc(argsp->tag.utf8string_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
69
drc = kmem_alloc(sizeof (rfs4_drc_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
78
drc->dr_buckets = kmem_alloc(sizeof (list_t)*drc_hash_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1067
cip->table = kmem_alloc((NFSID_CACHE_ANCHORS * sizeof (nfsidhq_t)),
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1439
newp->id_val = kmem_alloc(u8s->utf8string_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1503
u8s->utf8string_val = kmem_alloc(p->id_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1599
newp->id_val = kmem_alloc(u8s->utf8string_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
237
nig = kmem_alloc(sizeof (*nig), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
368
mapargp = kmem_alloc(MAPID_ARG_LEN(u8s->utf8string_len), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
747
mapargp = kmem_alloc(MAPID_ARG_LEN(u8s->utf8string_len), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
1856
milist = kmem_alloc(nummi * sizeof (mntinfo4_t *), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3020
destp = kmem_alloc(sizeof (nfs4_lost_rqst_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3095
destp->lr_flk = kmem_alloc(sizeof (flock64_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3456
srvnames = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3482
destp = kmem_alloc(sizeof (nfs4_bseqid_entry_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
377
recovp = kmem_alloc(sizeof (recov_info_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_rnode.c
1289
vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_rnode.c
1923
rtable4 = kmem_alloc(rtable4size * sizeof (*rtable4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1002
sip = kmem_alloc(sizeof (rfs4_servinst_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1016
oldstate = kmem_alloc(sizeof (rfs4_oldstate_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1024
sip->dss_paths = kmem_alloc(dss_npaths *
usr/src/uts/common/fs/nfs/nfs4_srv.c
10250
result = kmem_alloc(sizeof (fs_locations4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1316
resok_val = kmem_alloc(count * sizeof (secinfo4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1332
info->oid.sec_oid4_val = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs4_srv.c
1349
flavor_list = kmem_alloc(count * sizeof (int), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1368
resok_val = kmem_alloc(ret_cnt * sizeof (secinfo4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1390
info->oid.sec_oid4_val = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs4_srv.c
2714
kmem_alloc(cs->fh.nfs_fh4_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
4052
data = kmem_alloc(MAXPATHLEN + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
5148
cs->saved_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
5970
iovp = kmem_alloc(sizeof (*iovp) * iovcnt, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
6077
kmem_alloc(args->tag.utf8string_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
6193
nfs_resop4 *new_res = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs4_srv.c
8464
addr = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
8467
netid = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
8924
dp->owner.owner_val = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
8940
dp->owner.owner_val = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
956
dss_path = kmem_alloc(sizeof (rfs4_dss_path_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
964
dss_path->path = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
858
kmem_alloc(NFS_FH4_LEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
863
kmem_alloc(fh->nfs_fh4_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
1011
arg = kmem_alloc(sizeof (struct recall_arg), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
1074
args = kmem_alloc(sizeof (struct master_recall_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
645
addr = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
648
netid = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
873
rec_argp->fh.nfs_fh4_val = kmem_alloc(sizeof (char) *
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
188
kex->ex_path = kmem_alloc(kex->ex_pathlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
202
exi->exi_cache[i] = kmem_alloc(sizeof (avl_tree_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
740
visp = kmem_alloc(sizeof (*visp), KM_SLEEP);
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_srv_readdir.c
615
rddir_data = kmem_alloc(rddir_data_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
1019
dir = kmem_alloc(dirlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
1334
dss_allpaths = kmem_alloc(sizeof (char *) *
usr/src/uts/common/fs/nfs/nfs4_state.c
154
dlo->owner_val = kmem_alloc(slo->owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
1782
path = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
1847
cp->rc_nfs_client.id_val = kmem_alloc(client->id_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
197
kmem_alloc(sacep->who.utf8string_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
2288
kmem_alloc(openowner->owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
2356
kmem_alloc(fh->nfs_fh4_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
2483
lo->rl_owner.owner_val = kmem_alloc(lockowner->owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
2593
kmem_alloc(fh->nfs_fh4_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
433
ss_pn = kmem_alloc(sizeof (rfs4_ss_pn_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
533
cl_ss = kmem_alloc(sizeof (rfs4_oldstate_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
583
cl_ss->cl_id4.id_val = kmem_alloc(id_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
665
dirt = kmem_alloc(RFS4_SS_DIRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
813
state = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_state.c
814
oldstate = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1302
orig_resp = kmem_alloc(orig_reslen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1432
argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1557
stub_fh = kmem_alloc(sizeof (nfs_fh4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1558
stub_fh->nfs_fh4_val = kmem_alloc(dfh->nfs_fh4_len +
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1760
bufp = kmem_alloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
2082
secdata = kmem_alloc(sizeof (sec_data_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
1733
fhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
1761
pfhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP);
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
2392
rp->r_dir = kmem_alloc(sizeof (avl_tree_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
2628
rdip = kmem_alloc(sizeof (rddir4_cache_impl), flags);
usr/src/uts/common/fs/nfs/nfs4_subr.c
2761
nfscl = kmem_alloc(sizeof (*nfscl), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
562
path = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
605
sp = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
646
str->utf8string_val = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
662
dest->utf8string_val = kmem_alloc(src->utf8string_len,
usr/src/uts/common/fs/nfs/nfs4_subr.c
873
newch = kmem_alloc(sizeof (*newch), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
878
newch->ch_protofmly = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1055
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1454
newpath = kmem_alloc(newpn.pn_pathlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1506
saddr->buf = kmem_alloc(nfsfsloc->addr->maxlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1571
svp->sv_path = kmem_alloc(svp->sv_pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1595
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1629
orig_path = kmem_alloc(orig_pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2058
svp->sv_path = kmem_alloc(svp->sv_pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2059
svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2151
kmem_alloc(origsvp->sv_pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
274
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
277
data = kmem_alloc(sizeof (*data), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
281
data->syncaddr.buf = (char *)kmem_alloc(syncaddr->len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
288
data->knconf = kmem_alloc(sizeof (*knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
290
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
291
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
298
data->netname = kmem_alloc(nlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2999
svp->sv_knconf->knc_protofmly = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
3000
svp->sv_knconf->knc_proto = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
3030
svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
3034
svp->sv_path = kmem_alloc(svp->sv_pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
3040
svp->sv_secdata = kmem_alloc(sizeof (*svp->sv_secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
3896
np->saddr.buf = kmem_alloc(svp->sv_addr.maxlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
3920
np->clidtosend.id_val = kmem_alloc(np->clidtosend.id_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
4263
args = kmem_alloc(sizeof (freemountargs_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
4482
svp->sv_path = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
531
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
532
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
568
addr.buf = kmem_alloc(addr.len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
585
nargs->fh = kmem_alloc(pn.pn_pathlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
624
syncaddr.buf = kmem_alloc(syncaddr.len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
632
nargs->syncaddr = kmem_alloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1034
kmem_alloc(open_args->owner.owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
11131
dmapp = kmem_alloc(sizeof (nfs4_delmap_args_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
11154
delmap_call = kmem_alloc(sizeof (nfs4_delmapcall_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
15798
intersect_llp = (locklist_t *)kmem_alloc(sizeof (locklist_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1883
kmem_alloc(open_args->owner.owner_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
2872
base = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5298
argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5730
argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
6232
argop = argbase = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
6902
argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
7511
argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8178
args.array = argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8396
argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
868
argop = kmem_alloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8879
contents = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1272
kmem_alloc(*owner_length, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1345
kmem_alloc(*group_length, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1555
garp->n4g_ext_res = kmem_alloc(sizeof (ges), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
2147
garp->n4g_ext_res = kmem_alloc(sizeof (ges), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
2244
rdc->entries = kmem_alloc(aobjp->dircount, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3606
if ((ptr = kmem_alloc(size, KM_NOSLEEP)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_xdr.c
496
bp = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
655
ptr = buf = kmem_alloc(otw_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
878
ug_cache_t *pug = kmem_alloc(sizeof (ug_cache_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_srv.c
206
char *s = kmem_alloc(id_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_srv.c
218
ss->eir_server_scope_val = kmem_alloc(id_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_srv.c
97
pdup = (rpc_gss_principal_t)kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
711
vsp->vsa_aclentp = kmem_alloc(aclsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
719
vsp->vsa_dfaclentp = kmem_alloc(aclsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
756
rvsp->vsa_aclentp = kmem_alloc(aclsize,
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
785
rvsp->vsa_dfaclentp = kmem_alloc(aclsize,
usr/src/uts/common/fs/nfs/nfs_auth.c
1062
tmpgids = kmem_alloc(tmpngids * sizeof (gid_t),
usr/src/uts/common/fs/nfs/nfs_auth.c
1101
*gids = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_auth.c
1124
ran = kmem_alloc(sizeof (refreshq_auth_node_t),
usr/src/uts/common/fs/nfs/nfs_auth.c
1164
ren = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs_auth.c
421
abuf = (caddr_t)kmem_alloc(absz, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_auth.c
594
*srv_gids = kmem_alloc(*srv_gids_cnt *
usr/src/uts/common/fs/nfs/nfs_auth.c
894
addr.buf = kmem_alloc(addr.maxlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_auth.c
916
nc = kmem_alloc(sizeof (*nc), KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/nfs/nfs_auth.c
924
nc->authc_addr.buf = kmem_alloc(addr.maxlen, KM_NOSLEEP_LAZY);
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
1918
args = kmem_alloc(sizeof (*args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_client.c
2575
buf = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_client.c
2665
mig = kmem_alloc(sizeof (*mig), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_client.c
2936
buf = kmem_alloc(MAX_SHR_OWNER_LEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_client.c
3048
new = kmem_alloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_client.c
3051
new->lmpl_owner = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_client.c
3340
delmap_call = kmem_alloc(sizeof (nfs_delmapcall_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_common.c
392
svp->sv_knconf->knc_protofmly = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_common.c
393
svp->sv_knconf->knc_proto = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1246
char *ip = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1267
server_path_c = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1281
server_name_c = kmem_alloc(doptp->len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1634
myaddr.buf = kmem_alloc(myaddr.maxlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
697
res.client_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
698
res.domain_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
866
res.server_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
867
res.server_path = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
984
pl = kmem_alloc(sizeof (PKT_LIST), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
986
pl->pkt = kmem_alloc(pl->len, KM_SLEEP);
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_export.c
1432
exi->exi_cache[i] = kmem_alloc(sizeof (avl_tree_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1498
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1504
kex->ex_path = kmem_alloc(kex->ex_pathlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1513
log_buffer = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1521
kmem_alloc(kex->ex_log_bufferlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1526
tagbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1533
kex->ex_tag = kmem_alloc(kex->ex_taglen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1618
mech_tmp = kmem_alloc(sizeof (*mech_tmp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1628
elements_tmp = kmem_alloc(mech_tmp->length, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
228
kmem_alloc(sizeof (rpc_gss_OID_desc), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
232
kmem_alloc(from->s_secinfo.sc_gss_mech_type->length,
usr/src/uts/common/fs/nfs/nfs_export.c
2867
kex->ex_index = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
2991
p = kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
914
kmem_alloc(ne->exi_root->exi_export.ex_pathlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
942
ne->exi_root->exi_cache[i] = kmem_alloc(sizeof (avl_tree_t),
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
1239
buf_inprog = (caddr_t)kmem_alloc(buf_inprog_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
1292
*loghdr = (caddr_t)kmem_alloc(*freesize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
1777
pubpath = kmem_alloc(*alloc_length, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
1897
namebuf = kmem_alloc(MAXPATHLEN + 4, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
311
buffer = (struct log_buffer *)kmem_alloc(sizeof (*buffer), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
314
buffer->lb_path = (caddr_t)kmem_alloc(namelen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
440
name = (caddr_t)kmem_alloc(namelen + 1, KM_SLEEP);
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_log_xdr.c
364
lnres = kmem_alloc(count + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_server.c
211
(nb)->buf = kmem_alloc((nb)->len, KM_SLEEP); \
usr/src/uts/common/fs/nfs/nfs_server.c
3336
iovarr = kmem_alloc(*iovcnt * sizeof (struct iovec), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_server.c
474
addrmask.buf = kmem_alloc(addrmask.maxlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_srv.c
1195
iovp = kmem_alloc(sizeof (*iovp) * iovcnt, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_srv.c
1649
niovp = kmem_alloc(sizeof (*niovp) * iovcnt, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_srv.c
2695
rd->rd_entries = kmem_alloc(rd->rd_bufsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_srv.c
668
rl->rl_data = kmem_alloc(NFS_MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_stats.c
56
ks_data = kmem_alloc(template_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
2567
rp->r_path = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
2580
rp->r_path = kmem_alloc(2, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
3072
vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
3377
news = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
3431
nfscl = kmem_alloc(sizeof (*nfscl), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
3522
rtable = kmem_alloc(rtablesize * sizeof (*rtable), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
3545
acache = kmem_alloc(acachesize * sizeof (*acache), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
358
newch = kmem_alloc(sizeof (*newch), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
363
newch->ch_protofmly = kmem_alloc(
usr/src/uts/common/fs/nfs/nfs_subr.c
3866
rc = kmem_alloc(sizeof (*rc), flags);
usr/src/uts/common/fs/nfs/nfs_subr.c
3927
rc = kmem_alloc(size, flags);
usr/src/uts/common/fs/nfs/nfs_subr.c
4711
tmppath = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
5068
srvnames = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
5242
dbuf = kmem_alloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_sys.c
323
nfs4_dss_bufp = kmem_alloc(nfs4_dss_buflen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1098
p = kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1706
svp->sv_knconf->knc_protofmly = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1707
svp->sv_knconf->knc_proto = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1731
svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1737
svp->sv_secdata = kmem_alloc(sizeof (*svp->sv_secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
322
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
323
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
348
pc = kmem_alloc(sizeof (*pc), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
364
nargs->addr = kmem_alloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
367
addr.buf = kmem_alloc(addr.len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
422
syncaddr.buf = kmem_alloc(syncaddr.len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
430
nargs->syncaddr = kmem_alloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
535
args = kmem_alloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
865
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
868
data = kmem_alloc(sizeof (*data), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
877
data->knconf = kmem_alloc(sizeof (*knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
879
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
880
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
889
data->netname = kmem_alloc(nlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
897
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vnops.c
1501
rl.rl_data = kmem_alloc(NFS_MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vnops.c
3289
rd.rd_entries = kmem_alloc(rdc->buflen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vnops.c
3337
rdc->entries = kmem_alloc(rdc->buflen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vnops.c
466
base = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vnops.c
4723
dmapp = kmem_alloc(sizeof (nfs_delmap_args_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vnops.c
662
base = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_xdr.c
920
da->da_name = kmem_alloc(nodesize, KM_NOSLEEP);
usr/src/uts/common/fs/objfs/objfs_vfs.c
173
data = kmem_alloc(sizeof (objfs_vfs_t), KM_SLEEP);
usr/src/uts/common/fs/pathname.c
130
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/pathname.c
80
pnp->pn_path = pnp->pn_buf = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_vfsops.c
2602
fatp = kmem_alloc(fatsize, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_vnops.c
2187
lfn_base = kmem_alloc(PCMAXNAM_UTF16, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_vnops.c
2193
buf = kmem_alloc(PCMAXNAM_UTF16, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_vnops.c
2291
outbuf = kmem_alloc(PCMAXNAMLEN + 1, KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
1392
kevp = kmem_alloc(eventsz * nmax, KM_NOSLEEP);
usr/src/uts/common/fs/portfs/port.c
1396
kevp = kmem_alloc(eventsz * nmax, KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
1440
kevp32 = kmem_alloc(eventsz * nmax, KM_NOSLEEP);
usr/src/uts/common/fs/portfs/port.c
1444
kevp32 = kmem_alloc(eventsz * nmax, KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
995
plist = kmem_alloc(nent * sizeof (int), KM_SLEEP);
usr/src/uts/common/fs/portfs/port_fop.c
772
*cname = kmem_alloc(*len + 1, KM_SLEEP);
usr/src/uts/common/fs/proc/prcontrol.c
2057
pwa = kmem_alloc(sizeof (struct watched_area), KM_SLEEP);
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
1907
thing = kmem_alloc(thingsize, KM_SLEEP);
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
2662
upup = kmem_alloc(sizeof (*upup), KM_SLEEP);
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
389
thing = kmem_alloc(thingsize, KM_SLEEP);
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/proc/prsubr.c
1766
iol = kmem_alloc(initial_size, KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
1790
newiol = kmem_alloc(MAPSIZE, KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
2690
pathname = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
4389
prpagev_t *pagev = kmem_alloc(sizeof (prpagev_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
4401
kmem_alloc(pagev->pg_npages * sizeof (uint_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
4405
kmem_alloc(pagev->pg_npages * sizeof (char), KM_SLEEP);
usr/src/uts/common/fs/proc/prusrio.c
58
bp = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/fs/proc/prvfsops.c
216
pnp = kmem_alloc(sizeof (*pnp), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1111
sap = kmem_alloc((nsig-1) * sizeof (struct sigaction), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1193
ssd = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1218
upup = kmem_alloc(sizeof (*upup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1515
sp = kmem_alloc(sizeof (*sp), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1593
upup = kmem_alloc(sizeof (*upup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1999
sp = kmem_alloc(sizeof (*sp), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2254
sap = kmem_alloc((nsig-1) * sizeof (struct sigaction32), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2330
upup = kmem_alloc(sizeof (*upup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2644
sp = kmem_alloc(sizeof (*sp), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2731
upup = kmem_alloc(sizeof (*upup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
6189
dbuf = kmem_alloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
6235
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
6247
buf = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
740
sp = kmem_alloc(sizeof (*sp), KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharefs_vfsops.c
199
data = kmem_alloc(sizeof (sharefs_vfs_t), KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharetab.c
63
sh->sh_##field = kmem_alloc(len + 1, KM_SLEEP); \
usr/src/uts/common/fs/smbclnt/netsmb/smb2_smb.c
594
unc_name = kmem_alloc(unc_len, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_iod.c
1747
vcp->vc_ssnkey = kmem_alloc(vcp->vc_ssnkeylen, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_pass.c
345
cpid = kmem_alloc(sizeof (smb_passid_t), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_pass.c
373
pk = kmem_alloc(sizeof (*pk), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_rq.c
112
rqp = (struct smb_rq *)kmem_alloc(sizeof (struct smb_rq), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_rq.c
1580
t2p = kmem_alloc(sizeof (*t2p), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_rq.c
674
t2p = (struct smb_t2rq *)kmem_alloc(sizeof (*t2p), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_rq.c
694
ntp = (struct smb_ntrq *)kmem_alloc(sizeof (*ntp), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_smb.c
707
unc_name = kmem_alloc(unc_len, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_subrs.c
1062
cbuf = kmem_alloc(cbufalloc, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_subrs.c
1147
cbuf = kmem_alloc(cbufalloc, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_tran.c
115
sa2 = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_usr.c
125
ioc = kmem_alloc(sizeof (*ioc), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_usr.c
228
ioc = kmem_alloc(sizeof (*ioc), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_usr.c
299
ioc = kmem_alloc(sizeof (*ioc), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_usr.c
384
ioc = kmem_alloc(sizeof (*ioc), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_usr.c
494
ossn = kmem_alloc(sizeof (*ossn), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_usr.c
633
tcon = kmem_alloc(sizeof (*tcon), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_acl.c
467
vsa->vsa_aclentp = kmem_alloc(vsa->vsa_aclentsz, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_client.c
713
smg = kmem_alloc(sizeof (*smg), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.c
138
cp = kmem_alloc(nmlen + 1, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb1.c
696
ctx->f_name = kmem_alloc(ctx->f_namesz, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb2.c
723
ctx->f_name = kmem_alloc(ctx->f_namesz, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr2.c
1074
vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr2.c
259
rpath = kmem_alloc(rpalloc, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr2.c
427
new_rpath = kmem_alloc(rplen + 1, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
2842
tmpname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
3417
dp = kmem_alloc(dbufsiz, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_xattr.c
361
ctx->f_name = kmem_alloc(ctx->f_namesz, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_create.c
883
op->sd = kmem_alloc(sizeof (smb_sd_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_durable.c
1252
vec = kmem_alloc(vec_sz, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_durable.c
392
nvl_buf = kmem_alloc(smb2_dh_max_cah_size, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_durable.c
393
str_info = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_fsctl_copychunk.c
207
args->buffer = kmem_alloc(args->bufsize, KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/smbsrv/smb2_fsctl_odx.c
735
buffer = kmem_alloc(bufsize, KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/smbsrv/smb2_query_dir.c
324
tbuf = kmem_alloc(tbuflen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_acl.c
1004
vsecattr->vsa_aclentp = kmem_alloc(*aclbsize, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_acl.c
1054
vsecattr->vsa_aclentp = kmem_alloc(*aclbsize, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_acl.c
427
sidstr = kmem_alloc(SMB_SID_STRSZ, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_acl.c
924
acl_info->acl_aclp = kmem_alloc(aclbsize + dfaclbsize,
usr/src/uts/common/fs/smbsrv/smb_acl.c
940
acl_info->acl_aclp = kmem_alloc(aclbsize, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_alloc.c
229
smh = kmem_alloc(size + sizeof (smb_mem_header_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_authenticate.c
148
sbuf = kmem_alloc(slen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_authenticate.c
650
*recvbuf = kmem_alloc(hdr->lmh_msglen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_delete.c
377
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_dfs.c
415
target = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_dfs.c
614
target = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_find.c
648
vdb = kmem_alloc(sizeof (smb_vdb_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
1111
longname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
1934
*sname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
1935
fname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
1996
od_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
2101
od_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
2113
longname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
320
fname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
321
sname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
335
longname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
629
longname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
759
fname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
760
sname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
819
longname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
907
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_fsops.c
971
longname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kshare.c
116
buf = kmem_alloc(SMB_SHARE_DSIZE, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kshare.c
122
lmshare = kmem_alloc(sizeof (smb_share_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kshare.c
133
str = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1968
smb_hash_t *hash = kmem_alloc(sizeof (*hash), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kutil.c
226
new_pool = kmem_alloc(new_size / 8, KM_NOSLEEP);
usr/src/uts/common/fs/smbsrv/smb_kutil.c
267
pool->id_pool = (uint8_t *)kmem_alloc((SMB_IDPOOL_MIN_SIZE / 8),
usr/src/uts/common/fs/smbsrv/smb_mangle_name.c
391
buf = kmem_alloc(SMB_UNMANGLE_BUFSIZE, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_mbuf_util.c
226
buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_net.c
385
vdb = kmem_alloc(sizeof (*vdb), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_node.c
655
buf = kmem_alloc(SMB_ODIR_BUFSIZE, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_nt_transact_create.c
112
op->sd = kmem_alloc(sizeof (smb_sd_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_nt_transact_security.c
471
sid = kmem_alloc(sidlen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_odir.c
630
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_odir.c
727
odirent = kmem_alloc(sizeof (smb_odirent_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_ofile.c
1913
fi->fi_username = kmem_alloc(fi->fi_namelen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_opipe.c
208
buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_pathname.c
193
usepath = kmem_alloc(SMB_MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_pathname.c
240
gmttoken = kmem_alloc(SMB_VSS_GMT_SIZE,
usr/src/uts/common/fs/smbsrv/smb_pathname.c
478
component = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_pathname.c
479
real_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_query_fileinfo.c
245
qinfo = kmem_alloc(sizeof (smb_queryinfo_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_query_fileinfo.c
318
qinfo = kmem_alloc(sizeof (smb_queryinfo_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_session.c
227
names = kmem_alloc(hdr.xh_length, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_session.c
270
wbuf = kmem_alloc((SMB_PI_MAX_HOST * sizeof (smb_wchar_t)), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_set_fileinfo.c
288
name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_signing.c
179
sign->mackey = kmem_alloc(sign->mackey_len, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_tree.c
1510
*namestr = kmem_alloc(*namelen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_user.c
621
fq_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_user.c
995
buf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vops.c
1245
solaris_stream_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vops.c
1285
solaris_stream_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vops.c
1313
solaris_stream_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vss.c
207
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
1795
abuf = kmem_alloc(addrlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
1205
modpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
1462
mod->sofm_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockparams.c
427
namebuf = kmem_alloc(namelen, kmflag);
usr/src/uts/common/fs/sockfs/sockparams.c
869
se = kmem_alloc(count * sizeof (sockconfig_socktable_entry_t),
usr/src/uts/common/fs/sockfs/socksubr.c
163
char *pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksubr.c
720
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksubr.c
822
fdbuf = kmem_alloc(fdbufsize, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1115
aiov = kmem_alloc(iovsize, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1130
aiov32 = kmem_alloc(iov32size, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
122
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1265
control = kmem_alloc(controllen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1402
aiov = kmem_alloc(iovsize, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1417
aiov32 = kmem_alloc(iov32size, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1547
sock_addrp = (struct sockaddr *)kmem_alloc(sock_addrlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1584
sock_addrp = (struct sockaddr *)kmem_alloc(sock_addrlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1628
optval = kmem_alloc(optlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1673
&buffer : kmem_alloc((size_t)option_len, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1714
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1721
kdevpath = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1726
kmodule = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1850
ent->sofe_hintarg = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1871
ent->sofe_socktuple = kmem_alloc(tuplesz, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
239
faddr = (char *)kmem_alloc(namelen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
266
nfaddr = (char *)kmem_alloc(namelen + 1, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2664
snfi = kmem_alloc(sizeof (*snfi), KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
413
name = kmem_alloc(namelen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
470
name = kmem_alloc(namelen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
704
addrp = (struct sockaddr *)kmem_alloc(addrlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
3192
abuf = kmem_alloc(addrlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
4800
addr = kmem_alloc(addrlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
4925
addr = kmem_alloc(addrlen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
6461
sti->sti_laddr_sa = kmem_alloc(sti->sti_laddr_maxlen * 2, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
6688
smodp->smod_name = kmem_alloc(sizeof (SOTPI_SMOD_NAME), KM_SLEEP);
usr/src/uts/common/fs/specfs/specsubr.c
1031
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/specfs/specsubr.c
976
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
1511
outbuf = kmem_alloc(bufsize, KM_SLEEP);
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
1153
outb = outbuf = (char *)kmem_alloc((uint32_t)bufsize, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs.c
318
nebp = kmem_alloc(nb, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_debug.c
341
bufp = kmem_alloc(me->me_nb, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_log.c
464
cb->cb_va = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_log.c
500
cb->cb_va = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_log.c
512
bp = kmem_alloc(sizeof (buf_t), KM_SLEEP);
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_thread.c
320
bp2 = kmem_alloc(sizeof (buf_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_thread.c
458
roll_bufs = kmem_alloc(nmblk * MAPBLOCKSIZE, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_thread.c
459
rbs = kmem_alloc(nmblk * sizeof (rollbuf_t), KM_SLEEP);
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_acl.c
1284
aclp1 = kmem_alloc(sizeof (ufs_ic_acl_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
976
uaclp = kmem_alloc(sizeof (ufs_ic_acl_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_alloc.c
1695
undo = kmem_alloc(sizeof (struct allocsp_undo),
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_subr.c
1249
bps = kmem_alloc(NSIBUF * sizeof (buf_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_subr.c
1250
bufs = kmem_alloc(NSIBUF * SI_BUFSZ, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_subr.c
1326
sip = kmem_alloc((size_t)fs->fs_cssize, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_subr.c
1407
bp->b_un.b_addr = kmem_alloc(size, KM_SLEEP);
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_thread.c
787
ufs_junk_iq = kmem_alloc(ufs_niqhash * sizeof (*ufs_junk_iq),
usr/src/uts/common/fs/ufs/ufs_thread.c
789
ufs_useful_iq = kmem_alloc(ufs_niqhash * sizeof (*ufs_useful_iq),
usr/src/uts/common/fs/ufs/ufs_vnops.c
1526
kmem_alloc(lockfs.lf_comlen, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_vnops.c
1757
kmem_alloc(fcm_size, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_vnops.c
3859
outbuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_vnops.c
6139
dump_info = kmem_alloc(sizeof (struct dump) +
usr/src/uts/common/fs/vfs.c
1239
inargs = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
1303
resource = kmem_alloc(pn.pn_pathlen + 1,
usr/src/uts/common/fs/vfs.c
1359
mountpt = kmem_alloc(pnp->pn_pathlen + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
1905
sp = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2069
result = kmem_alloc((i + extend + 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2072
result[j] = kmem_alloc(strlen(moc[j]) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2090
dp = kmem_alloc(strlen(sp) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2101
dp = kmem_alloc(strlen(sp) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2208
*dp = kmem_alloc(strlen(*sp2) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2214
char **nres = kmem_alloc(bytes, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2253
motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2368
sp = kmem_alloc(strlen(opt) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2381
sp = kmem_alloc(strlen(arg) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2445
mop->mo_name = kmem_alloc(strlen(tag) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2464
char *buf = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
3145
mipp = (struct ipmnt *)kmem_alloc(sizeof (struct ipmnt), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
3883
vswp->vsw_name = kmem_alloc(strlen(type) + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
435
*actual = (vfsops_t *)kmem_alloc(sizeof (vfsops_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
4774
path = kmem_alloc(strsize + 1, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
576
vfsp->vfs_implp = kmem_alloc(sizeof (vfs_impl_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
954
path = kmem_alloc(plen + MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/vnode.c
2098
vep = kmem_alloc(sizeof (*vep), KM_SLEEP);
usr/src/uts/common/fs/vnode.c
2301
*actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP);
usr/src/uts/common/fs/vnode.c
3079
buf = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/vnode.c
3156
buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/fs/vnode.c
3297
buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/fs/vnode.c
446
vsp = kmem_alloc(sizeof (vopstats_t), KM_SLEEP);
usr/src/uts/common/fs/vnode.c
4518
vsd_list = kmem_alloc(sizeof (list_t), KM_SLEEP);
usr/src/uts/common/fs/xattr.c
553
buf = kmem_alloc(filesize, KM_SLEEP);
usr/src/uts/common/fs/xattr.c
600
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/abd.c
283
abd_t *abd = kmem_alloc(size, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/arc.c
1381
hdr->b_l1hdr.b_freeze_cksum = kmem_alloc(sizeof (zio_cksum_t),
usr/src/uts/common/fs/zfs/arc.c
1491
hdr->b_l1hdr.b_thawed = kmem_alloc(1, KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
2770
l2arc_data_free_t *df = kmem_alloc(sizeof (*df), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
5375
void *buf = kmem_alloc(psize, KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
8654
cb = kmem_alloc(
usr/src/uts/common/fs/zfs/bplist.c
48
bplist_entry_t *bpe = kmem_alloc(sizeof (*bpe), KM_SLEEP);
usr/src/uts/common/fs/zfs/btree.c
1119
uint8_t *buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/btree.c
1632
uint8_t *tmp = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/btree.c
1867
*cookie = kmem_alloc(sizeof (**cookie), KM_SLEEP);
usr/src/uts/common/fs/zfs/btree.c
622
kmem_alloc(sizeof (zfs_btree_core_t) + BTREE_CORE_ELEMS *
usr/src/uts/common/fs/zfs/btree.c
685
zfs_btree_core_t *new_parent = kmem_alloc(sizeof (zfs_btree_core_t) +
usr/src/uts/common/fs/zfs/btree.c
699
uint8_t *tmp_buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/btree.c
830
uint8_t *buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/dbuf.c
1755
dn->dn_dirtyctx_firstset = kmem_alloc(1, KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu.c
1964
dsa = kmem_alloc(sizeof (dmu_sync_arg_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu.c
2155
dsa = kmem_alloc(sizeof (dmu_sync_arg_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
1675
blkptr_t *blkptr_copy = kmem_alloc(sizeof (*os->os_rootbp), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
1765
sync_dnodes_arg_t *sda = kmem_alloc(sizeof (*sda), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
2104
kmem_alloc(sizeof (*uua), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
2609
attr = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
2624
kmem_alloc(sizeof (*child_dcp), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
2745
dcp = kmem_alloc(sizeof (*dcp), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
2844
attr = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_recv.c
2431
kmem_alloc(sizeof (avl_tree_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_recv.c
2453
payload = kmem_alloc(payloadlen, KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_recv.c
2871
gmep = kmem_alloc(sizeof (*gmep), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_tx.c
1192
dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_crypt.c
119
wkey = kmem_alloc(sizeof (dsl_wrapping_key_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_crypt.c
124
wkey->wk_key.ck_data = kmem_alloc(WRAPPING_KEY_LEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_crypt.c
1465
zc = kmem_alloc(sizeof (zap_cursor_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_crypt.c
1466
za = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_crypt.c
1741
keylocation = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dataset.c
2144
compressed = kmem_alloc(packed_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dataset.c
2152
str = kmem_alloc(compressed_size * 2 + 1, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dataset.c
2407
char *buf = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dataset.c
3429
snap = kmem_alloc(sizeof (*snap), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dataset.c
346
data = kmem_alloc(int_size * num_int, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dataset.c
350
kmem_alloc(sizeof (*ftuaa), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_deadlist.c
268
dle = kmem_alloc(sizeof (*dle), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_deadlist.c
82
dsl_deadlist_entry_t *dle = kmem_alloc(sizeof (*dle), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_deleg.c
492
permnode = kmem_alloc(sizeof (perm_set_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dir.c
1393
tr_list = kmem_alloc(sizeof (list_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dir.c
543
zc = kmem_alloc(sizeof (zap_cursor_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dir.c
544
za = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_prop.c
1018
char *tmp = kmem_alloc(za.za_num_integers,
usr/src/uts/common/fs/zfs/dsl_prop.c
241
pr = kmem_alloc(sizeof (dsl_prop_record_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_prop.c
294
cbr = kmem_alloc(sizeof (dsl_prop_cb_record_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_prop.c
596
za = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_prop.c
751
tbuf = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
1461
spc = kmem_alloc(sizeof (scan_prefetch_ctx_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
1526
spic = kmem_alloc(sizeof (scan_prefetch_issue_ctx_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
1926
bp_toread = kmem_alloc(sizeof (blkptr_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
2294
char *dsname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
2333
char *dsname = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
773
kmem_alloc(sizeof (zfs_all_blkstats_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_userhold.c
248
ca = kmem_alloc(sizeof (*ca), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_userhold.c
675
za = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/metaslab.c
4687
metaslab_t *search = kmem_alloc(sizeof (*search), KM_SLEEP);
usr/src/uts/common/fs/zfs/multilist.c
77
multilist_t *ml = kmem_alloc(sizeof (*ml), KM_SLEEP);
usr/src/uts/common/fs/zfs/rrwlock.c
106
rn = kmem_alloc(sizeof (*rn), KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1728
idx_tab->sa_variable_lengths = kmem_alloc(sizeof (uint16_t) *
usr/src/uts/common/fs/zfs/sa.c
1852
old_data[0] = kmem_alloc(bonus_data_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1865
old_data[1] = kmem_alloc(spill_data_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
417
tb->lot_attrs = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
722
attrs_start = attrs = kmem_alloc(sizeof (sa_attr_type_t) * attr_count,
usr/src/uts/common/fs/zfs/spa.c
1645
spa->spa_spares.sav_vdevs = kmem_alloc(nspares * sizeof (void *),
usr/src/uts/common/fs/zfs/spa.c
1693
spares = kmem_alloc(spa->spa_spares.sav_count * sizeof (void *),
usr/src/uts/common/fs/zfs/spa.c
1744
newvdevs = kmem_alloc(
usr/src/uts/common/fs/zfs/spa.c
1840
l2cache = kmem_alloc(
usr/src/uts/common/fs/zfs/spa.c
1871
packed = kmem_alloc(nvsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
1933
child = kmem_alloc(rvd->vdev_children * sizeof (nvlist_t **),
usr/src/uts/common/fs/zfs/spa.c
2818
spa->spa_async_zio_root = kmem_alloc(max_ncpus * sizeof (void *),
usr/src/uts/common/fs/zfs/spa.c
452
strval = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN,
usr/src/uts/common/fs/zfs/spa.c
471
strval = kmem_alloc(za.za_num_integers, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
5006
newdevs = kmem_alloc(sizeof (void *) *
usr/src/uts/common/fs/zfs/spa.c
5177
spa->spa_async_zio_root = kmem_alloc(max_ncpus * sizeof (void *),
usr/src/uts/common/fs/zfs/spa.c
5888
char *tmpname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
5897
char *dsname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
6349
oldvd->vdev_path = kmem_alloc(strlen(newvd->vdev_path) + 5,
usr/src/uts/common/fs/zfs/spa.c
738
dp = kmem_alloc(sizeof (spa_config_dirent_t),
usr/src/uts/common/fs/zfs/spa.c
7866
packed = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
7911
list = kmem_alloc(sav->sav_count * sizeof (void *), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
966
tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_config.c
104
buf = kmem_alloc(fsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_config.c
89
pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_history.c
537
msg = kmem_alloc(vsnprintf(NULL, 0, fmt, adx) + 1, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_misc.c
1494
new = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_misc.c
2168
sip = kmem_alloc(sizeof (spa_import_progress_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/space_reftree.c
91
sr = kmem_alloc(sizeof (*sr), KM_SLEEP);
usr/src/uts/common/fs/zfs/sys/dbuf.h
428
char *__blkbuf = kmem_alloc(BP_SPRINTF_LEN, KM_SLEEP); \
usr/src/uts/common/fs/zfs/sys/dsl_dataset.h
474
char *__ds_name = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP); \
usr/src/uts/common/fs/zfs/sys/dsl_dir.h
198
char *__ds_name = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP); \
usr/src/uts/common/fs/zfs/sys/spa.h
1076
char *__blkbuf = kmem_alloc(BP_SPRINTF_LEN, KM_SLEEP); \
usr/src/uts/common/fs/zfs/txg.c
436
cb_list = kmem_alloc(sizeof (list_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/unique.c
76
unique_t *un = kmem_alloc(sizeof (unique_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev.c
3140
uint64_t *smobj_array = kmem_alloc(array_bytes, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev.c
465
newchild = kmem_alloc(newc * sizeof (vdev_t *), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
1007
vb = kmem_alloc(sizeof (vdev_buf_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
1129
label = kmem_alloc(sizeof (vdev_label_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
239
char *buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
383
char *buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
633
physpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
942
zio->io_vsd = dkc = kmem_alloc(sizeof (*dkc), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_file.c
262
vb = kmem_alloc(sizeof (vdev_buf_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect.c
1002
duplicate_mappings = kmem_alloc(copy_length, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect.c
583
kmem_alloc(sizeof (*vime), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect.c
950
remap_segment_t *rs = kmem_alloc(sizeof (remap_segment_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect_births.c
109
vib->vib_entries = kmem_alloc(births_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect_births.c
149
new_entries = kmem_alloc(new_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect_mapping.c
356
vim->vim_entries = kmem_alloc(map_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect_mapping.c
477
vim->vim_entries = kmem_alloc(new_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect_mapping.c
574
uint32_t *counts = kmem_alloc(counts_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_label.c
227
vs = kmem_alloc(sizeof (*vs), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_label.c
228
vsx = kmem_alloc(sizeof (*vsx), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_label.c
635
child = kmem_alloc(vd->vdev_children * sizeof (nvlist_t *),
usr/src/uts/common/fs/zfs/vdev_label.c
718
array = kmem_alloc(rvd->vdev_children * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_raidz.c
1282
p = kmem_alloc(psize, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_raidz.c
1365
bufs = kmem_alloc(rm->rm_cols * sizeof (abd_t *), KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/vdev_raidz.c
1418
p = kmem_alloc(psize, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_raidz.c
387
rm = kmem_alloc(offsetof(raidz_map_t, rm_col[scols]), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_removal.c
168
newdev = kmem_alloc((count - 1) * sizeof (void *), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap.c
1008
zap_attribute_t *za = kmem_alloc(sizeof (*za), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap.c
1028
zap_attribute_t *za = kmem_alloc(sizeof (*za), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap.c
1053
zap_attribute_t *za = kmem_alloc(sizeof (*za), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap.c
1078
zap_attribute_t *za = kmem_alloc(sizeof (*za), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap_leaf.c
344
kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap_leaf.c
357
char *thisname = kmem_alloc(array_numints, KM_SLEEP);
usr/src/uts/common/fs/zfs/zap_micro.c
178
zap_name_t *zn = kmem_alloc(sizeof (zap_name_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap_micro.c
237
zap_name_t *zn = kmem_alloc(sizeof (zap_name_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap_micro.c
297
mzap_ent_t *mze = kmem_alloc(sizeof (mzap_ent_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zcp.c
170
zcp_cleanup_handler_t *zch = kmem_alloc(sizeof (*zch), KM_SLEEP);
usr/src/uts/common/fs/zfs/zcp.c
744
allocbuf = kmem_alloc(allocsize, flags);
usr/src/uts/common/fs/zfs/zcp_get.c
164
buf = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/zcp_get.c
228
char *strval = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/zcp_get.c
432
char *strval = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/zcp_get.c
590
domain_val = kmem_alloc(domain_len + 1, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_acl.c
1898
vsecp->vsa_aclentp = kmem_alloc(aclsz, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_acl.c
483
aclnode->z_acldata = kmem_alloc(bytes, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_acl.c
834
oldaclp = kmem_alloc(sizeof (zfs_oldace_t) * aclp->z_acl_count,
usr/src/uts/common/fs/zfs/zfs_ctldir.c
578
sep->se_name = kmem_alloc(strlen(nm) + 1, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ctldir.c
879
sep = kmem_alloc(sizeof (zfs_snapentry_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ctldir.c
880
sep->se_name = kmem_alloc(strlen(nm) + 1, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ctldir.c
889
mountpoint = kmem_alloc(mountpoint_len, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_debug.c
80
zdm = kmem_alloc(sizeof (zfs_dbgmsg_t) + size, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_dir.c
263
dl = kmem_alloc(sizeof (zfs_dirlock_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_dir.c
295
name = kmem_alloc(dl->dl_namesize, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
130
packed = kmem_alloc(fuid_size, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
148
domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
255
fuids = kmem_alloc(numnodes * sizeof (void *), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
271
packed = kmem_alloc(nvsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
340
domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
453
fuid_domain = kmem_alloc(sizeof (zfs_fuid_domain_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
467
fuid = kmem_alloc(sizeof (zfs_fuid_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
1410
packed = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
1879
hist_buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
375
buf = kmem_alloc(HIS_MAX_RECORD_LEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
4576
zc = kmem_alloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
5569
void *buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
7283
saved_poolname = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_onexit.c
163
ap = kmem_alloc(sizeof (zfs_onexit_action_node_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_replay.c
244
zfuid = kmem_alloc(sizeof (zfs_fuid_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_rlock.c
226
proxy = kmem_alloc(sizeof (locked_range_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_rlock.c
253
locked_range_t *rear = kmem_alloc(sizeof (locked_range_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_rlock.c
276
locked_range_t *lr = kmem_alloc(sizeof (locked_range_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_rlock.c
456
locked_range_t *new = kmem_alloc(sizeof (locked_range_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_vnops.c
2477
outbuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_vnops.c
3853
zl = kmem_alloc(sizeof (*zl), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_znode.c
963
sa_attrs = kmem_alloc(sizeof (sa_bulk_attr_t) * ZPL_END, KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
1014
zv = kmem_alloc(sizeof (*zv), KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
1664
itx = kmem_alloc(offsetof(itx_t, itx_lr) + lrsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
167
zn = kmem_alloc(sizeof (zil_bp_node_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
1847
ian = kmem_alloc(sizeof (itx_async_node_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
3405
zr.zr_lr = kmem_alloc(2 * SPA_MAXBLOCKSIZE, KM_SLEEP);
usr/src/uts/common/fs/zfs/zio.c
297
zio_transform_t *zt = kmem_alloc(sizeof (zio_transform_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_compress.c
162
zio_decompress_failed_buf = kmem_alloc(s_len, KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_crypt.c
1436
src_iovecs = kmem_alloc(nr_src * sizeof (iovec_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_crypt.c
1444
dst_iovecs = kmem_alloc(nr_dst * sizeof (iovec_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_crypt.c
1630
src_iovecs = kmem_alloc(nr_src * sizeof (iovec_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_crypt.c
1638
dst_iovecs = kmem_alloc(nr_dst * sizeof (iovec_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_crypt.c
1770
plain_iovecs = kmem_alloc(nr_plain * sizeof (iovec_t),
usr/src/uts/common/fs/zfs/zio_crypt.c
1777
cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t),
usr/src/uts/common/fs/zfs/zio_crypt.c
1952
failed_decrypt_buf = kmem_alloc(datalen, KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_inject.c
769
handler = kmem_alloc(sizeof (inject_handler_t), KM_SLEEP);
usr/src/uts/common/gssapi/gssd_handle.c
134
netaddrp->buf = kmem_alloc(netaddrp->len, KM_SLEEP);
usr/src/uts/common/gssapi/include/mechglueP.h
687
#define MALLOC(n) kmem_alloc((n), KM_SLEEP)
usr/src/uts/common/idmap/idmap_cache.c
123
char *ret = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
589
new = kmem_alloc(sizeof (sid2pid_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
631
new = kmem_alloc(sizeof (pid2sid_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
682
new = kmem_alloc(sizeof (sid2pid_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
724
new = kmem_alloc(sizeof (pid2sid_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
784
new = kmem_alloc(sizeof (sid2pid_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
837
new = kmem_alloc(sizeof (pid2sid_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
868
new = kmem_alloc(sizeof (pid2sid_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_cache.c
940
kidmap_sid_prefix_store = kmem_alloc(
usr/src/uts/common/idmap/idmap_cache.c
998
new = kmem_alloc(sizeof (sid_prefix_node_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_kapi.c
1423
inbuf_ptr = kmem_alloc(inbuf_size, KM_SLEEP);
usr/src/uts/common/idmap/idmap_kapi.c
1424
outbuf_ptr = kmem_alloc(outbuf_size, KM_SLEEP);
usr/src/uts/common/inet/ilb/ilb.c
1116
arg = kmem_alloc(sizeof (ilb_rule_tq_t), KM_SLEEP);
usr/src/uts/common/inet/ilb/ilb.c
2055
ilbs = kmem_alloc(sizeof (ilb_stack_t), KM_SLEEP);
usr/src/uts/common/inet/ilb/ilb.c
2062
ilbs->ilbs_kstat = kmem_alloc(sizeof (ilb_g_kstat_t), KM_SLEEP);
usr/src/uts/common/inet/ilb/ilb.c
846
arg = kmem_alloc(sizeof (ilb_rule_tq_t), KM_SLEEP);
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_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_nat.c
227
tmp = kmem_alloc(sizeof (ilb_nat_src_entry_t), KM_NOSLEEP);
usr/src/uts/common/inet/inet_common.c
47
inet_arena_t *arena = kmem_alloc(sizeof (inet_arena_t), kmflags);
usr/src/uts/common/inet/ip/conn_opt.c
2272
hdrs = kmem_alloc(hdrs_len, KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
2154
icmp->icmp_filter = kmem_alloc(
usr/src/uts/common/inet/ip/icmp.c
5021
is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
usr/src/uts/common/inet/ip/icmp.c
5526
optvalp_buf = kmem_alloc(max_optbuf_len, KM_SLEEP);
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
14968
dst->ipp_hopopts = kmem_alloc(src->ipp_hopoptslen, kmflag);
usr/src/uts/common/inet/ip/ip.c
14979
dst->ipp_rthdrdstopts = kmem_alloc(src->ipp_rthdrdstoptslen,
usr/src/uts/common/inet/ip/ip.c
14991
dst->ipp_dstopts = kmem_alloc(src->ipp_dstoptslen, kmflag);
usr/src/uts/common/inet/ip/ip.c
15002
dst->ipp_rthdr = kmem_alloc(src->ipp_rthdrlen, kmflag);
usr/src/uts/common/inet/ip/ip.c
15013
dst->ipp_ipv4_options = kmem_alloc(src->ipp_ipv4_options_len,
usr/src/uts/common/inet/ip/ip.c
15025
dst->ipp_label_v4 = kmem_alloc(src->ipp_label_len_v4, kmflag);
usr/src/uts/common/inet/ip/ip.c
15036
dst->ipp_label_v6 = kmem_alloc(src->ipp_label_len_v6, kmflag);
usr/src/uts/common/inet/ip/ip.c
15047
dst->ipp_fraghdr = kmem_alloc(src->ipp_fraghdrlen, kmflag);
usr/src/uts/common/inet/ip/ip.c
4690
ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
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
5644
ipp->ipp_label_v4 = kmem_alloc(optlen,
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/ip_attr.c
780
ixa = kmem_alloc(sizeof (*ixa), kmflag);
usr/src/uts/common/inet/ip/ip_attr.c
869
ixa = kmem_alloc(sizeof (*ixa), KM_NOSLEEP_LAZY);
usr/src/uts/common/inet/ip/ip_attr.c
940
ixa = kmem_alloc(sizeof (*ixa), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_helper_stream.c
114
ip_minfop = kmem_alloc(sizeof (ip_helper_minfo_t), KM_SLEEP);
usr/src/uts/common/inet/ip/ip_helper_stream.c
194
helper = kmem_alloc(sizeof (ip_helper_stream_info_t), KM_SLEEP);
usr/src/uts/common/inet/ip/ip_if.c
17884
ill->ill_allowed_ips = kmem_alloc(
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
5082
if ((thh = kmem_alloc(sizeof (*thh), KM_NOSLEEP)) == NULL)
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
4779
template = kmem_alloc(hw_addr_len, 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_srcid.c
139
*smpp = kmem_alloc(sizeof (srcid_map_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ipdrop.c
226
ipd->ipd_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/inet/ip/ipmp.c
845
if ((entp = kmem_alloc(sizeof (ipmp_arpent_t) + lladdr_len,
usr/src/uts/common/inet/ip/ipsecah.c
401
ahp = (ipsecahparam_t *)kmem_alloc(sizeof (lcl_param_arr), KM_SLEEP);
usr/src/uts/common/inet/ip/ipsecesp.c
451
espp = (ipsecespparam_t *)kmem_alloc(sizeof (lcl_param_arr), KM_SLEEP);
usr/src/uts/common/inet/ip/keysock.c
427
ksp = (keysockparam_t *)kmem_alloc(sizeof (lcl_param_arr), KM_SLEEP);
usr/src/uts/common/inet/ip/rts.c
1261
pa = (rtsparam_t *)kmem_alloc(sizeof (lcl_param_arr), KM_SLEEP);
usr/src/uts/common/inet/ip/rts.c
1374
optvalp_buf = kmem_alloc(max_optbuf_len, KM_SLEEP);
usr/src/uts/common/inet/ip/sadb.c
3209
newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen,
usr/src/uts/common/inet/ip/sadb.c
3318
newbie->ipsa_encrkey = kmem_alloc(newbie->ipsa_encrkeylen,
usr/src/uts/common/inet/ip/sadb.c
3339
newbie->ipsa_nonce_buf = kmem_alloc(
usr/src/uts/common/inet/ip/sadb.c
4187
newbie = kmem_alloc(sizeof (*newbie),
usr/src/uts/common/inet/ip/sadb.c
420
table = (isaf_t *)kmem_alloc(size * sizeof (*table), kmflag);
usr/src/uts/common/inet/ip/sadb.c
4220
newbie = kmem_alloc(sizeof (*newbie),
usr/src/uts/common/inet/ip/sadb.c
444
table = (iacqf_t *)kmem_alloc(size * sizeof (*table), kmflag);
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
919
newbie->ipsa_authkey = kmem_alloc(newbie->ipsa_authkeylen,
usr/src/uts/common/inet/ip/sadb.c
938
newbie->ipsa_encrkey = kmem_alloc(newbie->ipsa_encrkeylen,
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
3954
php = kmem_alloc(sizeof (*php), 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/spdsock.c
325
ssp = (spdsockparam_t *)kmem_alloc(sizeof (lcl_param_arr), KM_SLEEP);
usr/src/uts/common/inet/ip/spdsock.c
842
actp = kmem_alloc(sizeof (*actp) * nact, KM_NOSLEEP);
usr/src/uts/common/inet/ipd/ipd.c
847
configs = kmem_alloc(sizeof (ipd_ioc_info_t) * azones, KM_SLEEP);
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
299
# define SLEEPING_KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_SLEEP)
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/ipf/solaris.c
429
ifs = (ipf_stack_t *)kmem_alloc(sizeof (*ifs), KM_SLEEP);
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/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/mi.c
115
ptr = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/inet/optcom.c
1919
optbuf = kmem_alloc(inlen, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp.c
1546
sctps->sctps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
usr/src/uts/common/inet/sctp/sctp_asconf.c
1459
ainfo->sctp_cl_alist = kmem_alloc(ainfo->sctp_cl_asize,
usr/src/uts/common/inet/sctp/sctp_asconf.c
1582
ainfo = kmem_alloc(sizeof (*ainfo), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1584
ainfo->sctp_cl_dlist = kmem_alloc(ainfo->sctp_cl_dsize,
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_bind.c
184
slc = kmem_alloc(sizeof (sctp_listen_cnt_t), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_bind.c
417
llist = kmem_alloc(lsize, KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_bind.c
501
ulist = kmem_alloc(usize, KM_SLEEP);
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_common.c
948
hdrs = kmem_alloc(hdrs_len, sleep);
usr/src/uts/common/inet/sctp/sctp_common.c
988
hdrs = kmem_alloc(hdrs_len, sleep);
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
631
slist = kmem_alloc(ssize, KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_conn.c
632
flist = kmem_alloc(fsize, KM_SLEEP);
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
715
slist = kmem_alloc(ssize, KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
781
slist = kmem_alloc(ssize, KM_SLEEP);
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
1367
fcode = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/inet/sockmods/socksctp.c
1268
optbuf = kmem_alloc(maxlen, KM_SLEEP);
usr/src/uts/common/inet/sockmods/socksctp.c
1586
buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/inet/sockmods/socksctp.c
1650
buf = kmem_alloc(optlen, KM_SLEEP);
usr/src/uts/common/inet/sockmods/socksctp.c
583
msg->msg_name = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/inet/sockmods/socksctpsubr.c
108
newlist = kmem_alloc(newcnt * sizeof (struct sctp_sa_id), kmflags);
usr/src/uts/common/inet/sockmods/socksdp.c
759
optbuf = kmem_alloc(maxlen, KM_SLEEP);
usr/src/uts/common/inet/tcp/tcp.c
3808
tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
usr/src/uts/common/inet/tcp/tcp.c
4498
tlc = kmem_alloc(sizeof (tcp_listen_cnt_t),
usr/src/uts/common/inet/tcp/tcp_sig.c
136
tcpsig_db_t *db = kmem_alloc(sizeof (tcpsig_db_t), KM_SLEEP);
usr/src/uts/common/inet/tcp/tcp_sig.c
781
sa->ts_key.sak_key = kmem_alloc(sa->ts_key.sak_keylen,
usr/src/uts/common/inet/tcp/tcp_socket.c
402
optvalp_buf = kmem_alloc(max_optbuf_len, KM_SLEEP);
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
4554
us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
usr/src/uts/common/inet/udp/udp.c
6456
optvalp_buf = kmem_alloc(max_optbuf_len, KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_async.c
160
async = kmem_alloc(sizeof (hci1394_async_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_attach.c
617
resv_map = kmem_alloc((sizeof (h1394_addr_map_t) * (resv_num)),
usr/src/uts/common/io/1394/adapters/hci1394_buf.c
97
buf = kmem_alloc(sizeof (hci1394_buf_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_csr.c
111
csr = kmem_alloc(sizeof (hci1394_csr_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_isoch.c
73
isochp = kmem_alloc(sizeof (hci1394_isoch_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
92
ohci = kmem_alloc(sizeof (hci1394_ohci_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_q.c
107
q = kmem_alloc(sizeof (hci1394_q_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_tlabel.c
59
tstruct = kmem_alloc(sizeof (hci1394_tlabel_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_tlist.c
80
list = kmem_alloc(sizeof (hci1394_tlist_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
295
vendor->ve_reg_array[0] = kmem_alloc(sizeof (hci1394_vendor_reg_t),
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
92
vendor = kmem_alloc(sizeof (hci1394_vendor_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/dcam1394/dcam.c
911
kmem_alloc(sizeof (dcam1394_param_list_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/dcam1394/dcam.c
932
kmem_alloc((size_t)sizeof (dcam1394_param_list_t),
usr/src/uts/common/io/1394/targets/dcam1394/dcam_ring_buff.c
69
ring_buff_p = (ring_buff_t *)kmem_alloc(num_bytes, KM_SLEEP);
usr/src/uts/common/io/1394/targets/dcam1394/dcam_ring_buff.c
84
(buff_info_t *)kmem_alloc(num_bytes, KM_SLEEP);
usr/src/uts/common/io/aac/aac.c
1612
softs->htable = kmem_alloc(softs->intr_size, KM_SLEEP);
usr/src/uts/common/io/aac/aac.c
5301
acp->sgt = kmem_alloc(sizeof (struct aac_sge) * \
usr/src/uts/common/io/aggr/aggr_ctl.c
109
ports = kmem_alloc(ports_size, KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_ctl.c
228
ports = kmem_alloc(ports_size, KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
2709
addr = kmem_alloc(sizeof (aggr_unicst_addr_t), KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
3291
mtu = kmem_alloc(sizeof (uint32_t) * grp->lg_nports, KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
3397
rval = kmem_alloc(rmaxcnt * sz_range32, KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
3400
ta = kmem_alloc(2 * rmaxcnt * sizeof (rboundary_t), KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
3477
vals[i] = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
3492
vals[i] = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_port.c
638
addr = kmem_alloc(sizeof (aggr_unicst_addr_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1.c
140
atgep->atge_tx_ring = kmem_alloc(sizeof (atge_ring_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1.c
168
l1->atge_rx_ring = kmem_alloc(sizeof (atge_ring_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1c.c
168
atgep->atge_tx_ring = kmem_alloc(sizeof (atge_ring_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1c.c
196
l1c->atge_rx_ring = kmem_alloc(sizeof (atge_ring_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1e.c
151
atgep->atge_tx_ring = kmem_alloc(sizeof (atge_ring_t), KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_engine.c
162
buf = kmem_alloc(nfr * e->e_framesz, KM_SLEEP);
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/bge/bge_main2.c
4381
bgep->htable = kmem_alloc(intr_size, KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
2164
dc = kmem_alloc(sizeof (*dc), KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
2444
devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
567
tmp = kmem_alloc(km_len + 1, KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
812
bd->d_queues = kmem_alloc(sizeof (*bd->d_queues) * bd->d_qcount,
usr/src/uts/common/io/bofi.c
1758
ep->logbase = kmem_alloc(sizeof (struct acc_log_elem) *
usr/src/uts/common/io/bofi.c
3978
dummyhp->hparrayp = kmem_alloc(count *
usr/src/uts/common/io/bpf/bpf.c
1282
fcode = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/bpf/bpf_mod.c
286
bp = kmem_alloc(sizeof (*bp), KM_SLEEP);
usr/src/uts/common/io/bufmod.c
214
sbp = kmem_alloc(sizeof (struct sb), KM_SLEEP);
usr/src/uts/common/io/busra.c
1359
newregs = kmem_alloc(rlen + sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/common/io/busra.c
1521
newregs = kmem_alloc(rlen + sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/common/io/busra.c
1668
newregs = kmem_alloc(sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus.c
1534
propp->prop_name = (char *)kmem_alloc(pnlen, KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus.c
1650
cdsp->nodename = kmem_alloc(
usr/src/uts/common/io/cardbus/cardbus.c
1668
cdsp->binding_name = kmem_alloc(
usr/src/uts/common/io/cardbus/cardbus.c
1720
intp = (unsigned *)kmem_alloc(
usr/src/uts/common/io/cardbus/cardbus.c
1732
intp = (unsigned *)kmem_alloc(
usr/src/uts/common/io/cardbus/cardbus.c
1746
cdsp->nodename = kmem_alloc(
usr/src/uts/common/io/cardbus/cardbus.c
1786
cdsp->binding_name = kmem_alloc(
usr/src/uts/common/io/cardbus/cardbus.c
824
cb_avail_p = kmem_alloc(sizeof (pci_regspec_t) * avail_entries,
usr/src/uts/common/io/cardbus/cardbus.c
853
cb_range_p = kmem_alloc(
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3912
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3920
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3929
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3942
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_hp.c
123
cbp->nexus_path = kmem_alloc(strlen(tbuf) + 1, KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_hp.c
533
cbp->name = (char *)kmem_alloc(strlen(slot_info->pci_slot_name)
usr/src/uts/common/io/cardbus/cardbus_hp.c
609
occupant->id[occupant->i] = kmem_alloc(strlen(pn) + 1, KM_SLEEP);
usr/src/uts/common/io/chxge/ch.c
1805
chp->ch_name = (char *)kmem_alloc(sizeof ("chxge00"), KM_SLEEP);
usr/src/uts/common/io/chxge/pe.c
392
buf = kmem_alloc(sizeof (cmdQ_ce_t) * 2 * mseg,
usr/src/uts/common/io/cmlb.c
2110
devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
4176
buffer = kmem_alloc(user_efi.dki_length, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
4270
buffer = kmem_alloc(cl->cl_sys_blocksize, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
4701
gpt = kmem_alloc(cl->cl_sys_blocksize, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
5008
buffer = kmem_alloc(user_efi.dki_length, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
5761
if ((buffer = kmem_alloc(*lengthp,
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
239
buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
559
scmd = (sbd_cmd_t *)kmem_alloc(sizeof (sbd_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
570
scmd->trans_data = kmem_alloc((size_t)len, KM_SLEEP);
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.c
2454
sli_buf_copy = kmem_alloc(sli_buf_sz + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2508
sl->sl_alias = kmem_alloc(sl->sl_alias_alloc_size, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2515
sl->sl_mgmt_url = kmem_alloc(sl->sl_mgmt_url_alloc_size,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2795
sl->sl_alias = kmem_alloc(alias_sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2821
sl->sl_mgmt_url = kmem_alloc(url_sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2940
sbd_mgmt_url = kmem_alloc(url_sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3436
p = (char *)kmem_alloc(strlen(src) + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3690
zc->zc_nvlist_dst = (uint64_t)(intptr_t)kmem_alloc(size,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3716
*comstarprop = kmem_alloc(strlen(ptr) + 1,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1009
scmd = (sbd_cmd_t *)kmem_alloc(sizeof (sbd_cmd_t),
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1072
scmd = (sbd_cmd_t *)kmem_alloc(sizeof (sbd_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1648
scmd = (sbd_cmd_t *)kmem_alloc(sizeof (sbd_cmd_t),
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1681
scmd = (sbd_cmd_t *)kmem_alloc(sizeof (sbd_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1761
kmem_alloc(sizeof (sbd_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2414
big_buf = kmem_alloc(big_buf_size, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2717
scmd = (sbd_cmd_t *)kmem_alloc(sizeof (sbd_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2726
scmd->trans_data = kmem_alloc((size_t)len, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
788
iov = kmem_alloc(iovcnt * sizeof (*iov), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_zvol.c
279
abp = kmem_alloc(sizeof (arc_buf_t *) * numbufs, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/discovery.c
1980
rscn_req_payload = kmem_alloc(rscn_req_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
2804
itask = kmem_alloc(sizeof (iscsit_task_t) + sizeof (iscsit_buf_t) +
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
534
cfg_pnvlist = kmem_alloc(setcfg.set_cfg_pnvlist_len,
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
2887
combined_pdu = kmem_alloc(combined_len, KM_SLEEP);
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_isns.c
509
isns_eid = kmem_alloc(hostinfo->length, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
2625
kmem_alloc(strlen(string_val) + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
2636
kmem_alloc(strlen(string_val) + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
167
kmem_alloc(strlen(initiator_name) + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
172
kmem_alloc(strlen(target_name) + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
346
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1205
ptask = kmem_alloc(sizeof (pppt_task_t) + sizeof (pppt_buf_t) +
usr/src/uts/common/io/comstar/port/pppt/pppt.c
369
buf = kmem_alloc(buf_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/pppt.c
584
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2839
qlt->fw_code01 = (uint32_t *)kmem_alloc(iocd->stmf_ibuf_size,
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
736
qsgl = kmem_alloc(qsize, KM_SLEEP);
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
515
ioc->ioc_iu_bufs = kmem_alloc(srpt_iu_size *
usr/src/uts/common/io/comstar/stmf/stmf.c
2208
sh = (__stmf_t *)kmem_alloc(stmf_size, kmem_flag);
usr/src/uts/common/io/comstar/stmf/stmf.c
3584
ident = kmem_alloc(id->ident_length + 1, KM_NOSLEEP);
usr/src/uts/common/io/cons.c
421
uiod.d_iov = kmem_alloc(iovlen, KM_SLEEP);
usr/src/uts/common/io/consconfig_dacf.c
369
fullpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/consconfig_dacf.c
373
buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/cpc.c
587
packbuf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/cpc.c
724
kmem_alloc(set->ks_req[i].kr_nattrs *
usr/src/uts/common/io/cryptmod.c
2681
cd->key = (char *)kmem_alloc((size_t)ci->keylen, KM_SLEEP);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
83
return (kmem_alloc(size, KM_SLEEP));
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/devfm.c
296
buf = kmem_alloc(fid.fid_insz, KM_SLEEP);
usr/src/uts/common/io/devfm.c
331
buf = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/io/devinfo.c
1042
cache->cache_data = kmem_alloc(map_size, KM_SLEEP);
usr/src/uts/common/io/devinfo.c
1099
priv = kmem_alloc(sizeof (struct di_priv_data), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
1376
path = kmem_alloc(plen, KM_SLEEP);
usr/src/uts/common/io/devinfo.c
3202
pl = kmem_alloc(sizeof (*pl), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
3213
pl->pl_val = kmem_alloc(pl->pl_len, KM_SLEEP);
usr/src/uts/common/io/devinfo.c
3491
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/devinfo.c
3953
buf = di_cache.cache_data = kmem_alloc(map_size, KM_SLEEP);
usr/src/uts/common/io/devinfo.c
635
drv_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/devpoll.c
785
pollfdp = kmem_alloc(uiosize, KM_SLEEP);
usr/src/uts/common/io/devpool.c
314
kbuf = kmem_alloc(kbufsz, KM_NOSLEEP);
usr/src/uts/common/io/devpool.c
427
id_buf = kmem_alloc(xtransfer.px_o_complist_size *
usr/src/uts/common/io/devpool.c
498
prop_name = kmem_alloc(propget.pp_o_prop_name_size + 1,
usr/src/uts/common/io/devpool.c
573
listbuf = kmem_alloc(propput.pp_o_bufsize, KM_SLEEP);
usr/src/uts/common/io/devpool.c
628
prop_name = kmem_alloc(proprm.pp_o_prop_name_size + 1,
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_proto.c
905
addr = kmem_alloc(addr_length, KM_SLEEP);
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
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/e1000g/e1000g_main.c
6199
Adapter->htable = kmem_alloc(Adapter->intr_size, KM_SLEEP);
usr/src/uts/common/io/emul64.c
1190
kmem_alloc(error_inj_req.eccd_sns_dlen, KM_SLEEP);
usr/src/uts/common/io/fcoe/fcoe_fc.c
306
frm = (fcoe_frame_t *)kmem_alloc(alloc_size, KM_SLEEP);
usr/src/uts/common/io/fd.c
2099
fdr.fdr_addr = kmem_alloc((size_t)ucount, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5071
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5104
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5155
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5197
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5286
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5321
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5372
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5396
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6275
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6562
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6587
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6664
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6694
hash_val = (uint32_t *)kmem_alloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3778
if ((buffer = (uint8_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
4204
temp_event = (dump_temp_event_t *)kmem_alloc(
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
1156
if (!(bp = (struct sd_prlo_rcv_v0 *)kmem_alloc(size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1194
if (!(bp = (struct sd_lsrjt_rcv_v0 *)kmem_alloc(size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1234
if (!(bp = (struct sd_pbsy_rcv_v0 *)kmem_alloc(size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1277
if (!(bp = (struct sd_fcprdchkerr_v0 *)kmem_alloc(size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1318
if (!(bp = (struct sd_scsi_generic_v0 *)kmem_alloc(size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
1358
if (!(bp = (struct sd_scsi_checkcond_v0 *)kmem_alloc(size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
226
if (!(entry = (emlxs_event_entry_t *)kmem_alloc(
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_hba.c
283
kmem_alloc((size_t)(count * sizeof (ddi_intr_handle_t)),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
325
kmem_alloc((size_t)(actual * sizeof (ddi_intr_handle_t)),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
341
(uint32_t *)kmem_alloc((size_t)(count * sizeof (uint32_t)),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
345
intr_cap = kmem_alloc((size_t)(count * sizeof (uint32_t)), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_pkt.c
172
if (!(pkt = (fc_packet_t *)kmem_alloc(pkt_size, sleep))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_thread.c
524
ethread = (emlxs_thread_t *)kmem_alloc(sizeof (emlxs_thread_t),
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
370
ub->ub_buffer = kmem_alloc(frm->frm_payload_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
4372
fcode_ver_buf = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2215
if ((bufp = kmem_alloc(fw_size, KM_SLEEP)) != NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4531
vha = kmem_alloc(sizeof (ql_adapter_state_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4276
qlge->htable = kmem_alloc(qlge->intr_size, KM_SLEEP);
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/fp.c
2049
cp = pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/impl/fp.c
2064
pkt->pkt_cmd = kmem_alloc(cmd_len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
2104
cp = pkt->pkt_resp_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/impl/fp.c
2119
pkt->pkt_resp = kmem_alloc(resp_len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6391
cp = fc_pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6531
cp = fc_pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6585
cp = fc_pkt->pkt_resp_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10644
cp = fpkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10732
cp = fpkt->pkt_resp_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11634
if ((p = kmem_alloc(sizeof (struct fcp_reset_elem),
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15684
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
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
6055
fpkt->pkt_data = kmem_alloc(fpkt->pkt_datalen, flags);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8224
devname = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2137
cp = pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2210
cp = pkt->pkt_resp_cookie = (ddi_dma_cookie_t *)kmem_alloc(
usr/src/uts/common/io/fssnap.c
1195
cmnode = kmem_alloc(sizeof (cow_map_node_t), KM_SLEEP);
usr/src/uts/common/io/fssnap.c
1587
oldbp->b_un.b_addr = kmem_alloc(cmap->cmap_chunksz, KM_SLEEP);
usr/src/uts/common/io/fssnap.c
1811
sidp = kmem_alloc(sizeof (struct snapshot_id), KM_SLEEP);
usr/src/uts/common/io/fssnap.c
846
newbuffer = kmem_alloc(newlen, KM_SLEEP);
usr/src/uts/common/io/gen_drv.c
1576
dstatep->node_type = kmem_alloc(
usr/src/uts/common/io/gpio/gpio_sim.c
531
gs->gs_pins = kmem_alloc(sizeof (gpio_sim_pin_t) * gs->gs_npins,
usr/src/uts/common/io/gpio/kgpio.c
1412
user_data = kmem_alloc(kgpio_max_user_nvl, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/hook.c
1132
dst->hf_name = (char *)kmem_alloc(strlen(src->hf_name) + 1, KM_SLEEP);
usr/src/uts/common/io/hook.c
2307
dst->h_name = (char *)kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/io/hook.c
2319
dst->h_hintvalue = (uintptr_t)kmem_alloc(len + 1,
usr/src/uts/common/io/hook.c
2507
hn = (hook_notify_t *)kmem_alloc(sizeof (*hn), KM_SLEEP);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2056
kmem_alloc(strlen(slot_info->pci_slot_name) + 1, KM_SLEEP);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
672
kmem_alloc(sizeof (char[MAXPATHLEN]), KM_SLEEP);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
692
occupant = kmem_alloc(sizeof (hpc_occupant_info_t), KM_SLEEP);
usr/src/uts/common/io/hxge/hxge_common_impl.h
132
#define KMEM_ALLOC(size, flag) kmem_alloc(size, flag)
usr/src/uts/common/io/hxge/hxge_main.c
3993
intrp->htable = kmem_alloc(intrp->intr_size, KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex.c
1035
conf->inbc_dup = kmem_alloc(conf->inbc_duplen, KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_device.c
118
dev->id_ucompat = kmem_alloc(sizeof (char *) * ncompat,
usr/src/uts/common/io/i2c/nexus/i2cnex_user.c
949
nvl_data = kmem_alloc(UI2C_IOCTL_NVL_MAX_SIZE, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/i40e/i40e_main.c
1741
i40e->i40e_intr_handles = kmem_alloc(i40e->i40e_intr_size, KM_SLEEP);
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_main.c
520
idp = kmem_alloc(sizeof (i40e_device_t), KM_SLEEP);
usr/src/uts/common/io/i40e/i40e_main.c
528
idp->id_rsrcs = kmem_alloc(sizeof (i40e_switch_rsrc_t) *
usr/src/uts/common/io/i40e/i40e_main.c
857
buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/i40e/i40e_main.c
902
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4753
state->hs_msix_tbl_entries = kmem_alloc(state->hs_msix_tbl_size,
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4757
state->hs_msix_pba_entries = kmem_alloc(state->hs_msix_pba_size,
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2475
mi_hdl = kmem_alloc(sizeof (*mi_hdl), kmflag);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2530
mi_hdl = kmem_alloc(sizeof (*mi_hdl) +
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2879
mem_alloc_hdl = kmem_alloc(sizeof (**mem_hdl),
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_misc.c
148
udbr = kmem_alloc(sizeof (*udbr), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
85
pagep = kmem_alloc(sizeof (*pagep), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
1363
qp_range_p = kmem_alloc(sizeof (*qp_range_p),
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
2611
mi_hdl = kmem_alloc(sizeof (*mi_hdl), kmflag);
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
2663
mi_hdl = kmem_alloc(sizeof (*mi_hdl) +
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
2960
*mem_hdl = kmem_alloc(sizeof (**mem_hdl),
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/ibd/ibd.c
5415
state->id_rxwcs = kmem_alloc(sizeof (ibt_wc_t) *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5445
state->id_txwcs = kmem_alloc(sizeof (ibt_wc_t) *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8912
*attr_list = kmem_alloc(sizeof (ibt_part_attr_t) * n, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2392
p = kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
504
chunk = kmem_alloc(chunksize, km_flags);
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
210
device = kmem_alloc(sizeof (ib_device_t), KM_SLEEP);
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/rds/rdsib_debug.c
94
rds_debug_buf = (char *)kmem_alloc(rds_debug_buf_size, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_sc.c
135
p = (rds_node_record_t *)kmem_alloc(sizeof (rds_node_record_t),
usr/src/uts/common/io/ib/clients/rds/rdsib_sc.c
137
p1 = (rds_path_record_t *)kmem_alloc(
usr/src/uts/common/io/ib/clients/rds/rdsib_sc.c
163
p1 = (rds_path_record_t *)kmem_alloc(
usr/src/uts/common/io/ib/clients/rdsv3/ib.c
76
dev_attr = (ibt_hca_attr_t *)kmem_alloc(sizeof (*dev_attr),
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
586
ic->i_sends = kmem_alloc(ic->i_send_ring.w_nr *
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
598
kmem_alloc(ic->i_send_ring.w_nr * (sizeof (ibt_send_wr_t) +
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
613
ic->i_recvs = kmem_alloc(ic->i_recv_ring.w_nr *
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
625
kmem_alloc(ic->i_recv_ring.w_nr * sizeof (ibt_recv_wr_t),
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/page.c
64
page = kmem_alloc(PAGE_SIZE, gfp);
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
486
op->r_notifier = kmem_alloc(sizeof (struct rdsv3_notifier),
usr/src/uts/common/io/ib/clients/rdsv3/rds_recv.c
596
sin = kmem_alloc(sizeof (struct sockaddr_in), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_debug.c
93
rdsv3_debug_buf = (char *)kmem_alloc(rdsv3_debug_buf_size, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1123
bp = kmem_alloc(bufsz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1186
iov = kmem_alloc(num * sizeof (ibt_iov_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1272
(struct rdsv3_hdrs_mr *)kmem_alloc(sizeof (struct rdsv3_hdrs_mr),
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
154
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
222
rbuf = kmem_alloc(rbufsize, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
356
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
436
rbuf = kmem_alloc(rbufsize, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
972
frag->f_page = kmem_alloc(PAGE_SIZE, kmflags);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_sc.c
133
p = (rds_node_record_t *)kmem_alloc(sizeof (rds_node_record_t),
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_sc.c
135
p1 = (rds_path_record_t *)kmem_alloc(
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_sc.c
161
p1 = (rds_path_record_t *)kmem_alloc(
usr/src/uts/common/io/ib/ibnex/ibnex.c
2052
node_addr = (char *)kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2529
temp = kmem_alloc(IBNEX_MAX_COMPAT_PROP_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2657
guid = kmem_alloc(sizeof (ib_guid_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2918
comm_svcp[i] = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3336
temp = kmem_alloc(IBNEX_MAX_IBPORT_COMPAT_PROP_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3522
unit_addr = (char *)kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2302
service_name = kmem_alloc((nsvcs + 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2309
service_name[i] = kmem_alloc(strlen(service) + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2336
service_name = kmem_alloc((nsvcs + 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2343
service_name[i] = kmem_alloc(strlen(service) + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2369
service_name = kmem_alloc((nsvcs + 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2376
service_name[i] = kmem_alloc(strlen(service) + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2451
service_name = kmem_alloc((nsvcs - 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2530
service_name = kmem_alloc((nsvcs - 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2612
service_name = kmem_alloc((nsvcs - 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
920
devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_chan.c
1048
ud_destp = kmem_alloc(sizeof (*ud_destp), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_chan.c
650
ibc_send_cq = kmem_alloc(sizeof (ibc_cq_hdl_t) << log2, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_chan.c
651
ibc_recv_cq = kmem_alloc(sizeof (ibc_cq_hdl_t) << log2, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_chan.c
652
ibc_qp_hdl_p = kmem_alloc(sizeof (ibc_qp_hdl_t) << log2, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
1513
new_hcap = kmem_alloc(sizeof (*new_hcap),
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
1542
new_hcap = kmem_alloc(sizeof (*new_hcap),
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
1570
new_hcap = kmem_alloc(sizeof (*new_hcap),
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
1602
new_hcap = kmem_alloc(sizeof (*new_hcap),
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
537
mgrp = kmem_alloc(sizeof (*mgrp), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
560
mgrp = kmem_alloc(sizeof (*mgrp), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
349
hca_listp = kmem_alloc(hca_count * sizeof (ib_guid_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_ibnex.c
119
ret_apid = kmem_alloc(IBTL_IBNEX_APID_LEN, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_ibnex.c
451
*buffer = kmem_alloc(*bufsiz, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_util.c
187
ibtf_debug_buf = (char *)kmem_alloc(ibtf_debug_buf_size, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
1617
flow1 = kmem_alloc(sizeof (*flow1), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
1949
ifail = kmem_alloc(sizeof (*ifail) +
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
2418
pup = kmem_alloc(sizeof (ibcm_port_up_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
3940
tmp_path_p = kmem_alloc(
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
3949
tmp_src_ip_p = kmem_alloc(
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
443
path_tq = kmem_alloc(len, sleep_flag);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
858
tmp_path_p = kmem_alloc(
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
1658
ibcm_tq_recycle_arg = kmem_alloc(sizeof (ibcm_taskq_recycle_arg_t),
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
2214
kmem_alloc(sizeof (*local_handler_priv), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
3218
hdlp = kmem_alloc(sizeof (*hdlp), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4019
proceed_targs = kmem_alloc(sizeof (ibcm_proceed_targs_t),
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4881
mcg_tq = kmem_alloc(sizeof (ibcm_join_mcg_tqarg_t), flag);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
5553
mcg_infop = kmem_alloc((num_records * sizeof (ibt_mcg_info_t)),
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
6552
s_ip = kmem_alloc((count * sizeof (ibt_srcip_info_t)),
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1423
entry = kmem_alloc(sizeof (ibcm_qp_list_t), KM_SLEEP);
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/ibdm/ibdm.c
4836
port_attr = (ibdm_port_attr_t *)kmem_alloc(sizeof (ibdm_port_attr_t),
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4931
out_hca = (ibdm_hca_list_t *)kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5320
out_ioc = kmem_alloc(sizeof (ibdm_ioc_info_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5895
event_arg = (ibdm_saa_event_arg_t *)kmem_alloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
956
kmem_alloc(sizeof (ibt_hca_attr_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
1018
hdl = kmem_alloc(sizeof (*hdl), KM_SLEEP);
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_impl.c
695
pool->id_pool = (uint8_t *)kmem_alloc((IDM_IDPOOL_MIN_SIZE / 8),
usr/src/uts/common/io/idm/idm_so.c
2096
pdu->isp_data = kmem_alloc(pdu->isp_datalen, KM_SLEEP);
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_so.c
442
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/io/idm/idm_so.c
879
new_hdr = kmem_alloc(pdu->isp_hdrlen, KM_SLEEP);
usr/src/uts/common/io/idm/idm_text.c
1012
itb->itb_mem = kmem_alloc(itb->itb_mem_len, KM_SLEEP);
usr/src/uts/common/io/idm/idm_text.c
1015
new_mem = kmem_alloc(new_mem_len, KM_SLEEP);
usr/src/uts/common/io/idm/idm_text.c
1331
str = kmem_alloc(itb.itb_mem_len, KM_SLEEP);
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
500
binary_array = kmem_alloc(binary_length, KM_SLEEP);
usr/src/uts/common/io/idm/idm_text.c
518
binary_array = kmem_alloc(value_length, 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/igb/igb_main.c
4538
igb->htable = kmem_alloc(igb->intr_size, KM_SLEEP);
usr/src/uts/common/io/igc/igc.c
1291
igc->igc_mcast_raw = kmem_alloc(sizeof (ether_addr_t) *
usr/src/uts/common/io/igc/igc.c
874
igc->igc_intr_handles = kmem_alloc(igc->igc_intr_size, KM_SLEEP);
usr/src/uts/common/io/iprb/iprb.c
1255
mc = kmem_alloc(sizeof (*mc), 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/iwn/if_iwn.c
7034
fw->data = kmem_alloc(fw->size, KM_SLEEP);
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_main.c
5606
ixgbe->htable = kmem_alloc(ixgbe->intr_size, KM_SLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_osdep.c
76
return (kmem_alloc(len, KM_SLEEP));
usr/src/uts/common/io/kbtrans/usb_keytables.c
442
kmem_alloc(sizeof (struct keyboard), KM_SLEEP);
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/ksyms.c
293
buf = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/io/ldterm.c
4732
tp->t_csdata.locale_name = (char *)kmem_alloc(
usr/src/uts/common/io/ldterm.c
745
tp->t_csdata.locale_name = (char *)kmem_alloc(6, KM_SLEEP);
usr/src/uts/common/io/lofi.c
1033
iobuf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/lofi.c
1253
lc = kmem_alloc(sizeof (struct lofi_comp_cache), KM_SLEEP);
usr/src/uts/common/io/lofi.c
1590
lsp->ls_comp_bufs[j].buf = kmem_alloc(bp->b_bcount,
usr/src/uts/common/io/lofi.c
1656
kmem_alloc(lsp->ls_uncomp_seg_sz,
usr/src/uts/common/io/lofi.c
2263
klip = *klipp = kmem_alloc(sizeof (struct lofi_ioctl), KM_SLEEP);
usr/src/uts/common/io/lofi.c
2580
lsp->ls_comp_index_data = kmem_alloc(index_sz, KM_SLEEP);
usr/src/uts/common/io/lofi.c
2667
lsp->ls_key.ck_data = kmem_alloc(
usr/src/uts/common/io/lofi.c
269
return (kmem_alloc(size, KM_SLEEP));
usr/src/uts/common/io/mac/mac.c
1368
addr = kmem_alloc(capab.mcm_naddr * MAXMACADDRLEN, KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
3141
cur = kmem_alloc(sizeof (mac_mtu_req_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
3287
mtp->mt_brdcst_addr = kmem_alloc(mtrp->mtr_addrlen, KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
6830
rings = kmem_alloc(nrings * sizeof (mac_ring_handle_t),
usr/src/uts/common/io/mac/mac.c
6860
rings = kmem_alloc(ringcnt * sizeof (mac_ring_handle_t),
usr/src/uts/common/io/mac/mac.c
8230
rings = kmem_alloc(modify * sizeof (mac_ring_handle_t),
usr/src/uts/common/io/mac/mac_ktest.c
143
etp->etp_outputs = kmem_alloc(out_pkt_sz, KM_SLEEP);
usr/src/uts/common/io/mac/mac_ktest.c
189
etp->etp_raw = kmem_alloc(pkt_sz, KM_SLEEP);
usr/src/uts/common/io/mac/mac_provider.c
1013
mip->mi_pdata = kmem_alloc(dsize, KM_SLEEP);
usr/src/uts/common/io/mac/mac_provider.c
285
kmem_alloc(mip->mi_type->mt_addr_length, KM_SLEEP);
usr/src/uts/common/io/mac/mac_provider.c
335
kmem_alloc(mregp->m_pdata_size, KM_SLEEP);
usr/src/uts/common/io/mem.c
691
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/io/mem.c
759
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/io/mem.c
764
name = kmem_alloc(mem_name.m_namelen, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1328
pages = kmem_alloc(sizeof (*pages) * npages, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
827
pas = kmem_alloc(sizeof (*pas) * MLXCX_MANAGE_PAGES_MAX_PAGES,
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1340
out = kmem_alloc(outsize, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
1251
mlxp->mlx_intr_handles = kmem_alloc(mlxp->mlx_intr_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
511
pas = kmem_alloc(sizeof (*pas) * npages, KM_SLEEP);
usr/src/uts/common/io/mwl/mwl.c
969
fwboot = (uint8_t *)kmem_alloc(fwboot_size, KM_SLEEP);
usr/src/uts/common/io/mwl/mwl.c
978
fw = (uint8_t *)kmem_alloc(fw_size, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1667
mgp->toeplitz_hash_table = kmem_alloc(sizeof (uint32_t) * 12 * 256,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4495
mgp->htable = kmem_alloc(mgp->intr_size, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
559
kmem_alloc(sizeof (*j), KM_SLEEP);
usr/src/uts/common/io/net80211/net80211.c
743
im = kmem_alloc(sizeof (ieee80211_impl_t), KM_SLEEP);
usr/src/uts/common/io/net80211/net80211_input.c
595
in->in_challenge = kmem_alloc(IEEE80211_CHALLENGE_LEN,
usr/src/uts/common/io/neti_impl.c
76
new = kmem_alloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/nge/nge_main.c
2953
ngep->htable = kmem_alloc(intr_size, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
3364
*buf = kmem_alloc(log->nigl_len, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
3489
*buf = kmem_alloc(NVME_IDENTIFY_BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
4565
nvme->n_ioq = kmem_alloc(sizeof (nvme_qpair_t *), KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
6546
info = kmem_alloc(sizeof (nvme_ioctl_ctrl_info_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/nxge/nxge_intr.c
618
interrupts->htable = kmem_alloc(interrupts->intr_size, KM_SLEEP);
usr/src/uts/common/io/nxge/nxge_main.c
6106
intrp->htable = kmem_alloc(intrp->intr_size, KM_SLEEP);
usr/src/uts/common/io/nxge/nxge_main.c
6271
intrp->htable = kmem_alloc(intrp->intr_size, KM_SLEEP);
usr/src/uts/common/io/openprom.c
1182
buf1 = kmem_alloc(OBP_MAXPROPNAME, KM_SLEEP);
usr/src/uts/common/io/openprom.c
777
dev_name = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/openprom.c
901
prom_name = kmem_alloc(userbufsize, KM_SLEEP);
usr/src/uts/common/io/overlay/overlay.c
1385
infop = kmem_alloc(sizeof (overlay_ioc_propinfo_t), KM_SLEEP);
usr/src/uts/common/io/overlay/overlay.c
1386
oip = kmem_alloc(sizeof (overlay_ioc_prop_t), KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_mux.c
275
mux = kmem_alloc(sizeof (overlay_mux_t), KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_mux.c
282
mux->omux_addr = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_target.c
1307
iter = kmem_alloc(*bsize, KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_target.c
1596
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_target.c
771
pkt = kmem_alloc(sizeof (overlay_targ_pkt_t), KM_SLEEP);
usr/src/uts/common/io/overlay/plugins/overlay_vxlan.c
95
vxl = kmem_alloc(sizeof (vxlan_t), KM_SLEEP);
usr/src/uts/common/io/pcic.c
1408
pcic->pc_intr_htblp = kmem_alloc(pcic->pc_numsockets *
usr/src/uts/common/io/pcic.c
1499
pcic->pc_pci_intr_hdlp = kmem_alloc(sizeof (ddi_intr_handle_t),
usr/src/uts/common/io/pcic.c
5894
pci_avail_p = kmem_alloc(sizeof (pci_regspec_t) * entries,
usr/src/uts/common/io/pcic.c
6530
dbp = kmem_alloc(sizeof (struct debounce), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
1184
kmem_alloc(sizeof (char[MAXPATHLEN]), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
135
if ((packed = kmem_alloc(packed_sz, KM_SLEEP)) == NULL)
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
501
occupant = kmem_alloc(sizeof (pcie_hp_occupant_info_t), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
1703
sync = kmem_alloc(sizeof (pciehpc_sync_task_t), KM_SLEEP);
usr/src/uts/common/io/pciex/pcie.c
649
pcie_nv_buf = kmem_alloc(ERPT_DATA_SZ, KM_SLEEP);
usr/src/uts/common/io/pfmod.c
178
pfp = kmem_alloc(sizeof (struct epacketfilt), KM_SLEEP);
usr/src/uts/common/io/pm.c
1064
req.data = kmem_alloc(req.datasize, KM_SLEEP);
usr/src/uts/common/io/pm.c
1176
req.data = kmem_alloc(req.datasize, KM_SLEEP);
usr/src/uts/common/io/pm.c
257
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
1103
line = kmem_alloc(len + 1, KM_SLEEP);
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/pshot.c
3138
newdst = kmem_alloc((srclen + dstlen) * sizeof (*src),
usr/src/uts/common/io/ptem.c
173
ntp = kmem_alloc(sizeof (*ntp), KM_SLEEP);
usr/src/uts/common/io/qede/qede_osal.c
153
if ((buf = kmem_alloc(size, flags)) == NULL) {
usr/src/uts/common/io/rge/rge_main.c
1326
rgep->htable = kmem_alloc(intr_size, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
2680
acl = kmem_alloc(acl_size, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
2727
acl = kmem_alloc(acl_size, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
8222
p = kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
8321
p = kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
8747
p = kmem_alloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmops.c
147
p = kmem_alloc(sizeof (rsmops_drv_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmops.c
443
p_ctrl = kmem_alloc(sizeof (rsmops_ctrl_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
10780
task = kmem_alloc(sizeof (*task), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
8286
kmem_alloc(ahci_ctlp->ahcictl_intr_size, KM_SLEEP);
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
3929
nvc->nvc_htable = kmem_alloc(nvc->nvc_intr_size, KM_SLEEP);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5043
si_ctlp->sictl_htable = kmem_alloc(si_ctlp->sictl_intr_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1558
ilg = (iscsi_param_get_t *)kmem_alloc(sizeof (*ilg), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1631
kmem_alloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1732
ils = (iscsi_param_set_t *)kmem_alloc(sizeof (*ils), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1849
ils = (iscsi_param_set_t *)kmem_alloc(sizeof (*ils), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2233
ipp = (iscsi_property_t *)kmem_alloc(sizeof (*ipp),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2577
ispp = (iscsi_static_property_t *)kmem_alloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3305
ll = (iscsi_lun_list_t *)kmem_alloc(sizeof (*ll), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3746
auth = (iscsi_auth_props_t *)kmem_alloc(sizeof (*auth),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3898
iu.iu_ucmd.uscsi_bufaddr = (caddr_t)kmem_alloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3914
iu.iu_ucmd.uscsi_cdb = (caddr_t)kmem_alloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3934
iu.iu_ucmd.uscsi_rqbuf = (caddr_t)kmem_alloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
4457
reenum = (iscsi_reen_t *)kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
4497
tpss = (iscsi_tunable_object_t *)kmem_alloc(sizeof (*tpss),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
4509
tpsg = (iscsi_tunable_object_t *)kmem_alloc(sizeof (*tpsg),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_conn.c
451
cn = kmem_alloc(sizeof (*cn), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
57
data = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
644
ipgp = (iscsi_param_get_t *)kmem_alloc(sizeof (*ipgp), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
759
name = kmem_alloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
951
kmem_alloc(sizeof (*ilg), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_targetparam.c
83
target = kmem_alloc(sizeof (iscsi_targetparam_entry_t),
usr/src/uts/common/io/scsi/adapters/iscsi/nvfile.c
1140
buf = kmem_alloc(hdr.nvfh_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1218
name = (char *)kmem_alloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1219
addr_buf = (char *)kmem_alloc(INET6_ADDRSTRLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1220
bitbuf = (char *)kmem_alloc(BITBUF_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1240
radius = (iscsi_radius_props_t *)kmem_alloc(sizeof (*radius),
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1256
entry = (entry_t *)kmem_alloc(sizeof (*entry), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1311
param = (persistent_param_t *)kmem_alloc(sizeof (*param), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1408
chap = (iscsi_chap_props_t *)kmem_alloc(sizeof (*chap), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1420
auth = (iscsi_auth_props_t *)kmem_alloc(sizeof (*auth), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
171
target_name = kmem_alloc(MAX_KEY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13615
mpt->m_htable = kmem_alloc(mpt->m_intr_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14079
tran_clone = kmem_alloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14086
tgt_private = kmem_alloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14337
sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14638
sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15145
devname = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15215
devname = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16822
ret_data = kmem_alloc(sizeof (mptsas_smp_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4001
cmd->cmd_sg = kmem_alloc((size_t)(sizeof (mptti_t)*
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
1910
tmp = kmem_alloc(sizeof (pmcs_dmachunk_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2328
pwp->ih_table = kmem_alloc(pwp->ih_table_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2433
iv_table = kmem_alloc(iv_table_size, KM_SLEEP);
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
193
*ctprivp = kmem_alloc(sizeof (pv),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3546
cpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3616
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
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.c
3877
cpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3891
tptr = kmem_alloc(strlen
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3916
tptr = kmem_alloc(strlen
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3989
cpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
4143
kmem_alloc(sizeof (scsi_hba_tran_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
4787
tptr = kmem_alloc(strlen
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
4861
tptr = kmem_alloc(strlen(pclass) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
4875
tptr = kmem_alloc(strlen(pclass) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
7152
ptr1 = kmem_alloc(strlen(pclass2) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
8703
sfo_name = kmem_alloc(strlen("conf ") +
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hw.c
347
reset_closure_t r = kmem_alloc(sizeof (struct reset_closure), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1809
inq = kmem_alloc(sizeof (struct scsi_inquiry), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
655
m.mem = kmem_alloc(m.len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
908
scratch = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
969
scratch = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1100
kmem_alloc(SUN_INQSIZE, ((callback == SLEEP_FUNC) ?
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
810
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
10467
cphys = kmem_alloc(sizeof (*cphys), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1998
tran_clone = kmem_alloc(
usr/src/uts/common/io/scsi/impl/scsi_hba.c
3839
compatp = kmem_alloc((NCOMPAT * sizeof (char *)) + tlen, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
4140
*nodenamep = kmem_alloc(strlen(nname) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
4159
*drivernamep = kmem_alloc(strlen(dname) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
4826
tgt_port = kmem_alloc(tgt_port_len, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
4862
tgt_port = kmem_alloc(tgt_port_len, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
5714
nb = kmem_alloc(sizeof (struct scsi_hba_barrier), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
5954
lunchg2 = kmem_alloc(sizeof (*lunchg2), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
6880
td = kmem_alloc(sizeof (*td), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7102
*lunarrayp = (scsi_lun_t *)kmem_alloc(
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7246
ld = kmem_alloc(sizeof (*ld), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7310
ld = kmem_alloc(sizeof (*ld), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7357
ld = kmem_alloc(sizeof (*ld), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7542
tbuf = kmem_alloc(((tgt/16) + 1) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
8942
lunchg2 = kmem_alloc(sizeof (*lunchg2), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9073
newiports = kmem_alloc((sizeof (char *) * (ports + 1)), KM_SLEEP);
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
351
in_pktp->pkt_cdbp = kmem_alloc(cmdlen, kf);
usr/src/uts/common/io/scsi/impl/scsi_resource.c
358
in_pktp->pkt_private = kmem_alloc(pplen, kf);
usr/src/uts/common/io/scsi/impl/scsi_resource.c
366
in_pktp->pkt_scbp = kmem_alloc(statuslen, kf);
usr/src/uts/common/io/scsi/targets/sd.c
13600
new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
13682
new_xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
15695
xp = kmem_alloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
18823
path = kmem_alloc(MAXPATHLEN, km_flag);
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
5115
dkdevid = kmem_alloc(buffer_size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
5155
tmpid = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
458
xp = kmem_alloc(xap->xa_allocsize,
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/ses_safte.c
1050
sdata = kmem_alloc(16, slp);
usr/src/uts/common/io/scsi/targets/ses_safte.c
112
sdata = kmem_alloc(SCRATCH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_safte.c
246
sdata = kmem_alloc(SCRATCH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_safte.c
299
driveids = kmem_alloc(id_size, slpflg);
usr/src/uts/common/io/scsi/targets/ses_safte.c
335
sdata = kmem_alloc(buflen, slpflg);
usr/src/uts/common/io/scsi/targets/ses_sen.c
129
sdata = kmem_alloc(SENPGINSIZE, slpflag);
usr/src/uts/common/io/scsi/targets/ses_sen.c
344
sdata = kmem_alloc(SENPGINSIZE, slpflag);
usr/src/uts/common/io/scsi/targets/ses_ses.c
238
sdata = kmem_alloc(SCSZ, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_ses.c
475
sdata = kmem_alloc(bufsiz, slp);
usr/src/uts/common/io/scsi/targets/sgen.c
2070
buf = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sgen.c
2105
buf = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sgen.c
371
nodep->node_vendor = kmem_alloc(vcplen + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sgen.c
373
nodep->node_product = kmem_alloc(pcplen + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
10419
err_entry_tmp = kmem_alloc(MTERROR_LINK_ENTRY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
10423
kmem_alloc(cdblen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
10427
kmem_alloc(SECMDS_STATUS_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14100
buf = kmem_alloc(STK_REQ_SENSE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14152
buf = kmem_alloc(DLT_INQ_SZ, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14205
buf = kmem_alloc(DLT_INQ_SZ, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14501
sense = kmem_alloc(sizeof (struct scsi_extended_sense), KM_SLEEP);
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
16495
char *buf = kmem_alloc(newsize, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
16584
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
1689
un->un_uscsi_rqs_buf = kmem_alloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
7332
un->un_tmpbuf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
7501
un->un_tmpbuf = kmem_alloc((unsigned)bp->b_bcount, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_hash.c
122
uint32_t *cache = kmem_alloc(SFXGE_TOEPLITZ_CACHE_SIZE *
usr/src/uts/common/io/sock_conf.c
179
smodp->smod_name = kmem_alloc(len, KM_SLEEP);
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/stream.c
1071
if ((bcp = kmem_alloc(sizeof (bcache_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/stream.c
1174
if ((buf = kmem_alloc(size, kmflags)) == 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
202
dbp->db_base = kmem_alloc(msg_size, kmflags);
usr/src/uts/common/io/stream.c
314
fbp->ev[i].stk = kmem_alloc(sizeof (ftstk_t), kmflags);
usr/src/uts/common/io/strplumb.c
581
dhcack = kmem_alloc(bootp_len, KM_SLEEP);
usr/src/uts/common/io/strplumb.c
645
*devpathp = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/strplumb.c
688
clonepath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/strplumb.c
717
macaddr = kmem_alloc(ETHERADDRL, KM_SLEEP);
usr/src/uts/common/io/suntpi.c
112
key = kmem_alloc((nstrpush + 1) * sizeof (uintptr_t), KM_SLEEP);
usr/src/uts/common/io/suntpi.c
179
(*tpp)->tpi_key = kmem_alloc(keylen, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
222
chan_name = kmem_alloc(uargs.chan_name.len, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
307
sid = kmem_alloc(uargs.sid.len, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
320
class_info = kmem_alloc(uargs.class_info.len, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
371
sid = kmem_alloc(uargs.sid.len, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
401
buf = kmem_alloc(uargs.out_data.len, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
437
channel = kmem_alloc(uargs.in_data.len, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
450
buf = kmem_alloc(uargs.out_data.len, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
499
buf = kmem_alloc(bufsz, KM_SLEEP);
usr/src/uts/common/io/sysevent.c
554
char *buf = kmem_alloc(reqsz, KM_SLEEP);
usr/src/uts/common/io/sysmsg.c
349
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/sysmsg.c
573
infop = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/tem.c
222
kmem_alloc(ptem->tvs_pix_data_size, KM_SLEEP);
usr/src/uts/common/io/tem.c
229
ptem->tvs_outbuf = kmem_alloc(ptem->tvs_outbuf_size, KM_SLEEP);
usr/src/uts/common/io/tem.c
237
ptem->tvs_screen_buf = kmem_alloc(ptem->tvs_screen_buf_size, KM_SLEEP);
usr/src/uts/common/io/tem.c
238
ptem->tvs_screen_rows = kmem_alloc(ptem->tvs_screen_history_size *
usr/src/uts/common/io/tem.c
242
ptem->tvs_tabs = kmem_alloc(ptem->tvs_maxtab * sizeof (*ptem->tvs_tabs),
usr/src/uts/common/io/tem.c
419
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/tem.c
630
tems.ts_blank_line = kmem_alloc(tems.ts_c_dimension.width *
usr/src/uts/common/io/timod.c
1997
p = kmem_alloc(reqp->DEST_length,
usr/src/uts/common/io/timod.c
852
ptr = kmem_alloc(indp->SRC_length,
usr/src/uts/common/io/timod.c
920
p = kmem_alloc(ackp->ADDR_length,
usr/src/uts/common/io/tirdwr.c
174
trwptr = kmem_alloc(sizeof (struct trw_trw), KM_SLEEP);
usr/src/uts/common/io/tl.c
1312
tl_serializer_t *s = kmem_alloc(sizeof (tl_serializer_t), flags);
usr/src/uts/common/io/tl.c
3214
opts = kmem_alloc(olen, KM_NOSLEEP);
usr/src/uts/common/io/tvhci.c
517
addr = kmem_alloc(MAXNAMELEN, 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
783
fw_image = (char *)kmem_alloc(fw_size, KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1413
buf = kmem_alloc(l, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
245
sp = kmem_alloc(sizeof (usbkbm_save_state_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
287
kmem_alloc(USB_KEYTABLE_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
289
kmem_alloc(USB_KEYTABLE_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
291
kmem_alloc(USB_KEYTABLE_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
293
kmem_alloc(USB_KEYTABLE_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
295
kmem_alloc(USB_KEYTABLE_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
297
kmem_alloc(USB_KEYTABLE_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
299
kmem_alloc(USB_KEYTABLE_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
1617
buf = kmem_alloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_xfer.c
1018
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
2127
char *pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
5851
kmem_alloc(confdescr->wTotalLength, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
6143
child_ud->usb_dev_descr = kmem_alloc(sizeof (usb_dev_descr_t),
usr/src/uts/common/io/usb/usba/hubdi.c
8225
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
1920
char *pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
269
name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
977
char *devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
216
name = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai.c
292
usba_debug_buf = kmem_alloc(
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_req.c
1311
char *buf = kmem_alloc(BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_util.c
1205
buf = kmem_alloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/virtio/virtio_dma.c
197
if ((vidma->vidma_dma_cookies = kmem_alloc(
usr/src/uts/common/io/vuid_store.c
48
kmem_alloc((bytes), servicing_interrupt())
usr/src/uts/common/io/xge/drv/xge.c
804
lldev->intr_table = kmem_alloc(lldev->intr_table_size, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xge_osdep.h
231
void *vaddr = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2499
buf = kmem_alloc(XGELL_STATS_BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2565
buf = kmem_alloc(XGELL_PCICONF_BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2591
buf = kmem_alloc(XGELL_ABOUT_BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2619
buf = kmem_alloc(XGELL_IOCTL_BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2664
buf = kmem_alloc(XGELL_IOCTL_BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2696
buf = kmem_alloc(XGELL_IOCTL_BUFSIZE, KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2737
buf = kmem_alloc(XGELL_DEVCONF_BUFSIZE, KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
1670
kmem_alloc((strlen(s) + 1), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
1680
kmem_alloc((strlen(s) + 1), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
1690
kmem_alloc((strlen(s) + 1), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
760
filter->filter_comment = kmem_alloc((strlen(s) + 1), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
831
filter->saddr_hostname = kmem_alloc((strlen(s) + 1), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
902
filter->daddr_hostname = kmem_alloc((strlen(s) + 1), KM_SLEEP);
usr/src/uts/common/ipp/ippconf.c
1213
if ((pp->ippp_log = kmem_alloc(
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
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
3190
if ((array = kmem_alloc(length * sizeof (ipp_class_t),
usr/src/uts/common/ipp/ippconf.c
3538
if ((cp = kmem_alloc(ipp_packet_classes * sizeof (ipp_class_t),
usr/src/uts/common/ipp/ippctl.c
796
*valp = kmem_alloc(strlen(ptr) + 1, KM_SLEEP);
usr/src/uts/common/ipp/ippctl.c
820
*valp = kmem_alloc(strlen(ptr) + 1, KM_SLEEP);
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
315
cfg_parms = kmem_alloc(TSWTCL_CFG_SZ, KM_NOSLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
109
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
121
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
133
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
145
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
157
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
169
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
181
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
193
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
205
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
217
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
229
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
241
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
253
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
265
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
277
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
289
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
301
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
313
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
325
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
337
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
349
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
361
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
373
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
385
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
397
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/kiconv/kiconv_ja/kiconv_ja.c
280
kcd = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t),
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
47
st = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
2340
nsp = kmem_alloc(sizeof (*nsp), KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
2341
nsp->ns_shr = kmem_alloc(sizeof (*shrp), KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
2343
nsp->ns_shr->s_owner = kmem_alloc(shrp->s_own_len, KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
536
dst->n_bytes = kmem_alloc(src->n_len, KM_SLEEP);
usr/src/uts/common/kmdb/kdrv.c
109
cfg = kmem_alloc(KDRV_CFG_MAXLEN, KM_SLEEP);
usr/src/uts/common/krtld/kobj.c
3744
ltp->name = kmem_alloc(strlen(filename) + 1, KM_SLEEP);
usr/src/uts/common/krtld/kobj.c
4186
return (kmem_alloc(size, (flag & KM_NOWAIT) ? KM_NOSLEEP : KM_SLEEP));
usr/src/uts/common/krtld/kobj.c
4355
buf = kmem_alloc(MAXBSIZE, KM_SLEEP);
usr/src/uts/common/ktli/t_kbind.c
90
buf = kmem_alloc(bindsz, KM_SLEEP);
usr/src/uts/common/ktli/t_kopen.c
162
ntiptr = kmem_alloc(TIUSERSZ, KM_SLEEP);
usr/src/uts/common/ktli/t_koptmgmt.c
96
ctlbuf = kmem_alloc(ctlsize, KM_SLEEP);
usr/src/uts/common/ktli/t_kunbind.c
90
buf = kmem_alloc(unbindsz, KM_SLEEP);
usr/src/uts/common/os/acct.c
106
ag = kmem_alloc(sizeof (*ag), KM_SLEEP);
usr/src/uts/common/os/aio.c
1231
cbplist = kmem_alloc(ssize, KM_SLEEP);
usr/src/uts/common/os/aio.c
1582
cbplist = kmem_alloc(ssize, KM_SLEEP);
usr/src/uts/common/os/aio.c
2929
cbplist = kmem_alloc(ssize, KM_SLEEP);
usr/src/uts/common/os/aio.c
3414
cbplist = kmem_alloc(ssize, KM_SLEEP);
usr/src/uts/common/os/aio.c
949
cbplist = kmem_alloc(ssize, KM_NOSLEEP);
usr/src/uts/common/os/audit_memory.c
76
newapp = kmem_alloc(alloc_size, KM_SLEEP);
usr/src/uts/common/os/audit_zone.c
80
kmem_alloc(AU_DBUF_HEADER + kctx->auk_queue.bufsz, KM_SLEEP);
usr/src/uts/common/os/autoconf.c
346
buf = kmem_alloc(OBP_MAXPROPNAME, KM_SLEEP);
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
1549
bp->b_un.b_addr = kmem_alloc(bsize, KM_SLEEP);
usr/src/uts/common/os/bio.c
2011
bufp = kmem_alloc(sizeof (struct buf), sleep);
usr/src/uts/common/os/bio.c
757
bp = kmem_alloc(sizeof (struct buf), KM_SLEEP);
usr/src/uts/common/os/bio.c
760
bp->b_un.b_addr = kmem_alloc(bsize, KM_SLEEP);
usr/src/uts/common/os/brand.c
114
list = kmem_alloc(sizeof (struct brand_list), KM_SLEEP);
usr/src/uts/common/os/brand.c
254
modname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/brand.c
585
spd = kmem_alloc(sizeof (brand_proc_data_t), KM_SLEEP);
usr/src/uts/common/os/callout.c
1975
cache = kmem_alloc(sizeof (callout_cache_t), KM_SLEEP);
usr/src/uts/common/os/callout.c
526
ct->ct_heap = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/callout.c
548
heap = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/os/console.c
287
(cm = kmem_alloc(sizeof (*cm) + len, KM_NOSLEEP)) != NULL) {
usr/src/uts/common/os/contract.c
1104
result = kmem_alloc(sizeof (ct_type_t), KM_SLEEP);
usr/src/uts/common/os/contract.c
1450
kparam->ctpm_kbuf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/contract.c
2600
char *buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/core.c
592
fp = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/core.c
736
fp_process = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/cpu.c
2736
return (kmem_alloc(sizeof (cpuset_t), kmflags));
usr/src/uts/common/os/cpu.c
3114
cp->cpu_supp_freqs = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/cred.c
1441
mem = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/common/os/cred.c
844
cr->cr_grps = kmem_alloc(CREDGRPSZ(n), KM_SLEEP);
usr/src/uts/common/os/cyclic.c
1474
new_heap = kmem_alloc(sizeof (cyc_index_t) * new_size, KM_SLEEP);
usr/src/uts/common/os/cyclic.c
1493
kmem_alloc(sizeof (cyc_index_t) * new_size, KM_SLEEP);
usr/src/uts/common/os/cyclic.c
2339
kmem_alloc(sizeof (cyc_index_t), KM_SLEEP);
usr/src/uts/common/os/cyclic.c
2515
cyc_omni_cpu_t *ocpu = kmem_alloc(sizeof (cyc_omni_cpu_t), KM_SLEEP);
usr/src/uts/common/os/dacf.c
370
rule = kmem_alloc(sizeof (dacf_rule_t), KM_SLEEP);
usr/src/uts/common/os/dacf.c
375
rule->r_devspec_data = kmem_alloc(strlen(device_spec) + 1, KM_SLEEP);
usr/src/uts/common/os/dacf.c
386
rule->r_module = kmem_alloc(strlen(module) + 1, KM_SLEEP);
usr/src/uts/common/os/dacf.c
389
rule->r_opset = kmem_alloc(strlen(opset) + 1, KM_SLEEP);
usr/src/uts/common/os/dacf.c
609
arg = kmem_alloc(sizeof (dacf_arg_t), KM_SLEEP);
usr/src/uts/common/os/dacf.c
610
arg->arg_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/dacf.c
612
arg->arg_val = kmem_alloc(strlen(val) + 1, KM_SLEEP);
usr/src/uts/common/os/dacf.c
729
str = kmem_alloc(strlen(mod_name) + 1, KM_SLEEP);
usr/src/uts/common/os/dacf.c
874
dst->opset_name = kmem_alloc(strlen(src->opset_name) + 1, KM_SLEEP);
usr/src/uts/common/os/dacf.c
888
dst->opset_ops = kmem_alloc(sizeof (dacf_op_t) * (nelems + 1),
usr/src/uts/common/os/dacf_clnt.c
101
drv_mname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/dacf_clnt.c
246
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/dacf_clnt.c
300
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/dacf_clnt.c
311
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/dacf_clnt.c
92
dev_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/dacf_clnt.c
94
pa_rsrv = kmem_alloc(sizeof (dacf_rsrvlist_t), KM_SLEEP);
usr/src/uts/common/os/dacf_clnt.c
95
pd_rsrv = kmem_alloc(sizeof (dacf_rsrvlist_t), KM_SLEEP);
usr/src/uts/common/os/damap.c
1182
tqd = kmem_alloc(sizeof (*tqd), KM_SLEEP);
usr/src/uts/common/os/damap.c
1227
tqd = kmem_alloc(sizeof (*tqd), KM_SLEEP);
usr/src/uts/common/os/damap.c
962
bsp = kmem_alloc(sizeof (*bsp), KM_SLEEP);
usr/src/uts/common/os/ddi.c
379
bp = kmem_alloc(sizeof (struct buf), sleep);
usr/src/uts/common/os/ddi_intr.c
679
kmem_alloc(sizeof (ddi_intr_handle_impl_t), KM_SLEEP);
usr/src/uts/common/os/ddifm.c
237
stkpp = (char **)kmem_alloc(depth * sizeof (char *), KM_SLEEP);
usr/src/uts/common/os/ddifm.c
243
buf = kmem_alloc(depth * DDI_FM_SYM_SZ, KM_SLEEP);
usr/src/uts/common/os/ddifm.c
593
tgt = kmem_alloc(sizeof (struct i_ddi_fmtgt), KM_SLEEP);
usr/src/uts/common/os/devcache.c
434
buf = kmem_alloc(hdr.nvpf_size, KM_SLEEP);
usr/src/uts/common/os/devcache.c
488
fp = kmem_alloc(sizeof (kfile_t), KM_SLEEP);
usr/src/uts/common/os/devcache.c
683
buf = kmem_alloc(sizeof (nvpf_hdr_t) + buflen, KM_SLEEP);
usr/src/uts/common/os/devcache.c
698
newname = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
2324
buf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
2552
ddi_prop_list_t *list = kmem_alloc(sizeof (*list), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
2621
*classes = buf = kmem_alloc(nclass * sizeof (char *), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
2644
copy = kmem_alloc(strlen(str) + 1, flag);
usr/src/uts/common/os/devcfg.c
2741
char *buf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
2761
buf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
2778
buf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
3031
if ((cbuf_p = kmem_alloc(cbuf_sz, flag)) == NULL) {
usr/src/uts/common/os/devcfg.c
3269
buf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
3391
dh = kmem_alloc(logsize * PAGESIZE, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
3557
struct walk_elem *elem = kmem_alloc(sizeof (*elem), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
4037
component = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
4038
config_name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
4518
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
4817
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
4860
pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5049
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5129
node_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5156
deviname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5216
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5234
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5258
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5801
char *alias = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
6117
devi->devi_ev_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
6595
arg = kmem_alloc(sizeof (*arg), kmflag);
usr/src/uts/common/os/devcfg.c
6780
char *devname = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
7051
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
7062
vpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
7680
struct mt_config_handle *hdl = kmem_alloc(sizeof (*hdl), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
7807
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
7894
mcd = kmem_alloc(sizeof (*mcd), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
7988
mcd = kmem_alloc(sizeof (*mcd), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
8404
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
8607
devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
8736
find_dip.fd_buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
8762
path2 = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
8842
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
885
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
9095
curr = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/devcfg.c
9156
alias = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/os/devid_cache.c
1025
udevts = kmem_alloc(undevts * sizeof (dev_t), KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
1157
devid_dup = kmem_alloc(n, KM_SLEEP); /* caller must free */
usr/src/uts/common/os/devid_cache.c
273
np->nvp_devid = kmem_alloc(n, KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
528
path = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
539
fullpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
542
path = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
551
new_devid = kmem_alloc(new_devid_size, KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
934
devts = kmem_alloc(ndevts_alloced * sizeof (dev_t), KM_SLEEP);
usr/src/uts/common/os/devpolicy.c
365
de->dpe_expr = kmem_alloc(de->dpe_len, KM_SLEEP);
usr/src/uts/common/os/devpolicy.c
436
items = kmem_alloc(mem, KM_SLEEP);
usr/src/uts/common/os/dkioc_free_util.c
56
dfl = kmem_alloc(DFL_SZ(dfl_in->dfl_num_exts), kmflags);
usr/src/uts/common/os/dkioc_free_util.c
69
dfl = kmem_alloc(DFL_SZ(num_exts), kmflags);
usr/src/uts/common/os/driver_lyr.c
3517
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/driver_lyr.c
3680
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/driver_lyr.c
843
pdd = kmem_alloc(pdd_size, KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1129
dumpbuf.start = kmem_alloc(dumpbuf.size, KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1131
dumpcfg.pids = kmem_alloc(v.v_proc * sizeof (pid_t), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1134
dump_stack_scratch = kmem_alloc(STACK_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1143
void *map = kmem_alloc(BT_SIZEOFMAP(npages), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1144
void *rmap = kmem_alloc(BT_SIZEOFMAP(rlen), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1221
dumppath = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
496
new_buf = kmem_alloc(new_size, KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
655
hp->lzbuf = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
656
hp->page = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
672
cp->buf = kmem_alloc(cp->size, KM_SLEEP);
usr/src/uts/common/os/errorq.c
297
errorq_t *eqp = kmem_alloc(sizeof (errorq_t), KM_SLEEP);
usr/src/uts/common/os/errorq.c
343
eqp->eq_data = kmem_alloc(qlen * size, KM_SLEEP);
usr/src/uts/common/os/errorq.c
350
eqp->eq_elems = kmem_alloc(qlen * sizeof (errorq_elem_t), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
1082
chn = kmem_alloc(namlen, KM_SLEEP);
usr/src/uts/common/os/evchannels.c
1131
bp = kmem_alloc(sizeof (evch_bind_t), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
1277
clb = kmem_alloc(clblen, KM_SLEEP);
usr/src/uts/common/os/evchannels.c
1282
subid = kmem_alloc(subidblen, KM_SLEEP);
usr/src/uts/common/os/evchannels.c
1669
snp = kmem_alloc(sizeof (evchanq_t), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
646
qep = kmem_alloc(size, flags & EVCH_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
1063
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/os/exacct.c
1124
pu = kmem_alloc(sizeof (proc_usage_t), KM_SLEEP);
usr/src/uts/common/os/exacct.c
1125
pu->pu_command = kmem_alloc(size, KM_SLEEP);
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/exacct.c
1675
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/os/exacct.c
1728
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/os/exacct.c
250
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/os/exacct.c
683
buf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/os/exec.c
1012
ename = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/exec.c
1020
magicp = kmem_alloc(magic_size, KM_SLEEP);
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/exec.c
2051
args->stk_base = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/fbio.c
128
*fbpp = fbp = kmem_alloc(sizeof (struct fbuf), KM_SLEEP);
usr/src/uts/common/os/fbio.c
98
*fbpp = fbp = kmem_alloc(sizeof (struct fbuf), KM_SLEEP);
usr/src/uts/common/os/fio.c
525
new_fd = kmem_alloc(new_nfd * sizeof (afd->a_fd[0]), KM_SLEEP);
usr/src/uts/common/os/firmload.c
62
return (kmem_alloc(sizeof (struct firmware_handle), KM_SLEEP));
usr/src/uts/common/os/flock.c
3725
llp = kmem_alloc(sizeof (locklist_t), KM_SLEEP);
usr/src/uts/common/os/flock.c
945
kmem_alloc(sizeof (flk_nlm_status_t) * nlm_status_size,
usr/src/uts/common/os/flock.c
966
fg = kmem_alloc(sizeof (*fg), KM_SLEEP);
usr/src/uts/common/os/fm.c
152
ereport_dumpbuf = kmem_alloc(ereport_size, KM_SLEEP);
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/instance.c
445
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/instance.c
506
ipath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/ipc.c
1300
ids = kmem_alloc(idsize, KM_SLEEP);
usr/src/uts/common/os/ipc.c
646
result = kmem_alloc(sizeof (ipc_service_t), KM_SLEEP);
usr/src/uts/common/os/kcpc.c
1705
picnum_save = kmem_alloc(set->ks_nreqs * sizeof (int), KM_SLEEP);
usr/src/uts/common/os/kcpc.c
1803
new->ks_req = kmem_alloc(set->ks_nreqs * sizeof (kcpc_request_t),
usr/src/uts/common/os/kcpc.c
1819
new->ks_req[i].kr_attr = kmem_alloc(new->ks_req[i].kr_nattrs *
usr/src/uts/common/os/kcpc.c
316
set->ks_data = kmem_alloc(set->ks_nreqs * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/os/kcpc.c
857
cks->ks_req = kmem_alloc(cks->ks_nreqs *
usr/src/uts/common/os/kcpc.c
859
cks->ks_data = kmem_alloc(cks->ks_nreqs * sizeof (uint64_t),
usr/src/uts/common/os/kcpc.c
873
kmem_alloc(ks->ks_req[i].kr_nattrs *
usr/src/uts/common/os/kiconv.c
102
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/os/kiconv.c
114
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/os/kiconv.c
1255
kcd = (kiconv_t)kmem_alloc(sizeof (kiconv_data_t), KM_SLEEP);
usr/src/uts/common/os/kiconv.c
78
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/os/kiconv.c
90
s = (kiconv_state_t)kmem_alloc(sizeof (kiconv_state_data_t), KM_SLEEP);
usr/src/uts/common/os/klpd.c
697
credklpd_t *res = kmem_alloc(sizeof (*res), KM_SLEEP);
usr/src/uts/common/os/kmem.c
2264
kmem_dump_start = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/kmem.c
2830
void *newbuf = kmem_alloc(newsize, kmflag);
usr/src/uts/common/os/kmem.c
2872
buf = kmem_alloc(size, kmflag);
usr/src/uts/common/os/kmem.c
3059
p = kmem_alloc(*asize, (kmflag | KM_NOSLEEP) & ~KM_PANIC);
usr/src/uts/common/os/kmem.c
3066
return (kmem_alloc(*asize, kmflag));
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/lgrp.c
3924
shm_locality = kmem_alloc(sizeof (*shm_locality),
usr/src/uts/common/os/lgrp.c
3956
shm_locality = kmem_alloc(sizeof (*shm_locality), KM_SLEEP);
usr/src/uts/common/os/lgrp.c
4117
newseg = kmem_alloc(sizeof (lgrp_shm_policy_seg_t), KM_SLEEP);
usr/src/uts/common/os/lgrp.c
4209
tree = kmem_alloc(sizeof (avl_tree_t), KM_SLEEP);
usr/src/uts/common/os/lgrp.c
4246
newseg = kmem_alloc(sizeof (lgrp_shm_policy_seg_t),
usr/src/uts/common/os/log_sysevent.c
1356
kchannel = kmem_alloc(kdata.ps_channel_name_len, KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
1363
databuf = kmem_alloc(bufsz, KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
1893
publisher = kmem_alloc(n,
usr/src/uts/common/os/main.c
168
scratchargs = kmem_alloc(alen, KM_SLEEP);
usr/src/uts/common/os/mem_config.c
2541
pp_dummy_pfn = kmem_alloc(sizeof (*pp_dummy_pfn) *
usr/src/uts/common/os/mmapobj.c
2023
if ((phbasep = kmem_alloc(phsizep, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/mmapobj.c
2028
phbasep = kmem_alloc(phsizep, KM_SLEEP);
usr/src/uts/common/os/mmapobj.c
390
lvp = kmem_alloc(sizeof (struct lib_va), KM_SLEEP);
usr/src/uts/common/os/modconf.c
1047
kmem_alloc(sizeof (vopstats_t), KM_SLEEP);
usr/src/uts/common/os/modctl.c
1006
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1029
constraints = kmem_alloc(ulen, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1085
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1115
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1291
devid = kmem_alloc(devid_len, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1299
devid = kmem_alloc(devid_len, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1310
minor_name = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1340
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1941
char *buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/os/modctl.c
197
devopsp = kmem_alloc(devcnt * sizeof (struct dev_ops *), KM_SLEEP);
usr/src/uts/common/os/modctl.c
2017
drvname = kmem_alloc(MAXMODCONFNAME, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2099
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2131
char *pstr = kmem_alloc(PRIVNAME_MAX, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2225
paths = kmem_alloc(lens, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2764
dotv = kmem_alloc(sizeof (char *) * (suffc + 1), KM_SLEEP);
usr/src/uts/common/os/modctl.c
4798
subdir = kmem_alloc(subdirlen, KM_SLEEP);
usr/src/uts/common/os/modctl.c
978
array = kmem_alloc((n + 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/os/modhash.c
442
mod_hash->mh_name = kmem_alloc(strlen(hname) + 1, sleep);
usr/src/uts/common/os/modsubr.c
1062
pathname_buf = kmem_alloc(3 * MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modsubr.c
391
confname = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/modsubr.c
739
copy = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/modsubr.c
787
*cp = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/modsubr.c
877
key = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/modsubr.c
922
key = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
161
char *buf = kmem_alloc(FE_BUFLEN, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
1614
new_val = kmem_alloc(sizeof (struct val_list), KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
1618
new_val->val.string = kmem_alloc(new_val->val_size, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
162
char *trailer = kmem_alloc(FE_BUFLEN, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
163
char *fmt_str = kmem_alloc(FE_BUFLEN, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
1706
valip = (int *)kmem_alloc(
usr/src/uts/common/os/modsysfile.c
1730
valsp = (char **)kmem_alloc(
usr/src/uts/common/os/modsysfile.c
1844
prop_name = kmem_alloc(strlen(tokbuf) +
usr/src/uts/common/os/modsysfile.c
1849
prop_name = kmem_alloc(strlen(tokbuf) +
usr/src/uts/common/os/modsysfile.c
1884
devi->devi_name = kmem_alloc(strlen(tokbuf) + 1,
usr/src/uts/common/os/modsysfile.c
1895
hwcp->hwc_parent_name = kmem_alloc(strlen
usr/src/uts/common/os/modsysfile.c
1905
hwcp->hwc_class_name = kmem_alloc(
usr/src/uts/common/os/modsysfile.c
2066
pltp->name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
2113
tokval = kmem_alloc(MAX_HWC_LINESIZE, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
2350
name = kmem_alloc(strlen(tokbuf) + 1, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
2361
bind_name = kmem_alloc(strlen(tokbuf) + 1,
usr/src/uts/common/os/modsysfile.c
2811
hcl->class_exporter = kmem_alloc(strlen(exporter) + 1, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
2812
hcl->class_name = kmem_alloc(strlen(class) + 1, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
2888
name = kmem_alloc(strlen(tokbuf) + 1, KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
3018
machp = kmem_alloc((sizeof (struct psm_mach) +
usr/src/uts/common/os/move.c
658
if ((pfnp = kmem_alloc(pcnt * sizeof (pfnp),
usr/src/uts/common/os/msg.c
1022
snaplist = (struct msg **)kmem_alloc(nmsg *
usr/src/uts/common/os/msg.c
1138
mp->msg_addr = kmem_alloc(msgsz, KM_SLEEP);
usr/src/uts/common/os/msg.c
1202
mp->msg_addr = kmem_alloc(msgsz, KM_SLEEP);
usr/src/uts/common/os/nvpair_alloc_system.c
33
return (kmem_alloc(size, (int)(uintptr_t)nva->nva_arg));
usr/src/uts/common/os/pghw.c
375
cp->cpu_physid = kmem_alloc(sizeof (cpu_physid_t), KM_SLEEP);
usr/src/uts/common/os/pghw.c
408
pg_hw = kmem_alloc(sizeof (group_t), KM_SLEEP);
usr/src/uts/common/os/pghw.c
417
g = kmem_alloc(sizeof (group_t), KM_SLEEP);
usr/src/uts/common/os/pid.c
567
procdir = kmem_alloc(sizeof (union procent) * v.v_proc, KM_SLEEP);
usr/src/uts/common/os/pid.c
755
new = (struct upcount *)kmem_alloc(sizeof (*new), KM_NOSLEEP);
usr/src/uts/common/os/pid.c
758
new = (struct upcount *)kmem_alloc(sizeof (*new),
usr/src/uts/common/os/policy.c
203
buf = kmem_alloc(len, KM_NOSLEEP);
usr/src/uts/common/os/pool.c
1791
tqd = kmem_alloc(sizeof (*tqd), KM_SLEEP);
usr/src/uts/common/os/pool.c
877
pool_buf = kmem_alloc(pool_bufsz, KM_SLEEP);
usr/src/uts/common/os/pool_pset.c
349
pset = kmem_alloc(sizeof (pool_pset_t), KM_SLEEP);
usr/src/uts/common/os/printf.c
133
bufp = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/os/proc.c
47
pctx = kmem_alloc(sizeof (struct pctxop), KM_SLEEP);
usr/src/uts/common/os/project.c
1113
kpk = ksp->ks_data = kmem_alloc(sizeof (kproject_kstat_t), KM_SLEEP);
usr/src/uts/common/os/rctl.c
332
rbufloc = *rbufp = kmem_alloc(req_size, KM_SLEEP);
usr/src/uts/common/os/refstr.c
42
rsp = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/schedctl.c
530
pagep = kmem_alloc(sizeof (sc_page_ctl_t), KM_SLEEP);
usr/src/uts/common/os/share.c
218
shrl = kmem_alloc(sizeof (struct shrlocklist), KM_SLEEP);
usr/src/uts/common/os/share.c
219
shrl->shr = kmem_alloc(sizeof (struct shrlock), KM_SLEEP);
usr/src/uts/common/os/share.c
231
shrl->shr->s_owner = kmem_alloc(shr->s_own_len, KM_SLEEP);
usr/src/uts/common/os/shm.c
1032
nsap = kmem_alloc(sizeof (segacct_t), KM_SLEEP);
usr/src/uts/common/os/shm.c
1039
tree = kmem_alloc(sizeof (avl_tree_t), KM_SLEEP);
usr/src/uts/common/os/sid.c
504
ksl->ksl_sorted = kmem_alloc(ksl->ksl_nsid * sizeof (ksid_t *),
usr/src/uts/common/os/sid.c
63
res = kmem_alloc(sizeof (ksiddomain_t), KM_SLEEP);
usr/src/uts/common/os/sid.c
65
res->kd_name = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/sig.c
2148
((sqp = kmem_alloc(sizeof (sigqueue_t), km_flags)) != NULL)) {
usr/src/uts/common/os/sig.c
2410
sqh = kmem_alloc(i, KM_SLEEP);
usr/src/uts/common/os/sig.c
2450
sq = kmem_alloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/smb_subr.c
48
return (len > 0 ? kmem_alloc(len, KM_SLEEP) : NULL);
usr/src/uts/common/os/space.c
258
s = kmem_alloc(l, KM_SLEEP);
usr/src/uts/common/os/streamio.c
1049
uiod.d_iov = kmem_alloc(iovlen, KM_SLEEP);
usr/src/uts/common/os/streamio.c
1963
mnp = modnames = kmem_alloc(maxmodstr, KM_NOSLEEP);
usr/src/uts/common/os/streamio.c
2711
uiod.d_iov = (struct iovec *)kmem_alloc(iovlen, KM_SLEEP);
usr/src/uts/common/os/streamio.c
3666
if ((scp = kmem_alloc(sizeof (strcmd_t),
usr/src/uts/common/os/streamio.c
4761
ssp = kmem_alloc(sizeof (strsig_t), KM_SLEEP);
usr/src/uts/common/os/streamio.c
4917
ssp = kmem_alloc(sizeof (strsig_t), KM_SLEEP);
usr/src/uts/common/os/streamio.c
5939
srf = kmem_alloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/os/strext.c
163
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/strsubr.c
2306
ep->me_nextp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP);
usr/src/uts/common/os/strsubr.c
2309
np->mn_outp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP);
usr/src/uts/common/os/strsubr.c
2696
dmp = kmem_alloc(sizeof (perdm_t), KM_SLEEP);
usr/src/uts/common/os/strsubr.c
5262
sqlist = kmem_alloc(sqlist_size, kmflag);
usr/src/uts/common/os/strsubr.c
7327
cbp = kmem_alloc(size, kmflags & ~KM_PANIC);
usr/src/uts/common/os/sunddi.c
10000
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
1130
if ((buffer = kmem_alloc(propp->prop_len,
usr/src/uts/common/os/sunddi.c
1253
prealloc = kmem_alloc(plength,
usr/src/uts/common/os/sunddi.c
1271
buffer = kmem_alloc(propp->prop_len,
usr/src/uts/common/os/sunddi.c
1545
if ((buffer = kmem_alloc(*lengthp,
usr/src/uts/common/os/sunddi.c
3227
new_propp->prop_name = kmem_alloc(name_buf_len, km_flags);
usr/src/uts/common/os/sunddi.c
3249
new_propp->prop_val = kmem_alloc(length, km_flags);
usr/src/uts/common/os/sunddi.c
3300
p = kmem_alloc(length, (flags & DDI_PROP_CANSLEEP) ?
usr/src/uts/common/os/sunddi.c
4280
buffer = kmem_alloc((size_t)len,
usr/src/uts/common/os/sunddi.c
4869
new = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
5361
pathname = kmem_alloc(MAXPATHLEN, kmem_flag);
usr/src/uts/common/os/sunddi.c
5460
pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
6266
ss = kmem_alloc(sizeof (*ss), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
7963
buf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
8788
bp = kmem_alloc(sizeof (struct buf), sleepflag);
usr/src/uts/common/os/sunddi.c
9042
if ((ptr = kmem_alloc(n + 1, flag)) == NULL)
usr/src/uts/common/os/sunddi.c
9363
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
9460
nbuf = kmem_alloc(OBP_MAXDRVNAME, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
9548
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
9690
devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
9785
devnm = kmem_alloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
1334
ct->ct_drvname = kmem_alloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
1336
ct->ct_guid = kmem_alloc(strlen(lguid) + 1, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
2955
MDI_PI(pip)->pi_addr = kmem_alloc(strlen(paddr) + 1, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
4861
ct_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
6125
mdi_statp = kmem_alloc(sizeof (*mdi_statp), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
7475
filename = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
7789
name_addr = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
7912
cphci_list = kmem_alloc(cphci_list_size, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8026
phcis = kmem_alloc(sizeof (char *) * phci_count, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8098
pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8632
pp = kmem_alloc(sizeof (*pp), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8635
pp->phys_path = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8676
acc = kmem_alloc(sizeof (*acc), KM_SLEEP);
usr/src/uts/common/os/sunndi.c
345
cpybuf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunndi.c
356
cpybuf = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunndi.c
381
cpybuf = kmem_alloc(dcp->nvl_usersz, KM_SLEEP);
usr/src/uts/common/os/sunndi.c
470
name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunndi.c
514
name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunndi.c
551
name = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunndi.c
593
devname = kmem_alloc(devnamelen, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
1249
timestamp = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
1475
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
1723
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
1783
component = kmem_alloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2365
bufp = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2644
physpath = kmem_alloc(size, KM_NOSLEEP);
usr/src/uts/common/os/sunpm.c
2653
physpath = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2877
char *pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
3413
p->pmc_comp.pmc_thresh = kmem_alloc(2 * sizeof (int),
usr/src/uts/common/os/sunpm.c
3870
tp = compp->pmc_lname_buf = kmem_alloc(size, KM_SLEEP); \
usr/src/uts/common/os/sunpm.c
3872
compp->pmc_lnames = kmem_alloc(level * sizeof (char *), KM_SLEEP); \
usr/src/uts/common/os/sunpm.c
3873
compp->pmc_lvals = kmem_alloc(level * sizeof (int), KM_SLEEP); \
usr/src/uts/common/os/sunpm.c
3874
compp->pmc_thresh = kmem_alloc(level * sizeof (int), KM_SLEEP); \
usr/src/uts/common/os/sunpm.c
4080
lvals = kmem_alloc(nelems * sizeof (int), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
4081
lszs = kmem_alloc(nelems * sizeof (int), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
4082
lnames = kmem_alloc(nelems * sizeof (char *), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
4083
np = kmem_alloc(nelems * sizeof (int), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5358
kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5359
paths = kmem_alloc(sizeof (char **),
usr/src/uts/common/os/sunpm.c
5382
paths = kmem_alloc(
usr/src/uts/common/os/sunpm.c
5394
kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5423
kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5424
paths = kmem_alloc(sizeof (char **),
usr/src/uts/common/os/sunpm.c
6258
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
6271
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
6285
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
7204
np->ni_path = kmem_alloc(plen, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
7271
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
7412
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
7897
bp = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
8003
info->pmi_lp = kmem_alloc(PM_NUMCMPTS(dip) *
usr/src/uts/common/os/sunpm.c
8234
pathbuf = kmem_alloc(pathbuflen, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
8260
apath = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
8563
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
8907
char *pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
924
pathbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/task.c
1063
ktk = ksp->ks_data = kmem_alloc(sizeof (task_kstat_t), KM_SLEEP);
usr/src/uts/common/os/taskq.c
2660
tq->tq_threadlist = kmem_alloc(
usr/src/uts/common/os/zone.c
1842
zk = ksp->ks_data = kmem_alloc(sizeof (zone_kstat_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
2120
zone0.zone_privset = kmem_alloc(sizeof (priv_set_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
2520
attrp = kmem_alloc(sizeof (struct brand_attr), KM_SLEEP);
usr/src/uts/common/os/zone.c
2616
zone->zone_initname = kmem_alloc(strlen(initname) + 1, KM_SLEEP);
usr/src/uts/common/os/zone.c
3480
path = kmem_alloc(pathlen, KM_SLEEP);
usr/src/uts/common/os/zone.c
4241
privs = kmem_alloc(sizeof (priv_set_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
4278
if ((kbuf = kmem_alloc(buflen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/os/zone.c
4372
if ((kbuf = kmem_alloc(buflen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/os/zone.c
4382
zd = kmem_alloc(sizeof (zone_dataset_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
4391
zd->zd_dataset = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/common/os/zone.c
4539
zone->zone_nodename = kmem_alloc(_SYS_NMLN, KM_SLEEP);
usr/src/uts/common/os/zone.c
4543
zone->zone_domain = kmem_alloc(_SYS_NMLN, KM_SLEEP);
usr/src/uts/common/os/zone.c
4557
kmem_alloc(strlen(zone_default_initname) + 1, KM_SLEEP);
usr/src/uts/common/os/zone.c
4703
str = kmem_alloc(strlen(zone->zone_name) + 1, KM_SLEEP);
usr/src/uts/common/os/zone.c
5157
buffer = kmem_alloc(buffer_size, KM_SLEEP);
usr/src/uts/common/os/zone.c
5460
zonepath = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/zone.c
5481
zonepath = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/os/zone.c
5689
zbuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/os/zone.c
5804
zbuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/os/zone.c
6352
zoneids = kmem_alloc(sizeof (zoneid_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
6359
zoneids = kmem_alloc(real_nzones *
usr/src/uts/common/os/zone.c
6386
zoneids = kmem_alloc(real_nzones * sizeof (zoneid_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
6584
buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/common/os/zone.c
6618
zone_name = kmem_alloc(zone_namelen, KM_SLEEP);
usr/src/uts/common/os/zone.c
7275
idarray = kmem_alloc(sizeof (datalink_id_t) * idcount, KM_NOSLEEP);
usr/src/uts/common/pcmcia/cs/cs_stubs.c
1155
*dup = (acc_handle_t)kmem_alloc(sizeof (acc_hdl_t), KM_SLEEP);
usr/src/uts/common/pcmcia/cs/cs_stubs.c
1157
(ddi_acc_handle_t *)kmem_alloc(sizeof (ddi_acc_impl_t),
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2576
compat_name[ci] = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2585
compat_name[ci] = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2591
compat_name[ci] = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2606
compat_name[ci] = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2611
compat_name[ci] = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2625
compat_name[ci] = kmem_alloc(length, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2904
ppd->ppd_reg = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
888
buff = kmem_alloc((size_t)proplen, flags);
usr/src/uts/common/refhash/refhash.c
38
hp = kmem_alloc(sizeof (refhash_t), km_flags);
usr/src/uts/common/rpc/clnt_clts.c
1284
etype = kmem_alloc(sizeof (struct endpnt_type), KM_SLEEP);
usr/src/uts/common/rpc/clnt_clts.c
363
p->cku_config.knc_protofmly = kmem_alloc(plen, KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
1987
srcaddr->buf = kmem_alloc(
usr/src/uts/common/rpc/clnt_cots.c
2142
cm_entry->x_server.buf = kmem_alloc(destaddr->len, KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
2308
cm_entry->x_src.buf = kmem_alloc(srcaddr->len, KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
2494
srcaddr->buf = kmem_alloc(cm_entry->x_src.len,
usr/src/uts/common/rpc/clnt_cots.c
2870
cm_entry->x_ksp->ks_data = kmem_alloc(cm_entry->x_ksp->ks_data_size,
usr/src/uts/common/rpc/clnt_cots.c
2876
kmem_alloc(INET6_ADDRSTRLEN, KM_SLEEP);
usr/src/uts/common/rpc/clnt_gen.c
389
ctp = kmem_alloc(sizeof (call_table_t) * size, KM_SLEEP);
usr/src/uts/common/rpc/clnt_perr.c
133
str = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/rpc/clnt_rdma.c
1371
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/rpc/clnt_rdma.c
1372
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/rpc/mt_rpcinit.c
71
ks_data = kmem_alloc(template_size, KM_SLEEP);
usr/src/uts/common/rpc/mt_rpcinit.c
93
rpcstat = kmem_alloc(sizeof (*rpcstat), KM_SLEEP);
usr/src/uts/common/rpc/rdma_subr.c
117
m = kmem_alloc(sizeof (rdma_registry_t), KM_SLEEP);
usr/src/uts/common/rpc/rdma_subr.c
118
m->r_mod = kmem_alloc(sizeof (rdma_mod_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
1582
conn->c_raddr.buf = kmem_alloc(raddr->len, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
4391
cn->c_laddr.buf = kmem_alloc(s_addr_len, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
4611
rd = kmem_alloc(sizeof (*rd), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5126
reply_buf->lrc_buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5138
reply_buf->lrc_buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/rpc/sec/auth_kern.c
200
sercred = kmem_alloc(MAX_AUTH_BYTES, KM_SLEEP);
usr/src/uts/common/rpc/sec/auth_loopb.c
205
sercred = kmem_alloc(MAX_AUTH_BYTES, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
112
data = kmem_alloc(sizeof (*data), KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
138
elements = kmem_alloc(data->mechanism.length, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
171
data = kmem_alloc(sizeof (*data), KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
200
syncaddr->buf = kmem_alloc(syncaddr->len, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
211
kmem_alloc(nlen, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
224
knconf = kmem_alloc(sizeof (*knconf), KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
259
pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
260
p = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
335
secdata = kmem_alloc(sizeof (*secdata), KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
728
mech = kmem_alloc(sizeof (rpc_gss_OID_desc), KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
753
elements = kmem_alloc(mech->length, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_svc.c
246
oroots = kmem_alloc(oallocsz, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_svc.c
275
roots[i] = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_svc.c
283
roots = kmem_alloc(allocsz, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_svc.c
284
oroots = kmem_alloc(oallocsz, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_svc.c
305
gssname = kmem_alloc(len, KM_SLEEP);
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
512
if (!(ucred = kmem_alloc(sizeof (struct bsdcred) +
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
1377
tmp_buf = kmem_alloc(xdr_buf_len, KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
473
if ((auth = (AUTH *) kmem_alloc(sizeof (*auth), KM_SLEEP)) != NULL)
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
474
ap = (rpc_gss_data *) kmem_alloc(sizeof (*ap), KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
921
cred_buf = kmem_alloc(cred_buf_len, KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/rpcsec_gss_misc.c
157
temp_data = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/rpcsec_gss_utils.c
134
(*principal) = (rpc_gss_principal_t)kmem_alloc(plen, KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/rpcsec_gss_utils.c
70
tmp = (gss_OID) kmem_alloc(sizeof (gss_OID_desc), KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/rpcsec_gss_utils.c
72
tmp->elements = kmem_alloc((oid->length), KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1073
arg = kmem_alloc(sizeof (*arg), KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
293
zsd = kmem_alloc(sizeof (*zsd), KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
589
if ((cbl = (rpc_gss_cblist_t *)kmem_alloc(sizeof (*cbl), KM_SLEEP))
usr/src/uts/common/rpc/svc.c
1294
cred_area = kmem_alloc(2 * MAX_AUTH_BYTES + RQCRED_SIZE,
usr/src/uts/common/rpc/svc.c
1309
r.rq_label = kmem_alloc(sizeof (bslabel_t), KM_SLEEP);
usr/src/uts/common/rpc/svc.c
2808
dst = kmem_alloc(sizeof (*dst), KM_SLEEP);
usr/src/uts/common/rpc/svc.c
2822
oa_dst.oa_base = kmem_alloc(oa_src.oa_length, KM_SLEEP);
usr/src/uts/common/rpc/svc.c
2834
oa_dst.oa_base = kmem_alloc(oa_src.oa_length, KM_SLEEP);
usr/src/uts/common/rpc/svc.c
2842
oa_dst.oa_base = kmem_alloc(MAX_AUTH_BYTES, KM_SLEEP);
usr/src/uts/common/rpc/svc.c
329
svc = kmem_alloc(sizeof (*svc), KM_SLEEP);
usr/src/uts/common/rpc/svc_clts.c
850
dr = kmem_alloc(sizeof (*dr), KM_NOSLEEP);
usr/src/uts/common/rpc/svc_clts.c
892
dr->dr_addr.buf = kmem_alloc(dr->dr_addr.maxlen,
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_gen.c
196
xprt->xp_netid = kmem_alloc(strlen(netid) + 1, KM_SLEEP);
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/rpc/svc_rdma.c
309
xprt_rec = kmem_alloc(sizeof (*xprt_rec), KM_SLEEP);
usr/src/uts/common/rpc/types.h
91
#define mem_alloc(bsize) kmem_alloc(bsize, KM_SLEEP)
usr/src/uts/common/rpc/xdr_mblk.c
119
p = kmem_alloc(sizeof (struct xdrmblk_params), KM_SLEEP);
usr/src/uts/common/sys/kmem.h
59
extern void *kmem_alloc(size_t size, int kmflags);
usr/src/uts/common/sys/nxge/nxge_common_impl.h
181
#define KMEM_ALLOC(size, flag) kmem_alloc(size, flag)
usr/src/uts/common/syscall/acctctl.c
207
namebuf = kmem_alloc(namelen, KM_SLEEP);
usr/src/uts/common/syscall/acctctl.c
351
tmp = res = kmem_alloc(bufsz, KM_SLEEP);
usr/src/uts/common/syscall/acctctl.c
395
tmp = res = kmem_alloc(ressz, KM_SLEEP);
usr/src/uts/common/syscall/acl.c
265
vsecattr.vsa_aclentp = kmem_alloc(aclbsize, KM_SLEEP);
usr/src/uts/common/syscall/acl.c
327
vsecattr.vsa_aclentp = kmem_alloc(aclbsize, KM_SLEEP);
usr/src/uts/common/syscall/corectl.c
176
cg = kmem_alloc(sizeof (*cg), KM_SLEEP);
usr/src/uts/common/syscall/corectl.c
315
path = kmem_alloc(size, KM_SLEEP);
usr/src/uts/common/syscall/exacctsys.c
181
kbuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/syscall/getcwd.c
66
kbuf = kmem_alloc(kbuflen, KM_SLEEP);
usr/src/uts/common/syscall/getdents.c
108
newbuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/syscall/getdents.c
109
obuf = kmem_alloc(bufsize, KM_SLEEP);
usr/src/uts/common/syscall/getpagesizes.c
55
pgsza = kmem_alloc(sizeof (*pgsza) * nelem, KM_SLEEP);
usr/src/uts/common/syscall/getpagesizes.c
88
pgsza32 = kmem_alloc(sizeof (*pgsza32) * pagesizes, KM_SLEEP);
usr/src/uts/common/syscall/lgrpsys.c
126
in_array = kmem_alloc(in_size, KM_SLEEP);
usr/src/uts/common/syscall/lgrpsys.c
136
req_array = kmem_alloc(req_size, KM_SLEEP);
usr/src/uts/common/syscall/lgrpsys.c
166
out_array = kmem_alloc(out_size, KM_SLEEP);
usr/src/uts/common/syscall/lgrpsys.c
173
val_array = kmem_alloc(val_size, KM_SLEEP);
usr/src/uts/common/syscall/lwp_sobj.c
244
lcp = kmem_alloc(sizeof (lwpchan_data_t), KM_SLEEP);
usr/src/uts/common/syscall/lwp_sobj.c
441
ent = kmem_alloc(sizeof (lwpchan_entry_t), KM_SLEEP);
usr/src/uts/common/syscall/lwpsys.c
564
lwpid = kmem_alloc(lwpidsz, KM_SLEEP);
usr/src/uts/common/syscall/mmapobjsys.c
152
mrp = kmem_alloc(sizeof (mmapobj_result_t) * num_mapped,
usr/src/uts/common/syscall/mmapobjsys.c
178
mrp32 = kmem_alloc(num_mapped * sizeof (*mrp32),
usr/src/uts/common/syscall/poll.c
1613
newlist = kmem_alloc(nfds * sizeof (pollfd_t), KM_SLEEP);
usr/src/uts/common/syscall/poll.c
2162
newfdlist = kmem_alloc(ps->ps_nfds * sizeof (pollfd_t), KM_SLEEP);
usr/src/uts/common/syscall/poll.c
433
pollfdp = kmem_alloc(nfds * sizeof (pollfd_t), KM_SLEEP);
usr/src/uts/common/syscall/pset.c
194
pset_cpus = kmem_alloc(sizeof (processorid_t) * user_ncpus,
usr/src/uts/common/syscall/pset.c
767
psets = kmem_alloc(real_npsets * sizeof (psetid_t),
usr/src/uts/common/syscall/pset.c
774
psets = kmem_alloc(real_npsets * sizeof (psetid_t),
usr/src/uts/common/syscall/rctlsys.c
242
kname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
243
krde = kmem_alloc(sizeof (rctl_dict_entry_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
320
oblk = kmem_alloc(sizeof (rctl_opaque_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
346
nblk = kmem_alloc(sizeof (rctl_opaque_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
415
kname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
430
nblk = kmem_alloc(sizeof (rctl_opaque_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
448
oblk = kmem_alloc(sizeof (rctl_opaque_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
801
kname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
810
krde = kmem_alloc(sizeof (rctl_dict_entry_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
839
krde = kmem_alloc(sizeof (rctl_dict_entry_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
899
kname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
1028
aiov = kmem_alloc(aiovlen, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
1044
aiov32 = kmem_alloc(aiov32len, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
1229
aiov = kmem_alloc(aiovlen, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
1245
aiov32 = kmem_alloc(aiov32len, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
632
aiov = kmem_alloc(aiovlen, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
648
aiov32 = kmem_alloc(aiov32len, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
825
aiov = kmem_alloc(aiovlen, KM_SLEEP);
usr/src/uts/common/syscall/rw.c
841
aiov32 = kmem_alloc(aiov32len, KM_SLEEP);
usr/src/uts/common/syscall/sem.c
385
vals = kmem_alloc(vsize, KM_SLEEP);
usr/src/uts/common/syscall/sem.c
512
vals = vp = kmem_alloc(vsize, KM_SLEEP);
usr/src/uts/common/syscall/sem.c
822
tree = kmem_alloc(sizeof (avl_tree_t), KM_SLEEP);
usr/src/uts/common/syscall/sem.c
920
uops = kmem_alloc(nsops * sizeof (*uops), KM_SLEEP);
usr/src/uts/common/syscall/sem.c
935
uops = kmem_alloc(nsops * sizeof (*uops), KM_SLEEP);
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/syscall/symlink.c
89
tbuf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/syscall/systeminfo.c
187
tmp = kmem_alloc(tlen, KM_SLEEP);
usr/src/uts/common/syscall/utssys.c
332
fu_data = kmem_alloc(fu_data_size(v_proc), KM_SLEEP);
usr/src/uts/common/syscall/utssys.c
337
pidlist = kmem_alloc(v_proc * sizeof (pid_t), KM_SLEEP);
usr/src/uts/common/syscall/utssys.c
744
fu_data = kmem_alloc(fu_data_size(user_max), KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
550
newdhp = kmem_alloc(sizeof (devmap_handle_t), KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
744
sdp->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
775
sdp->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
842
sdp->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
845
nsdp->vpage = kmem_alloc(nnbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
881
newdhp = kmem_alloc(sizeof (devmap_handle_t), KM_SLEEP);
usr/src/uts/common/vm/seg_hole.c
91
data = kmem_alloc(sizeof (seghole_data_t), KM_SLEEP);
usr/src/uts/common/vm/seg_kmem.c
1094
return (kmem_alloc(ptob(npages), kmflag));
usr/src/uts/common/vm/seg_kmem.c
728
pplist = kmem_alloc(nb, KM_NOSLEEP);
usr/src/uts/common/vm/seg_map.c
384
kmem_alloc(hashsz * sizeof (struct smaphash), KM_SLEEP);
usr/src/uts/common/vm/seg_map.c
404
kmem_alloc(sizeof (struct smap) * npages, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
1759
kmem_alloc(vpgtob(npages), KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2038
svd->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2144
svd->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2282
svd->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2288
nsvd->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
3922
ppa = kmem_alloc(ppasize, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
443
segvn_szc_cache = (struct kmem_cache **)kmem_alloc(
usr/src/uts/common/vm/seg_vn.c
5389
plp = kmem_alloc(pl_alloc_sz, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6512
ppa = kmem_alloc(ppasize, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6647
svd->vpage = kmem_alloc(bytes, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6649
nsvd->vpage = kmem_alloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
9291
pplist = kmem_alloc(sizeof (page_t *) * (npages + 1), KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1243
page_t **ppa = kmem_alloc(ppasize, KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
3087
ppa = kmem_alloc(ppasize, KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
3193
page_t **ppa = kmem_alloc(ppasize, KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
682
level1 = kmem_alloc(newarrsz, kmemflags);
usr/src/uts/common/vm/vm_anon.c
699
level2 = kmem_alloc(PAGESIZE, kmemflags);
usr/src/uts/common/vm/vm_page.c
6427
bp1 = kmem_alloc(sizeof (struct page_capture_hash_bucket), KM_SLEEP);
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/vm/vpm.c
249
vpmd_vpmap = kmem_alloc(sizeof (struct vpmap) * npages, KM_SLEEP);
usr/src/uts/common/xen/dtrace/xdt.c
638
tbuf.meta = (struct t_buf **)kmem_alloc(tbuf.cnt * sizeof (*tbuf.meta),
usr/src/uts/common/xen/dtrace/xdt.c
640
tbuf.data = (struct t_rec **)kmem_alloc(tbuf.cnt * sizeof (*tbuf.data),
usr/src/uts/common/xen/io/evtchn_dev.c
267
kbuf = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/xen/io/evtchn_dev.c
521
ep->ring = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/xen/io/xdb.c
228
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/xen/io/xdb.c
486
vdp->xs_req = kmem_alloc(vdp->xs_nentry *
usr/src/uts/common/xen/io/xdf.c
1654
vdp->xdf_flush_mem = kmem_alloc(vdp->xdf_xdev_secsize * 2, KM_SLEEP);
usr/src/uts/common/xen/io/xdf.c
2142
i = kmem_alloc(sizeof (*i), KM_SLEEP);
usr/src/uts/common/xen/io/xdf.c
3361
vdp->xdf_tgt_devid = kmem_alloc(i, KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_client.c
101
state = kmem_alloc(strlen(path) + 1 + strlen(path2) + 1, KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_client.c
159
path_buffer = kmem_alloc(strlen("error/") + strlen(dev->nodename) +
usr/src/uts/common/xen/io/xenbus_client.c
177
printf_buffer = kmem_alloc(PRINTF_BUFFER_SIZE, KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_dev.c
580
trans = kmem_alloc(sizeof (*trans), KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_xs.c
392
buffer = kmem_alloc(strlen(dir) + slashlen + strlen(name) + 1,
usr/src/uts/common/xen/io/xenbus_xs.c
413
ret = kmem_alloc(*num * sizeof (char *) + (len - 1), KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_xs.c
658
printf_buffer = kmem_alloc(PRINTF_BUFFER_SIZE, KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_xs.c
749
xbn = kmem_alloc(sizeof (struct xenbus_notify), KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_xs.c
969
msg = kmem_alloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/common/xen/io/xenbus_xs.c
978
body = kmem_alloc(mlen, KM_SLEEP);
usr/src/uts/common/xen/io/xencons.c
259
xencons_wbuf = kmem_alloc(XENCONS_WBUFSIZE, KM_SLEEP);
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/xnbo.c
589
mca = kmem_alloc(sizeof (*mca), KM_SLEEP);
usr/src/uts/common/xen/io/xpvd.c
368
buff = kmem_alloc((size_t)prop_len, KM_SLEEP);
usr/src/uts/common/xen/io/xpvtap.c
1414
rstruct = kmem_alloc(sizeof (xpvtap_rs_t), KM_SLEEP);
usr/src/uts/common/xen/io/xpvtap.c
1426
rstruct->rs_free = kmem_alloc(rstruct->rs_free_size, KM_SLEEP);
usr/src/uts/common/xen/os/gnttab.c
180
gnttab_list[i] = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/xen/os/gnttab.c
513
frames = kmem_alloc(pset->nr_frames * sizeof (gnttab_frame_t),
usr/src/uts/common/xen/os/gnttab.c
606
gnttab_list = kmem_alloc(max_nr_glist_frames * sizeof (grant_ref_t *),
usr/src/uts/common/xen/os/gnttab.c
612
gnttab_list[i] = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
1509
path = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
1637
path = kmem_alloc(len, KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
1987
evt = kmem_alloc(sizeof (i_oestate_evt_t), KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
2303
evt = kmem_alloc(sizeof (i_oestate_evt_t), KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
805
c[0] = kmem_alloc(clen, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
2163
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
504
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
517
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
1585
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
1630
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
111
devp = kmem_alloc(sizeof (ivhd_deventry_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
212
devp = kmem_alloc(sizeof (ivhd_deventry_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
269
c->ivhdc_ivhd = kmem_alloc(sizeof (ivhd_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
312
c->ivmdc_ivmd = kmem_alloc(sizeof (ivmd_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
354
acpi->acp_ivrs = kmem_alloc(sizeof (ivrs_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1437
path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1506
path = kmem_alloc(MAXPATHLEN, km_flags);
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_impl.c
1640
path = kmem_alloc(MAXPATHLEN, km_flags);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1961
amd_iommu_disable_list = kmem_alloc(strlen(propval) + 1,
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1986
amd_iommu_disable_list = kmem_alloc(strlen(disable) + 1,
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
1464
path = kmem_alloc(MAXPATHLEN, km_flags);
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
409
path = kmem_alloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/i86pc/io/consplat.c
444
us_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/dr/dr_mem_acpi.c
342
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/immu.c
959
iommulib_ops = kmem_alloc(sizeof (iommulib_ops_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dmar.c
107
char *str = kmem_alloc(len + 1, KM_SLEEP);
usr/src/uts/i86pc/io/ioat/ioat_rs.c
84
rstruct = kmem_alloc(sizeof (ioat_rs_t), KM_SLEEP);
usr/src/uts/i86pc/io/ioat/ioat_rs.c
96
rstruct->rs_free = kmem_alloc(rstruct->rs_free_size, KM_SLEEP);
usr/src/uts/i86pc/io/pci/pci_tools.c
347
iget = kmem_alloc(iget_kmem_alloc_size, KM_SLEEP);
usr/src/uts/i86pc/io/psm/psm_common.c
729
newent = kmem_alloc(sizeof (acpi_irqlist_t), KM_SLEEP);
usr/src/uts/i86pc/io/rootnex.c
2103
dma->dp_cookies = kmem_alloc(dma->dp_cookie_size, kmflag);
usr/src/uts/i86pc/io/rootnex.c
3614
dma->dp_window = kmem_alloc(space_needed, kmflag);
usr/src/uts/i86pc/io/rootnex.c
733
buf = kmem_alloc(REPORTDEV_BUFSIZE, KM_SLEEP);
usr/src/uts/i86pc/io/xsvc/xsvc.c
719
*mp = kmem_alloc(sizeof (xsvc_mem_t), KM_SLEEP);
usr/src/uts/i86pc/os/cmi_hw.c
345
hep = kmem_alloc(sizeof (*hep), KM_SLEEP);
usr/src/uts/i86pc/os/cmi_hw.c
495
hep = kmem_alloc(sizeof (*hep), KM_SLEEP);
usr/src/uts/i86pc/os/cms.c
419
cdp = kmem_alloc(sizeof (*cdp), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
152
prop_name = kmem_alloc(proplen, KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
2063
fd->vf_map[i] = kmem_alloc(fd->vf_map_count[i] *
usr/src/uts/i86pc/os/ddi_impl.c
2068
fd->vf_bytes = kmem_alloc(bd->uncompressed_size, KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
2668
probe = kmem_alloc(sizeof (*probe), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
698
out = kmem_alloc(size, KM_SLEEP);
usr/src/uts/i86pc/os/dtrace_subr.c
67
hdlr = kmem_alloc(sizeof (dtrace_invop_hdlr_t), KM_SLEEP);
usr/src/uts/i86pc/os/lgrpplat.c
3019
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/i86pc/os/memscrub.c
527
dst = kmem_alloc(sizeof (struct memlist), KM_NOSLEEP);
usr/src/uts/i86pc/os/mp_startup.c
432
cp->cpu_idt = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/i86pc/os/startup.c
1456
newpath = kmem_alloc(newlen, KM_SLEEP);
usr/src/uts/i86pc/os/startup.c
2304
modranges = kmem_alloc(sizeof (rd_existing_t) * MAX_BOOT_MODULES,
usr/src/uts/i86pc/os/startup.c
3055
tp = kmem_alloc(TBUFSIZE, KM_SLEEP);
usr/src/uts/i86pc/os/startup.c
3087
isa_list = strcpy(kmem_alloc(len, KM_SLEEP), tp);
usr/src/uts/i86pc/vm/i86_mmu.c
138
kmem_alloc(htable_cnt * sizeof (htable_t *), KM_SLEEP);
usr/src/uts/i86pc/vm/vm_machdep.c
2787
pplist = kmem_alloc(extpages * sizeof (page_t *), kflags);
usr/src/uts/i86pc/vm/vm_machdep.c
2790
mfnlist = kmem_alloc(extpages * sizeof (mfn_t), kflags);
usr/src/uts/i86xpv/io/privcmd_hcall.c
1072
kop = (count == 1) ? &single_kop : kmem_alloc(bytes, KM_SLEEP);
usr/src/uts/i86xpv/io/privcmd_hcall.c
172
kreq = (count == 1) ? &single_kreq : kmem_alloc(bytes, KM_SLEEP);
usr/src/uts/i86xpv/io/privcmd_hcall.c
92
iep->ie_kaddr = kmem_alloc(size, KM_SLEEP);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1027
managed_devlist = kmem_alloc(sizeof (physdev_manage_pci_t) *
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1058
newlist = kmem_alloc(sizeof (physdev_manage_pci_t) * mdev_size,
usr/src/uts/i86xpv/os/mp_xen.c
805
char *report = kmem_alloc(REPORT_LEN, KM_SLEEP);
usr/src/uts/i86xpv/os/mp_xen.c
889
state = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86xpv/os/xen_machdep.c
940
xen_phys_cpus = kmem_alloc(xen_phys_ncpus *
usr/src/uts/i86xpv/vm/seg_mf.c
135
data->map = kmem_alloc(npages * sizeof (segmf_map_t), KM_SLEEP);
usr/src/uts/i86xpv/vm/seg_mf.c
169
ndata->map = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/intel/dtrace/sdt.c
138
nname = kmem_alloc(len = strlen(name) + 1, KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
110
int *newar = kmem_alloc(newsz, KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
201
acpi_osl_pr_buffer = kmem_alloc(ACPI_OSL_PR_BUFLEN, KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
292
buf1 = (char *)kmem_alloc(MAX_DAT_FILE_SIZE, KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
299
buf2 = (char *)kmem_alloc(count, KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
429
sp = (acpi_sema_t *)kmem_alloc(sizeof (acpi_sema_t), KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
477
mp = (kmutex_t *)kmem_alloc(sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/intel/io/amdzen/amdzen.c
2299
stub = kmem_alloc(sizeof (amdzen_stub_t), KM_SLEEP);
usr/src/uts/intel/io/devfm_machdep.c
100
wp->hdls = kmem_alloc(sizeof (cmi_hdl_t) * INIT_HDLS, KM_SLEEP);
usr/src/uts/intel/io/devfm_machdep.c
136
cmi_hdl_t *newarray = kmem_alloc(sz << 1, KM_SLEEP);
usr/src/uts/intel/io/devfm_machdep.c
240
cpus = kmem_alloc(sizeof (nvlist_t *) * wk.nhdl, KM_SLEEP);
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/disk/cmdk.c
1611
hwid = kmem_alloc(CMDK_HWIDLEN, KM_SLEEP);
usr/src/uts/intel/io/dktp/disk/cmdk.c
1730
dkp->dk_devid = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/intel/io/dktp/disk/cmdk.c
1896
dkp->dk_slc_cnt = kmem_alloc(NDKMAP *
usr/src/uts/intel/io/dktp/disk/cmdk.c
992
rwcmdp = kmem_alloc(sizeof (struct dadkio_rwcmd), KM_SLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
1306
bp_merge = kmem_alloc(sizeof (*bp_merge), KM_NOSLEEP);
usr/src/uts/intel/io/ecpp.c
699
pp->ioblock = (caddr_t)kmem_alloc(IO_BLOCK_SZ, KM_SLEEP);
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
799
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/intel/io/iommulib.c
576
char *buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/intel/io/iommulib.c
629
char *buf = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/intel/io/mc-amd/mcamd_pcicfg.c
60
*cookiep = hdlp = kmem_alloc(sizeof (struct _mc_pcicfg_hdl), KM_SLEEP);
usr/src/uts/intel/io/pci/pci_boot.c
2099
newundo = kmem_alloc(sizeof (struct pci_fixundo), KM_SLEEP);
usr/src/uts/intel/io/pci/pci_boot.c
3406
next_rp = rp = kmem_alloc(alloc_size, KM_SLEEP);
usr/src/uts/intel/io/pci/pci_boot.c
3488
sp = kmem_alloc(count * sizeof (*sp), KM_SLEEP);
usr/src/uts/intel/io/viona/viona_main.c
1674
void *packed = kmem_alloc(packed_sz, KM_SLEEP);
usr/src/uts/intel/io/viona/viona_tx.c
169
ring->vr_tx.vrt_iov = kmem_alloc(sizeof (struct iovec) * qsz, KM_SLEEP);
usr/src/uts/intel/io/vmm/intel/vmx_msr.c
156
bitmap = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm.c
5243
ents = kmem_alloc(count * esz, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm.c
5294
ents = kmem_alloc(count * esz, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_cpuid.c
490
cfg->vcc_entries = kmem_alloc(entries_sz, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_ioport.c
198
new_ents = kmem_alloc(new_count * sizeof (ioport_entry_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_ioport.c
260
new_ents = kmem_alloc(new_count * sizeof (ioport_entry_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1245
kbuf = kmem_alloc(req.len, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1326
entries = kmem_alloc(entries_size, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1834
buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1895
buf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
2267
lease = kmem_alloc(sizeof (*lease), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_glue.c
199
i = kmem_alloc(sizeof (struct vmm_ptp_item), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_stat.c
120
return (kmem_alloc(vst_size, KM_SLEEP));
usr/src/uts/intel/io/vmm/vmm_vm.c
1323
vmp = kmem_alloc(sizeof (*vmp), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_vm.c
536
vmo = kmem_alloc(sizeof (*vmo), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_vm.c
557
vmo = kmem_alloc(sizeof (*vmo), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_vm.c
807
vmsm = kmem_alloc(sizeof (*vmsm), KM_SLEEP);
usr/src/uts/intel/os/bootdev.c
96
new_path = kmem_alloc(*len, KM_SLEEP);
usr/src/uts/intel/os/cpuid.c
5831
kmem_alloc(size * sizeof (cp), KM_SLEEP);
usr/src/uts/intel/os/hma.c
411
va = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/intel/os/hma.c
928
va = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/intel/os/sendsig.c
312
tuc = kmem_alloc(sizeof (*tuc), KM_SLEEP);
usr/src/uts/intel/os/sendsig.c
549
tuc = kmem_alloc(sizeof (*tuc), KM_SLEEP);
usr/src/uts/intel/pcbe/core_pcbe.c
1245
*data = kmem_alloc(sizeof (core_pcbe_config_t), KM_SLEEP);
usr/src/uts/intel/pcbe/core_pcbe.c
1271
conf = kmem_alloc(sizeof (core_pcbe_config_t), KM_SLEEP);
usr/src/uts/intel/pcbe/core_pcbe.c
542
gpc_names = kmem_alloc(num_gpc * sizeof (char *), KM_SLEEP);
usr/src/uts/intel/pcbe/core_pcbe.c
585
kmem_alloc(size + common_size + 1, KM_SLEEP);
usr/src/uts/intel/pcbe/core_pcbe.c
744
ffc_allnames = kmem_alloc(num_ffc * sizeof (char *), KM_SLEEP);
usr/src/uts/intel/pcbe/core_pcbe.c
746
ffc_allnames[i] = kmem_alloc(
usr/src/uts/intel/pcbe/core_pcbe.c
799
gpc_names = kmem_alloc(num_gpc * sizeof (char *), KM_SLEEP);
usr/src/uts/intel/pcbe/core_pcbe.c
836
gpc_names[i] = kmem_alloc(size + 1, KM_SLEEP);
usr/src/uts/intel/pcbe/opteron_pcbe.c
719
evlist = kmem_alloc(evlist_sz + 1, KM_SLEEP);
usr/src/uts/intel/pcbe/opteron_pcbe.c
919
cfg = kmem_alloc(sizeof (*cfg), KM_SLEEP);
usr/src/uts/intel/pcbe/p4_pcbe.c
476
p4_eventlist[i] = (char *)kmem_alloc(size + 1, KM_SLEEP);
usr/src/uts/intel/pcbe/p4_pcbe.c
826
cfg = (p4_pcbe_config_t *)kmem_alloc(sizeof (p4_pcbe_config_t),
usr/src/uts/intel/promif/prom_emul.c
53
q->pp_val = len > 0 ? kmem_alloc(len, KM_SLEEP) : NULL;
usr/src/uts/sparc/dtrace/sdt.c
198
nname = kmem_alloc(len = strlen(name) + 1, KM_SLEEP);
usr/src/uts/sparc/io/pciex/pcieb_sparc.c
374
reg_spec = kmem_alloc(new_rsize, KM_SLEEP);
usr/src/uts/sparc/os/bootdev.c
127
parinfo = kmem_alloc(OBP_STACKDEPTH * sizeof (*parinfo),
usr/src/uts/sparc/os/bootdev.c
445
fullname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sparc/os/bootdev.c
489
new_path = kmem_alloc(*len, KM_SLEEP);
usr/src/uts/sparc/os/cpr_sparc.c
509
buf = kmem_alloc(size, KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
1024
tuc = kmem_alloc(sizeof (ucontext_t), KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
1032
xregs = kmem_alloc(xregs_size, KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
1091
gwp = kmem_alloc(gwin_size, KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
1354
tuc = kmem_alloc(sizeof (ucontext32_t), KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
1362
xregs = kmem_alloc(xregs_size, KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
1419
gwp = kmem_alloc(gwin_size, KM_SLEEP);
usr/src/uts/sparc/v9/syscall/install_utrap.c
119
cp->p_utraps = kmem_alloc((UT_PRECISE_MAXTRAPS+1) *
usr/src/uts/sparc/v9/vm/seg_nf.c
203
nfpp = kmem_alloc(sizeof (*nfpp) * vacpgs, KM_SLEEP);
usr/src/uts/sun/io/dada/conf/dcd_confsubr.c
120
kmem_alloc(SUN_IDENTSIZE, ((callback == SLEEP_FUNC)?
usr/src/uts/sun/io/dada/impl/dcd_hba.c
136
elem = kmem_alloc(sizeof (struct dcd_hba_inst), KM_SLEEP);
usr/src/uts/sun/io/dada/targets/dad.c
3658
scmd = (struct udcd_cmd *)kmem_alloc(sizeof (*scmd), KM_SLEEP);
usr/src/uts/sun/io/dada/targets/dad.c
3972
dkdevid = kmem_alloc(un->un_secsize, KM_SLEEP);
usr/src/uts/sun/io/dada/targets/dad.c
4035
un->un_devid = (ddi_devid_t)kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun/io/dada/targets/dad.c
4131
hwid = kmem_alloc(total_len, KM_SLEEP);
usr/src/uts/sun/io/fd.c
3262
temp_addr = (caddr_t)kmem_alloc(tlen,
usr/src/uts/sun/io/fd.c
729
fdc->c_un->un_chars = kmem_alloc(sizeof (struct fd_char), KM_SLEEP);
usr/src/uts/sun/io/scsi/adapters/fas.c
8223
pkt = kmem_alloc(scsi_pkt_size(), KM_SLEEP);
usr/src/uts/sun/io/scsi/adapters/fas.c
8546
pkt = kmem_alloc(scsi_pkt_size(), KM_SLEEP);
usr/src/uts/sun4/io/cbe.c
188
cbe_data_t *new_data = kmem_alloc(sizeof (cbe_data_t), KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3689
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3706
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3712
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3718
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3722
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3728
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3733
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3738
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3745
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3750
compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
6686
assigned_copy = kmem_alloc(alen, KM_SLEEP);
usr/src/uts/sun4/io/px/px_dma.c
1267
mmu_p->dvma_alloc_rec = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun4/io/px/px_dma.c
1268
mmu_p->dvma_free_rec = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun4/io/px/px_dma.c
1330
ptr = kmem_alloc(sizeof (struct px_dvma_rec), KM_SLEEP);
usr/src/uts/sun4/io/px/px_dma.c
575
if (!(mp->dmai_pfnlst = kmem_alloc(npages * sizeof (px_iopfn_t),
usr/src/uts/sun4/io/px/px_dma.c
66
if ((mp = kmem_alloc(sizeof (px_dma_hdl_t), sleep)) == 0) {
usr/src/uts/sun4/io/px/px_fdvma.c
189
fdvma_p = kmem_alloc(sizeof (fdvma_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_fdvma.c
190
fdvma_p->pagecnt = kmem_alloc(npages * sizeof (uint_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_ib.c
788
ih_p = kmem_alloc(sizeof (px_ih_t), KM_SLEEP);
usr/src/uts/sun4/io/trapstat.c
2560
tstat_enabled = kmem_alloc(TSTAT_TOTAL_NENT * sizeof (int), KM_SLEEP);
usr/src/uts/sun4/io/trapstat.c
2561
tstat_buffer = kmem_alloc(tstat_data_t_size, KM_SLEEP);
usr/src/uts/sun4/os/bus_func.c
45
bus_func_desc_t *bfd = kmem_alloc(sizeof (bus_func_desc_t), KM_SLEEP);
usr/src/uts/sun4/os/ddi_impl.c
514
match_req = kmem_alloc(CELLS_1275_TO_BYTES(addr_cells) +
usr/src/uts/sun4/os/ddi_impl.c
591
intr = kmem_alloc(
usr/src/uts/sun4/os/dvma.c
92
mp->dmai_mapping = (ulong_t)kmem_alloc(
usr/src/uts/sun4/os/dvma.c
96
mp->dmai_minfo = kmem_alloc(
usr/src/uts/sun4/os/intr.c
457
struct intr_dist *new = kmem_alloc(sizeof (*new), KM_SLEEP);
usr/src/uts/sun4u/cpu/opl_olympus.c
1160
kmem_alloc(ERRLOG_ALLOC_SZ, KM_SLEEP);
usr/src/uts/sun4u/cpu/opl_olympus.c
2233
opl_ta3_save = (char *)kmem_alloc(NCPU * sizeof (win_regs_t),
usr/src/uts/sun4u/cpu/us3_common.c
3301
cbargp = kmem_alloc(sizeof (ce_lkychk_cb_t), KM_SLEEP);
usr/src/uts/sun4u/io/gptwocfg.c
432
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/io/i2c/misc/i2c_svc.c
101
hdl = kmem_alloc(sizeof (struct i2c_client_hdl_impl), KM_SLEEP);
usr/src/uts/sun4u/io/i2c/misc/i2c_svc.c
256
nexus_reglist = kmem_alloc(sizeof (struct i2c_nexus_reg_list),
usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c
930
ppvt = kmem_alloc(sizeof (pcf8584_ppvt_t), KM_SLEEP);
usr/src/uts/sun4u/io/iommu.c
1028
iomemp = kmem_alloc(sizeof (struct io_mem_list),
usr/src/uts/sun4u/io/iommu.c
1387
iommu_fast_dvma = kmem_alloc(sizeof (struct fast_dvma),
usr/src/uts/sun4u/io/iommu.c
1527
iomemp = kmem_alloc(sizeof (struct io_mem_list), KM_SLEEP);
usr/src/uts/sun4u/io/iommu.c
464
iomemp = kmem_alloc(sizeof (struct io_mem_list), KM_SLEEP);
usr/src/uts/sun4u/io/iommu.c
611
iomemp = kmem_alloc(sizeof (struct io_mem_list), KM_SLEEP);
usr/src/uts/sun4u/io/isadma.c
659
hp = kmem_alloc(sizeof (ddi_acc_impl_t), KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
364
hwdp = kmem_alloc(HWD_DATA_SIZE, KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
722
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_cb.c
211
cb_p->cb_imr_save = kmem_alloc(inos * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_dma.c
1186
pci_dma_win_t *win_p = kmem_alloc(sizeof (pci_dma_win_t) + sz,
usr/src/uts/sun4u/io/pci/pci_dma.c
1570
ptr = kmem_alloc(sizeof (struct dvma_rec), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_dma.c
257
if ((mp = kmem_alloc(sizeof (pci_dma_hdl_t), sleep)) == 0) {
usr/src/uts/sun4u/io/pci/pci_dma.c
782
if (!(mp->dmai_pfnlst = kmem_alloc(npages * sizeof (iopfn_t),
usr/src/uts/sun4u/io/pci/pci_fdvma.c
237
fdvma_p = kmem_alloc(sizeof (fdvma_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_ib.c
808
ih_p = kmem_alloc(sizeof (ih_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_pwr.c
173
kmem_alloc(sizeof (int) * num_comps, KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_tools.c
339
iget = kmem_alloc(iget_kmem_alloc_size, KM_SLEEP);
usr/src/uts/sun4u/io/pci/pcipsy.c
1373
pci_name_kstat = (pci_ksinfo_t *)kmem_alloc(sizeof (pci_ksinfo_t),
usr/src/uts/sun4u/io/pci/pcipsy.c
588
buf1 = kmem_alloc(MAXNAMELEN, KM_SLEEP); /* strcmp */
usr/src/uts/sun4u/io/pci/pcipsy.c
589
buf2 = kmem_alloc(MAXNAMELEN, KM_SLEEP); /* strncmp */
usr/src/uts/sun4u/io/pci/pcisch.c
273
new_intr_buf = kmem_alloc(CELLS_1275_TO_BYTES(intr_cnt), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pcisch.c
3123
pci_name_kstat = (pci_ksinfo_t *)kmem_alloc(sizeof (pci_ksinfo_t),
usr/src/uts/sun4u/io/pci/pcisch.c
3137
saf_name_kstat = (pci_ksinfo_t *)kmem_alloc(sizeof (pci_ksinfo_t),
usr/src/uts/sun4u/io/pmubus.c
771
pmubus_mapreqp = kmem_alloc(sizeof (*pmubus_mapreqp),
usr/src/uts/sun4u/io/rmcadm.c
383
rr.req.msg_buf = kmem_alloc(rr.req.msg_len, KM_SLEEP);
usr/src/uts/sun4u/io/rmcadm.c
405
rr.resp.msg_buf = kmem_alloc(rr.resp.msg_len, KM_SLEEP);
usr/src/uts/sun4u/io/rmcadm.c
584
ssbp.data_buf = kmem_alloc(ssbp.data_len, KM_SLEEP);
usr/src/uts/sun4u/io/rmcadm.c
603
kmem_alloc(ssbp.resp_bp.msg_len, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
1128
lw8_progp = kmem_alloc(sizeof (*lw8_progp), KM_SLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
1216
lw8_eventlogp = kmem_alloc(sizeof (*lw8_eventlogp), KM_SLEEP);
usr/src/uts/sun4u/ngdr/io/dr_mem.c
776
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/opl/io/dr_mem.c
759
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
1155
floating = (int *)kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
2716
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
965
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/opl/io/mc-opl.c
2459
*mlp = kmem_alloc(sizeof (struct memlist), KM_SLEEP);
usr/src/uts/sun4u/opl/io/mc-opl.c
2508
nl = kmem_alloc(sizeof (struct memlist),
usr/src/uts/sun4u/opl/io/mc-opl.c
3794
bd_dimmp = (board_dimm_info_t *)kmem_alloc(bufsz, KM_SLEEP);
usr/src/uts/sun4u/opl/io/mc-opl.c
3844
d = (mc_dimm_info_t *)kmem_alloc(sizeof (mc_dimm_info_t),
usr/src/uts/sun4u/opl/io/mc-opl.c
3871
*unum = kmem_alloc(fpag->fmri_sz, KM_SLEEP);
usr/src/uts/sun4u/opl/io/mc-opl.c
4046
buf = (caddr_t)kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/sun4u/opl/io/mc-opl.c
4093
kbuf = kmem_alloc(512 * 1024 * 1024, KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplkmdrv.c
511
msgbuf = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1346
buf1 = kmem_alloc(MAXNAMELEN, KM_SLEEP); /* strcmp */
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1347
buf2 = kmem_alloc(MAXNAMELEN, KM_SLEEP); /* strncmp */
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1623
pcmu_name_kstat = (pcmu_ksinfo_t *)kmem_alloc(sizeof (pcmu_ksinfo_t),
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_cb.c
251
pcb_p->pcb_imr_save = kmem_alloc(inos * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
442
pcmu_ib_ino_info_t *ino_p = kmem_alloc(sizeof (pcmu_ib_ino_info_t),
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
713
ih_p = kmem_alloc(sizeof (ih_t), KM_SLEEP);
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
1391
cdef = kmem_alloc(sizeof (*cdef), KM_SLEEP);
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
973
addr = kmem_alloc(mmu_ptob(*alloc_pages), KM_NOSLEEP);
usr/src/uts/sun4u/os/mach_cpu_states.c
166
char *newstr = kmem_alloc(strlen(
usr/src/uts/sun4u/os/mach_mp_startup.c
189
cp->cpu_idstr = kmem_alloc(strlen(buf) + 1, KM_SLEEP);
usr/src/uts/sun4u/os/mach_mp_startup.c
192
cp->cpu_brandstr = kmem_alloc(strlen(cpunode->name) + 1, KM_SLEEP);
usr/src/uts/sun4u/os/mach_startup.c
133
fpras_chkfngrps_base = kmem_alloc(chkfngrpsallocsz, KM_SLEEP);
usr/src/uts/sun4u/os/mach_startup.c
139
fpras_chkfngrps_base = kmem_alloc(chkfngrpsallocsz,
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/pcbe/opl_pcbe.c
550
pic_events[i] = kmem_alloc(size + 1, KM_SLEEP);
usr/src/uts/sun4u/pcbe/opl_pcbe.c
700
conf = kmem_alloc(sizeof (opl_pcbe_config_t), KM_SLEEP);
usr/src/uts/sun4u/pcbe/us234_pcbe.c
659
pic_events[i] = kmem_alloc(size + 1, KM_SLEEP);
usr/src/uts/sun4u/pcbe/us234_pcbe.c
805
conf = kmem_alloc(sizeof (us_pcbe_config_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_dr.c
386
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_error.c
147
arg_str = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
327
mempage = kmem_alloc(PAGESIZE, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
528
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sgcn.c
273
kmem_alloc(sgcn_state->sgcn_inbuf_size, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
1476
kmem_alloc(f_frag_len, KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4u/sunfire/io/ac_test.c
192
test->bufp = kmem_alloc(TEST_PAGESIZE, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc.c
1240
fhc_arg = kmem_alloc(sizeof (struct fhc_wrapper_arg), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc.c
2476
mfgmode = kmem_alloc(mfgmode_len+1, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc.c
2782
p = kmem_alloc(sizeof (struct fhc_memloc), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
299
temp = kmem_alloc(newsize, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
523
dlist = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/sysctrl_dr.c
1505
regp = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4v/cpu/niagara_perfctr.c
473
ni_jbus_kstat = (ni_ksinfo_t *)kmem_alloc(sizeof (ni_ksinfo_t),
usr/src/uts/sun4v/io/dr_cpu.c
1506
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
354
resp = kmem_alloc(size, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
590
res[idx].string = kmem_alloc(err_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
849
res[cpu_idx].string = kmem_alloc(err_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
939
res->string = kmem_alloc(err_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_io.c
723
char *path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
404
errstr = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
618
res[idx].string = kmem_alloc(err_len, KM_SLEEP);
usr/src/uts/sun4v/io/drctl.c
289
resp = kmem_alloc(size, KM_SLEEP);
usr/src/uts/sun4v/io/drctl.c
320
resp = kmem_alloc(*size, KM_SLEEP);
usr/src/uts/sun4v/io/drctl.c
632
kmem_alloc(*osize, KM_SLEEP);
usr/src/uts/sun4v/io/drctl.c
686
msgp = kmem_alloc(*osize, KM_SLEEP);
usr/src/uts/sun4v/io/ds_drv.c
698
data = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun4v/io/ds_pri.c
571
tmpbufp = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4v/io/ds_pri.c
858
data = kmem_alloc(pri_size, KM_SLEEP);
usr/src/uts/sun4v/io/ds_pri.c
927
pri_data = kmem_alloc(pri_size, KM_SLEEP);
usr/src/uts/sun4v/io/ds_snmp.c
1002
sp->data = kmem_alloc(snmp_size, KM_SLEEP);
usr/src/uts/sun4v/io/ds_snmp.c
622
tmpbufp = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4v/io/ds_snmp.c
674
tmpbufp = kmem_alloc(len, KM_SLEEP);
usr/src/uts/sun4v/io/ldc.c
2682
ldcp->stream_bufferp = kmem_alloc(ldcp->mtu, KM_SLEEP);
usr/src/uts/sun4v/io/ldc.c
2760
kmem_alloc(ldcp->rx_dq_entries << LDC_PACKET_SHIFT,
usr/src/uts/sun4v/io/ldc_shm.c
412
mtbl->table = kmem_alloc(MMU_PAGESIZE, KM_SLEEP);
usr/src/uts/sun4v/io/mdeg.c
380
listp = kmem_alloc(sizeof (mde_cookie_t) * nnodes, KM_SLEEP);
usr/src/uts/sun4v/io/mdeg.c
665
nodesp = kmem_alloc(sizeof (mde_cookie_t) * nnodes, KM_SLEEP);
usr/src/uts/sun4v/io/n2rng/n2rng.c
1030
n2rng->n_ctl_data = kmem_alloc(sizeof (rng_ctl_data_t), KM_SLEEP);
usr/src/uts/sun4v/io/niumx/niumx.c
661
if ((mp = kmem_alloc(sizeof (ddi_dma_impl_t), sleep)) == 0) {
usr/src/uts/sun4v/io/platsvc.c
583
ps_suspend_data = kmem_alloc(sizeof (ps_suspend_data_t), KM_SLEEP);
usr/src/uts/sun4v/io/platsvc.c
584
ps_suspend_data->buf = kmem_alloc(buflen, KM_SLEEP);
usr/src/uts/sun4v/io/vcc.c
2044
buf = kmem_alloc(uio_size, KM_SLEEP);
usr/src/uts/sun4v/io/vcc.c
882
pspecp = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
3687
kmem_alloc(sizeof (caddr_t) *
usr/src/uts/sun4v/io/vdc.c
4183
vdcp->local_dring_backup = kmem_alloc(dring_size, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
5754
buf = kmem_alloc(sizeof (buf_t), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
6706
buffer = kmem_alloc(vdc->vdisk_bsize, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
6754
vio = kmem_alloc(sizeof (vdc_io_t), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
7990
tmp_mem = kmem_alloc(copy_len, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
8037
dk_efi.dki_data = kmem_alloc(dk_efi.dki_length, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
8077
dk_efi.dki_data = kmem_alloc(dk_efi.dki_length, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
8430
label = kmem_alloc(vdc->vdisk_bsize, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
1284
*devid = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
2325
vd->vio_msgp = kmem_alloc(vd->max_msglen, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
2709
dk_efi->dki_data = kmem_alloc(vd_efi->length, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
3743
devid = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
4527
vd->inband_task.msg = kmem_alloc(vd->max_msglen, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
4682
vd->dring_task[i].msg = kmem_alloc(vd->max_msglen, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
5271
kmem_alloc(vd->max_msglen, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
6808
vd->vio_msgp = kmem_alloc(vd->max_msglen, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
7432
pspecp = kmem_alloc(sz, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
1041
vport->recv_buf = kmem_alloc(vport->mtu, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
1042
vport->send_buf = kmem_alloc(vport->mtu, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
1045
vport->cookie_buf = kmem_alloc(vldc_max_cookie, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
1371
vport->recv_buf = kmem_alloc(new_mtu, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
1374
vport->send_buf = kmem_alloc(new_mtu, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
459
pspecp = kmem_alloc(templatesz, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
465
name = kmem_alloc(namesz, KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
475
inst_specp = kmem_alloc(sizeof (mdeg_node_spec_t), KM_SLEEP);
usr/src/uts/sun4v/io/vldc.c
548
listp = kmem_alloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vlds.c
1174
listp = kmem_alloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2516
ldcp->ldcmsg = kmem_alloc(ldcp->msglen, KM_SLEEP);
usr/src/uts/sun4v/io/vnex.c
594
vnex_id_t *vid_p = kmem_alloc(sizeof (vnex_id_t), KM_SLEEP);
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
651
ldcp->ldcmsg = kmem_alloc(ldcp->msglen, KM_SLEEP);
usr/src/uts/sun4v/io/vsw_switching.c
1669
ment = kmem_alloc(sizeof (mfdb_ent_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_switching.c
1715
new_ent = kmem_alloc(sizeof (mfdb_ent_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_txdring.c
273
data_addr = kmem_alloc(dp->data_sz, KM_SLEEP);
usr/src/uts/sun4v/os/fillsysinfo.c
1097
pali->pali_aliases = kmem_alloc(i * sizeof (char *), KM_SLEEP);
usr/src/uts/sun4v/os/fillsysinfo.c
1245
cp = kmem_alloc(sizeof (mde_cookie_t) * NCPU, KM_SLEEP);
usr/src/uts/sun4v/os/fillsysinfo.c
1246
cpids = kmem_alloc(sizeof (uint64_t) * NCPU, KM_SLEEP);
usr/src/uts/sun4v/os/fillsysinfo.c
1286
ppset = kmem_alloc(sizeof (cpuset_t), KM_SLEEP);
usr/src/uts/sun4v/os/fillsysinfo.c
1355
nctxs = kmem_alloc(sizeof (uint_t) * NCPU, KM_SLEEP);
usr/src/uts/sun4v/os/mach_descrip.c
491
return (kmem_alloc(size, KM_SLEEP));
usr/src/uts/sun4v/os/mach_mp_startup.c
290
cp->cpu_idstr = kmem_alloc(strlen(buf) + 1, KM_SLEEP);
usr/src/uts/sun4v/os/mach_mp_startup.c
293
cp->cpu_brandstr = kmem_alloc(strlen(cpunode->name) + 1, KM_SLEEP);
usr/src/uts/sun4v/pcbe/niagara2_pcbe.c
308
evlist = kmem_alloc(evlist_sz + 1, KM_SLEEP);
usr/src/uts/sun4v/pcbe/niagara2_pcbe.c
597
cfg = kmem_alloc(sizeof (*cfg), KM_SLEEP);
usr/src/uts/sun4v/pcbe/niagara_pcbe.c
223
pic_events[i] = kmem_alloc(size + 1, KM_SLEEP);
usr/src/uts/sun4v/pcbe/niagara_pcbe.c
382
conf = kmem_alloc(sizeof (ni_pcbe_config_t), KM_SLEEP);