usr/src/cmd/gss/gssd/gssdtest.c
67
#define CALLOC(n, s) kmem_zalloc((n)*(s), KM_SLEEP)
usr/src/cmd/mdb/common/kmdb/kctl/kctl_main.c
187
if ((base = kmem_zalloc(needed, KM_NOSLEEP)) == NULL) {
usr/src/cmd/mdb/common/kmdb/kctl/kctl_main.c
195
base = kmem_zalloc(needed, KM_SLEEP);
usr/src/common/acl/acl_common.c
244
*ptr = kmem_zalloc(size, KM_SLEEP);
usr/src/common/ccid/atr.c
1107
return (kmem_zalloc(sizeof (atr_data_t), KM_SLEEP));
usr/src/common/core/core_shstrtab.c
49
return (kmem_zalloc(sizeof (shstrtab_ent_t), KM_NOSLEEP_LAZY));
usr/src/common/crypto/ecc/ecc_impl.h
73
#define PORT_ArenaZAlloc(a, n, f) kmem_zalloc((n), (f))
usr/src/common/crypto/ecc/ecc_impl.h
75
#define PORT_ZAlloc(n, f) kmem_zalloc((n), (f))
usr/src/common/crypto/ecc/ecl_curve.c
63
ret = (ECCurveParams *) kmem_zalloc(sizeof(ECCurveParams), kmflag);
usr/src/common/crypto/modes/cbc.c
334
if ((cbc_ctx = kmem_zalloc(sizeof (cbc_ctx_t), kmflag)) == NULL)
usr/src/common/crypto/modes/ccm.c
914
if ((ccm_ctx = kmem_zalloc(sizeof (ccm_ctx_t), kmflag)) == NULL)
usr/src/common/crypto/modes/ctr.c
280
if ((ctr_ctx = kmem_zalloc(sizeof (ctr_ctx_t), kmflag)) == NULL)
usr/src/common/crypto/modes/ecb.c
146
if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL)
usr/src/common/crypto/modes/gcm.c
867
if ((gcm_ctx = kmem_zalloc(sizeof (gcm_ctx_t), kmflag)) == NULL)
usr/src/common/crypto/modes/gcm.c
884
if ((gcm_ctx = kmem_zalloc(sizeof (gcm_ctx_t), kmflag)) == NULL)
usr/src/common/iscsit/iscsit_common.c
55
return (kmem_zalloc(size, KM_SLEEP));
usr/src/common/lz4/lz4.c
923
void *ctx = kmem_zalloc(sizeof (struct refTables), KM_NOSLEEP);
usr/src/common/mpi/mpi.c
2891
return kmem_zalloc(nb * ni, kmflag);
usr/src/common/smbsrv/smb_sid.c
348
sid = kmem_zalloc(size, KM_SLEEP);
usr/src/lib/libfakekernel/common/taskq.c
303
taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP);
usr/src/lib/smbclnt/libfknsmb/common/fake_fio.c
80
fp = kmem_zalloc(sizeof (*fp), KM_SLEEP);
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
166
tiu = kmem_zalloc(sizeof (*tiu), KM_SLEEP);
usr/src/lib/smbclnt/libfknsmb/common/fake_softc.c
128
new_element = kmem_zalloc(ss->size, KM_SLEEP);
usr/src/lib/smbclnt/libfknsmb/common/fake_softc.c
160
new_array = kmem_zalloc(new_n_items * sizeof (void *),
usr/src/lib/smbclnt/libfknsmb/common/fake_softc.c
71
ss = kmem_zalloc(sizeof (*ss), KM_SLEEP);
usr/src/lib/smbclnt/libfknsmb/common/fake_softc.c
83
ss->array = kmem_zalloc(ss->n_items * sizeof (void *), KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1046
motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_stream.c
59
db = kmem_zalloc(sizeof (*db), KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_stream.c
60
mp = kmem_zalloc(sizeof (*mp), KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_vop.c
1339
vsecattr->vsa_aclentp = kmem_zalloc(aclsize, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_vop.c
1455
priv = kmem_zalloc(sizeof (*priv), KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fksmb_idmap.c
168
sib->sib_maps = kmem_zalloc(sib->sib_size, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fksmb_kdoor.c
144
buf = kmem_zalloc(len, KM_SLEEP);
usr/src/lib/smbsrv/libfksmbsrv/common/fksmb_preauth_pkcs.c
60
mech = kmem_zalloc(sizeof (*mech), KM_SLEEP);
usr/src/uts/common/brand/sn1/sn1_brand.c
243
sn1_emulation_table = kmem_zalloc(NSYSCALL, KM_SLEEP);
usr/src/uts/common/brand/solaris10/s10_brand.c
388
zone->zone_brand_data = kmem_zalloc(sizeof (s10_zone_data_t), KM_SLEEP);
usr/src/uts/common/brand/solaris10/s10_brand.c
484
s10_emulation_table = kmem_zalloc(NSYSCALL, KM_SLEEP);
usr/src/uts/common/contract/device.c
1243
ctd = kmem_zalloc(sizeof (cont_device_t), KM_SLEEP);
usr/src/uts/common/contract/device.c
1735
event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP);
usr/src/uts/common/contract/device.c
420
new = kmem_zalloc(sizeof (ctmpl_device_t), KM_SLEEP);
usr/src/uts/common/contract/device.c
733
new = kmem_zalloc(sizeof (ctmpl_device_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
1056
event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
1103
event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
1135
event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
1185
event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
826
ctp = kmem_zalloc(sizeof (cont_process_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
953
event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP);
usr/src/uts/common/contract/process.c
971
event = kmem_zalloc(sizeof (ct_kevent_t), KM_SLEEP);
usr/src/uts/common/crypto/api/kcf_cbufcall.c
62
cbufp = kmem_zalloc(sizeof (kcf_cbuf_elem_t), KM_SLEEP);
usr/src/uts/common/crypto/api/kcf_miscapi.c
162
tmp_mech_name_tab = kmem_zalloc(n, kmflag);
usr/src/uts/common/crypto/api/kcf_miscapi.c
261
mech_name_tab = kmem_zalloc(count * CRYPTO_MAX_MECH_NAME, kmflag);
usr/src/uts/common/crypto/api/kcf_miscapi.c
328
nep = kmem_zalloc(sizeof (kcf_ntfy_elem_t), KM_SLEEP);
usr/src/uts/common/crypto/api/kcf_miscapi.c
830
ext_info = kmem_zalloc(sizeof (crypto_provider_ext_info_t), KM_SLEEP);
usr/src/uts/common/crypto/api/kcf_random.c
832
rndmag = kmem_zalloc(sizeof (rndmag_pad_t) * random_max_ncpus,
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
1068
new_entry = kmem_zalloc(sizeof (kcf_soft_conf_entry_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
324
skip_providers = kmem_zalloc(skip_providers_size, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
325
mech_counts = kmem_zalloc(mech_counts_size, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_mech_tabs.c
298
me_mutexes = kmem_zalloc(max_ncpus * sizeof (kcf_lock_withpad_t),
usr/src/uts/common/crypto/core/kcf_mech_tabs.c
489
prov_mech = kmem_zalloc(sizeof (kcf_prov_mech_desc_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_mech_tabs.c
528
mil = kmem_zalloc(sizeof (*mil), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_mech_tabs.c
529
mil2 = kmem_zalloc(sizeof (*mil2), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_policy.c
367
if ((desc = kmem_zalloc(sizeof (kcf_policy_desc_t), km_flag)) == NULL)
usr/src/uts/common/crypto/core/kcf_policy.c
63
policy_tab = kmem_zalloc(policy_tab_max * sizeof (kcf_policy_desc_t *),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
332
desc = kmem_zalloc(sizeof (kcf_provider_desc_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
358
desc->pd_ops_vector = kmem_zalloc(sizeof (crypto_ops_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
371
desc->pd_mechanisms = kmem_zalloc(sizeof (crypto_mech_info_t) *
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
385
kmem_zalloc(desc->pd_nbins * sizeof (kcf_prov_cpu_t), KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
614
p = kmem_zalloc(n, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
708
p = kmem_zalloc(n, kmflag);
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
89
prov_tab = kmem_zalloc(prov_tab_max * sizeof (kcf_provider_desc_t *),
usr/src/uts/common/crypto/core/kcf_sched.c
1223
rt = kmem_zalloc(sizeof (kcf_reqid_table_t), KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
1464
ext_info = kmem_zalloc(need, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
1800
ps = kmem_zalloc(sizeof (crypto_provider_session_t), KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
1891
new = kmem_zalloc(new_allocation, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
392
crypto_locks = kmem_zalloc(max_ncpus * sizeof (kcf_lock_withpad_t),
usr/src/uts/common/crypto/io/crypto.c
492
newtable = kmem_zalloc(new_size, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
528
cm = kmem_zalloc(sizeof (crypto_minor_t), KM_SLEEP);
usr/src/uts/common/crypto/io/dca.c
1523
workp = kmem_zalloc(sizeof (dca_work_t), KM_SLEEP);
usr/src/uts/common/crypto/io/dca.c
1583
reqp = kmem_zalloc(sizeof (dca_request_t), KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
1828
softc->ds_sessions = kmem_zalloc(DPROV_MIN_SESSIONS *
usr/src/uts/common/crypto/io/dprov.c
4255
dprov_private = kmem_zalloc(sizeof (dprov_ctx_dual_t),
usr/src/uts/common/crypto/io/dprov.c
4262
dprov_private = kmem_zalloc(sizeof (dprov_ctx_single_t),
usr/src/uts/common/crypto/io/dprov.c
6932
new_sessions = kmem_zalloc(
usr/src/uts/common/crypto/io/dprov.c
6949
softc->ds_sessions[i] = kmem_zalloc(
usr/src/uts/common/crypto/io/dprov.c
7314
find_ctx = kmem_zalloc(sizeof (dprov_find_ctx_t), KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
9244
object = kmem_zalloc(sizeof (dprov_object_t), KM_SLEEP);
usr/src/uts/common/crypto/io/dprov.c
9296
object->do_attr[oattr].oa_value = kmem_zalloc(new_len,
usr/src/uts/common/crypto/io/ecc.c
502
dctxp = kmem_zalloc(sizeof (digest_ecc_ctx_t), kmflag);
usr/src/uts/common/crypto/io/ecc.c
506
ctxp = kmem_zalloc(sizeof (ecc_ctx_t), kmflag);
usr/src/uts/common/crypto/io/rsa.c
487
if ((ctxp = kmem_zalloc(sizeof (rsa_ctx_t), kmflag)) == NULL)
usr/src/uts/common/crypto/io/rsa.c
849
dctxp = kmem_zalloc(sizeof (digest_rsa_ctx_t), kmflag);
usr/src/uts/common/crypto/io/rsa.c
853
ctxp = kmem_zalloc(sizeof (rsa_ctx_t), kmflag);
usr/src/uts/common/crypto/io/viorand.c
261
state->vio_rdbuf_mem = kmem_zalloc(sizeof (viorand_rdbuf_t) *
usr/src/uts/common/disp/cmt.c
1239
lgrp = kmem_zalloc(sizeof (cmt_lgrp_t), KM_SLEEP);
usr/src/uts/common/disp/cmt.c
221
return (kmem_zalloc(sizeof (pg_cmt_t), KM_NOSLEEP));
usr/src/uts/common/disp/cmt.c
722
kmem_zalloc(sizeof (group_t), KM_SLEEP);
usr/src/uts/common/disp/cpucaps.c
264
cpucap_t *cap = kmem_zalloc(sizeof (cpucap_t), KM_SLEEP);
usr/src/uts/common/disp/cpupart.c
226
cp->cp_lgrploads = kmem_zalloc(sizeof (lpl_t) * sz, KM_SLEEP);
usr/src/uts/common/disp/cpupart.c
236
kmem_zalloc(sizeof (struct lgrp_ld *) * (sz + 1), KM_SLEEP);
usr/src/uts/common/disp/cpupart.c
238
kmem_zalloc(sizeof (int) * (sz + 1), KM_SLEEP);
usr/src/uts/common/disp/cpupart.c
826
pp = kmem_zalloc(sizeof (cpupart_t), KM_SLEEP);
usr/src/uts/common/disp/disp.c
345
disp_mem = kmem_zalloc(NCPU *
usr/src/uts/common/disp/disp.c
381
dptr->newdispq = kmem_zalloc(numpris * sizeof (dispq_t), KM_SLEEP);
usr/src/uts/common/disp/disp.c
382
dptr->newdqactmap = kmem_zalloc(((numpris / BT_NBIPUL) + 1) *
usr/src/uts/common/disp/disp.c
454
newdispq = kmem_zalloc(v.v_nglobpris * sizeof (dispq_t), KM_SLEEP);
usr/src/uts/common/disp/disp.c
455
newdqactmap = kmem_zalloc(((v.v_nglobpris / BT_NBIPUL) + 1) *
usr/src/uts/common/disp/fss.c
1599
if ((bufp = kmem_zalloc(sizeof (fssproc_t), flag)) == NULL) {
usr/src/uts/common/disp/fss.c
1701
if ((fsszone = kmem_zalloc(sizeof (fsszone_t), KM_NOSLEEP))
usr/src/uts/common/disp/fss.c
1712
if ((fssproj = kmem_zalloc(sizeof (fssproj_t), KM_NOSLEEP))
usr/src/uts/common/disp/fss.c
472
fssbuf = kmem_zalloc(sizeof (fssbuf_t), KM_SLEEP);
usr/src/uts/common/disp/fss.c
493
fsslist = kmem_zalloc(cnt * sizeof (void *), KM_SLEEP);
usr/src/uts/common/disp/fss.c
497
fsslist[i] = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/disp/fss.c
855
fsspsets = kmem_zalloc(sizeof (fsspset_t) * max_ncpus, KM_SLEEP);
usr/src/uts/common/disp/sysdc.c
1120
if ((new = kmem_zalloc(sizeof (*new), flag)) == NULL) {
usr/src/uts/common/disp/sysdc.c
1123
if ((new->sdc_pset = kmem_zalloc(sizeof (*new->sdc_pset), flag)) ==
usr/src/uts/common/disp/thread.c
1757
tsd = t->t_tsd = kmem_zalloc(sizeof (*tsd), KM_SLEEP);
usr/src/uts/common/disp/thread.c
1805
tsd = curthread->t_tsd = kmem_zalloc(sizeof (*tsd), KM_SLEEP);
usr/src/uts/common/disp/thread.c
1875
new = kmem_zalloc(nsize, KM_SLEEP);
usr/src/uts/common/disp/thread.c
2120
kmem_zalloc(KMEM_STKINFO_LOG_SIZE *
usr/src/uts/common/disp/thread.c
2327
buf = kmem_zalloc(THREAD_NAME_MAX, KM_SLEEP);
usr/src/uts/common/dtrace/dcpc.c
1141
kmem_zalloc(cpc_ncounters * sizeof (dcpc_probe_t *), KM_SLEEP);
usr/src/uts/common/dtrace/dcpc.c
187
pp = kmem_zalloc(sizeof (dcpc_probe_t), KM_SLEEP);
usr/src/uts/common/dtrace/dcpc.c
370
kmem_zalloc(sizeof (kcpc_attr_t), KM_SLEEP);
usr/src/uts/common/dtrace/dcpc.c
440
set = kmem_zalloc(sizeof (kcpc_set_t), KM_SLEEP);
usr/src/uts/common/dtrace/dcpc.c
443
kmem_zalloc(sizeof (kcpc_request_t) * active_requests, KM_SLEEP);
usr/src/uts/common/dtrace/dcpc.c
446
kmem_zalloc(active_requests * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10149
tlocals = kmem_zalloc(nsz, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10200
statics = kmem_zalloc(newsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10212
svar = kmem_zalloc(sizeof (dtrace_statvar_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10217
kmem_zalloc(dsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10239
new = kmem_zalloc(sizeof (dtrace_difo_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10369
fmt = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10458
pred = kmem_zalloc(sizeof (dtrace_predicate_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10519
act = kmem_zalloc(sizeof (dtrace_actdesc_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10574
ecb = kmem_zalloc(sizeof (dtrace_ecb_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10598
ecbs = kmem_zalloc(necbs * sizeof (*ecbs), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10783
agg = kmem_zalloc(sizeof (dtrace_aggregation_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
10933
aggs = kmem_zalloc(naggs * sizeof (*aggs), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
11179
action = kmem_zalloc(sizeof (dtrace_action_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
11646
if ((buf->dtb_tomax = kmem_zalloc(size, KM_NOSLEEP_LAZY)) ==
usr/src/uts/common/dtrace/dtrace.c
11658
if ((buf->dtb_xamot = kmem_zalloc(size, KM_NOSLEEP_LAZY)) ==
usr/src/uts/common/dtrace/dtrace.c
12060
enab = kmem_zalloc(sizeof (dtrace_enabling_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
12095
ndesc = kmem_zalloc(nsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
12115
new = kmem_zalloc(sizeof (dtrace_ecbdesc_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
12632
dof = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
12929
dp = kmem_zalloc(sizeof (dtrace_difo_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
13216
ep = kmem_zalloc(sizeof (dtrace_ecbdesc_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
13613
if ((base = kmem_zalloc(size, KM_NOSLEEP_LAZY)) == NULL)
usr/src/uts/common/dtrace/dtrace.c
13816
state->dts_buffer = kmem_zalloc(bufsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
13817
state->dts_aggbuffer = kmem_zalloc(bufsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
14139
spec = kmem_zalloc(nspec * sizeof (dtrace_speculation_t),
usr/src/uts/common/dtrace/dtrace.c
14151
if ((buf = kmem_zalloc(bufsize, KM_NOSLEEP_LAZY)) == NULL) {
usr/src/uts/common/dtrace/dtrace.c
15135
helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
15154
helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) *
usr/src/uts/common/dtrace/dtrace.c
15269
hprov = kmem_zalloc(sizeof (dtrace_helper_provider_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
15290
help->dthps_provs = kmem_zalloc(help->dthps_maxprovs *
usr/src/uts/common/dtrace/dtrace.c
15648
help = kmem_zalloc(sizeof (dtrace_helpers_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
15649
help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
usr/src/uts/common/dtrace/dtrace.c
15788
new = kmem_zalloc(sizeof (dtrace_helper_action_t),
usr/src/uts/common/dtrace/dtrace.c
16087
range = kmem_zalloc(nsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
16338
kmem_zalloc(dtrace_helptrace_bufsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
7557
dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
7566
hash->dth_tab = kmem_zalloc(hash->dth_size *
usr/src/uts/common/dtrace/dtrace.c
7597
new_tab = kmem_zalloc(new_size * sizeof (void *), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
7637
bucket = kmem_zalloc(sizeof (dtrace_hashbucket_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
7760
char *new = kmem_zalloc((str != NULL ? strlen(str) : 0) + 1, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
8291
provider = kmem_zalloc(sizeof (dtrace_provider_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
8653
probe = kmem_zalloc(sizeof (dtrace_probe_t), KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
8678
probes = kmem_zalloc(nsize, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
9149
meta = kmem_zalloc(sizeof (dtrace_meta_t), KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
1209
new_fprc = kmem_zalloc(sizeof (fasttrap_proc_t), KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
1364
new_fp = kmem_zalloc(sizeof (fasttrap_provider_t), KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
1615
pp = kmem_zalloc(sizeof (fasttrap_probe_t), KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
1623
tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t),
usr/src/uts/common/dtrace/fasttrap.c
1664
pp = kmem_zalloc(offsetof(fasttrap_probe_t,
usr/src/uts/common/dtrace/fasttrap.c
1674
tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t),
usr/src/uts/common/dtrace/fasttrap.c
1845
pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
1858
tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t), KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
1877
tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t), KM_SLEEP);
usr/src/uts/common/dtrace/fasttrap.c
2171
fasttrap_tpoints.fth_table = kmem_zalloc(fasttrap_tpoints.fth_nent *
usr/src/uts/common/dtrace/fasttrap.c
2184
fasttrap_provs.fth_table = kmem_zalloc(fasttrap_provs.fth_nent *
usr/src/uts/common/dtrace/fasttrap.c
2197
fasttrap_procs.fth_table = kmem_zalloc(fasttrap_procs.fth_nent *
usr/src/uts/common/dtrace/fasttrap.c
234
sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/dtrace/profile.c
180
prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP);
usr/src/uts/common/dtrace/profile.c
341
pcpu = kmem_zalloc(sizeof (profile_probe_percpu_t), KM_SLEEP);
usr/src/uts/common/dtrace/systrace.c
58
*interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
usr/src/uts/common/exec/elf/elf.c
1414
cons = kmem_zalloc(sizeof (Phdr), KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
2416
zeropg = kmem_zalloc(elf_zeropg_sz, KM_SLEEP);
usr/src/uts/common/exec/elf/elf_notes.c
122
pcrp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
1396
fnp = kmem_zalloc(sizeof (*fnp), KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
405
xdr_argsp = kmem_zalloc(xdr_len + sizeof (*xdr_argsp), KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
431
orp = kmem_zalloc(orl, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
490
orp = kmem_zalloc(nl, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
662
resp = kmem_zalloc(sizeof (*resp), KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
760
xdrres = kmem_zalloc(sizeof (*xdrres), KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
840
tmp = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
224
fngp = kmem_zalloc(sizeof (*fngp), KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vfsops.c
496
fnip = kmem_zalloc(sizeof (*fnip), KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_vnops.c
984
dp = outbuf = kmem_zalloc(alloc_count, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_xdr.c
202
p->next = kmem_zalloc(sizeof (action_list), KM_SLEEP);
usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
96
bfs = kmem_zalloc(sizeof (bootfs_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/ctfs/ctfs_root.c
252
dirent = kmem_zalloc((ct_ntypes + 2) * sizeof (gfs_dirent_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_comm.c
413
argp = kmem_zalloc(sizeof (sdev_door_arg_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_comm.c
457
strbuf = kmem_zalloc(MOD_MAXPATH, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
245
np = kmem_zalloc(sizeof (nvp_devname_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
255
np->nvp_paths = kmem_zalloc(nstrs * sizeof (char *), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
259
np->nvp_expirecnts = kmem_zalloc(nstrs * sizeof (int), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
449
np = kmem_zalloc(sizeof (nvp_devname_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
451
np->nvp_paths = kmem_zalloc(n * sizeof (char *), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
452
np->nvp_expirecnts = kmem_zalloc(n * sizeof (int), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
731
ncl = kmem_zalloc(sizeof (sdev_nc_list_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_ncache.c
826
lp = kmem_zalloc(sizeof (sdev_nc_node_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_profile.c
487
dbuf = kmem_zalloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
1320
dbuf = kmem_zalloc(dlen, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
1649
physpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
2745
kmem_zalloc((npaths_alloc + 1) *
usr/src/uts/common/fs/dev/sdev_subr.c
279
dv->sdev_attr = kmem_zalloc(sizeof (struct vattr), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
566
buf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_vfsops.c
231
args = kmem_zalloc(sizeof (*args), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_vfsops.c
332
sdev_data = kmem_zalloc(sizeof (struct sdev_data), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_vtops.c
118
char *link = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_vtops.c
127
char *link = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_vtops.c
264
char *link = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_vtops.c
296
link = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_zvolops.c
195
zc = kmem_zalloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_zvolops.c
252
dsname = kmem_zalloc(dslen, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_zvolops.c
383
zc = kmem_zalloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_zvolops.c
854
zc = kmem_zalloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
1159
dmd = kmem_zalloc(sizeof (*dmd), KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
1906
next = kmem_zalloc(sizeof (*next), KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
912
dmd = kmem_zalloc(sizeof (*dmd), KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
216
devfs_data = kmem_zalloc(sizeof (struct devfs_data), KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_vnops.c
412
vattrp = kmem_zalloc(sizeof (*vattrp), KM_SLEEP);
usr/src/uts/common/fs/dnlc.c
1198
if ((dcp = kmem_zalloc(sizeof (dircache_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/fs/dnlc.c
1201
if ((dcp->dc_namehash = kmem_zalloc(sizeof (dcentry_t *),
usr/src/uts/common/fs/dnlc.c
1205
if ((dcp->dc_freehash = kmem_zalloc(sizeof (dcfree_t *),
usr/src/uts/common/fs/dnlc.c
1894
newhash = kmem_zalloc(sizeof (dcentry_t *) * newsize, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1945
newhash = kmem_zalloc(sizeof (dcfree_t *) * newsize, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
378
nc_hash = kmem_zalloc(nc_hashsz * sizeof (*nc_hash), KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
2135
kmem_zalloc(sizeof (door_data_t), KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
3122
dup = kmem_zalloc(sizeof (*dup), KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
366
ddp = curthread->t_door = kmem_zalloc(sizeof (*ddp), KM_SLEEP);
usr/src/uts/common/fs/doorfs/door_sys.c
427
dp = kmem_zalloc(sizeof (door_node_t), KM_SLEEP);
usr/src/uts/common/fs/fs_subr.c
1072
vfs_t *vfsp = kmem_zalloc(sizeof (struct vfs), KM_SLEEP);
usr/src/uts/common/fs/fs_subr.c
633
vsecattr->vsa_aclentp = kmem_zalloc(aclsize, KM_SLEEP);
usr/src/uts/common/fs/gfs.c
242
st->grd_dirent = kmem_zalloc(dirent_size, KM_SLEEP);
usr/src/uts/common/fs/gfs.c
466
fp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
661
fsp = kmem_zalloc(sizeof (*fsp), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
662
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
663
jvp = kmem_zalloc(sizeof (*jvp), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
1170
bufs = kmem_zalloc(bufcnt * sizeof (struct buf), KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
1908
hqueue->nbuf = kmem_zalloc(sizeof (struct buf), KM_SLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
201
li->li_hashtable = kmem_zalloc(htsize * sizeof (*li->li_hashtable),
usr/src/uts/common/fs/lofs/lofs_subr.c
331
lfs = kmem_zalloc(sizeof (*lfs), KM_SLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
529
if ((newtable = kmem_zalloc(newsize * sizeof (*li->li_hashtable),
usr/src/uts/common/fs/lofs/lofs_vfsops.c
313
li = kmem_zalloc(sizeof (struct loinfo), KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvfsops.c
206
mnt = kmem_zalloc(sizeof (*mnt), KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
1139
mnp = kmem_zalloc(sizeof (mntnode_t), KM_SLEEP);
usr/src/uts/common/fs/mntfs/mntvnops.c
451
copyp = kmem_zalloc(sizeof (mntelem_t), KM_SLEEP);
usr/src/uts/common/fs/namefs/namevfs.c
425
nodep = kmem_zalloc(sizeof (struct namenode), KM_SLEEP);
usr/src/uts/common/fs/namefs/namevno.c
115
newnamep = kmem_zalloc(sizeof (struct namenode), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_srv.c
4406
ns = kmem_zalloc(sizeof (*ns), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1034
mi = kmem_zalloc(sizeof (*mi), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1699
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1700
svp->sv_knconf = kmem_zalloc(sizeof (*svp->sv_knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
295
knconf = kmem_zalloc(sizeof (*knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
375
nargs->hostname = kmem_zalloc(hlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
422
nargs->netname = kmem_zalloc(nlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
623
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
681
svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
2023
vs_ace4->vsa_aclentp = kmem_zalloc(vs_acet->vsa_aclcnt *
usr/src/uts/common/fs/nfs/nfs4_acl.c
2056
rvsap = kmem_zalloc(sizeof (*rvsap), KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
598
result = acep = kmem_zalloc(resultsize * sizeof (nfsace4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
864
vs_ace4->vsa_aclentp = kmem_zalloc(vs_ace4->vsa_aclcnt *
usr/src/uts/common/fs/nfs/nfs4_attr.c
259
na = kmem_zalloc(sizeof (union nfs4_attr_u) * nfs4_ntov_map_size,
usr/src/uts/common/fs/nfs/nfs4_callback.c
1078
ncg = kmem_zalloc(sizeof (*ncg), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_callback.c
1080
ncg->nfs4prog2server = kmem_zalloc(nfs4_num_prognums *
usr/src/uts/common/fs/nfs/nfs4_callback.c
600
resp->array = kmem_zalloc(args->array_len * sizeof (nfs_cb_resop4),
usr/src/uts/common/fs/nfs/nfs4_client_debug.c
1375
msg = kmem_zalloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_debug.c
1436
msg = kmem_zalloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client_debug.c
828
fp = kmem_zalloc(sizeof (*fp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
448
idx->dbi_buckets = kmem_zalloc(sizeof (rfs4_bucket_t) * table->dbt_len,
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
178
drp = kmem_zalloc(sizeof (rfs4_dupreq_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
598
rbp->array = kmem_zalloc(rbp->array_len * sizeof (nfs_resop4),
usr/src/uts/common/fs/nfs/nfs4_recovery.c
405
recovp = kmem_zalloc(sizeof (recov_info_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_rnode.c
1763
rep = kmem_zalloc(sizeof (*reopenlist),
usr/src/uts/common/fs/nfs/nfs4_rnode.c
1769
rep->re_osp = kmem_zalloc(
usr/src/uts/common/fs/nfs/nfs4_srv.c
10192
comp4 = kmem_zalloc(ncomp * sizeof (component4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
10296
symbuf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
10448
added_paths = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
2442
ntovp->na = kmem_zalloc(sizeof (union nfs4_attr_u) * nfs4_ntov_map_size,
usr/src/uts/common/fs/nfs/nfs4_srv.c
2587
fattrp->attrlist4 = xdr_attrs = kmem_zalloc(xdr_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
6110
resp->array = kmem_zalloc(args->array_len * sizeof (nfs_resop4),
usr/src/uts/common/fs/nfs/nfs4_srv.c
692
nsrv4 = kmem_zalloc(sizeof (*nsrv4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
856
argop = kmem_zalloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
161
exi = kmem_zalloc(sizeof (*exi), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
274
treenode_t *tnode = kmem_zalloc(sizeof (*tnode), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1049
dma = kmem_zalloc(sizeof (domount_args_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1142
esi = kmem_zalloc(sizeof (ephemeral_servinfo_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1166
esi->esi_hostname = kmem_zalloc(strlen(svp->sv_hostname) + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1169
esi->esi_addr = kmem_zalloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1173
bufp->buf = kmem_zalloc(bufp->len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1176
esi->esi_knconf = kmem_zalloc(sizeof (*esi->esi_knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1180
sikncp->knc_protofmly = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1183
sikncp->knc_proto = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1202
bufp = kmem_zalloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1205
bufp->buf = kmem_zalloc(bufp->len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1218
esi->esi_netname = kmem_zalloc(nmlen + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1235
esi->esi_path = kmem_zalloc(esi->esi_path_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1288
xdr_argsp = kmem_zalloc(xdr_len + sizeof (*xdr_argsp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1749
esi = kmem_zalloc(sizeof (ephemeral_servinfo_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1755
kmem_zalloc(fsp->server_val->utf8string_len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1763
bufp->buf = kmem_zalloc(bufp->len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1767
esi->esi_knconf = kmem_zalloc(sizeof (*esi->esi_knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1776
sikncp->knc_protofmly = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1779
sikncp->knc_proto = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1788
esi->esi_netname = kmem_zalloc(nfsfsloc.netnm_len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1792
esi->esi_path = p = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1878
mntpt = kmem_zalloc(mntpt_len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1900
uap = kmem_zalloc(sizeof (struct mounta), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1901
uap->spec = kmem_zalloc(spec_len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1985
nargs = kmem_zalloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
2200
eph = kmem_zalloc(sizeof (*eph), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3154
ntg = kmem_zalloc(sizeof (*ntg), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3259
mntopts = kmem_zalloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
782
net = kmem_zalloc(sizeof (*net), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
914
hostlist = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1496
knconf->knc_protofmly = kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1497
knconf->knc_proto = kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1514
svp->sv_hostname = kmem_zalloc(host->utf8string_len + 1, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1528
spath = p = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1550
new_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2050
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2068
taddr->buf = kmem_zalloc(saddr->maxlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2072
svp->sv_knconf = kmem_zalloc(sizeof (struct knetconfig), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2078
tknconf->knc_proto = kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2083
tknconf->knc_protofmly = kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2089
svp->sv_origknconf = kmem_zalloc(sizeof (struct knetconfig),
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2096
tknconf->knc_proto = kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2101
tknconf->knc_protofmly = kmem_zalloc(KNC_STRSIZE,
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2294
mi = kmem_zalloc(sizeof (*mi), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2620
resource = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2996
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2998
svp->sv_knconf = kmem_zalloc(sizeof (*svp->sv_knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
333
tsecdata = kmem_zalloc(sizeof (sec_data_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
359
tdata = kmem_zalloc(sizeof (gss_clntdata_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
362
tdata->mechanism.elements = kmem_zalloc(fdata->mechanism.length,
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
3893
np = kmem_zalloc(sizeof (struct nfs4_server), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
4441
newpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
4473
newpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
514
knconf = kmem_zalloc(sizeof (*knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
565
nargs->addr = kmem_zalloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
599
nargs->hostname = kmem_zalloc(hlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
643
nargs->netname = kmem_zalloc(nlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
733
args = kmem_zalloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
836
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
890
svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
13027
*argopp = kmem_zalloc(argoplist_size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
2179
nfs4_dot_entries = kmem_zalloc(DIRENT64_RECLEN(1) + DIRENT64_RECLEN(2),
usr/src/uts/common/fs/nfs/nfs4_xdr.c
503
objp->nfs_fh4_val = kmem_zalloc(sizeof (nfs_fh4_fmt_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
5133
objp->array = resop = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_dispatch.c
36
resp->array = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_srv.c
181
nip = kmem_zalloc(sizeof (nfs_impl_id4), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_srv.c
186
p = kmem_zalloc(len * sizeof (char), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_srv.c
192
p = kmem_zalloc(len * sizeof (char), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_state.c
298
p = kmem_zalloc(sizeof (rfs4_slot_t) * n, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_state.c
341
cp = (sess_channel_t *)kmem_zalloc(sizeof (sess_channel_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4x_state.c
351
bp = (sess_bcsd_t *)kmem_zalloc(sizeof (sess_bcsd_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
738
rvsp = kmem_zalloc(sizeof (*rvsp), KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_auth.c
210
nag = kmem_zalloc(sizeof (*nag), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_cmd.c
294
kmem_zalloc(sizeof (struct charset_cache), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_cmd.c
381
newname = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_cmd.c
422
newdata = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_cmd.c
479
newdata = kmem_zalloc(maxsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_cmd.c
96
ncg = kmem_zalloc(sizeof (*ncg), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_common.c
389
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_common.c
391
svp->sv_knconf = kmem_zalloc(sizeof (*svp->sv_knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1475
nbuf->buf = kmem_zalloc(MAX_ADDR_SIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1416
exi = kmem_zalloc(sizeof (*exi), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1543
sp = kmem_zalloc(allocsize, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
1559
sp2 = kmem_zalloc(allocsize2, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
330
msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
445
msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
564
msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
649
msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
898
ne = kmem_zalloc(sizeof (*ne), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_export.c
908
ne->exi_root = kmem_zalloc(sizeof (*ne->exi_root), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
1123
kmem_zalloc(sizeof (*tparams), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_log.c
454
logfile = (struct log_file *)kmem_zalloc(sizeof (*logfile), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_server.c
2644
ng = kmem_zalloc(sizeof (*ng), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_srv.c
3125
ns = kmem_zalloc(sizeof (*ns), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_stats.c
475
nfs_stats_ptr = kmem_zalloc(sizeof (*nfs_stats_ptr), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1163
mi = kmem_zalloc(sizeof (*mi), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1704
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1705
svp->sv_knconf = kmem_zalloc(sizeof (*svp->sv_knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
305
knconf = kmem_zalloc(sizeof (*knconf), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
394
nargs->hostname = kmem_zalloc(hlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
441
nargs->netname = kmem_zalloc(nlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
541
fhandle = kmem_zalloc(sizeof (nfs_fhandle), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
650
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
700
svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP);
usr/src/uts/common/fs/objfs/objfs_data.c
231
strdata = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_dir.c
1356
w2_str = (uint16_t *)kmem_zalloc(PCMAXNAM_UTF16, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_dir.c
1392
bpcdir = kmem_zalloc(ndirentries * sizeof (struct pcdir), KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_dir.c
1402
w2_str = (uint16_t *)kmem_zalloc(PCMAXNAM_UTF16, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_node.c
143
pcp = kmem_zalloc(sizeof (struct pcnode), KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_vfsops.c
2609
fat_changemap = kmem_zalloc(fat_changemapsize, KM_SLEEP);
usr/src/uts/common/fs/pcfs/pc_vfsops.c
734
fsp = kmem_zalloc(sizeof (*fsp), KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
1060
elist = kmem_zalloc(nent * sizeof (int), KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
1821
pgetp = kmem_zalloc(sizeof (portget_t), KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
733
pp = kmem_zalloc(sizeof (port_t), KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
826
portq->portq_pcp = kmem_zalloc(sizeof (port_fdcache_t), KM_SLEEP);
usr/src/uts/common/fs/portfs/port.c
834
portq->portq_scache = kmem_zalloc(
usr/src/uts/common/fs/portfs/port.c
870
pse = kmem_zalloc(sizeof (port_source_t), KM_SLEEP);
usr/src/uts/common/fs/portfs/port_fd.c
217
pcp->pc_hash = kmem_zalloc(pcp->pc_hashsize *
usr/src/uts/common/fs/portfs/port_fd.c
233
pfd = kmem_zalloc(sizeof (portfd_t), KM_SLEEP);
usr/src/uts/common/fs/portfs/port_fd.c
565
pcp->pc_hash = kmem_zalloc(pcp->pc_hashsize * sizeof (portfd_t *),
usr/src/uts/common/fs/portfs/port_fop.c
1047
pvfsp = kmem_zalloc(sizeof (portfop_vfs_t), KM_SLEEP);
usr/src/uts/common/fs/portfs/port_fop.c
1083
npvp = kmem_zalloc(sizeof (*npvp), KM_SLEEP);
usr/src/uts/common/fs/portfs/port_fop.c
1131
pfp = kmem_zalloc(sizeof (portfop_t), KM_SLEEP);
usr/src/uts/common/fs/portfs/port_fop.c
999
pfcp = kmem_zalloc(sizeof (portfop_cache_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prcontrol.c
1554
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prcontrol.c
2139
clwp->lwp_spymaster = kmem_zalloc(sizeof (psinfo_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prioctl.c
1084
upup = kmem_zalloc(sizeof (*upup), KM_SLEEP);
usr/src/uts/common/fs/proc/prioctl.c
3643
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prioctl.c
3754
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
2194
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
2345
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
4182
pwp = kmem_zalloc(sizeof (struct watched_page), KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
4936
parr = kmem_zalloc(npages, KM_SLEEP);
usr/src/uts/common/fs/proc/prsubr.c
5138
parr = kmem_zalloc(npages, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1051
kmem_zalloc(sizeof (prcred_t) + sizeof (gid_t) * (ngroups_max - 1),
usr/src/uts/common/fs/proc/prvnops.c
1076
prpriv_t *ppriv = kmem_zalloc(psize, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1217
pup = kmem_zalloc(sizeof (*pup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1334
pup = kmem_zalloc(size + sizeof (prhusage_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1483
Bpwp = pwp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1592
pup = kmem_zalloc(sizeof (*pup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1712
xreg = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
1795
gwp = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2051
php = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2135
php = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2329
pup = kmem_zalloc(sizeof (*pup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2446
pup = kmem_zalloc(size + sizeof (prhusage_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2611
Bpwp = pwp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2730
pup = kmem_zalloc(sizeof (*pup), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2812
gwp = kmem_zalloc(sizeof (gwindows32_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
2884
lwpname = kmem_zalloc(THREAD_NAME_MAX, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
4827
pnp = kmem_zalloc(sizeof (prnode_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
4849
pcp = kmem_zalloc(sizeof (prcommon_t), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
4857
kmem_zalloc(nfiles * sizeof (vnode_t *), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
5240
dir = kmem_zalloc(nalloc * sizeof (vnode_t *), KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
5294
vnode_t **newdir = kmem_zalloc(newsize * sizeof (vnode_t *),
usr/src/uts/common/fs/proc/prvnops.c
773
php = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/proc/prvnops.c
935
php = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharefs_vnops.c
87
sft->sharefs_snap = kmem_zalloc(sft->sharefs_size + 1, KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharetab.c
201
sht = kmem_zalloc(sizeof (*sht), KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharetab.c
203
sht->s_fstype = kmem_zalloc(n + 1, KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharetab.c
289
sg = kmem_zalloc(sizeof (*sg), KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharetab.c
395
sh = kmem_zalloc(sizeof (share_t), KM_SLEEP);
usr/src/uts/common/fs/sharefs/sharetab.c
398
buf = kmem_zalloc(bufsz + 1, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb2_sign.c
110
vcp->vc_mackey = kmem_zalloc(vcp->vc_mackeylen, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb3_crypt.c
63
mech = kmem_zalloc(sizeof (*mech), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_conn.c
410
vcp = kmem_zalloc(sizeof (struct smb_vc), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_conn.c
678
ssp = kmem_zalloc(sizeof (struct smb_share), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_conn.c
940
fhp = kmem_zalloc(sizeof (struct smb_fh), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_pass.c
291
cpid = kmem_zalloc(sizeof (smb_passid_t), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_sign.c
87
vcp->vc_mackey = kmem_zalloc(vcp->vc_mackeylen, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/netsmb/smb_trantcp.c
510
nbp = kmem_zalloc(sizeof (struct nbpcb), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
585
ctx = kmem_zalloc(sizeof (*ctx), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
546
smi = kmem_zalloc(sizeof (*smi), KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
4546
dmapp = kmem_zalloc(sizeof (*dmapp), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_durable.c
1160
buf = kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_qinfo_quota.c
84
request.qq_root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_read.c
51
su = kmem_zalloc(sizeof (*su), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_setinfo_quota.c
69
root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_signing.c
90
mech = kmem_zalloc(sizeof (*mech), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb31_preauth.c
62
mech = kmem_zalloc(sizeof (*mech), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb3_encrypt.c
89
mech = kmem_zalloc(sizeof (*mech), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_acl.c
123
acl = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_acl.c
618
acl->acl_aclp = kmem_zalloc(acl->acl_entry_size * acenum, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_alloc.c
227
smh = kmem_zalloc(size + sizeof (smb_mem_header_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_authenticate.c
466
token = kmem_zalloc(sizeof (smb_token_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_common_transact.c
1876
xa = kmem_zalloc(sizeof (smb_xa_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_cred.c
142
lp = kmem_zalloc(KSIDLIST_MEM(token_grps->i_cnt), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_idmap.c
195
sib->sib_maps = kmem_zalloc(sib->sib_size, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_init.c
375
ioc = kmem_zalloc(alloclen, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kdoor.c
276
buf = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1976
hash->buckets = kmem_zalloc(num_buckets * sizeof (smb_bucket_t),
usr/src/uts/common/fs/smbsrv/smb_node.c
1345
abn = kmem_zalloc(sizeof (smb_audit_buf_node_t), kmflags);
usr/src/uts/common/fs/smbsrv/smb_nt_transact_quota.c
133
request.qq_root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_nt_transact_quota.c
269
root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_ofile.c
1868
buf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_ofile.c
1878
path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_print.c
129
sp = kmem_zalloc(sizeof (smb_kspooldoc_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_print.c
251
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_quota.c
167
qsid = kmem_zalloc(sizeof (smb_quota_sid_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_quota.c
236
quota = kmem_zalloc(sizeof (smb_quota_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_quota.c
391
request.qq_root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_quota.c
86
sid = kmem_zalloc(sizeof (smb_quota_sid_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_read.c
150
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_read.c
273
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_read.c
66
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_server.c
2669
sf = kmem_zalloc(sizeof (smb_spoolfid_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_server.c
436
sv = kmem_zalloc(sizeof (smb_server_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_server.c
467
sv->sv_disp_stats1 = kmem_zalloc(SMB_COM_NUM *
usr/src/uts/common/fs/smbsrv/smb_server.c
470
sv->sv_disp_stats2 = kmem_zalloc(SMB2__NCMDS *
usr/src/uts/common/fs/smbsrv/smb_server.c
863
spdoc = kmem_zalloc(sizeof (*spdoc), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_signing.c
159
mech = kmem_zalloc(sizeof (*mech), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vops.c
1254
name = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vops.c
891
buf = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vops.c
924
tbuf = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vops.c
931
fbuf = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_vss.c
95
root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_write.c
138
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_write.c
240
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_write.c
378
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_write.c
55
param = kmem_zalloc(sizeof (smb_rw_param_t), KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
1808
control = kmem_zalloc(controllen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
1867
control = kmem_zalloc(controllen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
1049
new = kmem_zalloc(sizeof (sp_filter_t), KM_NOSLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
1461
mod = kmem_zalloc(sizeof (sof_module_t), KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockfilter.c
418
laddr = kmem_zalloc(so->so_proto_props.sopp_maxaddrlen,
usr/src/uts/common/fs/sockfs/sockfilter.c
422
faddr = kmem_zalloc(so->so_proto_props.sopp_maxaddrlen,
usr/src/uts/common/fs/sockfs/sockfilter.c
746
inst = kmem_zalloc(sizeof (sof_instance_t), KM_NOSLEEP);
usr/src/uts/common/fs/sockfs/sockparams.c
205
sp = kmem_zalloc(sizeof (*sp), kmflags);
usr/src/uts/common/fs/sockfs/sockparams.c
238
modname = kmem_zalloc(size, kmflags);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1789
ent = kmem_zalloc(sizeof (sof_entry_t), KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2089
snfq = kmem_zalloc(sizeof (struct sendfile_queue), KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2324
sr = (snf_req_t *)kmem_zalloc(sizeof (snf_req_t), KM_SLEEP);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2572
snfv = kmem_zalloc(sizeof (snf_vmap_desbinfo),
usr/src/uts/common/fs/sockfs/socktpi.c
3205
control = kmem_zalloc(controllen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
3271
control = kmem_zalloc(controllen, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
6003
kstrlist.sl_modlist = kmem_zalloc(kstrlistsize, KM_SLEEP);
usr/src/uts/common/fs/sockfs/socktpi.c
6540
if ((sti = kmem_zalloc(sizeof (*sti), kmflags)) == NULL)
usr/src/uts/common/fs/sockfs/socktpi.c
6687
smodp = kmem_zalloc(sizeof (*smodp), KM_SLEEP);
usr/src/uts/common/fs/swapfs/swap_subr.c
174
swap_vnodes = kmem_zalloc(MAX_SWAP_VNODES * sizeof (struct vnode *),
usr/src/uts/common/fs/swapfs/swap_subr.c
188
kmem_zalloc(sw_freelist_size*sizeof (struct async_reqs), KM_SLEEP);
usr/src/uts/common/fs/tmpfs/tmp_subr.c
117
return (kmem_zalloc(size, KM_SLEEP));
usr/src/uts/common/fs/udfs/udf_bmap.c
1004
iext = kmem_zalloc(sizeof (struct icb_ext) *
usr/src/uts/common/fs/udfs/udf_bmap.c
1056
ip->i_con = kmem_zalloc(ip->i_con_count *
usr/src/uts/common/fs/udfs/udf_bmap.c
1268
bp = (struct buf *)kmem_zalloc(biosize(), KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_bmap.c
1277
bp->b_un.b_addr = kmem_zalloc(bp->b_bcount, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_bmap.c
264
iext = ip->i_ext = (struct icb_ext *)kmem_zalloc(
usr/src/uts/common/fs/udfs/udf_bmap.c
631
addr = kmem_zalloc(count * sizeof (struct icb_ext), KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_bmap.c
661
ip->i_con = kmem_zalloc(ip->i_con_count *
usr/src/uts/common/fs/udfs/udf_dir.c
1039
addr = kmem_zalloc(desc_len, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_dir.c
1307
buf = (uint8_t *)kmem_zalloc(udf_vfsp->udf_lbsize, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_dir.c
177
dname = kmem_zalloc(1024, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_dir.c
178
buf = kmem_zalloc(udf_vfsp->udf_lbsize, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_dir.c
472
buf = kmem_zalloc(udf_vfsp->udf_lbsize, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_dir.c
665
buf = (uint8_t *)kmem_zalloc(udf_vfsp->udf_lbsize, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_dir.c
895
dname = (uint8_t *)kmem_zalloc(1024, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_inode.c
332
ip = (struct ud_inode *)kmem_zalloc(sizeof (struct ud_inode),
usr/src/uts/common/fs/udfs/udf_inode.c
349
kmem_zalloc(
usr/src/uts/common/fs/udfs/udf_inode.c
734
ip->i_ext = (struct icb_ext *)kmem_zalloc(ip->i_ext_count *
usr/src/uts/common/fs/udfs/udf_inode.c
757
ip->i_con = kmem_zalloc(
usr/src/uts/common/fs/udfs/udf_inode.c
796
ip->i_ext = (struct icb_ext *)kmem_zalloc(ip->i_ext_count *
usr/src/uts/common/fs/udfs/udf_inode.c
820
ip->i_con = kmem_zalloc(
usr/src/uts/common/fs/udfs/udf_subr.c
1551
w2_str = (uint16_t *)kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1008
kmem_zalloc(sizeof (struct udf_vfs), KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1146
pnew = kmem_zalloc(udf_vfsp->udf_npart *
usr/src/uts/common/fs/udfs/udf_vfsops.c
1279
kmem_zalloc(sizeof (struct ud_map) *
usr/src/uts/common/fs/udfs/udf_vfsops.c
1306
kmem_zalloc(sizeof (struct ud_map) *
usr/src/uts/common/fs/udfs/udf_vfsops.c
1343
kmem_zalloc(sizeof (struct ud_map) *
usr/src/uts/common/fs/udfs/udf_vfsops.c
1707
udm->udm_count = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_count),
usr/src/uts/common/fs/udfs/udf_vfsops.c
1709
udm->udm_bp = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_bp),
usr/src/uts/common/fs/udfs/udf_vfsops.c
1711
udm->udm_addr = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_addr),
usr/src/uts/common/fs/udfs/udf_vfsops.c
817
udf_vfsp->udf_fsmnt = kmem_zalloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
1157
dname = (uint8_t *)kmem_zalloc(1024, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
1158
buf = (uint8_t *)kmem_zalloc(udf_vfsp->udf_lbsize, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
1288
dname = kmem_zalloc(1024, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
1289
uname = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
1423
dname = kmem_zalloc(1024, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
1424
uname = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/fs/udfs/udf_vnops.c
3475
mm = (mio_master_t *)kmem_zalloc(alloc_sz, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs.c
369
ul = (ml_unit_t *)kmem_zalloc(sizeof (*ul), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_debug.c
142
tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_debug.c
404
tsl = kmem_zalloc(sizeof (*tsl), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_debug.c
68
toptrace = kmem_zalloc((size_t)
usr/src/uts/common/fs/ufs/lufs_log.c
328
newbp = kmem_zalloc(sizeof (buf_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_log.c
456
bp = kmem_zalloc(sizeof (buf_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
164
mtm = kmem_zalloc(sizeof (mt_map_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
172
mtm->mtm_hash = kmem_zalloc((size_t) (sizeof (mapentry_t *) * nh),
usr/src/uts/common/fs/ufs/lufs_top.c
362
tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/quota.c
132
dquot = kmem_zalloc(ndquot * sizeof (struct dquot), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
1017
sp = kmem_zalloc(sizeof (si_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
1144
vsap->vsa_aclentp = kmem_zalloc(numacls * sizeof (aclent_t),
usr/src/uts/common/fs/ufs/ufs_acl.c
1193
kmem_zalloc(numacls * sizeof (aclent_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
1344
tsp = kmem_zalloc(sizeof (si_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
1424
dsp = kmem_zalloc(sizeof (si_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
1576
buffer = kmem_zalloc((acl_size + def_acl_size), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
1908
si_cachea = kmem_zalloc(si_cachecnt * sizeof (si_t *), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
1910
si_cachei = kmem_zalloc(si_cachecnt * sizeof (si_t *), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
486
acldata = kmem_zalloc((size_t)sip->i_size, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
515
kmem_zalloc(numacls * sizeof (aclent_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
530
kmem_zalloc(numacls * sizeof (aclent_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_acl.c
735
vsap->vsa_aclentp = kmem_zalloc(4 * sizeof (aclent_t),
usr/src/uts/common/fs/ufs/ufs_directio.c
179
ufs_directio_zero_buf = kmem_zalloc(ufs_directio_zero_len, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_inode.c
309
ihead = kmem_zalloc(inohsz * sizeof (union ihead), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_inode.c
310
ih_lock = kmem_zalloc(inohsz * sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1362
kmem_zalloc(sizeof (ulockfs_info_t),
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1569
kmem_zalloc(sizeof (ulockfs_info_t),
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1722
kmem_zalloc(sizeof (ulockfs_info_t),
usr/src/uts/common/fs/ufs/ufs_panic.c
2105
f->uf_lf.lf_comment = kmem_zalloc(LOCKFS_MAXCOMMENTLEN, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/ufs_panic.c
636
new = kmem_zalloc(sizeof (ufs_failure_t), KM_NOSLEEP);
usr/src/uts/common/fs/ufs/ufs_snap.c
236
vpp = (vnode_t **)kmem_zalloc((count + 1) * sizeof (vnode_t *),
usr/src/uts/common/fs/ufs/ufs_vfsops.c
872
ufsvfsp = kmem_zalloc(sizeof (struct ufsvfs), KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_vnops.c
1816
ls = kmem_zalloc(sizeof (*ls), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
1024
li = kmem_zalloc(sizeof (*li), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
1065
li = kmem_zalloc(sizeof (*li), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2127
motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2434
motbl = kmem_zalloc(count * sizeof (mntopt_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
853
rvfs_list = kmem_zalloc(vfshsz * sizeof (rvfs_t), KM_SLEEP);
usr/src/uts/common/fs/vnode.c
4619
vsd = vp->v_vsd = kmem_zalloc(sizeof (*vsd), KM_SLEEP);
usr/src/uts/common/fs/vnode.c
4711
new = kmem_zalloc(nsize, KM_SLEEP);
usr/src/uts/common/fs/vnode.c
599
vopstats_fstype = (vopstats_t **)kmem_zalloc(
usr/src/uts/common/fs/zfs/aggsum.c
89
as->as_buckets = kmem_zalloc(boot_ncpus * sizeof (aggsum_bucket_t),
usr/src/uts/common/fs/zfs/arc.c
1135
kmem_zalloc(hsize * sizeof (void*), KM_NOSLEEP);
usr/src/uts/common/fs/zfs/arc.c
4052
markers = kmem_zalloc(sizeof (*markers) * num_sublists, KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
5697
acb = kmem_zalloc(sizeof (arc_callback_t),
usr/src/uts/common/fs/zfs/arc.c
5926
acb = kmem_zalloc(sizeof (arc_callback_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
5994
cb = kmem_zalloc(sizeof (l2arc_read_callback_t),
usr/src/uts/common/fs/zfs/arc.c
6705
callback = kmem_zalloc(sizeof (arc_write_callback_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
8903
adddev = kmem_zalloc(sizeof (l2arc_dev_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
8916
adddev->l2ad_dev_hdr = kmem_zalloc(l2dhdr_asize, KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
9213
this_lb = kmem_zalloc(sizeof (*this_lb), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
9214
next_lb = kmem_zalloc(sizeof (*next_lb), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
9287
lb_ptr_buf = kmem_zalloc(sizeof (l2arc_lb_ptr_buf_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
9288
lb_ptr_buf->lb_ptr = kmem_zalloc(sizeof (l2arc_log_blkptr_t),
usr/src/uts/common/fs/zfs/arc.c
9743
cb = kmem_zalloc(sizeof (l2arc_read_callback_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
9829
lb_ptr_buf = kmem_zalloc(sizeof (l2arc_lb_ptr_buf_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
9830
lb_ptr_buf->lb_ptr = kmem_zalloc(sizeof (l2arc_log_blkptr_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dbuf.c
1825
dr = kmem_zalloc(sizeof (dbuf_dirty_record_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dbuf.c
2836
dbuf_prefetch_arg_t *dpa = kmem_zalloc(sizeof (*dpa), KM_SLEEP);
usr/src/uts/common/fs/zfs/dbuf.c
631
h->hash_table = kmem_zalloc(hsize * sizeof (void *), KM_NOSLEEP);
usr/src/uts/common/fs/zfs/ddt.c
497
ddh_total = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/ddt.c
654
dde = kmem_zalloc(sizeof (ddt_entry_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/ddt.c
805
ddt = kmem_zalloc(sizeof (*ddt), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu.c
1302
uio->uio_iov = kmem_zalloc(nblk * sizeof (iovec_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu.c
1304
priv = kmem_zalloc(sizeof (dmu_xuio_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu.c
1306
priv->bufs = kmem_zalloc(nblk * sizeof (arc_buf_t *), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu.c
586
dbp = kmem_zalloc(sizeof (dmu_buf_t *) * nblks, KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
1926
uqn = kmem_zalloc(sizeof (*uqn), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
427
os = kmem_zalloc(sizeof (objset_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_objset.c
622
os->os_obj_next_percpu = kmem_zalloc(os->os_obj_next_percpu_len *
usr/src/uts/common/fs/zfs/dmu_recv.c
1918
ra->next_rrd = kmem_zalloc(sizeof (*ra->next_rrd), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_recv.c
2014
struct receive_objnode *node = kmem_zalloc(sizeof (*node), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_recv.c
2069
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_recv.c
2148
void *buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_recv.c
2558
ra.rrd = kmem_zalloc(sizeof (*ra.rrd), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_send.c
1071
dsp = kmem_zalloc(sizeof (dmu_sendarg_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_send.c
685
record = kmem_zalloc(sizeof (struct send_block_record), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_send.c
718
data = kmem_zalloc(sizeof (*data), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_send.c
994
drr = kmem_zalloc(sizeof (dmu_replay_record_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_tx.c
117
txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_tx.c
50
dmu_tx_t *tx = kmem_zalloc(sizeof (dmu_tx_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_zfetch.c
225
zstream_t *zs = kmem_zalloc(sizeof (*zs), KM_SLEEP);
usr/src/uts/common/fs/zfs/dnode.c
1374
dnc = kmem_zalloc(sizeof (dnode_children_t) +
usr/src/uts/common/fs/zfs/dsl_crypt.c
1007
km = kmem_zalloc(sizeof (dsl_key_mapping_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_crypt.c
164
dcp = kmem_zalloc(sizeof (dsl_crypto_params_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_crypt.c
562
dck = kmem_zalloc(sizeof (dsl_crypto_key_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dataset.c
534
ds = kmem_zalloc(sizeof (dsl_dataset_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dir.c
1359
tr = kmem_zalloc(sizeof (struct tempreserve), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dir.c
1402
tr = kmem_zalloc(sizeof (struct tempreserve), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_dir.c
184
dd = kmem_zalloc(sizeof (dsl_dir_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_pool.c
191
dp = kmem_zalloc(sizeof (dsl_pool_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
1133
sds = kmem_zalloc(sizeof (*sds), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
3017
char *tq_name = kmem_zalloc(ZFS_MAX_DATASET_NAME_LEN + 16,
usr/src/uts/common/fs/zfs/dsl_scan.c
4032
dsl_scan_io_queue_t *q = kmem_zalloc(sizeof (*q), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
447
scn = dp->dp_scan = kmem_zalloc(sizeof (dsl_scan_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_synctask.c
176
dsl_sync_task_t *dst = kmem_zalloc(sizeof (*dst), KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_userhold.c
103
char *nameval = kmem_zalloc(len + 2, KM_SLEEP);
usr/src/uts/common/fs/zfs/edonr_zfs.c
101
ctx = kmem_zalloc(sizeof (*ctx), KM_SLEEP);
usr/src/uts/common/fs/zfs/metaslab.c
2216
mrap = kmem_zalloc(sizeof (*mrap), KM_SLEEP);
usr/src/uts/common/fs/zfs/metaslab.c
2563
ms = kmem_zalloc(sizeof (metaslab_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/metaslab.c
375
mc = kmem_zalloc(sizeof (metaslab_class_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/metaslab.c
383
mc->mc_alloc_slots = kmem_zalloc(spa->spa_alloc_count *
usr/src/uts/common/fs/zfs/metaslab.c
385
mc->mc_alloc_max_slots = kmem_zalloc(spa->spa_alloc_count *
usr/src/uts/common/fs/zfs/metaslab.c
4184
metaslab_rt_arg_t *mrap = kmem_zalloc(sizeof (*mrap), KM_SLEEP);
usr/src/uts/common/fs/zfs/metaslab.c
484
mc_hist = kmem_zalloc(sizeof (uint64_t) * RANGE_TREE_HISTOGRAM_SIZE,
usr/src/uts/common/fs/zfs/metaslab.c
796
mg = kmem_zalloc(sizeof (metaslab_group_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/metaslab.c
800
mg->mg_primaries = kmem_zalloc(allocators * sizeof (metaslab_t *),
usr/src/uts/common/fs/zfs/metaslab.c
802
mg->mg_secondaries = kmem_zalloc(allocators * sizeof (metaslab_t *),
usr/src/uts/common/fs/zfs/metaslab.c
813
mg->mg_alloc_queue_depth = kmem_zalloc(allocators *
usr/src/uts/common/fs/zfs/metaslab.c
815
mg->mg_cur_max_alloc_queue_depth = kmem_zalloc(allocators *
usr/src/uts/common/fs/zfs/metaslab.c
994
mg_hist = kmem_zalloc(sizeof (uint64_t) * RANGE_TREE_HISTOGRAM_SIZE,
usr/src/uts/common/fs/zfs/multilist.c
82
ml->ml_sublists = kmem_zalloc(sizeof (multilist_sublist_t) *
usr/src/uts/common/fs/zfs/range_tree.c
194
range_tree_t *rt = kmem_zalloc(sizeof (range_tree_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1012
sa = kmem_zalloc(sizeof (sa_os_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1059
lot_attrs = kmem_zalloc(sizeof (sa_attr_type_t) *
usr/src/uts/common/fs/zfs/sa.c
1531
bulk = kmem_zalloc(sizeof (sa_bulk_attr_t) * ZPL_END, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1532
attrs = kmem_zalloc(sizeof (sa_bulk_attr_t) * ZPL_END, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1722
idx_tab = kmem_zalloc(sizeof (sa_idx_tab_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1724
kmem_zalloc(sizeof (uint32_t) * sa->sa_num_attrs, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
1886
attr_desc = kmem_zalloc(sizeof (sa_bulk_attr_t) * attr_count, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
413
tb = kmem_zalloc(sizeof (sa_lot_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
847
kmem_zalloc(count * sizeof (sa_attr_type_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
906
kmem_zalloc(sizeof (sa_attr_table_t) * sa_attr_count, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
931
kmem_zalloc(strlen(za.za_name) +1, KM_SLEEP);
usr/src/uts/common/fs/zfs/sa.c
956
kmem_zalloc(strlen(sa_legacy_attrs[i].sa_name) +1,
usr/src/uts/common/fs/zfs/sa.c
975
kmem_zalloc(strlen(reg_attrs[i].sa_name) + 1, KM_SLEEP);
usr/src/uts/common/fs/zfs/skein_zfs.c
84
ctx = kmem_zalloc(sizeof (*ctx), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
2332
vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
7011
vml = kmem_zalloc(children * sizeof (vdev_t *), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
7012
glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa.c
7559
physpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_config.c
167
temp = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_config.c
484
ddh = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_config.c
491
ddo = kmem_zalloc(sizeof (ddt_object_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_config.c
498
dds = kmem_zalloc(sizeof (ddt_stat_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_errlog.c
124
new = kmem_zalloc(sizeof (spa_error_entry_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_log_spacemap.c
571
e = kmem_zalloc(sizeof (log_summary_entry_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_log_spacemap.c
918
spa_log_sm_t *sls = kmem_zalloc(sizeof (*sls), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_misc.c
637
spa = kmem_zalloc(sizeof (spa_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_misc.c
704
spa->spa_alloc_locks = kmem_zalloc(spa->spa_alloc_count *
usr/src/uts/common/fs/zfs/spa_misc.c
706
spa->spa_alloc_trees = kmem_zalloc(spa->spa_alloc_count *
usr/src/uts/common/fs/zfs/spa_misc.c
726
dp = kmem_zalloc(sizeof (spa_config_dirent_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_misc.c
977
aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/space_map.c
800
sm = kmem_zalloc(sizeof (space_map_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/txg.c
124
tx->tx_cpu = kmem_zalloc(max_ncpus * sizeof (tx_cpu_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev.c
1232
mspp = kmem_zalloc(newc * sizeof (*mspp), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev.c
1435
vps = kmem_zalloc(sizeof (*vps), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev.c
373
newchild = kmem_zalloc(newsize, KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev.c
488
vd = kmem_zalloc(sizeof (vdev_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_cache.c
179
ve = kmem_zalloc(sizeof (vdev_cache_entry_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
101
dvd = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_disk_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
1228
struct veb_ent *vebe = kmem_zalloc(sizeof (*vebe), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
1307
veb = kmem_zalloc(sizeof (*veb), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
655
lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_disk.c
666
lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_file.c
101
vf = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_file_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect.c
1192
kmem_zalloc(offsetof(indirect_split_t, is_child[n]), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect.c
1281
indirect_vsd_t *iv = kmem_zalloc(sizeof (*iv), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect.c
364
spa_condensing_indirect_t *sci = kmem_zalloc(sizeof (*sci), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect_births.c
99
vdev_indirect_births_t *vib = kmem_zalloc(sizeof (*vib), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_indirect_mapping.c
340
vdev_indirect_mapping_t *vim = kmem_zalloc(sizeof (*vim), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_initialize.c
111
uint64_t *guid = kmem_zalloc(sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_initialize.c
207
uint64_t *guid = kmem_zalloc(sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_label.c
1721
uint64_t *good_writes = kmem_zalloc(sizeof (uint64_t),
usr/src/uts/common/fs/zfs/vdev_mirror.c
156
mm = kmem_zalloc(vdev_mirror_map_size(children), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_raidz.c
1713
zio_t *zio = kmem_zalloc(sizeof (zio_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_raidz_math.c
398
bench_zio = kmem_zalloc(sizeof (zio_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_removal.c
1001
vdev_copy_segment_arg_t *vcsa = kmem_zalloc(sizeof (*vcsa), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_removal.c
189
spa_vdev_removal_t *svr = kmem_zalloc(sizeof (*svr), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_removal.c
994
entry = kmem_zalloc(sizeof (vdev_indirect_mapping_entry_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_trim.c
1225
tap = kmem_zalloc(sizeof (trim_args_t) *
usr/src/uts/common/fs/zfs/vdev_trim.c
1229
tap = kmem_zalloc(sizeof (trim_args_t) *
usr/src/uts/common/fs/zfs/vdev_trim.c
282
uint64_t *guid = kmem_zalloc(sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/vdev_trim.c
487
uint64_t *guid = kmem_zalloc(sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap.c
143
zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap.c
428
zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap.c
477
zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zap_micro.c
386
zap_t *zap = kmem_zalloc(sizeof (zap_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zcp_get.c
636
zfsvfs = kmem_zalloc(sizeof (zfsvfs_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_acl.c
465
aclp = kmem_zalloc(sizeof (zfs_acl_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_acl.c
481
aclnode = kmem_zalloc(sizeof (zfs_acl_node_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fm.c
456
zfs_ecksum_info_t *eip = kmem_zalloc(sizeof (*eip), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fm.c
721
zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fm.c
730
report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_fuid.c
655
fuidp = kmem_zalloc(sizeof (zfs_fuid_info_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
2592
zc = kmem_zalloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
7219
zc = kmem_zalloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_onexit.c
81
zo = *zop = kmem_zalloc(sizeof (zfs_onexit_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_replay.c
215
kmem_zalloc(domcnt * sizeof (char **), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_replay.c
239
kmem_zalloc(domcnt * sizeof (char **), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_vfsops.c
1204
zfsvfs = kmem_zalloc(sizeof (zfsvfs_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_vnops.c
1256
zgd = (zgd_t *)kmem_zalloc(sizeof (zgd_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_znode.c
1932
zfsvfs = kmem_zalloc(sizeof (zfsvfs_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
1828
itxs = itxg->itxg_itxs = kmem_zalloc(sizeof (itxs_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
2971
zilog = kmem_zalloc(sizeof (zilog_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zio.c
2241
gn = kmem_zalloc(sizeof (*gn), KM_SLEEP);
usr/src/uts/common/fs/zfs/zio_inject.c
775
handler->zi_lanes = kmem_zalloc(
usr/src/uts/common/fs/zfs/zthr.c
259
zthr_t *t = kmem_zalloc(sizeof (*t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zvol.c
1000
zgd = kmem_zalloc(sizeof (zgd_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zvol.c
296
ze = kmem_zalloc(sizeof (zvol_extent_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zvol.c
550
zv = zs->zss_data = kmem_zalloc(sizeof (zvol_state_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/zvol.c
765
namebuf = kmem_zalloc(strlen(name) + 2, KM_SLEEP);
usr/src/uts/common/fs/zfs/zvol.c
816
char *physpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zut/zut.c
112
zr = kmem_zalloc(sizeof (zut_readdir_t), KM_SLEEP);
usr/src/uts/common/fs/zut/zut.c
117
kbuf = kmem_zalloc(zr->zr_buflen, KM_SLEEP);
usr/src/uts/common/fs/zut/zut.c
292
zl = kmem_zalloc(sizeof (zut_lookup_t), KM_SLEEP);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2774
mech = kmem_zalloc(sizeof (struct gss_config), KM_SLEEP);
usr/src/uts/common/gssapi/gssd_handle.c
155
tmpaddr.buf = kmem_zalloc(netaddrp->maxlen, KM_SLEEP);
usr/src/uts/common/gssapi/gssd_handle.c
63
gssg = kmem_zalloc(sizeof (*gssg), KM_SLEEP);
usr/src/uts/common/gssapi/include/mechglueP.h
731
#define KGSS_CRED_ALLOC() kmem_zalloc(sizeof (struct kgss_cred), \
usr/src/uts/common/gssapi/include/mechglueP.h
735
#define KGSS_ALLOC() kmem_zalloc(sizeof (struct kgss_ctx), KM_SLEEP)
usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h
96
#define MALLOC(n) kmem_zalloc((n), KM_SLEEP)
usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h
99
#define CALLOC(n, s) kmem_zalloc((n)*(s), KM_SLEEP)
usr/src/uts/common/idmap/idmap_kapi.c
321
zs = kmem_zalloc(sizeof (idmap_zone_specific_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_kapi.c
838
handle = kmem_zalloc(sizeof (idmap_get_handle_t), KM_SLEEP);
usr/src/uts/common/idmap/idmap_kapi.c
840
handle->mapping = kmem_zalloc((sizeof (idmap_mapping)) *
usr/src/uts/common/idmap/idmap_kapi.c
843
handle->result = kmem_zalloc((sizeof (idmap_get_res)) *
usr/src/uts/common/idmap/idmap_kapi.c
861
mapping = kmem_zalloc((sizeof (idmap_mapping)) *
usr/src/uts/common/idmap/idmap_kapi.c
866
result = kmem_zalloc((sizeof (idmap_get_res)) *
usr/src/uts/common/inet/cc/cc_cubic.c
268
cubic_data = kmem_zalloc(sizeof (struct cubic), KM_NOSLEEP);
usr/src/uts/common/inet/dlpistub/dlpistub.c
154
dsp = kmem_zalloc(sizeof (dlpistub_t), KM_SLEEP);
usr/src/uts/common/inet/ilb/ilb.c
1303
if ((server = kmem_zalloc(sizeof (ilb_server_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ilb/ilb.c
295
ilbs->ilbs_g_hash = kmem_zalloc(sizeof (ilb_hash_t) *
usr/src/uts/common/inet/ilb/ilb.c
633
rule = kmem_zalloc(sizeof (ilb_rule_t), KM_NOSLEEP);
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
211
if ((new_tbl = kmem_zalloc(sizeof (hash_server_t) *
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
390
hash_alg->hash_tbl = kmem_zalloc(sizeof (hash_server_t) *
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
401
hash_alg->hash_enabled_tbl = kmem_zalloc(sizeof (hash_server_t) *
usr/src/uts/common/inet/ilb/ilb_conn.c
1382
ilbs->ilbs_sticky_hash = kmem_zalloc(sizeof (ilb_sticky_hash_t) *
usr/src/uts/common/inet/ilb/ilb_conn.c
1403
ilbs->ilbs_sticky_timer_list = kmem_zalloc(sizeof (ilb_timer_t) *
usr/src/uts/common/inet/ilb/ilb_conn.c
320
ilbs->ilbs_c2s_conn_hash = kmem_zalloc(sizeof (ilb_conn_hash_t) *
usr/src/uts/common/inet/ilb/ilb_conn.c
322
ilbs->ilbs_s2c_conn_hash = kmem_zalloc(sizeof (ilb_conn_hash_t) *
usr/src/uts/common/inet/ilb/ilb_conn.c
345
ilbs->ilbs_conn_timer_list = kmem_zalloc(sizeof (ilb_timer_t) *
usr/src/uts/common/inet/ilb/ilb_nat.c
138
ilbs->ilbs_nat_src = kmem_zalloc(sizeof (ilb_nat_src_hash_t) *
usr/src/uts/common/inet/ilb/ilb_nat.c
265
if ((src = kmem_zalloc(sizeof (ilb_nat_src_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/inet/ip/icmp.c
3065
ipp = kmem_zalloc(sizeof (*ipp), KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
3383
ipp = kmem_zalloc(sizeof (*ipp), KM_NOSLEEP);
usr/src/uts/common/inet/ip/icmp.c
5017
is = (icmp_stack_t *)kmem_zalloc(sizeof (*is), KM_SLEEP);
usr/src/uts/common/inet/ip/ip.c
10998
if ((re = kmem_zalloc(sizeof (*re), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip.c
11120
if ((re = kmem_zalloc(sizeof (*re), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip.c
13207
kmem_zalloc(TX_FANOUT_SIZE * sizeof (idl_tx_list_t), KM_SLEEP);
usr/src/uts/common/inet/ip/ip.c
13211
kmem_zalloc(ipst->ips_conn_drain_list_cnt *
usr/src/uts/common/inet/ip/ip.c
4651
ipst = (ip_stack_t *)kmem_zalloc(sizeof (*ipst), KM_SLEEP);
usr/src/uts/common/inet/ip/ip.c
4654
ipst->ips_ill_g_heads = kmem_zalloc(sizeof (ill_g_head_t) * MAX_G_HEADS,
usr/src/uts/common/inet/ip/ip.c
4656
ipst->ips_phyint_g_list = kmem_zalloc(sizeof (phyint_list_t),
usr/src/uts/common/inet/ip/ip.c
4658
ipst->ips_ndp4 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP);
usr/src/uts/common/inet/ip/ip.c
4659
ipst->ips_ndp6 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP);
usr/src/uts/common/inet/ip/ip2mac.c
152
if ((nce_cb = kmem_zalloc(sizeof (*nce_cb), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip6_asp.c
399
if ((dst = kmem_zalloc(count * sizeof (*dst),
usr/src/uts/common/inet/ip/ip_arp.c
1232
ai = kmem_zalloc(sizeof (*ai), KM_SLEEP);
usr/src/uts/common/inet/ip/ip_dce.c
322
ipst->ips_dce_hash_v4 = kmem_zalloc(ipst->ips_dce_hashsize *
usr/src/uts/common/inet/ip/ip_dce.c
324
ipst->ips_dce_hash_v6 = kmem_zalloc(ipst->ips_dce_hashsize *
usr/src/uts/common/inet/ip/ip_if.c
1658
*ill_hcksum = kmem_zalloc(sizeof (ill_hcksum_capab_t),
usr/src/uts/common/inet/ip/ip_if.c
1805
kmem_zalloc(sizeof (ill_zerocopy_capab_t),
usr/src/uts/common/inet/ip/ip_if.c
18124
lifcp->lifc_buf = kmem_zalloc(*bufsizep, KM_SLEEP);
usr/src/uts/common/inet/ip/ip_if.c
1943
idc = kmem_zalloc(sizeof (ill_dld_capab_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_if.c
2091
ill->ill_lso_capab = kmem_zalloc(sizeof (ill_lso_capab_t),
usr/src/uts/common/inet/ip/ip_if.c
319
ill->ill_ip_mib = kmem_zalloc(sizeof (*ill->ill_ip_mib),
usr/src/uts/common/inet/ip/ip_if.c
3315
if ((ipsq = kmem_zalloc(sizeof (ipsq_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ip_if.c
360
ill->ill_icmp6_mib = kmem_zalloc(sizeof (*ill->ill_icmp6_mib),
usr/src/uts/common/inet/ip/ip_if.c
5134
th_trace = kmem_zalloc(sizeof (th_trace_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_mroute.c
586
ipst->ips_vifs = kmem_zalloc(sizeof (struct vif) * (MAXVIFS+1),
usr/src/uts/common/inet/ip/ip_mroute.c
588
ipst->ips_mrtstat = kmem_zalloc(sizeof (struct mrtstat), KM_SLEEP);
usr/src/uts/common/inet/ip/ip_mroute.c
594
ipst->ips_mfcs = kmem_zalloc(sizeof (struct mfcb) * MFCTBLSIZ,
usr/src/uts/common/inet/ip/ip_mroute.c
600
ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP);
usr/src/uts/common/inet/ip/ip_multi.c
238
ilg = kmem_zalloc(sizeof (ilg_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_multi.c
749
mpa = kmem_zalloc(sizeof (multiphysaddr_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_squeue.c
182
sqs = kmem_zalloc(sizeof (squeue_set_t), KM_SLEEP);
usr/src/uts/common/inet/ip/ip_squeue.c
317
kmem_zalloc(sizeof (squeue_set_t *) * (NCPU+1), KM_SLEEP);
usr/src/uts/common/inet/ip/ipclassifier.c
1965
connp->conn_ixa = kmem_zalloc(sizeof (ip_xmit_attr_t), kmflags);
usr/src/uts/common/inet/ip/ipclassifier.c
2015
connp->conn_ixa = kmem_zalloc(sizeof (ip_xmit_attr_t), kmflags);
usr/src/uts/common/inet/ip/ipclassifier.c
2063
connp->conn_ixa = kmem_zalloc(sizeof (ip_xmit_attr_t), kmflags);
usr/src/uts/common/inet/ip/ipclassifier.c
2114
connp->conn_ixa = kmem_zalloc(sizeof (ip_xmit_attr_t), kmflags);
usr/src/uts/common/inet/ip/ipclassifier.c
2164
connp->conn_ixa = kmem_zalloc(sizeof (ip_xmit_attr_t), kmflags);
usr/src/uts/common/inet/ip/ipclassifier.c
422
ipst->ips_ipcl_conn_fanout = kmem_zalloc(
usr/src/uts/common/inet/ip/ipclassifier.c
430
ipst->ips_ipcl_bind_fanout = kmem_zalloc(
usr/src/uts/common/inet/ip/ipclassifier.c
438
ipst->ips_ipcl_proto_fanout_v4 = kmem_zalloc(IPPROTO_MAX *
usr/src/uts/common/inet/ip/ipclassifier.c
445
ipst->ips_ipcl_proto_fanout_v6 = kmem_zalloc(IPPROTO_MAX *
usr/src/uts/common/inet/ip/ipclassifier.c
452
ipst->ips_rts_clients = kmem_zalloc(sizeof (connf_t), KM_SLEEP);
usr/src/uts/common/inet/ip/ipclassifier.c
456
ipst->ips_ipcl_udp_fanout = kmem_zalloc(
usr/src/uts/common/inet/ip/ipclassifier.c
463
ipst->ips_ipcl_iptun_fanout = kmem_zalloc(
usr/src/uts/common/inet/ip/ipclassifier.c
470
ipst->ips_ipcl_raw_fanout = kmem_zalloc(
usr/src/uts/common/inet/ip/ipclassifier.c
477
ipst->ips_ipcl_globalhash_fanout = kmem_zalloc(
usr/src/uts/common/inet/ip/ipmp.c
133
if ((grp = kmem_zalloc(sizeof (ipmp_grp_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ipmp.c
548
if ((illg = kmem_zalloc(sizeof (ipmp_illgrp_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ip/ipsecah.c
398
ahstack = (ipsecah_stack_t *)kmem_zalloc(sizeof (*ahstack), KM_SLEEP);
usr/src/uts/common/inet/ip/ipsecesp.c
447
espstack = (ipsecesp_stack_t *)kmem_zalloc(sizeof (*espstack),
usr/src/uts/common/inet/ip/keysock.c
422
keystack = (keysock_stack_t *)kmem_zalloc(sizeof (*keystack), KM_SLEEP);
usr/src/uts/common/inet/ip/keysock.c
599
kc = kmem_zalloc(sizeof (keysock_consumer_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/keysock.c
655
ks = kmem_zalloc(sizeof (keysock_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/rts.c
1258
rtss = (rts_stack_t *)kmem_zalloc(sizeof (*rtss), KM_SLEEP);
usr/src/uts/common/inet/ip/sadb.c
376
newbie = (ipsa_t *)kmem_zalloc(sizeof (ipsa_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/sadb.c
5553
newbie = kmem_zalloc(sizeof (*newbie), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
4530
ipsec_latch_t *ipl = kmem_zalloc(sizeof (*ipl), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
486
ipr->ipr_hash = kmem_zalloc(nchains *
usr/src/uts/common/inet/ip/spd.c
516
ipss->ipsec_sel_hash = kmem_zalloc(ipss->ipsec_spd_hashsize *
usr/src/uts/common/inet/ip/spd.c
594
ipss = (ipsec_stack_t *)kmem_zalloc(sizeof (*ipss), KM_SLEEP);
usr/src/uts/common/inet/ip/spd.c
6044
newbie = kmem_zalloc(sizeof (*newbie), KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
6072
newbie->itp_policy = kmem_zalloc(sizeof (ipsec_policy_head_t),
usr/src/uts/common/inet/ip/spd.c
6076
newbie->itp_inactive = kmem_zalloc(sizeof (ipsec_policy_head_t),
usr/src/uts/common/inet/ip/spd.c
6186
kmem_zalloc(sizeof (ipsec_fragcache_entry_t *) *
usr/src/uts/common/inet/ip/spd.c
6192
kmem_zalloc(sizeof (ipsec_fragcache_entry_t) *
usr/src/uts/common/inet/ip/spdsock.c
2576
alg = kmem_zalloc(sizeof (*alg), KM_SLEEP);
usr/src/uts/common/inet/ip/spdsock.c
2603
alg = kmem_zalloc(sizeof (*alg), KM_SLEEP);
usr/src/uts/common/inet/ip/spdsock.c
2641
alg->alg_key_sizes = kmem_zalloc(ALG_KEY_SIZES(alg),
usr/src/uts/common/inet/ip/spdsock.c
2677
alg->alg_block_sizes = kmem_zalloc(ALG_BLOCK_SIZES(alg),
usr/src/uts/common/inet/ip/spdsock.c
2704
alg->alg_params = kmem_zalloc(ALG_PARAM_SIZES(alg),
usr/src/uts/common/inet/ip/spdsock.c
320
spds = (spd_stack_t *)kmem_zalloc(sizeof (*spds), KM_SLEEP);
usr/src/uts/common/inet/ip/spdsock.c
3550
ss = kmem_zalloc(sizeof (spdsock_t), KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
408
gcdb = kmem_zalloc(sizeof (*gcdb), KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
478
gc = kmem_zalloc(sizeof (*gc), KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
566
gcgrp = kmem_zalloc(sizeof (*gcgrp), KM_NOSLEEP);
usr/src/uts/common/inet/ipd/ipd.c
900
ins = kmem_zalloc(sizeof (ipd_netstack_t), KM_SLEEP);
usr/src/uts/common/inet/ipnet/ipnet.c
1268
if ((ipnetif = kmem_zalloc(sizeof (*ipnetif), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ipnet/ipnet.c
1704
ips = kmem_zalloc(sizeof (*ips), KM_SLEEP);
usr/src/uts/common/inet/ipnet/ipnet.c
1853
cbnode = kmem_zalloc(sizeof (ipnetif_cbdata_t), KM_SLEEP);
usr/src/uts/common/inet/ipnet/ipnet.c
2202
ipnet = kmem_zalloc(sizeof (*ipnet), KM_SLEEP);
usr/src/uts/common/inet/ipnet/ipnet.c
532
if ((ipnet = kmem_zalloc(sizeof (*ipnet), KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/iptun/iptun_dev.c
74
iptuns = kmem_zalloc(sizeof (*iptuns), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp.c
1532
sctps = kmem_zalloc(sizeof (*sctps), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp.c
1570
sctps->sctps_sc = kmem_zalloc(max_ncpus * sizeof (sctp_stats_cpu_t *),
usr/src/uts/common/inet/sctp/sctp.c
1573
sctps->sctps_sc[i] = kmem_zalloc(sizeof (sctp_stats_cpu_t),
usr/src/uts/common/inet/sctp/sctp.c
1695
kmem_zalloc(sctps->sctps_recvq_tq_list_max_sz * sizeof (taskq_t *),
usr/src/uts/common/inet/sctp/sctp.c
1980
connp->conn_ixa = kmem_zalloc(sizeof (ip_xmit_attr_t), kmflags);
usr/src/uts/common/inet/sctp/sctp_addr.c
1104
sctp_ipif = kmem_zalloc(sizeof (sctp_ipif_t), KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_addr.c
1790
*addrlist = kmem_zalloc(*size, KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_addr.c
1820
*addrlist = kmem_zalloc(*size, KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_addr.c
1860
*addrlist = kmem_zalloc(*size, KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_addr.c
2049
sctps->sctps_g_ills = kmem_zalloc(sizeof (sctp_ill_hash_t) *
usr/src/uts/common/inet/sctp/sctp_addr.c
2051
sctps->sctps_g_ipifs = kmem_zalloc(sizeof (sctp_ipif_hash_t) *
usr/src/uts/common/inet/sctp/sctp_addr.c
490
ipif_obj = kmem_zalloc(sizeof (sctp_saddr_ipif_t), sleep);
usr/src/uts/common/inet/sctp/sctp_addr.c
726
sctp_ill = kmem_zalloc(sizeof (sctp_ill_t), KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_addr.c
734
sctp_ill->sctp_ill_name = kmem_zalloc(ill->ill_name_length,
usr/src/uts/common/inet/sctp/sctp_asconf.c
1454
ainfo = kmem_zalloc(sizeof (*ainfo), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_cookie.c
1035
sctp->sctp_ostrcntrs = kmem_zalloc(sizeof (uint16_t) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
1042
sctp->sctp_ostrcntrs = kmem_zalloc(sizeof (uint16_t) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
1062
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
1069
sctp->sctp_instr = kmem_zalloc(
usr/src/uts/common/inet/sctp/sctp_cookie.c
410
sctp->sctp_ostrcntrs = kmem_zalloc(sizeof (uint16_t) *
usr/src/uts/common/inet/sctp/sctp_cookie.c
416
sctp->sctp_instr = kmem_zalloc(sizeof (*sctp->sctp_instr) *
usr/src/uts/common/inet/sctp/sctp_hash.c
415
kmem_zalloc(totaddr * sizeof (in6_addr_t *), KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
438
kmem_zalloc(sizeof (in6_addr_t),
usr/src/uts/common/inet/sctp/sctp_hash.c
85
(sctp_tf_t *)kmem_zalloc(sctps->sctps_conn_hash_size *
usr/src/uts/common/inet/sctp/sctp_hash.c
91
sctps->sctps_listen_fanout = kmem_zalloc(SCTP_LISTEN_FANOUT_SIZE *
usr/src/uts/common/inet/sctp/sctp_hash.c
97
sctps->sctps_bind_fanout = kmem_zalloc(SCTP_BIND_FANOUT_SIZE *
usr/src/uts/common/inet/sctp/sctp_misc.c
272
sctps->sctps_sc[i] = kmem_zalloc(sizeof (sctp_stats_cpu_t),
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
320
ps = kmem_zalloc(sizeof (*ps), kmflags);
usr/src/uts/common/inet/sockmods/socksctpsubr.c
245
msg->msg_control = kmem_zalloc(optlen, KM_SLEEP);
usr/src/uts/common/inet/tcp/tcp.c
3777
tcps = (tcp_stack_t *)kmem_zalloc(sizeof (*tcps), KM_SLEEP);
usr/src/uts/common/inet/tcp/tcp.c
3789
tcps->tcps_bind_fanout = kmem_zalloc(sizeof (tf_t) *
usr/src/uts/common/inet/tcp/tcp.c
3791
tcps->tcps_acceptor_fanout = kmem_zalloc(sizeof (tf_t) *
usr/src/uts/common/inet/tcp/tcp.c
3864
tcps->tcps_sc = kmem_zalloc(max_ncpus * sizeof (tcp_stats_cpu_t *),
usr/src/uts/common/inet/tcp/tcp.c
3867
tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t),
usr/src/uts/common/inet/tcp/tcp.c
4075
tcp_squeue_priv_t *tcp_time_wait = kmem_zalloc(
usr/src/uts/common/inet/tcp/tcp_misc.c
663
tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t),
usr/src/uts/common/inet/tcp/tcp_sig.c
763
sa = kmem_zalloc(sizeof (*sa), KM_NOSLEEP_LAZY);
usr/src/uts/common/inet/tcp/tcp_timers.c
693
listener->tcp_ip_addr_cache = kmem_zalloc(
usr/src/uts/common/inet/udp/udp.c
2769
ipp = kmem_zalloc(sizeof (*ipp), KM_NOSLEEP);
usr/src/uts/common/inet/udp/udp.c
4521
us = (udp_stack_t *)kmem_zalloc(sizeof (*us), KM_SLEEP);
usr/src/uts/common/inet/udp/udp.c
4546
us->us_bind_fanout = kmem_zalloc(us->us_bind_fanout_size *
usr/src/uts/common/inet/udp/udp.c
4562
us->us_sc = kmem_zalloc(max_ncpus * sizeof (udp_stats_cpu_t *),
usr/src/uts/common/inet/udp/udp.c
4565
us->us_sc[i] = kmem_zalloc(sizeof (udp_stats_cpu_t),
usr/src/uts/common/inet/udp/udp.c
4675
us->us_sc[i] = kmem_zalloc(sizeof (udp_stats_cpu_t),
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
2160
if ((xcsp = (hci1394_xfer_ctl_t *)kmem_zalloc(
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
2221
kmem_zalloc(sizeof (hci1394_idma_desc_mem_t),
usr/src/uts/common/io/1394/h1394.c
137
hal = kmem_zalloc(sizeof (s1394_hal_t), KM_SLEEP);
usr/src/uts/common/io/1394/h1394.c
228
hal->selfid_buf0 = kmem_zalloc(S1394_SELFID_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/1394/h1394.c
229
hal->selfid_buf1 = kmem_zalloc(S1394_SELFID_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/1394/s1394.c
103
s1394_statep = kmem_zalloc(sizeof (s1394_state_t), KM_SLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
130
kmem_zalloc(sizeof (s1394_addr_space_blk_t), KM_NOSLEEP);
usr/src/uts/common/io/1394/s1394_addr.c
236
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
278
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
318
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
327
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
469
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
497
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
523
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
532
kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_addr.c
630
addr_blk = kmem_zalloc(sizeof (s1394_addr_space_blk_t),
usr/src/uts/common/io/1394/s1394_csr.c
1249
hal->local_config_rom = (uint32_t *)kmem_zalloc(IEEE1394_CONFIG_ROM_SZ,
usr/src/uts/common/io/1394/s1394_csr.c
1253
hal->temp_config_rom_buf = (uint32_t *)kmem_zalloc(
usr/src/uts/common/io/1394/s1394_csr.c
1337
text_leaf = (uint32_t *)kmem_zalloc(S1394_ROOT_TEXT_LEAF_SZ, KM_SLEEP);
usr/src/uts/common/io/1394/s1394_csr.c
1371
node_unique_id_leaf = (uint32_t *)kmem_zalloc(S1394_NODE_UNIQUE_ID_SZ,
usr/src/uts/common/io/1394/s1394_csr.c
1403
unit_dir = (uint32_t *)kmem_zalloc(S1394_UNIT_DIR_SZ, KM_SLEEP);
usr/src/uts/common/io/1394/s1394_csr.c
1506
root_directory = (s1394_config_rom_t *)kmem_zalloc(
usr/src/uts/common/io/1394/s1394_csr.c
1513
rest_of_config_rom = (s1394_config_rom_t *)kmem_zalloc(
usr/src/uts/common/io/1394/s1394_csr.c
1639
new_blk = (s1394_config_rom_t *)kmem_zalloc(
usr/src/uts/common/io/1394/s1394_csr.c
1801
free_blk = (s1394_config_rom_t *)kmem_zalloc(
usr/src/uts/common/io/1394/s1394_csr.c
384
hal->CSR_topology_map = kmem_zalloc(IEEE1394_UCSR_TOPOLOGY_MAP_SZ,
usr/src/uts/common/io/1394/s1394_dev_disc.c
467
cfgrom = (uint32_t *)kmem_zalloc(IEEE1394_CONFIG_ROM_SZ, KM_SLEEP);
usr/src/uts/common/io/1394/s1394_misc.c
586
hal->hal_kstats = (s1394_kstat_t *)kmem_zalloc(sizeof (s1394_kstat_t),
usr/src/uts/common/io/1394/t1394.c
100
target = kmem_zalloc(sizeof (s1394_target_t), KM_SLEEP);
usr/src/uts/common/io/1394/t1394.c
1413
cec_new = kmem_zalloc(sizeof (s1394_isoch_cec_t), KM_SLEEP);
usr/src/uts/common/io/1394/t1394.c
1638
cec_new = kmem_zalloc(sizeof (s1394_isoch_cec_t), KM_SLEEP);
usr/src/uts/common/io/1394/t1394.c
1788
member_new = kmem_zalloc(sizeof (s1394_isoch_cec_member_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/av1394/av1394_cfgrom.c
443
new_tl = kmem_zalloc(new_size, KM_SLEEP);
usr/src/uts/common/io/1394/targets/av1394/av1394_cmp.c
437
pcr = kmem_zalloc(sizeof (av1394_pcr_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_chan.c
107
icp = kmem_zalloc(sizeof (av1394_ic_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_chan.c
413
pool->ip_seg = kmem_zalloc(pool->ip_alloc_size, KM_SLEEP);
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_recv.c
313
irp->ir_ixl_data = kmem_zalloc(icp->ic_nframes *
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_recv.c
366
irp->ir_ixl_buf = kmem_zalloc(irp->ir_ixl_nbufs *
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_xmit.c
390
itp->it_frame_info = kmem_zalloc(icp->ic_nframes *
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_xmit.c
524
bp = kmem_zalloc(sizeof (av1394_it_ixl_buf_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/av1394/av1394_isoch_xmit.c
600
ep = kmem_zalloc(sizeof (av1394_it_ixl_empty_cip_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/dcam1394/dcam_frame.c
223
new_ixl_cmdp = kmem_zalloc(
usr/src/uts/common/io/1394/targets/dcam1394/dcam_frame.c
233
new_ixl_sswp = kmem_zalloc(
usr/src/uts/common/io/1394/targets/dcam1394/dcam_frame.c
270
kmem_zalloc(
usr/src/uts/common/io/1394/targets/dcam1394/dcam_frame.c
298
kmem_zalloc(sizeof (ixl1394_xfer_buf_t),
usr/src/uts/common/io/1394/targets/dcam1394/dcam_frame.c
329
new_ixl_cbp = kmem_zalloc(
usr/src/uts/common/io/1394/targets/dcam1394/dcam_frame.c
345
new_ixl_jmpp = kmem_zalloc(sizeof (ixl1394_jump_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1442
if ((buf = kmem_zalloc(cmd->sc_cdb_len, kf)) == NULL) {
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1450
if ((buf = kmem_zalloc(cmd->sc_scb_len, kf)) == NULL) {
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1459
if ((buf = kmem_zalloc(cmd->sc_priv_len, kf)) == NULL) {
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
2658
new_buf = kmem_zalloc(new_size * elsize, kf);
usr/src/uts/common/io/1394/targets/scsa1394/sbp2_bus.c
324
sbb = kmem_zalloc(sizeof (scsa1394_bus_buf_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/scsa1394/sbp2_bus.c
407
sbb = kmem_zalloc(sizeof (scsa1394_bus_buf_t), KM_SLEEP);
usr/src/uts/common/io/1394/targets/scsa1394/sbp2_driver.c
99
sp->s_lun = kmem_zalloc(sp->s_nluns * sizeof (scsa1394_lun_t),
usr/src/uts/common/io/aac/aac.c
2978
softs->nondasds = kmem_zalloc(AAC_MAX_PD(softs) * \
usr/src/uts/common/io/aac/aac.c
4061
sense_data = kmem_zalloc(sdata_size, KM_SLEEP);
usr/src/uts/common/io/aac/aac.c
6201
softs->io_slot = kmem_zalloc(sizeof (struct aac_slot) * \
usr/src/uts/common/io/aac/aac_ioctl.c
232
if ((acp = kmem_zalloc(hbalen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/aac/aac_ioctl.c
315
fibctx_p = kmem_zalloc(sizeof (struct aac_fib_context), KM_NOSLEEP);
usr/src/uts/common/io/aac/aac_ioctl.c
462
if ((acp = kmem_zalloc(sizeof (struct aac_cmd) + usr_fib_size + \
usr/src/uts/common/io/aac/aac_ioctl.c
494
if ((usgt = kmem_zalloc(sizeof (struct aac_umem_sge) * srb_sgcount,
usr/src/uts/common/io/aac/aac_ioctl.c
579
if ((sge = kmem_zalloc(sizeof (struct aac_sge) * acp->left_cookien,
usr/src/uts/common/io/afe/afe.c
1560
txb = kmem_zalloc(sizeof (*txb), KM_SLEEP);
usr/src/uts/common/io/afe/afe.c
1604
rxb = kmem_zalloc(sizeof (*rxb), KM_SLEEP);
usr/src/uts/common/io/afe/afe.c
1692
afep->afe_rxbufs = kmem_zalloc(AFE_RXRING * sizeof (afe_rxbuf_t *),
usr/src/uts/common/io/afe/afe.c
1756
afep->afe_txbufs = kmem_zalloc(AFE_TXRING * sizeof (afe_txbuf_t *),
usr/src/uts/common/io/afe/afe.c
403
afep = kmem_zalloc(sizeof (afe_t), KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
1493
grp->lg_tx_blocked_rings = kmem_zalloc((sizeof (mac_ring_handle_t *) *
usr/src/uts/common/io/aggr/aggr_grp.c
2831
avp = kmem_zalloc(sizeof (aggr_vlan_t), KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_grp.c
3470
vals = kmem_zalloc(sizeof (mac_propval_range_t *) * grp->lg_nports,
usr/src/uts/common/io/aggr/aggr_grp.c
987
port->lp_tx_rings = kmem_zalloc((sizeof (mac_ring_handle_t *) *
usr/src/uts/common/io/aggr/aggr_grp.c
989
port->lp_pseudo_tx_rings = kmem_zalloc((sizeof (mac_ring_handle_t *) *
usr/src/uts/common/io/aggr/aggr_lacp.c
1206
new_port = kmem_zalloc(sizeof (lacp_sel_ports_t), KM_NOSLEEP);
usr/src/uts/common/io/aggr/aggr_send.c
257
new_ports = kmem_zalloc(new_size * sizeof (aggr_port_t *),
usr/src/uts/common/io/arn/arn_hw.c
498
kmem_zalloc(sizeof (struct ath_hal_5416), KM_SLEEP);
usr/src/uts/common/io/arn/arn_main.c
1659
an = kmem_zalloc(sizeof (struct ath_node), KM_SLEEP);
usr/src/uts/common/io/arn/arn_main.c
461
bf = (struct ath_buf *)kmem_zalloc(sc->sc_vbuflen, KM_SLEEP);
usr/src/uts/common/io/arn/arn_phy.c
343
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
346
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
349
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
352
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
355
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
358
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
361
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
378
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/arn/arn_phy.c
389
kmem_zalloc((sizeof (uint32_t) *
usr/src/uts/common/io/asy.c
1103
asy->asy_inth = kmem_zalloc(asy->asy_inth_sz, KM_SLEEP);
usr/src/uts/common/io/asy.c
2241
asy->asy_priv = kmem_zalloc(sizeof (struct asyncline), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1.c
132
l1 = kmem_zalloc(sizeof (atge_l1_data_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1.c
234
atgep->atge_hw_stats = kmem_zalloc(sizeof (atge_l1_smb_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1c.c
160
l1c = kmem_zalloc(sizeof (atge_l1c_data_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1c.c
262
atgep->atge_hw_stats = kmem_zalloc(sizeof (atge_l1c_smb_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1e.c
143
l1e = kmem_zalloc(sizeof (atge_l1e_data_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1e.c
188
kmem_zalloc(L1E_RX_PAGES * sizeof (atge_dma_t *), KM_SLEEP);
usr/src/uts/common/io/atge/atge_l1e.c
235
atgep->atge_hw_stats = kmem_zalloc(sizeof (atge_l1e_smb_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_main.c
1078
atgep = kmem_zalloc(sizeof (atge_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_main.c
1436
tbl = kmem_zalloc(rcnt * sizeof (atge_dma_t *), KM_SLEEP);
usr/src/uts/common/io/atge/atge_main.c
1477
dma = kmem_zalloc(sizeof (atge_dma_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_main.c
1534
dma = kmem_zalloc(sizeof (atge_dma_t), KM_SLEEP);
usr/src/uts/common/io/atge/atge_main.c
634
atgep->atge_intr_handle = kmem_zalloc(atgep->atge_intr_size, KM_SLEEP);
usr/src/uts/common/io/ath/ath_aux.c
307
kmem_zalloc(IEEE80211_CHAN_MAX * sizeof (HAL_CHANNEL), KM_SLEEP);
usr/src/uts/common/io/ath/ath_main.c
1211
an = kmem_zalloc(sizeof (struct ath_node), KM_SLEEP);
usr/src/uts/common/io/ath/ath_main.c
483
bf = (struct ath_buf *)kmem_zalloc(asc->asc_vbuflen, KM_SLEEP);
usr/src/uts/common/io/ath/ath_osdep.c
103
p = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/audio/ac97/ac97.c
1332
ctrl = kmem_zalloc(sizeof (ac97_ctrl_t), KM_SLEEP);
usr/src/uts/common/io/audio/ac97/ac97.c
1596
ac = kmem_zalloc(sizeof (ac97_t), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audio1575/audio1575.c
686
statep = kmem_zalloc(sizeof (*statep), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audio1575/audio1575.c
841
port = kmem_zalloc(sizeof (*port), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audio810/audio810.c
1054
port = kmem_zalloc(sizeof (*port), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audio810/audio810.c
703
statep = kmem_zalloc(sizeof (*statep), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.c
900
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiocmihd/audiocmihd.c
1540
devc = kmem_zalloc(sizeof (*devc), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiocmihd/audiocmihd.c
770
portc = kmem_zalloc(sizeof (*portc), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audioemu10k/audioemu10k.c
1946
devc = kmem_zalloc(sizeof (*devc), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audioemu10k/audioemu10k.c
874
portc = kmem_zalloc(sizeof (*portc), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audioens/audioens.c
1000
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
2689
pin = (audiohd_pin_t *)kmem_zalloc(sizeof (audiohd_pin_t), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
2778
kmem_zalloc(sizeof (audiohd_widget_t), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
2947
codec = (hda_codec_t *)kmem_zalloc(
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
324
statep = kmem_zalloc(sizeof (*statep), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
3268
kmem_zalloc(sizeof (audiohd_path_t),
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
3753
path = kmem_zalloc(sizeof (audiohd_path_t),
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
4577
kmem_zalloc(sizeof (audiohd_path_t),
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
4604
kmem_zalloc(sizeof (audiohd_path_t),
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
4893
path = kmem_zalloc(sizeof (audiohd_path_t), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
5001
port = kmem_zalloc(sizeof (*port), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audioixp/audioixp.c
1256
statep = kmem_zalloc(sizeof (*statep), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audioixp/audioixp.c
696
port = kmem_zalloc(sizeof (*port), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiols/audiols.c
1108
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiols/audiols.c
497
port = kmem_zalloc(sizeof (*port), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiop16x/audiop16x.c
382
port = kmem_zalloc(sizeof (*port), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiop16x/audiop16x.c
548
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
1183
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiosolo/audiosolo.c
1371
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiots/audiots.c
929
port = kmem_zalloc(sizeof (*port), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiovia823x/audiovia823x.c
375
portc = kmem_zalloc(sizeof (*portc), KM_SLEEP);
usr/src/uts/common/io/audio/drv/audiovia823x/audiovia823x.c
549
devc = kmem_zalloc(sizeof (*devc), KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_client.c
1054
if ((c = kmem_zalloc(sizeof (*c), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_ctrl.c
119
ctrl = kmem_zalloc(sizeof (*ctrl), KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_ddi.c
506
helper = kmem_zalloc(sizeof (*helper), KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_engine.c
143
isp = kmem_zalloc(sizeof (*isp), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_engine.c
214
e = kmem_zalloc(sizeof (audio_engine_t), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_engine.c
227
e->e_chbufs[i] = kmem_zalloc(sizeof (int32_t) * AUDIO_CHBUFS,
usr/src/uts/common/io/audio/impl/audio_engine.c
76
if ((d = kmem_zalloc(sizeof (*d), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_format.c
922
kmem_zalloc(sizeof (grc3state_t), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_oss.c
1666
if ((data = kmem_zalloc(sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
1933
if ((sc = kmem_zalloc(sizeof (*sc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
1937
if ((sc->o_ss_buf = kmem_zalloc(sc->o_ss_sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
2183
if ((data = kmem_zalloc(sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_oss.c
2368
odev = kmem_zalloc(sizeof (*odev), KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_oss.c
412
odev->d_ctrls = kmem_zalloc(sizeof (audio_ctrl_t *) * nctrl, KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_oss.c
413
odev->d_exts = kmem_zalloc(sizeof (oss_mixext) * nctrl, KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_oss.c
490
if ((sc = kmem_zalloc(sizeof (*sc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_sun.c
1042
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/audio/impl/audio_sun.c
1399
eof = kmem_zalloc(sizeof (*eof), KM_NOSLEEP);
usr/src/uts/common/io/audio/impl/audio_sun.c
248
if ((proc = kmem_zalloc(sizeof (*proc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_sun.c
335
if ((dc = kmem_zalloc(sizeof (*dc), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/avintr.c
167
mem = kmem_zalloc(sizeof (struct autovec), KM_SLEEP);
usr/src/uts/common/io/avintr.c
333
kmem_zalloc(sizeof (av_softinfo_t), KM_SLEEP);
usr/src/uts/common/io/avintr.c
354
mem = kmem_zalloc(sizeof (struct autovec), KM_SLEEP);
usr/src/uts/common/io/axf/axf_usbgem.c
1288
ugcp = kmem_zalloc(sizeof (*ugcp), KM_SLEEP);
usr/src/uts/common/io/axf/axf_usbgem.c
1363
lp = kmem_zalloc(sizeof (struct axf_dev), KM_SLEEP);
usr/src/uts/common/io/beep.c
106
queue = kmem_zalloc(sizeof (beep_entry_t) * beep_queue_size,
usr/src/uts/common/io/bfe/bfe.c
2686
r->r_buf_dma = kmem_zalloc(size_krnl, KM_SLEEP);
usr/src/uts/common/io/bfe/bfe.c
2862
bfe = kmem_zalloc(sizeof (bfe_t), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
1554
rinfop = kmem_zalloc(sizeof (bge_rule_info_t), KM_NOSLEEP);
usr/src/uts/common/io/bge/bge_main2.c
2252
srbdp = kmem_zalloc(nslots*sizeof (*srbdp), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
2405
ssbdp = kmem_zalloc(nslots*sizeof (*ssbdp), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
2406
txbuf = kmem_zalloc(BGE_SEND_BUF_MAX*sizeof (*txbuf), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
2408
kmem_zalloc(BGE_SEND_BUF_MAX*sizeof (bge_queue_item_t), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
2409
srp->pktp = kmem_zalloc(BGE_SEND_BUF_MAX*sizeof (send_pkt_t), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
3653
bgep = kmem_zalloc(sizeof (*bgep), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
3654
bgep->pstats = kmem_zalloc(sizeof (bge_statistics_reg_t), KM_SLEEP);
usr/src/uts/common/io/bl.c
154
buf = kmem_zalloc(blr.bl_fmrisz, KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
1972
path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
2313
hdl = kmem_zalloc(sizeof (*hdl), kmflag);
usr/src/uts/common/io/blkdev/blkdev.c
438
data_string = kmem_zalloc(ilen + 1, KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
490
bd->d_kerr = kmem_zalloc(sizeof (struct bd_errstats),
usr/src/uts/common/io/blkdev/blkdev.c
747
bd->d_kiop = kmem_zalloc(sizeof (kstat_io_t), KM_SLEEP);
usr/src/uts/common/io/bnx/bnx_mm.c
293
memptr = kmem_zalloc(mem_size, KM_NOSLEEP);
usr/src/uts/common/io/bnx/bnxint.c
355
if ((umdevice->pIntrBlock = kmem_zalloc(sizeof (ddi_intr_handle_t),
usr/src/uts/common/io/bnx/bnxmod.c
328
umdevice = kmem_zalloc(sizeof (um_device_t),
usr/src/uts/common/io/bnx/bnxsnd.c
434
memvirt = kmem_zalloc(memsize, KM_NOSLEEP);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
266
if ((pFcoeState = kmem_zalloc(sizeof(BnxeFcoeState),
usr/src/uts/common/io/bnxe/bnxe_hw.c
903
if ((pTmp = kmem_zalloc((sizeof(struct ecore_mcast_list_elem) +
usr/src/uts/common/io/bnxe/bnxe_intr.c
831
(ddi_intr_handle_t *)kmem_zalloc(pBlock->intrHandleBlockSize,
usr/src/uts/common/io/bnxe/bnxe_main.c
797
if ((pUM = kmem_zalloc(sizeof(um_device_t), KM_SLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
370
if ((pMem = kmem_zalloc(sizeof(BnxeMemRegion), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
431
if ((pMem = kmem_zalloc(sizeof(BnxeMemRegion), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
509
if ((pMem = kmem_zalloc(sizeof(BnxeMemBlock), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
519
if ((pBuf = kmem_zalloc(memSize, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_mm.c
587
if ((pMem = kmem_zalloc(sizeof(BnxeMemDma), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_rx.c
763
if ((pTmp = kmem_zalloc(BnxeRxPktDescrSize(pUM),
usr/src/uts/common/io/bnxe/bnxe_tx.c
1101
if ((pTxPkt = kmem_zalloc(sizeof(um_txpacket_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
227
if ((pWorkItem = kmem_zalloc((sizeof(BnxeWorkItem) + workDataLen),
usr/src/uts/common/io/bnxe/bnxe_workq.c
268
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
305
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
345
if ((pWorkItem = kmem_zalloc((sizeof(BnxeWorkItem) + workDataLen),
usr/src/uts/common/io/bnxe/bnxe_workq.c
387
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_workq.c
425
if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bofi.c
1025
namep = kmem_zalloc(errdef.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1118
namep = kmem_zalloc(errctl.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1136
namep = kmem_zalloc(errctl.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1154
namep = kmem_zalloc(errctl.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1172
namep = kmem_zalloc(errctl.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1191
namep = kmem_zalloc(errctl.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1209
namep = kmem_zalloc(errctl.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1496
namep = kmem_zalloc(get_handles.namesize+1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1499
bufptr = buffer = kmem_zalloc(req_count, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1604
namep = kmem_zalloc(hdl_info.namesize + 1, KM_SLEEP);
usr/src/uts/common/io/bofi.c
1610
kmem_zalloc(req_count * sizeof (struct handle_info),
usr/src/uts/common/io/bofi.c
1745
ep = kmem_zalloc(sizeof (struct bofi_errent), KM_SLEEP);
usr/src/uts/common/io/bofi.c
3127
hp = kmem_zalloc(sizeof (struct bofi_shadow), KM_SLEEP);
usr/src/uts/common/io/bofi.c
3364
hp = kmem_zalloc(sizeof (struct bofi_shadow),
usr/src/uts/common/io/bofi.c
3953
dummyhp = kmem_zalloc(sizeof (*dummyhp), KM_SLEEP);
usr/src/uts/common/io/bofi.c
3984
hp = kmem_zalloc(sizeof (*hp), KM_SLEEP);
usr/src/uts/common/io/bofi.c
4598
hp = kmem_zalloc(sizeof (struct bofi_shadow), KM_SLEEP);
usr/src/uts/common/io/bpf/bpf.c
1655
d->bd_fbuf = kmem_zalloc(d->bd_bufsize, KM_NOSLEEP);
usr/src/uts/common/io/bpf/bpf.c
1658
d->bd_sbuf = kmem_zalloc(d->bd_bufsize, KM_NOSLEEP);
usr/src/uts/common/io/bpf/bpf.c
488
d = (struct bpf_d *)kmem_zalloc(sizeof (*d), KM_SLEEP);
usr/src/uts/common/io/bridge.c
2869
if ((blp = kmem_zalloc(sizeof (*blp), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/bridge.c
592
bnew = kmem_zalloc(sizeof (*bnew), KM_SLEEP);
usr/src/uts/common/io/bridge.c
707
bip = kmem_zalloc(sizeof (*bip), KM_SLEEP);
usr/src/uts/common/io/bridge.c
832
bsp = kmem_zalloc(sizeof (*bsp), KM_SLEEP);
usr/src/uts/common/io/bridge.c
902
bfp = kmem_zalloc(sizeof (*bfp) + (nlinks * sizeof (bridge_link_t *)),
usr/src/uts/common/io/busra.c
220
kmem_zalloc(sizeof (*typemapp), KM_SLEEP);
usr/src/uts/common/io/busra.c
221
typemapp->type = (char *)kmem_zalloc(strlen(type) + 1,
usr/src/uts/common/io/busra.c
231
kmem_zalloc(sizeof (*dipmap), KM_SLEEP);
usr/src/uts/common/io/busra.c
427
kmem_zalloc(sizeof (*newmap), KM_SLEEP);
usr/src/uts/common/io/busra.c
437
kmem_zalloc(sizeof (*newmap), KM_SLEEP);
usr/src/uts/common/io/busra.c
505
kmem_zalloc(sizeof (*newmap), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus.c
1268
kmem_zalloc(sizeof (struct cardbus_parent_private_data),
usr/src/uts/common/io/cardbus/cardbus.c
1273
kmem_zalloc(sizeof (struct cardbus_parent_private_data)
usr/src/uts/common/io/cardbus/cardbus.c
1533
propp = (ddi_prop_t *)kmem_zalloc(sizeof (ddi_prop_t), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus.c
1547
char *nstr = kmem_zalloc(len + 1, KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus.c
1610
cdsp = kmem_zalloc(sizeof (*cdsp), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3296
newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3375
newreg = kmem_zalloc(alen + sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3454
newreg = kmem_zalloc(rlen+sizeof (cardbus_range_t), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3520
newreg = kmem_zalloc(rlen+sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
540
new = (cardbus_phdl_t *)kmem_zalloc(sizeof (cardbus_phdl_t), KM_SLEEP);
usr/src/uts/common/io/chxge/ch.c
1042
dhe = (free_dh_t *)kmem_zalloc(sizeof (*dhe), KM_SLEEP);
usr/src/uts/common/io/chxge/ch.c
1233
dhe = (free_dh_t *)kmem_zalloc(sizeof (*dhe), KM_SLEEP);
usr/src/uts/common/io/chxge/ch.c
401
chp = (ch_t *)kmem_zalloc(sizeof (ch_t), KM_SLEEP);
usr/src/uts/common/io/chxge/glue.c
132
return (kmem_zalloc(len, KM_SLEEP));
usr/src/uts/common/io/chxge/pe.c
1241
rbp = (ch_esb_t *)kmem_zalloc(sizeof (ch_esb_t), KM_SLEEP);
usr/src/uts/common/io/chxge/pe.c
1278
rbp = (ch_esb_t *)kmem_zalloc(sizeof (ch_esb_t), KM_SLEEP);
usr/src/uts/common/io/chxge/pe.c
676
mcp = (ch_mc_t *)kmem_zalloc(sizeof (struct ch_mc),
usr/src/uts/common/io/cmlb.c
1750
if ((dkl = kmem_zalloc(buffer_size, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/cmlb.c
2300
if ((buf = kmem_zalloc(sec_sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/cmlb.c
2422
bufp = kmem_zalloc(blocksize, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
2827
buf = kmem_zalloc(EFI_MIN_ARRAY_SIZE, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
3656
tmp_geom = kmem_zalloc(sizeof (struct dk_geom), KM_SLEEP);
usr/src/uts/common/io/cmlb.c
3720
kmem_zalloc(sizeof (struct dk_geom), KM_SLEEP);
usr/src/uts/common/io/cmlb.c
4864
dkl = kmem_zalloc(cl->cl_sys_blocksize, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
4912
dkl = kmem_zalloc(cl->cl_sys_blocksize, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
5095
mboot = kmem_zalloc(buffer_size, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
5149
mboot = kmem_zalloc(cl->cl_sys_blocksize, KM_SLEEP);
usr/src/uts/common/io/cmlb.c
539
cl = kmem_zalloc(sizeof (struct cmlb_lun), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
157
(ats_state_t *)kmem_zalloc(sizeof (ats_state_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
625
cm = kmem_zalloc(sizeof (*cm), KM_NOSLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1029
*ppsms = (sm_section_hdr_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1218
cb = kmem_zalloc(s, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1282
unused_sms = kmem_zalloc(sms_before_unused.sms_size, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1351
sli = (sbd_lu_info_1_1_t *)kmem_zalloc(sizeof (*sli) + s, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1794
namebuf = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2109
stlu = (sbd_create_standby_lu_t *)kmem_zalloc(alloc_sz,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2480
sl->sl_serial_no = kmem_zalloc(sli->sli_serial_size, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2489
sl->sl_data_filename = kmem_zalloc(
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2728
ilu = (sbd_import_lu_t *)kmem_zalloc(ilu_sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3453
if ((sl->sl_zfs_meta = kmem_zalloc(ZAP_MAXVALUELEN / 2, KM_SLEEP))
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3575
ptr = ah_meta = kmem_zalloc(ZAP_MAXVALUELEN, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3687
zc = kmem_zalloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3753
zc = kmem_zalloc(sizeof (zfs_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
544
ilu = (sbd_import_lu_t *)kmem_zalloc(ilu_sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
557
ilu = (sbd_import_lu_t *)kmem_zalloc(ilu_sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
704
io_buf = (uint8_t *)kmem_zalloc(io_size, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
778
io_buf = (uint8_t *)kmem_zalloc(io_size, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
958
sm = kmem_zalloc(sizeof (*sm), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
995
sm = (sbd_meta_start_t *)kmem_zalloc(sizeof (sbd_meta_start_t),
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1106
buf = kmem_zalloc(buf_size, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1131
buf = kmem_zalloc(buf_size, KM_SLEEP); /* fixed size cdb, 24 bytes */
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1220
buf = kmem_zalloc(buf_size, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1360
rpt_ary = (stmf_remote_port_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1557
kmem_zalloc(lpt_len, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1867
kmem_zalloc(lpt_len, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1933
char *str = (char *)kmem_zalloc(33, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
289
spi = (sbd_pgr_info_t *)kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
473
spi = (sbd_pgr_info_t *)kmem_zalloc(totalsz, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
547
key = (sbd_pgr_key_t *)kmem_zalloc(sizeof (sbd_pgr_key_t), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
551
key->pgr_key_lpt_id = (scsi_devid_desc_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
559
key->pgr_key_rpt_id = (scsi_transport_id_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1804
task->task_lu_private = kmem_zalloc(sizeof (sbd_cmd_t),
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2267
p = buf = kmem_zalloc(260, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2657
dkioc_free_list_t *dfl = kmem_zalloc(DFL_SZ(1), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2807
dfl = kmem_zalloc(DFL_SZ(num_desc), KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2897
p = (uint8_t *)kmem_zalloc(bsize, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3006
p = (uint8_t *)kmem_zalloc(bsize, KM_SLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3181
kmem_zalloc(sizeof (sbd_cmd_t), KM_NOSLEEP)) != NULL) {
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3299
it = (sbd_it_data_t *)kmem_zalloc(sizeof (*it), KM_NOSLEEP);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3636
p = kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
433
kmem_zalloc(xch->xch_dbuf_num * sizeof (stmf_data_buf_t *),
usr/src/uts/common/io/comstar/port/fcoet/fcoet_fc.c
436
kmem_zalloc(els->els_resp_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/discovery.c
1222
els->els_resp_payload = (uint8_t *)kmem_zalloc(8, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/discovery.c
1451
p = els->els_resp_payload = (uint8_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/fct/discovery.c
1680
els->els_resp_payload = (uint8_t *)kmem_zalloc(20, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/discovery.c
1925
els->els_resp_payload = (uint8_t *)kmem_zalloc(28, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/discovery.c
2434
sn = kmem_zalloc(snlen + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/discovery.c
2662
query_irp->irp_spn = kmem_zalloc(spnlen + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
1041
sh = (__fct_t *)kmem_zalloc(fct_size, kmem_flag);
usr/src/uts/common/io/comstar/port/fct/fct.c
1175
(char *)kmem_zalloc(l+1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
1195
iport->iport_rp_slots = (fct_i_remote_port_t **)kmem_zalloc(
usr/src/uts/common/io/comstar/port/fct/fct.c
1197
iport->iport_rp_tb = kmem_zalloc(rportid_table_size *
usr/src/uts/common/io/comstar/port/fct/fct.c
1209
iport->iport_cmd_slots = (fct_cmd_slot_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/fct/fct.c
1387
e = kmem_zalloc(sizeof (fct_i_event_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
1585
iport_rp_tb_new = kmem_zalloc(rportid_table_size *
usr/src/uts/common/io/comstar/port/fct/fct.c
2364
kmem_zalloc(els->els_req_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2366
kmem_zalloc(els->els_resp_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2376
els->els_resp_payload = (uint8_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/fct/fct.c
2379
els->els_req_payload = (uint8_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/fct/fct.c
2388
els->els_resp_payload = (uint8_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/fct/fct.c
2391
els->els_req_payload = (uint8_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/fct/fct.c
2403
kmem_zalloc(els->els_resp_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2406
kmem_zalloc(els->els_req_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2484
kmem_zalloc(els->els_resp_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2487
kmem_zalloc(els->els_req_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2493
kmem_zalloc(els->els_resp_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2496
kmem_zalloc(els->els_req_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2564
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2568
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2576
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2579
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
258
*fctio = kmem_zalloc(sizeof (fctio_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2597
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2600
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2618
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2621
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2644
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2648
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
265
*ibuf = kmem_zalloc((*fctio)->fctio_ilen, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2677
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2681
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2702
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2705
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2717
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2720
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
273
*abuf = kmem_zalloc((*fctio)->fctio_alen, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
2732
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2735
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2747
ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
2751
p = ct->ct_req_payload = (uint8_t *)kmem_zalloc(ct->ct_req_size,
usr/src/uts/common/io/comstar/port/fct/fct.c
281
*obuf = kmem_zalloc((*fctio)->fctio_olen, KM_SLEEP);
usr/src/uts/common/io/comstar/port/fct/fct.c
370
attr = (fct_port_attrs_t *)kmem_zalloc(sizeof (fct_port_attrs_t),
usr/src/uts/common/io/comstar/port/fct/fct.c
432
attr = (fct_port_attrs_t *)kmem_zalloc(sizeof (fct_port_attrs_t),
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
1218
ict = kmem_zalloc(sizeof (*ict), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
2851
itask = kmem_zalloc(sizeof (iscsit_task_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
1389
itarget = kmem_zalloc(sizeof (isns_target_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
2640
*pdu = (isns_pdu_t *)kmem_zalloc(pdu_size, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
2682
attr_tlv = (isns_tlv_t *)kmem_zalloc(attr_tlv_len, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
3628
iportal = kmem_zalloc(sizeof (isns_portal_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
602
svr = kmem_zalloc(sizeof (iscsit_isns_svr_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
675
ti = kmem_zalloc(sizeof (isns_target_info_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
693
tig = kmem_zalloc(sizeof (isns_tpgt_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
708
tip = kmem_zalloc(sizeof (isns_tpgt_addr_t),
usr/src/uts/common/io/comstar/port/iscsit/iscsit_isns.c
765
itarget = kmem_zalloc(sizeof (isns_target_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
1807
ss->ss_rport_id = kmem_zalloc(sizeof (scsi_devid_desc_t) +
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
232
lsm->icl_login_resp_tmpl = kmem_zalloc(sizeof (iscsi_login_rsp_hdr_t),
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
2782
ret = kmem_zalloc(*buflen, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
337
ctx = kmem_zalloc(sizeof (*ctx), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_radiuspacket.c
182
tmp_data = kmem_zalloc(MAX_RAD_PACKET_LEN, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_radiuspacket.c
70
data = kmem_zalloc(MAX_RAD_PACKET_LEN, KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
130
result = kmem_zalloc(sizeof (*result), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
153
result->ist_rxpdu_queue = kmem_zalloc(sizeof (iscsit_cbuf_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
486
ctx = kmem_zalloc(sizeof (*ctx), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
1361
result = kmem_zalloc(sizeof (*result), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
1374
result = kmem_zalloc(sizeof (*result), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
1610
tpg = kmem_zalloc(sizeof (*tpg), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
1705
tpg = kmem_zalloc(sizeof (*tpg), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
1844
portal = kmem_zalloc(sizeof (*portal), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
186
ctx = kmem_zalloc(sizeof (*ctx), KM_SLEEP);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
2063
ini = kmem_zalloc(sizeof (iscsit_ini_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1464
stmf_ic_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1560
stmf_ic_reg_port_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1608
stmf_ic_dereg_port_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1648
stmf_ic_reg_dereg_lun_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1691
stmf_ic_scsi_cmd_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1782
stmf_ic_scsi_data_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1823
kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1848
stmf_ic_scsi_status_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1893
stmf_ic_r2t_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1919
stmf_ic_session_create_destroy_msg_t *m = kmem_zalloc(sizeof (*m),
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
1967
stmf_ic_echo_request_reply_msg_t *m = kmem_zalloc(sizeof (*m),
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
2002
stmf_ic_status_msg_t *m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
2059
sdid = kmem_zalloc(sdid_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
2194
icm = (stmf_ic_msg_t *)kmem_zalloc(sizeof (*icm), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
2239
dup = (scsi_devid_desc_t *)kmem_zalloc(dup_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
2281
copy = kmem_zalloc(strlen(str) + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
525
icrp = (stmf_ic_reg_port_msg_t *)kmem_zalloc(sizeof (*icrp), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
550
icdp = (stmf_ic_dereg_port_msg_t *)kmem_zalloc(sizeof (*icdp),
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
618
kmem_zalloc(sizeof (*icrl), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
648
icsc = (stmf_ic_scsi_cmd_msg_t *)kmem_zalloc(sizeof (*icsc), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
670
(uint8_t *)kmem_zalloc(task->task_cdb_length, KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
698
icsd = (stmf_ic_scsi_data_msg_t *)kmem_zalloc(sizeof (*icsd), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
721
icsx = (stmf_ic_scsi_data_xfer_done_msg_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
749
icss = (stmf_ic_scsi_status_msg_t *)kmem_zalloc(sizeof (*icss),
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
778
icrt = (stmf_ic_r2t_msg_t *)kmem_zalloc(sizeof (*icrt), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
799
ics = (stmf_ic_status_msg_t *)kmem_zalloc(sizeof (*ics), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
843
kmem_zalloc(sizeof (*icscd), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/alua_ic_if.c
886
icerr = kmem_zalloc(sizeof (*icerr), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1011
ps = kmem_zalloc(sizeof (*ps), KM_SLEEP);
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1027
ss->ss_rport_id = kmem_zalloc(sizeof (scsi_devid_desc_t) +
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
308
ctx = kmem_zalloc(sizeof (*ctx), KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1295
qlt->htable = kmem_zalloc((uint_t)qlt->intr_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1393
qlt->htable = kmem_zalloc((uint_t)qlt->intr_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1461
qlt->htable = kmem_zalloc((uint_t)qlt->intr_size, KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3673
mcp = (mbox_cmd_t *)kmem_zalloc(sizeof (mbox_cmd_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
404
qlt->nvram = (qlt_nvram_t *)kmem_zalloc(sizeof (qlt_nvram_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
405
qlt->vpd = (uint32_t *)kmem_zalloc(QL_24XX_VPD_SIZE, KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
668
qlt->mq_req = kmem_zalloc(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
671
qlt->mq_resp = kmem_zalloc(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
675
qlt->mq_req = kmem_zalloc(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
677
qlt->mq_resp = kmem_zalloc(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7544
qlt->fw_bin_dump_buf = kmem_zalloc(tsize, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7583
qlt->fw_bin_dump_buf = kmem_zalloc(qlt->fw_bin_dump_size,
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7602
qlt->qlt_fwdump_buf = kmem_zalloc(qlt->fw_ascii_dump_size,
usr/src/uts/common/io/comstar/port/qlt/qlt.c
7747
qlt->qlt_fwdump_buf = kmem_zalloc(size_left, KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9316
(qlt_trace_desc_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9321
entry = kmem_zalloc(maxsize, KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
121
qlt->dmem_buckets = (qlt_dmem_bucket_t **)kmem_zalloc(bsize +
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
135
bctl = (qlt_dmem_bctl_t *)kmem_zalloc(p->dmem_nbufs *
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
229
pool = kmem_zalloc(sizeof (*pool), KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
490
qlt_handle = kmem_zalloc(sizeof (qlt_dma_handle_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
169
ch->ch_swqe = kmem_zalloc(sizeof (srpt_swqe_t) * ch->ch_num_swqe,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
82
ch = kmem_zalloc(sizeof (*ch), KM_SLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1383
result = kmem_zalloc(sizeof (srpt_vmem_pool_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1582
result = kmem_zalloc(sizeof (srpt_mr_t), KM_NOSLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
451
ioc = kmem_zalloc(sizeof (srpt_ioc_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
512
ioc->ioc_iu_pool = kmem_zalloc(sizeof (srpt_iu_t) *
usr/src/uts/common/io/comstar/port/srpt/srpt_mod.c
173
srpt_ctxt = kmem_zalloc(sizeof (srpt_ctxt_t), KM_SLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
1219
sdd = kmem_zalloc(sizeof (*sdd) + SRPT_EUI_ID_LEN + 1, KM_SLEEP);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
350
kmem_zalloc(sizeof (srpt_hw_port_t) * tgt->tp_nports, KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
1005
(stmf_ver_hg_t *)kmem_zalloc(sizeof (stmf_ver_hg_t),
usr/src/uts/common/io/comstar/stmf/lun_map.c
1010
verhg_ex = (stmf_ver_hg_t *)kmem_zalloc(sizeof (stmf_ver_hg_t),
usr/src/uts/common/io/comstar/stmf/lun_map.c
1060
pplu = (void **)kmem_zalloc(m * sizeof (void *), KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
1102
pplu = (void **)kmem_zalloc(m * sizeof (void *), KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
261
xd = (stmf_xfer_data_t *)kmem_zalloc(alloc_size, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
380
kmem_zalloc(sizeof (stmf_lun_map_ent_t), KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
563
id = (stmf_id_data_t *)kmem_zalloc(total_size, KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
682
dst = (stmf_lun_map_t *)kmem_zalloc(sizeof (*dst), KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
688
dst->lm_plus = kmem_zalloc(dst->lm_nentries *
usr/src/uts/common/io/comstar/stmf/lun_map.c
746
p = (void **)kmem_zalloc(nentries * sizeof (void *), KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
979
ve = (stmf_view_entry_t *)kmem_zalloc(sizeof (*ve), KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
999
vertg_ex = (stmf_ver_tg_t *)kmem_zalloc(sizeof (stmf_ver_tg_t),
usr/src/uts/common/io/comstar/stmf/stmf.c
1840
xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
2210
sh = (__stmf_t *)kmem_zalloc(stmf_size, kmem_flag);
usr/src/uts/common/io/comstar/stmf/stmf.c
2471
ppd = kmem_zalloc(s, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
2904
ks_lu = (stmf_kstat_lu_info_t *)kmem_zalloc(STMF_KSTAT_LU_SZ,
usr/src/uts/common/io/comstar/stmf/stmf.c
295
stmf_trace_buf = kmem_zalloc(stmf_trace_buf_size, KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
2964
ks_tgt = (stmf_kstat_tgt_info_t *)kmem_zalloc(STMF_KSTAT_TGT_SZ,
usr/src/uts/common/io/comstar/stmf/stmf.c
3523
irport = kmem_zalloc(alloc_len, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
3566
ks_info = kmem_zalloc(sizeof (*ks_info), KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
3800
iss->iss_sm = (stmf_lun_map_t *)kmem_zalloc(sizeof (stmf_lun_map_t),
usr/src/uts/common/io/comstar/stmf/stmf.c
4111
itl = (stmf_itl_data_t *)kmem_zalloc(sizeof (*itl), KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
4174
itl_list = (stmf_itl_data_t **)kmem_zalloc(
usr/src/uts/common/io/comstar/stmf/stmf.c
477
*iocd = kmem_zalloc(sizeof (stmf_iocdata_t), KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
487
*ibuf = kmem_zalloc((*iocd)->stmf_ibuf_size, KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
492
*obuf = kmem_zalloc((*iocd)->stmf_obuf_size, KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
5972
xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
6045
devid = (scsi_devid_desc_t *)kmem_zalloc(id_sz,
usr/src/uts/common/io/comstar/stmf/stmf.c
6538
stmf_workers = (stmf_worker_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/stmf/stmf.c
7869
req = kmem_zalloc(s, KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
8288
rpt = (stmf_remote_port_t *)kmem_zalloc(
usr/src/uts/common/io/consconfig_dacf.c
1681
prop = kmem_zalloc(sizeof (cons_prop_t), KM_SLEEP);
usr/src/uts/common/io/consconfig_dacf.c
2176
kc = defcons_kern_buf = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP);
usr/src/uts/common/io/consconfig_dacf.c
653
sp = kmem_zalloc(sizeof (cons_state_t), KM_SLEEP);
usr/src/uts/common/io/conskbd.c
1287
kmem_zalloc(sizeof (conskbd_pending_msg_t), KM_SLEEP);
usr/src/uts/common/io/conskbd.c
1419
lqs = kmem_zalloc(sizeof (*lqs), KM_SLEEP);
usr/src/uts/common/io/consms.c
1145
rsp = (consms_response_t *)kmem_zalloc(sizeof (*rsp), KM_SLEEP);
usr/src/uts/common/io/consms.c
1350
msg = (consms_msg_t *)kmem_zalloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/common/io/consms.c
669
lq = kmem_zalloc(sizeof (*lq), KM_SLEEP);
usr/src/uts/common/io/cpc.c
497
kcpc_cpumap = kmem_zalloc(BT_SIZEOFMAP(max_cpuid + 1),
usr/src/uts/common/io/cpc.c
650
set = kmem_zalloc(sizeof (kcpc_set_t), KM_SLEEP);
usr/src/uts/common/io/cpc.c
651
set->ks_req = (kcpc_request_t *)kmem_zalloc(sizeof (kcpc_request_t) *
usr/src/uts/common/io/cpqary3/cpqary3.h
162
#define MEM_ZALLOC(x) kmem_zalloc(x, KM_NOSLEEP)
usr/src/uts/common/io/cpudrv.c
698
cur_spd = kmem_zalloc(sizeof (cpudrv_pm_spd_t), KM_SLEEP);
usr/src/uts/common/io/cpudrv.c
810
pmc = kmem_zalloc((cpupm->num_spd + 1) * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/cpudrv.c
823
pmc[i] = kmem_zalloc((size * sizeof (char)), KM_SLEEP);
usr/src/uts/common/io/cpudrv.c
841
pmc[0] = kmem_zalloc(sizeof (name), KM_SLEEP);
usr/src/uts/common/io/cryptmod.c
1847
tmi->dec_data.d_encr_key.ck_data = kmem_zalloc(
usr/src/uts/common/io/cryptmod.c
2123
key->ck_data = kmem_zalloc(
usr/src/uts/common/io/cryptmod.c
2738
cd->ckey = (crypto_key_t *)kmem_zalloc(
usr/src/uts/common/io/cryptmod.c
2767
cd->block = (char *)kmem_zalloc((size_t)cd->blocklen,
usr/src/uts/common/io/cryptmod.c
2772
cd->saveblock = (char *)kmem_zalloc(cd->blocklen,
usr/src/uts/common/io/cryptmod.c
2784
cd->ivec = (char *)kmem_zalloc((size_t)ci->iveclen,
usr/src/uts/common/io/cryptmod.c
285
tmi = (struct tmodinfo *)kmem_zalloc(sizeof (struct tmodinfo),
usr/src/uts/common/io/cryptmod.c
820
inblock = kmem_zalloc(blocklen, KM_SLEEP);
usr/src/uts/common/io/cryptmod.c
821
rawkey = kmem_zalloc(keybytes, KM_SLEEP);
usr/src/uts/common/io/cryptmod.c
822
zeroblock = kmem_zalloc(blocklen, KM_SLEEP);
usr/src/uts/common/io/cryptmod.c
927
enckey->ck_data = kmem_zalloc(cdata->keylen, KM_SLEEP);
usr/src/uts/common/io/cryptmod.c
962
hmackey->ck_data = kmem_zalloc(cdata->keylen, KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/cudbg.c
26
handle = kmem_zalloc(sizeof(*handle), KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1732
buf = kmem_zalloc(buf_size, KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1784
buf = kmem_zalloc(dparams->size, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1824
ptr = (u8 *)kmem_zalloc(fw.len, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1858
buf = (u8 *)kmem_zalloc(dump.len, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
159
const char **out = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1011
fw_data = kmem_zalloc(fw_size, KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1037
card_fw = kmem_zalloc(sizeof (*card_fw), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1249
cfbase = cfdata = kmem_zalloc(cflen, KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2399
rss = kmem_zalloc(pi->nrxq * sizeof (*rss), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
382
pi = kmem_zalloc(sizeof (*pi), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
449
s->rxq = kmem_zalloc(s->nrxq * sizeof (struct sge_rxq), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
450
s->txq = kmem_zalloc(s->ntxq * sizeof (struct sge_txq), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
452
kmem_zalloc(s->iqmap_sz * sizeof (struct sge_iq *), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
454
kmem_zalloc(s->eqmap_sz * sizeof (struct sge_eq *), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
457
kmem_zalloc(sc->intr_count * sizeof (ddi_intr_handle_t), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1201
fl->sdesc = kmem_zalloc(sizeof (struct fl_sdesc) * fl->cap,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1581
txq->sdesc = kmem_zalloc(sizeof (struct tx_sdesc) * eq->cap, KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1598
txq->tx_dhdl = kmem_zalloc(sizeof (ddi_dma_handle_t) *
usr/src/uts/common/io/dcopy.c
216
dcopy_statep = kmem_zalloc(sizeof (*dcopy_statep), KM_SLEEP);
usr/src/uts/common/io/dcopy.c
609
device = kmem_zalloc(sizeof (*device), KM_SLEEP);
usr/src/uts/common/io/dcopy.c
631
channel = kmem_zalloc(sizeof (*channel), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
1737
struct di_stack *dsp = kmem_zalloc(sizeof (struct di_stack), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
2086
i_lnode = kmem_zalloc(sizeof (i_lnode_t), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
2118
i_link = kmem_zalloc(sizeof (i_link_t), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
2585
struct di_key *key = kmem_zalloc(sizeof (*key), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
2653
struct di_key *key = kmem_zalloc(sizeof (*key), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
3582
hp = kmem_zalloc(sizeof (i_hp_t), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
3937
all = kmem_zalloc(sizeof (*all) + 1, KM_SLEEP);
usr/src/uts/common/io/devinfo.c
462
di_states = kmem_zalloc(
usr/src/uts/common/io/devinfo.c
533
di_states[m] = kmem_zalloc(sizeof (struct di_state), KM_SLEEP);
usr/src/uts/common/io/devinfo.c
870
struct di_mem *mem = kmem_zalloc(sizeof (struct di_mem), KM_SLEEP);
usr/src/uts/common/io/devpoll.c
1356
ps->ps_dpbuf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/devpoll.c
163
devpolltbl = kmem_zalloc(sizeof (caddr_t) * dptblsize, KM_SLEEP);
usr/src/uts/common/io/devpoll.c
1737
pl = kmem_zalloc(sizeof (pcachelink_t), KM_SLEEP);
usr/src/uts/common/io/devpoll.c
670
newtbl = kmem_zalloc(sizeof (caddr_t) * dptblsize, KM_SLEEP);
usr/src/uts/common/io/devpoll.c
678
dpep = kmem_zalloc(sizeof (dp_entry_t), KM_SLEEP);
usr/src/uts/common/io/dld/dld_drv.c
1748
if ((buf = kmem_zalloc(sz, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/dld/dld_drv.c
973
dap = kmem_zalloc(sizeof (dld_ap_t), KM_NOSLEEP);
usr/src/uts/common/io/dld/dld_flow.c
111
finfo = kmem_zalloc(sizeof (*finfo), KM_SLEEP);
usr/src/uts/common/io/dld/dld_flow.c
77
fi = kmem_zalloc(sizeof (*fi), KM_SLEEP);
usr/src/uts/common/io/dld/dld_str.c
502
modinfo = kmem_zalloc(sizeof (struct module_info), KM_SLEEP);
usr/src/uts/common/io/dld/dld_str.c
503
modinfo->mi_idname = kmem_zalloc(FMNAMESZ, KM_SLEEP);
usr/src/uts/common/io/dld/dld_str.c
510
rq = kmem_zalloc(sizeof (struct qinit), KM_SLEEP);
usr/src/uts/common/io/dld/dld_str.c
515
wq = kmem_zalloc(sizeof (struct qinit), KM_SLEEP);
usr/src/uts/common/io/dld/dld_str.c
520
stream = kmem_zalloc(sizeof (struct streamtab), KM_SLEEP);
usr/src/uts/common/io/dls/dls.c
392
p = kmem_zalloc(sizeof (dls_multicst_addr_t), KM_SLEEP);
usr/src/uts/common/io/dls/dls_link.c
256
dhp = kmem_zalloc(sizeof (dls_head_t), KM_SLEEP);
usr/src/uts/common/io/dls/dls_mgmt.c
254
dlss = kmem_zalloc(sizeof (*dlss), KM_SLEEP);
usr/src/uts/common/io/dmfe/dmfe_main.c
2364
dmfep->tx_mcast = kmem_zalloc(dmfep->tx.n_desc / NBBY, KM_SLEEP);
usr/src/uts/common/io/dmfe/dmfe_main.c
2365
dmfep->tx_bcast = kmem_zalloc(dmfep->tx.n_desc / NBBY, KM_SLEEP);
usr/src/uts/common/io/dmfe/dmfe_main.c
2593
dmfep = kmem_zalloc(sizeof (*dmfep), KM_SLEEP);
usr/src/uts/common/io/drcompat.c
199
dsp = kmem_zalloc(sizeof (*dsp), KM_SLEEP);
usr/src/uts/common/io/dump.c
97
char *pathbuf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1144
kmem_zalloc(TX_SW_PKT_AREA_SZ, KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1333
packet = kmem_zalloc(sizeof (rx_sw_packet_t), KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_main.c
1685
rx_data = kmem_zalloc(sizeof (e1000g_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/e1000g/e1000g_main.c
432
(struct e1000g *)kmem_zalloc(sizeof (*Adapter), KM_SLEEP);
usr/src/uts/common/io/e1000g/e1000g_main.c
568
kmem_zalloc(sizeof (struct dev_info), KM_SLEEP);
usr/src/uts/common/io/e1000g/e1000g_main.c
573
kmem_zalloc(sizeof (private_devi_list_t), KM_SLEEP);
usr/src/uts/common/io/eedev/eedev.c
531
e = kmem_zalloc(sizeof (eedev_dip_t), KM_SLEEP);
usr/src/uts/common/io/eedev/eedev.c
672
hdl = kmem_zalloc(sizeof (eedev_hdl_t), KM_SLEEP);
usr/src/uts/common/io/efe/efe.c
1155
rp = kmem_zalloc(sizeof (efe_ring_t), KM_SLEEP);
usr/src/uts/common/io/efe/efe.c
1178
rp->r_bufpp = kmem_zalloc(BUFPSZ(len), KM_SLEEP);
usr/src/uts/common/io/efe/efe.c
1232
bp = kmem_zalloc(sizeof (efe_buf_t), KM_SLEEP);
usr/src/uts/common/io/efe/efe.c
298
efep = kmem_zalloc(sizeof (efe_t), KM_SLEEP);
usr/src/uts/common/io/elxl/elxl.c
356
r->r_desc = kmem_zalloc(sizeof (ex_desc_t) * count, KM_SLEEP);
usr/src/uts/common/io/elxl/elxl.c
472
sc = kmem_zalloc(sizeof (*sc), KM_SLEEP);
usr/src/uts/common/io/emul64.c
1548
nw = kmem_zalloc(sizeof (*nw), KM_SLEEP);
usr/src/uts/common/io/emul64.c
569
tgt = kmem_zalloc(sizeof (emul64_tgt_t), KM_SLEEP);
usr/src/uts/common/io/emul64.c
963
p = kmem_zalloc(sizeof (struct emul64_reset_notify_entry),
usr/src/uts/common/io/emul64_bsd.c
1273
blk = (blklist_t *)kmem_zalloc(sizeof (blklist_t), KM_SLEEP);
usr/src/uts/common/io/emul64_bsd.c
1274
blk->bl_data = (uchar_t *)kmem_zalloc(DEV_BSIZE, KM_SLEEP);
usr/src/uts/common/io/emul64_bsd.c
205
emul64_zeros = (unsigned char *) kmem_zalloc(DEV_BSIZE, KM_SLEEP);
usr/src/uts/common/io/ena/ena.c
1231
aq->ea_cmd_ctxs = kmem_zalloc(sizeof (ena_cmd_ctx_t) * aq->ea_qlen,
usr/src/uts/common/io/ena/ena.c
1818
ena->ena_intr_handles = kmem_zalloc(ena->ena_intr_handles_sz, KM_SLEEP);
usr/src/uts/common/io/ena/ena.c
1882
ena->ena_rxqs = kmem_zalloc(
usr/src/uts/common/io/ena/ena.c
1959
ena->ena_txqs = kmem_zalloc(
usr/src/uts/common/io/ena/ena.c
2295
ena = kmem_zalloc(sizeof (ena_t), KM_SLEEP);
usr/src/uts/common/io/ena/ena_rx.c
117
rxq->er_rcbs = kmem_zalloc(sizeof (*rxq->er_rcbs) *
usr/src/uts/common/io/ena/ena_tx.c
199
txq->et_sq_llq_buf = kmem_zalloc(ena->ena_llq_entry_size_bytes,
usr/src/uts/common/io/ena/ena_tx.c
76
txq->et_tcbs = kmem_zalloc(sizeof (*txq->et_tcbs) *
usr/src/uts/common/io/ena/ena_tx.c
78
txq->et_tcbs_freelist = kmem_zalloc(sizeof (ena_tx_control_block_t *) *
usr/src/uts/common/io/fcoe/fcoe.c
1006
mac = kmem_zalloc(sizeof (fcoe_mac_t), KM_SLEEP);
usr/src/uts/common/io/fcoe/fcoe.c
1095
fcoe_workers = (fcoe_worker_t *)kmem_zalloc(sizeof (fcoe_worker_t) *
usr/src/uts/common/io/fcoe/fcoe.c
258
ftb = kmem_zalloc(fcoe_trace_buf_size,
usr/src/uts/common/io/fcoe/fcoe.c
570
*fcoeio = kmem_zalloc(sizeof (fcoeio_t), KM_SLEEP);
usr/src/uts/common/io/fcoe/fcoe.c
584
*ibuf = kmem_zalloc((*fcoeio)->fcoeio_ilen, KM_SLEEP);
usr/src/uts/common/io/fcoe/fcoe.c
593
*abuf = kmem_zalloc((*fcoeio)->fcoeio_alen, KM_SLEEP);
usr/src/uts/common/io/fcoe/fcoe.c
602
*obuf = kmem_zalloc((*fcoeio)->fcoeio_olen, KM_SLEEP);
usr/src/uts/common/io/fd.c
1546
label = kmem_zalloc(sizeof (struct dk_label), KM_SLEEP);
usr/src/uts/common/io/fd.c
2072
fdr.fdr_addr = kmem_zalloc(ucount, KM_SLEEP);
usr/src/uts/common/io/fd.c
791
label = kmem_zalloc(sizeof (struct dk_label), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10460
fcflist = (DFC_FCoEFCFList_t *)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10557
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10909
(MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10987
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
11042
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3297
(dfc_vportinfo_t *)kmem_zalloc(size, KM_NOSLEEP))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3452
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4134
(MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4739
extbuf = (uint8_t *)kmem_zalloc(extsize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4748
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
485
dfc2->buf1 = kmem_zalloc(dfc1->buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
501
dfc2->buf2 = kmem_zalloc(dfc1->buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
517
dfc2->buf3 = kmem_zalloc(dfc1->buf3_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
533
dfc2->buf4 = kmem_zalloc(dfc1->buf4_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6129
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
7736
event_buffer = (HBA_EVENTINFO *)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
8240
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
8512
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
8661
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2967
dhval = (uint8_t *)kmem_zalloc(LE_SWAP32(dhvallen),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6312
hash_val = (uint32_t *)kmem_zalloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6408
hash_val = (uint32_t *)kmem_zalloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6438
hash_val = (uint32_t *)kmem_zalloc(hash_size,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6739
lwwn_str = (char *)kmem_zalloc(32, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6748
rwwn_str = (char *)kmem_zalloc(32, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
7928
auth_cfg = (emlxs_auth_cfg_t *)kmem_zalloc(sizeof (emlxs_auth_cfg_t),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
8580
auth_key = (emlxs_auth_key_t *)kmem_zalloc(sizeof (emlxs_auth_key_t),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1653
if ((mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
197
local_buffer = (caddr_t)kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2050
if ((mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2155
local_buffer = (caddr_t)kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2197
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2485
if ((DataBuffer = (caddr_t)kmem_zalloc(DL_SLIM_SEG_BYTE_COUNT,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2493
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2706
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2756
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2802
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2848
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2894
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2940
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3172
if ((DataBuffer = (caddr_t)kmem_zalloc(DL_SLIM_SEG_BYTE_COUNT,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3180
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3704
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3745
if ((LoadList = (LOAD_LIST *)kmem_zalloc(sizeof (LOAD_LIST),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3792
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3916
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4028
if ((mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4085
if ((mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4206
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4935
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5172
if ((DataBuffer = (caddr_t)kmem_zalloc(DL_SLIM_SEG_BYTE_COUNT,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5180
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5475
if ((mbox = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
684
if ((mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
120
cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
123
rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1387
buf1 = (char *)kmem_zalloc(8192, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1388
buf2 = (char *)kmem_zalloc(8192, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1554
buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1555
buf2 = (char *)kmem_zalloc(buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1632
buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1633
buf2 = (char *)kmem_zalloc(buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1703
buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1704
buf2 = (char *)kmem_zalloc(buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1794
buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1795
buf2 = (char *)kmem_zalloc(buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
182
cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1921
buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1922
buf2 = (char *)kmem_zalloc(buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
1925
(uint32_t *)kmem_zalloc(DUMP_MAX_CONFIG_REGION_LENGTH, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2139
buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2140
buf2 = (char *)kmem_zalloc(buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2181
buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2182
buf2 = (char *)kmem_zalloc(buf2_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2397
(MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
241
cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2514
buf1 = (char *)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2517
*ppDumpTable = (uint32_t *)kmem_zalloc(*pDumpTableSize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2524
(MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2697
(MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2785
pBuf = (uint8_t *)kmem_zalloc(byteCount, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
2913
*pBuf = (uint8_t *)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
298
cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3291
pLcBuf = (menlo_rsp_t *)kmem_zalloc(LcBufSize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3334
pLdBuf = (menlo_rsp_t *)kmem_zalloc(LdBufSize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3413
pPlBuf = (menlo_rsp_t *)kmem_zalloc(PlBufSize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
354
cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3562
(MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3724
mbq = (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
526
(uint8_t *)kmem_zalloc(fp->size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
56
cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
59
rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
740
(MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
12794
cmpl = (emlxs_deferred_cmpl_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
14431
cmpl = (emlxs_deferred_cmpl_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
14518
cmpl = (emlxs_deferred_cmpl_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
14585
cmpl = (emlxs_deferred_cmpl_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
2025
fcftab->table = (FCFIobj_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
2037
hba->sli.sli4.VFI_table = (VFIobj_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
2072
hba->sli.sli4.RPIp = (RPIobj_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
6169
fcf_table = (FCFIobj_t **)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
5024
fct_memseg = kmem_zalloc(fct_memseg_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
5086
fct_memseg = kmem_zalloc(fct_memseg_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
5140
port->fct_memseg = kmem_zalloc((fct_memseg_cnt *
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
2823
if ((mbq = (MAILBOXQ *) kmem_zalloc((sizeof (MAILBOXQ)),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_msg.c
59
log->entry = (emlxs_msg_entry_t *)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
246
mbq = (MAILBOXQ *) kmem_zalloc((sizeof (MAILBOXQ)), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
400
mbq = (MAILBOXQ *) kmem_zalloc((sizeof (MAILBOXQ)), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
8003
hba->sli.sli4.XRIp = (XRIobj_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
2944
new_pool = (emlxs_unsol_buf_t *)kmem_zalloc(sizeof (emlxs_unsol_buf_t),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
2955
kmem_zalloc((sizeof (fc_unsol_buf_t) * (*count)), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
2968
(emlxs_ub_priv_t *)kmem_zalloc(sizeof (emlxs_ub_priv_t),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
2986
ubp->ub_buffer = (caddr_t)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
7076
(fc_fca_tran_t *)kmem_zalloc(sizeof (fc_fca_tran_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
8401
kmem_zalloc((size_t)buf_info->size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1348
ae = (fcoei_event_t *)kmem_zalloc(sizeof (fcoei_event_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
367
ub = (fc_unsol_buf_t *)kmem_zalloc(sizeof (fc_unsol_buf_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1826
xch = kmem_zalloc(sizeof (*xch), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1831
fpkt = kmem_zalloc(sizeof (fc_packet_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1833
fpkt->pkt_cmd = kmem_zalloc(fpkt->pkt_cmdlen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1835
fpkt->pkt_resp = kmem_zalloc(fpkt->pkt_rsplen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
522
ae = kmem_zalloc(sizeof (*ae), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
174
ring = kmem_zalloc(sizeof (oce_ring_buffer_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
78
dbuf = kmem_zalloc(sizeof (oce_dma_buf_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
99
dev->htable = kmem_zalloc(dev->hsize, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_main.c
208
dev = kmem_zalloc(sizeof (struct oce_dev), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
205
cq = kmem_zalloc(sizeof (struct oce_cq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
346
mq = kmem_zalloc(sizeof (struct oce_mq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
473
wq = kmem_zalloc(sizeof (struct oce_wq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
707
rq = kmem_zalloc(sizeof (struct oce_rq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
725
kmem_zalloc((sizeof (oce_rq_bdesc_t) * rq->cfg.nbufs), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
733
kmem_zalloc((rq->cfg.q_len * sizeof (oce_rq_bdesc_t *)),
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
743
kmem_zalloc(rq->cfg.nbufs * sizeof (oce_rq_bdesc_t *), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
82
eq = kmem_zalloc(sizeof (struct oce_eq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
141
wq->wq_mdesc_array = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
203
wq->wq_bdesc_array = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
11299
bfp = (uint8_t *)kmem_zalloc(ssize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
12384
kmem_zalloc(ha->ql_dump_size, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1392
ha->outstanding_cmds = kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1438
kmem_zalloc(sizeof (ql_n_port_info_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1579
tran = kmem_zalloc(sizeof (fc_fca_tran_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16733
mem->bp = kmem_zalloc(mem->size, sleep);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16894
if (mem->cookies = kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17485
ha->htable = kmem_zalloc(ha->hsize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17618
ha->htable = kmem_zalloc(ha->hsize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17742
ha->htable = kmem_zalloc(ha->hsize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18255
(ql_trace_desc_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18260
entry = kmem_zalloc(maxsize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18713
(nvram_cache_desc_t *)kmem_zalloc(sizeof (nvram_cache_desc_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18727
(void *)kmem_zalloc(ha->nvram_cache->size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18791
(plogi_params_desc_t *)kmem_zalloc(sizeof (plogi_params_desc_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18898
ha->req_q[0] = kmem_zalloc(sizeof (ql_request_q_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18945
ha->req_q[1] = kmem_zalloc(sizeof (ql_request_q_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18992
ha->rsp_queues = kmem_zalloc(ha->rsp_queues_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19045
kmem_zalloc(sizeof (ql_response_q_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19277
nreg = kmem_zalloc(nreg_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2020
buf = (char *)(kmem_zalloc(MAXPATHLEN, KM_SLEEP));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
21578
ha->ql_dump_ptr = kmem_zalloc(tsize, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
21611
ha->ql_dump_ptr = kmem_zalloc(ha->md_capture_size, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2334
buf = (char *)(kmem_zalloc(MAXPATHLEN, KM_SLEEP));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2335
path = (char *)(kmem_zalloc(MAXPATHLEN, KM_SLEEP));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2756
ha->pi_attrs = kmem_zalloc(sizeof (fca_port_attrs_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3562
ubp = (fc_unsol_buf_t *)kmem_zalloc(sizeof (fc_unsol_buf_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3568
sp = kmem_zalloc(sizeof (ql_srb_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3604
bufp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5983
list = (ql_dev_id_list_t *)kmem_zalloc(list_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
6542
rnid_acc = kmem_zalloc(req_len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
6603
rls_acc = kmem_zalloc(sizeof (*rls_acc), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
7196
tq = (ql_tgt_t *)kmem_zalloc(sizeof (ql_tgt_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
7346
lq = (ql_lun_t *)kmem_zalloc(sizeof (ql_lun_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
889
buf = (char *)(kmem_zalloc(MAXPATHLEN, KM_SLEEP));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
950
ha->dev = kmem_zalloc(sizeof (*ha->dev) *
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
953
ha->ub_array = kmem_zalloc(sizeof (*ha->ub_array) *
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
956
ha->adapter_stats = kmem_zalloc(sizeof (*ha->adapter_stats),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
960
ha->devpath = kmem_zalloc(strlen(buf) + 1, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9707
list = kmem_zalloc(list_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2841
pkt = kmem_zalloc(sizeof (ql_mbx_iocb_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
3207
list = (ql_dev_id_list_t *)kmem_zalloc(list_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
3468
list = kmem_zalloc(list_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4364
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4425
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4549
vha->dev = kmem_zalloc(sizeof (*vha->dev) * DEVICE_HEAD_LIST_SIZE,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4551
vha->ub_array = kmem_zalloc(sizeof (*vha->ub_array) * QL_UB_LIMIT,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1163
if ((vpd = kmem_zalloc(vpd_size, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1239
kmem_zalloc(vpd_size, KM_SLEEP)) == NULL)) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1298
if ((vpd = kmem_zalloc(vpd_size, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1462
if ((vpdbuf = (uint8_t *)kmem_zalloc(QL_24XX_VPD_SIZE,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1564
if ((bp = kmem_zalloc(bsize, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2038
prop_name = kmem_zalloc(dop->length, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2095
dmp = kmem_zalloc(ha->risc_dump_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2291
if ((dp = kmem_zalloc(dop->length, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2440
if ((lbuf = (uint8_t *)kmem_zalloc(dop->length, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
511
nv = kmem_zalloc(sizeof (*nv), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
618
nv = kmem_zalloc(sizeof (*nv), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
696
nv = kmem_zalloc(sizeof (*nv), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
949
if ((nv = kmem_zalloc(ha->nvram_cache->size, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1350
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1747
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1924
pd23 = (port_database_23_t *)kmem_zalloc(PORT_DATABASE_SIZE, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2812
if ((pkt = kmem_zalloc(pkt_size, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
1399
buf = kmem_zalloc(n * sizeof (struct crb_addr_pair), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10217
bp = kmem_zalloc(cmd->RequestLen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10283
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10299
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10693
ls = kmem_zalloc(cmd->ResponseLen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1601
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1617
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
193
xp = kmem_zalloc(sizeof (ql_xioctl_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
201
xp->aen_tracking_queue = kmem_zalloc(EXT_DEF_MAX_AEN_QUEUE *
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2115
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2227
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2285
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3456
bp = kmem_zalloc(bpsize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3783
tmp_buf = kmem_zalloc(SEND_RNID_RSP_SIZE, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4150
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4394
pkt = kmem_zalloc(pkt_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4836
if ((fdesc = kmem_zalloc(sizeof (flash_desc_t), KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5227
if ((bfp = (uint8_t *)kmem_zalloc(bsize, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5356
if ((bfp = (uint8_t *)kmem_zalloc(bsize, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5611
tmp_buf = kmem_zalloc(sizeof (EXT_RNID_DATA), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5674
tmp_buf = kmem_zalloc(sizeof (EXT_RNID_DATA), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5811
ls = kmem_zalloc(sizeof (ql_link_stats_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5933
ls = kmem_zalloc(sizeof (ql_link_stats_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
616
cmd = (EXT_IOCTL *)kmem_zalloc(sizeof (EXT_IOCTL), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6976
if ((fnode = (ql_fcache_t *)(kmem_zalloc(sizeof (ql_fcache_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6980
} else if ((fnode->buf = (uint8_t *)(kmem_zalloc(FBUFSIZE,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7180
if ((buf = (uint8_t *)(kmem_zalloc(FBUFSIZE, KM_SLEEP))) ==
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7310
if ((bp = kmem_zalloc(len, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7371
if ((bp = kmem_zalloc(FLASH_LAYOUT_TABLE_SIZE, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8154
payload = kmem_zalloc(FWEXTSIZE, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8247
fce_trace = kmem_zalloc(FWFCESIZE, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8407
ptr32 = kmem_zalloc(pci_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8558
pkt = kmem_zalloc(sizeof (ql_mbx_iocb_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8666
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8673
pkt = kmem_zalloc(sizeof (ql_mbx_iocb_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8811
pkt = kmem_zalloc(sizeof (ql_mbx_iocb_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8830
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
9027
kmem_zalloc(sizeof (EXT_VPORT_ID_CNT), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
9344
tmp_buf = kmem_zalloc(EXT_DEF_DCBX_PARAM_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
9472
padapter_ver = (EXT_ADAPTERREGIONVERSION *)kmem_zalloc(ver_len,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
9592
tmp_buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
9675
tmp_buf = kmem_zalloc(fcf_list.BufSize, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
9915
dump = kmem_zalloc(ha->risc_dump_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1458
rx_ring->sbuf_free = kmem_zalloc(rx_ring->sbq_len *
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1467
rx_ring->sbuf_in_use = kmem_zalloc(rx_ring->sbq_len *
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1604
rx_ring->lbuf_free = kmem_zalloc(rx_ring->lbq_len *
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1613
rx_ring->lbuf_in_use = kmem_zalloc(rx_ring->lbq_len *
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3399
kmem_zalloc(tx_ring->wq_len * sizeof (struct tx_ring_desc),
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3579
kmem_zalloc(rx_ring->sbq_len * sizeof (struct bq_desc),
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3613
kmem_zalloc(rx_ring->lbq_len * sizeof (struct bq_desc),
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7408
qlge = (qlge_t *)kmem_zalloc(sizeof (*qlge), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1201
kmem_zalloc(qlge->ioctl_buf_lenth,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1250
kmem_zalloc(qlge->ioctl_buf_lenth,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1276
kmem_zalloc(qlge->ioctl_buf_lenth,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1304
kmem_zalloc(qlge->ioctl_buf_lenth,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1341
kmem_zalloc(qlge->ioctl_buf_lenth,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1362
qlge->ioctl_buf_ptr = kmem_zalloc(qlge->ioctl_buf_lenth,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1678
kmem_zalloc(qlge->ioctl_buf_lenth, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
243
temp = kmem_zalloc(sector_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
558
(kmem_zalloc(qlge->flt.header.length, KM_SLEEP))) == NULL) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1082
tmp_array = kmem_zalloc(sizeof (*tmp_array) * listlen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2333
devname = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2420
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2914
new = kmem_zalloc(sizeof (*new), sleep);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3231
if ((rnodep = kmem_zalloc(sizeof (*rnodep), sleep)) == NULL) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3294
if ((new = kmem_zalloc(sizeof (*new), sleep)) == NULL) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3463
if ((pd = kmem_zalloc(sizeof (*pd), sleep)) == NULL) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4173
listptr = *map = kmem_zalloc(
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4177
listptr = *map = kmem_zalloc(
usr/src/uts/common/io/fibre-channel/impl/fctl.c
513
fctl_nwwn_hash_table = kmem_zalloc(sizeof (*fctl_nwwn_hash_table) *
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5252
ns_cmd = kmem_zalloc(sizeof (*ns_cmd), sleep);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5258
ns_cmd->ns_cmd_buf = kmem_zalloc(cmd_len, sleep);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5269
ns_cmd->ns_data_buf = kmem_zalloc(data_len, sleep);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5510
portList = kmem_zalloc(sizeof (fc_local_port_t *) * maxPorts, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5638
orphan = kmem_zalloc(sizeof (*orphan), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5678
orphan = kmem_zalloc(sizeof (*orphan), sleep);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6100
logq = kmem_zalloc(sizeof (*logq), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6339
newentry = kmem_zalloc(sizeof (fc_fca_port_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
646
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
702
mod = kmem_zalloc(sizeof (*mod), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
964
tmp_map = (fc_portmap_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/impl/fp.c
10061
devlist = kmem_zalloc(sizeof (fc_port_dev_t) * num_devices, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
1020
port->fp_did_table = kmem_zalloc(did_table_size *
usr/src/uts/common/io/fibre-channel/impl/fp.c
1023
port->fp_pwwn_table = kmem_zalloc(pwwn_table_size *
usr/src/uts/common/io/fibre-channel/impl/fp.c
10507
devlist = kmem_zalloc(sizeof (*devlist) * num_devices, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11045
ub_spec = kmem_zalloc(sizeof (*ub_spec), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
1108
port->fp_ub_tokens = kmem_zalloc(ub_count *
usr/src/uts/common/io/fibre-channel/impl/fp.c
11103
ub_spec = kmem_zalloc(sizeof (*ub_spec), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11445
listptr = kmem_zalloc(sizeof (fc_portmap_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11566
listptr = kmem_zalloc(sizeof (fc_portmap_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12255
listptr = kmem_zalloc(sizeof (fc_portmap_t), sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12364
listptr = kmem_zalloc(sizeof (fc_portmap_t) * count, sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12393
if ((nvname = kmem_zalloc(RSCN_EVENT_NAME_LEN, KM_NOSLEEP)) != NULL &&
usr/src/uts/common/io/fibre-channel/impl/fp.c
13499
ulp_name = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
13577
att = kmem_zalloc(sizeof (*att), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
13608
clist = kmem_zalloc(sizeof (*clist), sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
13823
port_info = kmem_zalloc(sizeof (*port_info), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
14138
list = kmem_zalloc(sizeof (fc_portmap_t) * count, sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
14990
buf = kmem_zalloc(256, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
15163
changelist = kmem_zalloc(sizeof (*changelist), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
15222
changelist = kmem_zalloc(sizeof (*changelist), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
15292
changelist = kmem_zalloc(sizeof (*changelist), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
4610
clist = kmem_zalloc(sizeof (*clist), sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
4713
clist = kmem_zalloc(sizeof (*clist), sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6304
listptr = changelist = kmem_zalloc(len *
usr/src/uts/common/io/fibre-channel/impl/fp.c
6368
listptr = changelist = kmem_zalloc(
usr/src/uts/common/io/fibre-channel/impl/fp.c
6738
kmem_zalloc(sizeof (*changelist), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7310
val = kmem_zalloc(sizeof (*val), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7337
val32 = kmem_zalloc(sizeof (*val32), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7403
tmpPath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7436
val = kmem_zalloc(sizeof (*val), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7484
val32 = kmem_zalloc(sizeof (*val32), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7540
attrs = kmem_zalloc(sizeof (*attrs), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7628
portname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7630
fcaname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7687
list = kmem_zalloc(fcio->fcio_olen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7726
val = kmem_zalloc(sizeof (*val), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7778
val = kmem_zalloc(sizeof (*val), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
7911
val32 = kmem_zalloc(sizeof (*val32), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8001
val = kmem_zalloc(sizeof (*val), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8045
val32 = kmem_zalloc(sizeof (*val32), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8133
val = kmem_zalloc(sizeof (*val), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8176
val32 = kmem_zalloc(sizeof (*val32), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8540
params = kmem_zalloc(sizeof (*params), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8545
params = kmem_zalloc(sizeof (*params), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8569
params32 = kmem_zalloc(sizeof (*params32), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8621
kfcio = kmem_zalloc(sizeof (*kfcio), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8625
kfcio->fcio_ibuf = kmem_zalloc(kfcio->fcio_ilen,
usr/src/uts/common/io/fibre-channel/impl/fp.c
8787
changelist = kmem_zalloc(sizeof (*changelist), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8808
fcode_rev = kmem_zalloc(fcio->fcio_olen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
884
sym_name = kmem_zalloc(hostnlen + fcanlen + 2, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8858
fw_rev = kmem_zalloc(fcio->fcio_olen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8936
firmware = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
896
char *pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8975
fcode = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9053
dump = kmem_zalloc(dump_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9207
pm.pm_cmd_buf = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9216
pm.pm_data_buf = kmem_zalloc(fcio->fcio_alen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9225
pm.pm_stat_buf = kmem_zalloc(fcio->fcio_olen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9387
rls_acc = kmem_zalloc(sizeof (*rls_acc), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9486
rls_acc = kmem_zalloc(sizeof (*rls_acc), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9567
ns_req = kmem_zalloc(sizeof (*ns_req), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9568
ns_req32 = kmem_zalloc(sizeof (*ns_req32), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9594
ns_req = kmem_zalloc(sizeof (*ns_req), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9707
rnid = kmem_zalloc(sizeof (fc_rnid_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9762
rnid = kmem_zalloc(sizeof (fc_rnid_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
9889
rnid_acc = kmem_zalloc(sizeof (la_els_rnid_acc_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1333
kmem_zalloc(sizeof (struct fcip_routing_table), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2879
kmem_zalloc(sizeof (struct fcip_esballoc_arg), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2890
free_ubuf = (frtn_t *)kmem_zalloc(sizeof (frtn_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
421
((struct *)kmem_zalloc((size_t)(sizeof (struct) * (number)), \
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4386
kmem_zalloc((FCIP_MAX_PORTS * sizeof (fc_portmap_t)),
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4437
kmem_zalloc((FCIP_MAX_PORTS *
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4561
fptr->fcip_ub_tokens = kmem_zalloc(tok_buf_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5973
kmem_zalloc(sizeof (struct fcip_dest), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6472
fcip_pkt = kmem_zalloc((sizeof (fcip_pkt_t) +
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
792
fport = kmem_zalloc(sizeof (fcip_port_info_t),
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
829
fport = kmem_zalloc(sizeof (fcip_port_info_t),
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10076
if ((tmp_list = (fc_portmap_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12246
if ((tmp_list = (fc_portmap_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14433
if ((elem = kmem_zalloc(sizeof (struct fcp_hp_elem), KM_NOSLEEP))
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14780
devlist = kmem_zalloc(sizeof (*devlist), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14926
devlist = kmem_zalloc(sizeof (*devlist), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
1500
if ((dev_data = kmem_zalloc((sizeof (struct device_data)) *
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15232
buf = kmem_zalloc(256, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15520
devptr = devlist = kmem_zalloc(sizeof (*devlist) * *dev_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15834
plun->lun_guid = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
16051
new_entry = (struct fcp_black_list_entry *)kmem_zalloc
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
1821
if ((mappings = kmem_zalloc(mappingSize, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2880
report_lun = kmem_zalloc(fpkt->pkt_datalen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5742
icmd = kmem_zalloc(sizeof (struct fcp_ipkt) +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5813
fpkt->pkt_ulp_rscn_infop = kmem_zalloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5981
fpkt->pkt_cmd = kmem_zalloc(fpkt->pkt_cmdlen, flags);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5986
fpkt->pkt_resp = kmem_zalloc(fpkt->pkt_rsplen, flags);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7311
plun->lun_old_guid = kmem_zalloc(len,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7593
((report_lun = kmem_zalloc(len, KM_NOSLEEP)) == NULL)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8321
(elem = kmem_zalloc(sizeof (*elem), KM_NOSLEEP)) != NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8393
if ((elem = kmem_zalloc(sizeof (*elem), KM_NOSLEEP)) != NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9341
plun = kmem_zalloc(sizeof (struct fcp_lun), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9413
ptgt = kmem_zalloc(sizeof (*ptgt), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9821
pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9938
kmem_zalloc(sizeof (fcp_ndi_event_defs), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1528
abuf = kmem_zalloc(fcio->fcio_alen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1581
req_iu = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1582
rsp_iu = kmem_zalloc(fcio->fcio_olen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1638
list = kmem_zalloc(fcio->fcio_olen, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1830
buf = kmem_zalloc(256, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2156
pkt->pkt_cmd = kmem_zalloc(cmd_len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2229
pkt->pkt_resp = kmem_zalloc(resp_len, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3098
kmem_zalloc(sizeof (la_els_logi_t), KM_SLEEP);
usr/src/uts/common/io/fssnap.c
1833
cowp = kmem_zalloc(sizeof (struct cow_info), KM_SLEEP);
usr/src/uts/common/io/fssnap.c
1868
cmap->cmap_hastrans = kmem_zalloc(cmap->cmap_bmsize, KM_SLEEP);
usr/src/uts/common/io/fssnap.c
1869
cmap->cmap_candidate = kmem_zalloc(cmap->cmap_bmsize, KM_SLEEP);
usr/src/uts/common/io/gld.c
1440
gld = kmem_zalloc(sizeof (gld_t), KM_SLEEP);
usr/src/uts/common/io/gld.c
205
(kmem_zalloc((uint_t)(sizeof (structure) * (number)), KM_NOSLEEP))
usr/src/uts/common/io/gld.c
453
macinfo = kmem_zalloc(sizeof (gld_mac_info_t) + GLD_MAC_RESERVED,
usr/src/uts/common/io/gld.c
5441
if ((p = kmem_zalloc(sizeof (gld_vlan_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/gld.c
5453
p->gldv_stats = kmem_zalloc(sizeof (struct gld_stats),
usr/src/uts/common/io/gld.c
603
glddev->gld_broadcast = kmem_zalloc(macinfo->gldm_addrlen,
usr/src/uts/common/io/gld.c
627
macinfo->gldm_mac_pvt = kmem_zalloc(sizeof (gld_mac_pvt_t),
usr/src/uts/common/io/gld.c
658
mac_pvt->curr_macaddr = kmem_zalloc(macinfo->gldm_addrlen, KM_SLEEP);
usr/src/uts/common/io/gld.c
667
mac_pvt->statistics = kmem_zalloc(sizeof (struct gld_stats), KM_SLEEP);
usr/src/uts/common/io/gldutil.c
1240
GLD_SR_VAR(macinfo) = kmem_zalloc(sizeof (struct srtab *)*SR_HASH_SIZE,
usr/src/uts/common/io/gldutil.c
2325
if (!(sr = kmem_zalloc(sizeof (struct srtab), KM_NOSLEEP))) {
usr/src/uts/common/io/gpio/kgpio.c
1648
dpio_t *dpio = kmem_zalloc(sizeof (dpio_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/gpio/kgpio.c
850
kgpio = kmem_zalloc(sizeof (kgpio_t), KM_SLEEP);
usr/src/uts/common/io/hme/hme.c
1203
hmep = kmem_zalloc(sizeof (*hmep), KM_SLEEP);
usr/src/uts/common/io/hme/hme.c
2855
hmep->hme_tbuf = kmem_zalloc(HME_TMDMAX * sizeof (hmebuf_t), KM_SLEEP);
usr/src/uts/common/io/hme/hme.c
2856
hmep->hme_rbuf = kmem_zalloc(HME_RMDMAX * sizeof (hmebuf_t), KM_SLEEP);
usr/src/uts/common/io/hook.c
1122
new = (hook_family_int_t *)kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/hook.c
1653
new = (hook_event_int_t *)kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/hook.c
2299
new = (hook_int_t *)kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/hook.c
2361
hi->hi_ksname = (char *)kmem_zalloc(kslen, KM_SLEEP);
usr/src/uts/common/io/hook.c
2464
h = kmem_zalloc(sizeof (hook_t), KM_SLEEP);
usr/src/uts/common/io/hook.c
498
hks = (hook_stack_t *)kmem_zalloc(sizeof (*hks), KM_SLEEP);
usr/src/uts/common/io/hotplug/hpcsvc/hpcsvc.c
123
(hpc_event_entry_t *)kmem_zalloc(sizeof (hpc_event_entry_t), KM_SLEEP)
usr/src/uts/common/io/hotplug/hpcsvc/hpcsvc.c
144
(hpc_bus_entry_t *)kmem_zalloc(sizeof (hpc_bus_entry_t), KM_SLEEP)
usr/src/uts/common/io/hotplug/hpcsvc/hpcsvc.c
203
(hpc_slot_entry_t *)kmem_zalloc(sizeof (hpc_slot_entry_t), KM_SLEEP)
usr/src/uts/common/io/hotplug/hpcsvc/hpcsvc.c
227
kmem_zalloc(sizeof (hpc_callback_entry_t), KM_SLEEP)
usr/src/uts/common/io/hotplug/hpcsvc/hpcsvc.c
304
ops = (hpc_slot_ops_t *)kmem_zalloc(sizeof (hpc_slot_ops_t), flag);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
356
pcihp_p = kmem_zalloc(sizeof (struct pcihp), KM_SLEEP);
usr/src/uts/common/io/hxge/hxge_common_impl.h
133
#define KMEM_ZALLOC(size, flag) kmem_zalloc(size, flag)
usr/src/uts/common/io/hxge/hxge_main.c
3838
intrp->htable = kmem_zalloc(intrp->intr_size, KM_SLEEP);
usr/src/uts/common/io/hxge/hxge_main.c
4297
hw_p = kmem_zalloc(sizeof (hxge_hw_list_t), KM_SLEEP);
usr/src/uts/common/io/i2c/ctrl/ismt/ismt.c
1088
ismt = kmem_zalloc(sizeof (ismt_t), KM_SLEEP);
usr/src/uts/common/io/i2c/ctrl/pchsmbus/pchsmbus.c
1171
pch = kmem_zalloc(sizeof (pchsmbus_t), KM_SLEEP);
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
339
at->at_clients = kmem_zalloc(at->at_naddrs * sizeof (i2c_client_t *),
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
341
at->at_regs = kmem_zalloc(at->at_naddrs * sizeof (i2c_reg_hdl_t *),
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
468
at = kmem_zalloc(sizeof (at24c_t), KM_SLEEP);
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
394
spd = kmem_zalloc(sizeof (spd5118_t), KM_SLEEP);
usr/src/uts/common/io/i2c/gpio/pca953x/pca953x.c
694
pca = kmem_zalloc(sizeof (pca953x_t), KM_SLEEP);
usr/src/uts/common/io/i2c/mux/ltc430x/ltc430x.c
731
ltc = kmem_zalloc(sizeof (ltc430x_t), KM_SLEEP);
usr/src/uts/common/io/i2c/mux/pca954x/pca954x.c
233
pca = kmem_zalloc(sizeof (pca954x_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex.c
659
i2c_root_t *root = kmem_zalloc(sizeof (i2c_root_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex.c
714
nex = kmem_zalloc(sizeof (i2c_nexus_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
310
client = kmem_zalloc(sizeof (i2c_client_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
810
i2c_reg_hdl_t *reg_hdl = kmem_zalloc(sizeof (i2c_reg_hdl_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_ctrl.c
220
reg = kmem_zalloc(sizeof (i2c_ctrl_register_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_ctrl.c
527
ctrl = kmem_zalloc(sizeof (i2c_ctrl_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_device.c
112
dev = kmem_zalloc(sizeof (i2c_dev_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_mux.c
197
i2c_mux_t *mux = kmem_zalloc(sizeof (i2c_mux_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_mux.c
77
reg = kmem_zalloc(sizeof (i2c_mux_register_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_txn.c
45
i2c_txn_t *txn = kmem_zalloc(sizeof (i2c_txn_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_user.c
183
user = kmem_zalloc(sizeof (i2c_user_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
359
lm = kmem_zalloc(sizeof (lm7x_t), KM_SLEEP);
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
587
tmp = kmem_zalloc(sizeof (tmp43x_t), KM_SLEEP);
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
271
ts = kmem_zalloc(sizeof (ts511x_t), KM_SLEEP);
usr/src/uts/common/io/i40e/i40e_main.c
1059
i40e->i40e_uaddrs = kmem_zalloc(sizeof (i40e_uaddr_t) *
usr/src/uts/common/io/i40e/i40e_main.c
1061
i40e->i40e_maddrs = kmem_zalloc(sizeof (i40e_maddr_t) *
usr/src/uts/common/io/i40e/i40e_main.c
1187
i40e->i40e_trqpairs = kmem_zalloc(sizeof (i40e_trqpair_t) *
usr/src/uts/common/io/i40e/i40e_main.c
1215
i40e->i40e_rx_groups = kmem_zalloc(sizeof (i40e_rx_group_t) *
usr/src/uts/common/io/i40e/i40e_main.c
3332
i40e = kmem_zalloc(sizeof (i40e_t), KM_SLEEP);
usr/src/uts/common/io/i40e/i40e_main.c
3334
i40e->i40e_aqbuf = kmem_zalloc(I40E_ADMINQ_BUFSZ, KM_SLEEP);
usr/src/uts/common/io/i40e/i40e_osdep.c
28
mem->va = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
2078
kmem_zalloc(ncookies * sizeof (struct i40e_dma_bind_info),
usr/src/uts/common/io/i40e/i40e_transceiver.c
709
rxd = kmem_zalloc(sizeof (i40e_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/i40e/i40e_transceiver.c
720
rxd->rxd_work_list = kmem_zalloc(sizeof (i40e_rx_control_block_t *) *
usr/src/uts/common/io/i40e/i40e_transceiver.c
729
rxd->rxd_free_list = kmem_zalloc(sizeof (i40e_rx_control_block_t *) *
usr/src/uts/common/io/i40e/i40e_transceiver.c
737
rxd->rxd_rcb_area = kmem_zalloc(sizeof (i40e_rx_control_block_t) *
usr/src/uts/common/io/i40e/i40e_transceiver.c
961
itrq->itrq_tcb_work_list = kmem_zalloc(itrq->itrq_tx_ring_size *
usr/src/uts/common/io/i40e/i40e_transceiver.c
969
itrq->itrq_tcb_free_list = kmem_zalloc(itrq->itrq_tx_free_list_size *
usr/src/uts/common/io/i40e/i40e_transceiver.c
981
itrq->itrq_tcb_area = kmem_zalloc(sizeof (i40e_tx_control_block_t) *
usr/src/uts/common/io/i8042.c
603
global = (struct i8042 *)kmem_zalloc(sizeof (struct i8042), KM_SLEEP);
usr/src/uts/common/io/i8042.c
664
global->iblock_cookies = kmem_zalloc(global->nintrs *
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
1062
kmem_zalloc(HERMON_ICM_SPAN * sizeof (void *), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
1941
state->hs_icm = kmem_zalloc(HERMON_NUM_ICM_RESOURCES *
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
2409
hca_attr = kmem_zalloc(sizeof (ibt_hca_attr_t), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
3468
portinits = (hermon_hw_set_port_t *)kmem_zalloc(num_ports *
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
3958
state->hs_mcgtmp = kmem_zalloc(mcg_tmp_sz, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_agents.c
177
cb_args = (hermon_agent_handler_arg_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_agents.c
631
state->hs_agents = (hermon_agent_list_t *)kmem_zalloc(num_agents *
usr/src/uts/common/io/ib/adapters/hermon/hermon_agents.c
78
rsrc_name = (char *)kmem_zalloc(HERMON_RSRC_NAME_MAXLEN, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_cfg.c
211
cp = (hermon_cfg_profile_t *)kmem_zalloc(sizeof (hermon_cfg_profile_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_cfg.c
368
state->hs_pkey[i] = kmem_zalloc((1 << cp->cp_log_max_pkeytbl) *
usr/src/uts/common/io/ib/adapters/hermon/hermon_cfg.c
370
state->hs_guid[i] = kmem_zalloc((1 << cp->cp_log_max_gidtbl) *
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2086
ma_hdl = kmem_zalloc(sizeof (*ma_hdl), kmflag);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2114
ma_hdl->h_ma_kaddr = kmem_zalloc(ma_hdl->h_ma_real_len, kmflag);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2236
ma_hdl = kmem_zalloc(sizeof (*ma_hdl), kmflag);
usr/src/uts/common/io/ib/adapters/hermon/hermon_cmd.c
1240
kmem_zalloc(state->hs_cmd_list.cml_list_sz *
usr/src/uts/common/io/ib/adapters/hermon/hermon_cmd.c
1542
mod = (hermon_hw_mod_stat_cfg_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_cmd.c
738
mblist->mbl_mbox = kmem_zalloc(mblist->mbl_list_sz *
usr/src/uts/common/io/ib/adapters/hermon/hermon_cq.c
1792
state->hs_cq_sched_array = cq_schedp = kmem_zalloc(nlist *
usr/src/uts/common/io/ib/adapters/hermon/hermon_cq.c
634
resize_hdl = kmem_zalloc(sizeof (struct hermon_sw_cq_s), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fcoib.c
383
fcoib->hfc_n_port_ids[i] = kmem_zalloc(sizeof (uint32_t) *
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2502
hash_key = kmem_zalloc(strlen(key_buf) + 1, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
659
rsrc_name = (char *)kmem_zalloc(HERMON_RSRC_NAME_MAXLEN, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
1010
sgid_tbl = (ib_gid_t *)kmem_zalloc(tbl_size * sizeof (ib_gid_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
1013
pkey_tbl = (ib_pkey_t *)kmem_zalloc(tbl_size * sizeof (ib_pkey_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
2904
comm->hlc_buf = kmem_zalloc(sz, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
618
state->hs_fw_sector = (uint32_t *)kmem_zalloc(1 <<
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
870
sgid_tbl = (ib_gid_t *)kmem_zalloc(tbl_size * sizeof (ib_gid_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
873
pkey_tbl = (ib_pkey_t *)kmem_zalloc(tbl_size * sizeof (ib_pkey_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
2567
fmrpool = (hermon_fmrhdl_t)kmem_zalloc(sizeof (*fmrpool), sleep);
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
2610
fmr = (hermon_fmr_list_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
279
info = kmem_zalloc(sizeof (hermon_dbr_info_t), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
520
udav = (hermon_hw_udav_t *)kmem_zalloc(sizeof (hermon_hw_udav_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
90
pagep->upg_free = kmem_zalloc(pagesize / sizeof (hermon_dbr_t) / 8,
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
2428
entry = (hermon_qpn_entry_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
1501
priv = kmem_zalloc(sizeof (hermon_rsrc_priv_mbox_t), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
1720
info->swi_table_ptr = kmem_zalloc(num_swhdl * prealloc_sz,
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
650
rsrc_name = kmem_zalloc(HERMON_RSRC_NAME_MAXLEN, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
664
state->hs_rsrc_hdl = kmem_zalloc(HERMON_NUM_RESOURCES *
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
824
rsrc_name = kmem_zalloc(HERMON_RSRC_NAME_MAXLEN, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_srq.c
671
wre_new = kmem_zalloc((1 << log_srq_size) * sizeof (uint64_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_stats.c
107
ksi = (hermon_ks_info_t *)kmem_zalloc(sizeof (hermon_ks_info_t),
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
1035
new_dvm_track = (hermon_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
1267
dvm_track = (hermon_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
1842
umapdb = kmem_zalloc(sizeof (hermon_umap_db_entry_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
2196
priv = (hermon_umap_db_priv_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
491
dvm_track = (hermon_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
636
new_dvm_track = (hermon_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_umap.c
896
dvm_track = (hermon_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/hermon/hermon_wr.c
2471
wqhdr = (hermon_workq_hdr_t *)kmem_zalloc(sizeof (*wqhdr), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_wr.c
2476
wqhdr->wq_wrid = kmem_zalloc(bufsz * sizeof (uint64_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
1588
hca_attr = kmem_zalloc(sizeof (ibt_hca_attr_t), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
2042
portinits = (tavor_hw_initib_t *)kmem_zalloc(num_ports *
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
2447
state->ts_mcgtmp = kmem_zalloc(mcg_tmp_sz, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_agents.c
177
cb_args = (tavor_agent_handler_arg_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_agents.c
392
state->ts_agents = (tavor_agent_list_t *)kmem_zalloc(num_agents *
usr/src/uts/common/io/ib/adapters/tavor/tavor_agents.c
78
rsrc_name = (char *)kmem_zalloc(TAVOR_RSRC_NAME_MAXLEN, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_cfg.c
274
cp = (tavor_cfg_profile_t *)kmem_zalloc(sizeof (tavor_cfg_profile_t),
usr/src/uts/common/io/ib/adapters/tavor/tavor_cmd.c
1066
kmem_zalloc(state->ts_cmd_list.cml_list_sz *
usr/src/uts/common/io/ib/adapters/tavor/tavor_cmd.c
1446
mod = (tavor_hw_mod_stat_cfg_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_cmd.c
637
mblist->mbl_mbox = kmem_zalloc(mblist->mbl_list_sz *
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
2154
comm->tlc_buf = kmem_zalloc(sz, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
540
state->ts_fw_sector = (uint32_t *)kmem_zalloc(1 <<
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
768
sgid_tbl = (ib_gid_t *)kmem_zalloc(tbl_size * sizeof (ib_gid_t),
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
771
pkey_tbl = (ib_pkey_t *)kmem_zalloc(tbl_size * sizeof (ib_pkey_t),
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
908
sgid_tbl = (ib_gid_t *)kmem_zalloc(tbl_size * sizeof (ib_gid_t),
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
911
pkey_tbl = (ib_pkey_t *)kmem_zalloc(tbl_size * sizeof (ib_pkey_t),
usr/src/uts/common/io/ib/adapters/tavor/tavor_qp.c
1457
entry = (tavor_qpn_entry_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
1691
priv = kmem_zalloc(sizeof (tavor_rsrc_priv_mbox_t), KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
1965
info->swi_table_ptr = kmem_zalloc(num_swhdl * prealloc_sz,
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
419
rsrc_name = (char *)kmem_zalloc(TAVOR_RSRC_NAME_MAXLEN, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
433
state->ts_rsrc_hdl = kmem_zalloc(TAVOR_NUM_RESOURCES *
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
568
rsrc_name = (char *)kmem_zalloc(TAVOR_RSRC_NAME_MAXLEN, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_srq.c
683
wre_new = (tavor_wrid_entry_t *)kmem_zalloc((1 << log_srq_size) *
usr/src/uts/common/io/ib/adapters/tavor/tavor_stats.c
123
ksi = (tavor_ks_info_t *)kmem_zalloc(sizeof (tavor_ks_info_t),
usr/src/uts/common/io/ib/adapters/tavor/tavor_umap.c
1309
umapdb = kmem_zalloc(sizeof (tavor_umap_db_entry_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_umap.c
1663
priv = (tavor_umap_db_priv_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_umap.c
402
dvm_track = (tavor_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_umap.c
541
new_dvm_track = (tavor_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_umap.c
773
dvm_track = (tavor_devmap_track_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
2990
wridlist = (tavor_wrid_list_hdr_t *)kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
3001
wridlist->wl_wre = (tavor_wrid_entry_t *)kmem_zalloc(qsize *
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
3160
wqhdr_tmp = (tavor_workq_hdr_t *)kmem_zalloc(
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
3199
wql = kmem_zalloc(sizeof (tavor_wq_lock_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1154
ep_rp = kmem_zalloc(sizeof (daplka_ep_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1862
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1937
timerp = kmem_zalloc(sizeof (*timerp), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2608
evd_rp = kmem_zalloc(sizeof (daplka_evd_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2704
async_evd = kmem_zalloc(sizeof (daplka_async_evd_hkey_t),
usr/src/uts/common/io/ib/clients/daplt/daplt.c
3087
evp_start = evp = kmem_zalloc(evp_size, daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
3711
cno_rp = kmem_zalloc(sizeof (*cno_rp), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4323
priv = kmem_zalloc(priv_len, daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4589
mr_rp = kmem_zalloc(sizeof (daplka_mr_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4789
smrp = kmem_zalloc(sizeof (daplka_shared_mr_t),
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4807
mr_rp = kmem_zalloc(sizeof (daplka_mr_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
5075
mr_rp = kmem_zalloc(sizeof (daplka_mr_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
5457
pd_rp = kmem_zalloc(sizeof (*pd_rp), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
5615
mw_rp = kmem_zalloc(sizeof (daplka_mw_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
5863
srq_rp = kmem_zalloc(sizeof (daplka_srq_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6201
sp_rp = kmem_zalloc(sizeof (*sp_rp), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6232
sp_rp->sp_backlog = kmem_zalloc(sp_rp->sp_backlog_size *
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6609
cr_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6637
kmem_zalloc(pr_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6744
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6815
conn_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6832
kmem_zalloc(pr_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6925
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
700
hca = kmem_zalloc(sizeof (daplka_hca_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7144
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7218
conn_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7237
kmem_zalloc(ep_rp->ep_priv_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7334
disc_ev = kmem_zalloc(sizeof (daplka_evd_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7346
kmem_zalloc(pr_len, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7547
ia_rp = kmem_zalloc(sizeof (daplka_ia_resource_t), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9203
p = kmem_zalloc(newsz * sizeof (*p), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9234
blk = kmem_zalloc(sizeof (*blk), daplka_km_flags);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9435
kmem_zalloc(sizeof (daplka_hash_bucket_t) * nbuckets,
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9500
hep = kmem_zalloc(sizeof (*hep), daplka_km_flags);
usr/src/uts/common/io/ib/clients/eoib/eib_adm.c
202
chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_chan.c
44
chan = kmem_zalloc(sizeof (eib_chan_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_cmn.c
165
ss->ei_gw_props = kmem_zalloc(sizeof (eib_gw_props_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_cmn.c
166
ss->ei_props = kmem_zalloc(sizeof (eib_props_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_ctl.c
180
chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
650
chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * snd_sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
652
chan->ch_rcv_wc = kmem_zalloc(sizeof (ibt_wc_t) * rcv_sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_fip.c
1503
return (kmem_zalloc(sizeof (eib_vhub_map_t), KM_NOSLEEP));
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
101
ss->ei_hca_attrs = kmem_zalloc(sizeof (ibt_hca_attr_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
157
ss->ei_caps = kmem_zalloc(sizeof (eib_caps_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
363
av = kmem_zalloc(sizeof (eib_avect_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
574
evi = kmem_zalloc(sizeof (eib_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_log.c
63
eib_debug_buf = kmem_zalloc(eib_debug_buf_sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
700
ss->ei_node_state = kmem_zalloc(sizeof (eib_node_state_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
708
ss->ei_stats = kmem_zalloc(sizeof (eib_stats_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
572
kmem_zalloc(EIB_MAX_PAYLOAD_HDR_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
770
bkt = kmem_zalloc(sizeof (eib_lsobkt_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
771
lsomem = kmem_zalloc(eib_lso_num_bufs * EIB_LSO_BUFSZ, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
803
bkt->bk_bufl = kmem_zalloc(eib_lso_num_bufs * sizeof (eib_lsobuf_t),
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
861
wp = kmem_zalloc(sizeof (eib_wqe_pool_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
863
wp->wp_wqe = (eib_wqe_t *)kmem_zalloc(wp_wqesz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_rsrc.c
865
wp->wp_vaddr = (ib_vaddr_t)(uintptr_t)kmem_zalloc(wp->wp_memsz,
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
837
evi = kmem_zalloc(sizeof (eib_event_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
864
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
932
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
947
evi = kmem_zalloc(sizeof (eib_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
984
evi = kmem_zalloc(sizeof (eib_event_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
990
evi->ev_arg = kmem_zalloc(sizeof (eib_gw_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
131
vnic = kmem_zalloc(sizeof (eib_vnic_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1561
mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1666
mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1740
kav = kmem_zalloc(sizeof (eib_ka_vnics_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
443
mcg_info = kmem_zalloc(sizeof (ibt_mcg_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
453
mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
671
tbl = kmem_zalloc(sizeof (eib_vhub_table_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
675
upd = kmem_zalloc(sizeof (eib_vhub_update_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
830
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
977
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_fip.c
304
gw_addr->ga_vect = kmem_zalloc(sizeof (ibt_adds_vect_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
1191
hca = kmem_zalloc(sizeof (eibnx_hca_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
1205
port = kmem_zalloc(sizeof (eibnx_port_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
343
info->ti_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
443
snd_p->tx_vaddr = (ib_vaddr_t)(uintptr_t)kmem_zalloc(tx_bufsz,
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
530
rcv_p->rx_vaddr = (ib_vaddr_t)(uintptr_t)kmem_zalloc(rx_bufsz,
usr/src/uts/common/io/ib/clients/eoib/enx_log.c
60
enx_debug_buf = kmem_zalloc(enx_debug_buf_sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_main.c
239
ss = kmem_zalloc(sizeof (eibnx_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_misc.c
357
ti = kmem_zalloc(sizeof (eibnx_thr_info_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_misc.c
370
ti->ti_ident = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_misc.c
629
name = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_q.c
170
new_ch = kmem_zalloc(sizeof (eibnx_child_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_q.c
304
new_gwi = kmem_zalloc(sizeof (eibnx_gw_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/enx_q.c
620
new_node = kmem_zalloc(sizeof (eibnx_nodeq_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
1404
state->id_ac_list = ce = (ibd_ace_t *)kmem_zalloc(sizeof (ibd_ace_t) *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
3129
mce = kmem_zalloc(sizeof (ibd_mce_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
3531
state->id_tx_bufs = kmem_zalloc(state->id_ud_num_swqe *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
3534
state->id_tx_wqes = kmem_zalloc(state->id_ud_num_swqe *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
3574
bktp = kmem_zalloc(sizeof (ibd_lsobkt_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
3580
membase = kmem_zalloc(memsz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
3602
buflist = kmem_zalloc(state->id_num_lso_bufs * sizeof (ibd_lsobuf_t),
usr/src/uts/common/io/ib/clients/ibd/ibd.c
4034
state->id_rx_bufs = kmem_zalloc(state->id_ud_num_rwqe *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
4037
state->id_rx_wqes = kmem_zalloc(state->id_ud_num_rwqe *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
4041
state->id_rx_queues = kmem_zalloc(state->id_rx_nqueues *
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6623
lso->lso_hdr = kmem_zalloc(lso->lso_hdr_sz, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8110
ibd_lbuf = kmem_zalloc(IBD_LOG_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8243
state = kmem_zalloc(sizeof (ibd_state_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1283
chan->rx_bufs = kmem_zalloc(rc_rx_bufs_sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1285
chan->rx_rwqes = kmem_zalloc(chan->rcq_size *
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1805
state->rc_tx_mr_bufs = kmem_zalloc(mem_size, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1820
state->rc_tx_largebuf_desc_base = kmem_zalloc(num_swqe *
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1885
chan->tx_mr_bufs = kmem_zalloc(mem_attr.mr_len, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1924
chan->tx_wqes = kmem_zalloc(chan->scq_size *
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2710
hello_ack_msg = kmem_zalloc(sizeof (ibd_rc_msg_hello_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
584
chan = kmem_zalloc(sizeof (ibd_rc_chan_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
920
state->rc_srq_rx_bufs = kmem_zalloc(rc_rx_bufs_sz, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
922
state->rc_srq_rwqes = kmem_zalloc(state->rc_srq_size *
usr/src/uts/common/io/ib/clients/iser/iser.c
118
iser_state = kmem_zalloc(sizeof (iser_state_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_cm.c
176
iser_conn = kmem_zalloc(sizeof (iser_conn_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
1284
hca = (iser_hca_t *)kmem_zalloc(sizeof (iser_hca_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
1663
is_sbind = kmem_zalloc(sizeof (iser_sbind_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
474
chan = kmem_zalloc(sizeof (iser_chan_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_idm.c
158
iser_conn = kmem_zalloc(sizeof (iser_conn_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_idm.c
324
iser_svc = kmem_zalloc(sizeof (iser_svc_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
251
iser_buf->iser_mr = kmem_zalloc(sizeof (iser_mr_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
347
result = kmem_zalloc(sizeof (*result), KM_SLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
553
result = (iser_mr_t *)kmem_zalloc(sizeof (iser_mr_t), km_flags);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
133
sol_cma_ib_client = kmem_zalloc(sizeof (ib_client_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
1539
cma_listenp = kmem_zalloc(sizeof (sol_cma_glbl_listen_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
1654
event_arg = kmem_zalloc(sizeof (cma_event_async_arg_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
1664
event_arg->conn_param->private_data = kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
1677
event_arg->ud_paramp->private_data = kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
1883
chanp = kmem_zalloc(sizeof (sol_cma_chan_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
230
new_device = kmem_zalloc(sizeof (cma_device_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
953
chanp->chan_listenp = kmem_zalloc(sizeof (sol_cma_listen_info_t),
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1016
args.oc_priv_data = kmem_zalloc(SOL_REQ_PRIV_DATA_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1113
attr.ud_priv_data = kmem_zalloc(attr.ud_priv_data_len, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1184
devp = kmem_zalloc(sizeof (ibcma_dev_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1260
ibchanp->chan_pathp = kmem_zalloc(ibchanp->chan_path_size, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1288
idp->route.path_rec = kmem_zalloc(sizeof (struct ib_sa_path_rec) *
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1313
dst_addrp = kmem_zalloc(sizeof (ibt_ip_addr_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1498
ud_paramp->private_data = kmem_zalloc(cm_privlen, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1576
dump_priv = kmem_zalloc(SOL_REQ_PRIV_DATA_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1611
paramp->private_data = kmem_zalloc(paramp->private_data_len,
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1634
event_idp->route.path_rec = kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1736
paramp->private_data = kmem_zalloc(paramp->private_data_len,
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1761
paramp->private_data = kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
1894
paramp->private_data = kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
2432
devp = (ibcma_dev_t *)kmem_zalloc(sizeof (ibcma_dev_t),
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
2440
new_ibchanp->chan_pathp = (ibt_path_info_t *)kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
2520
devp = kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
417
listenp = kmem_zalloc(sizeof (sol_cma_listen_info_t),
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
451
listenp = kmem_zalloc(sizeof (sol_cma_listen_info_t),
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
659
privp = (void *)kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
687
privp = (void *)kmem_zalloc(
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
734
privp = (void *)kmem_zalloc(SOL_REP_PRIV_DATA_SZ,
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
891
ibmcastp = kmem_zalloc(sizeof (ibcma_mcast_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
936
mcg_infop = kmem_zalloc(sizeof (ibt_mcg_info_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
331
ofs_client = kmem_zalloc(sizeof (ofs_client_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
392
device = kmem_zalloc(sizeof (ib_device_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
70
clnt->ibt_client.mi_clnt_name = kmem_zalloc(namelen + 1, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ofs_debug_util.c
106
dbg_buf = kmem_zalloc(sol_ofs_debug_buf_size, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ofs_gen_util.c
55
new_entry = (genlist_entry_t *)(kmem_zalloc(sizeof (genlist_entry_t),
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_uobj.c
335
p = kmem_zalloc(newsz * sizeof (*p), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_uobj.c
362
blk = kmem_zalloc(sizeof (*blk), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
1487
mcastp = kmem_zalloc(sizeof (sol_ucma_mcast_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
1664
ucma_evt = kmem_zalloc(sizeof (sol_ucma_event_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
1771
new_file = kmem_zalloc(sizeof (sol_ucma_file_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
1793
new_file->file_pollhead = kmem_zalloc(sizeof (struct pollhead),
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
1808
new_chanp = kmem_zalloc(sizeof (sol_ucma_chan_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1239
ibmf_info = kmem_zalloc(sizeof (struct ibmf_reg_info), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1276
entry = kmem_zalloc(sizeof (llist_head_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1316
umad_msg = kmem_zalloc(sizeof (*umad_msg), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1453
uctx = kmem_zalloc(sizeof (umad_uctx_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1927
umad_ctx = kmem_zalloc(sizeof (struct umad_send) + len, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
2332
agent = kmem_zalloc(sizeof (umad_agent_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
520
kmem_zalloc(sizeof (umad_port_info_t) * hca->hca_nports, KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
591
info->info_hcas = kmem_zalloc(sizeof (umad_hca_info_t) * hca_count,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1463
upd = kmem_zalloc(sizeof (*upd), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
2109
umr = kmem_zalloc(sizeof (*umr), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
257
mod_ctxt->hcas = kmem_zalloc(mod_ctxt->hca_count *
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
2684
uctxt = kmem_zalloc(sizeof (uverbs_uctxt_uobj_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
226
ucq = kmem_zalloc(sizeof (*ucq), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
688
completions = (ibt_wc_t *)kmem_zalloc(sizeof (ibt_wc_t) * cmd.ne,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
798
entry = kmem_zalloc(sizeof (*entry), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_event.c
321
ufile = kmem_zalloc(sizeof (*ufile), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_event.c
838
entry = kmem_zalloc(sizeof (*entry), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_hca.c
371
context = kmem_zalloc(sizeof (*context), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1876
usrq = kmem_zalloc(sizeof (*usrq), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2320
mc = kmem_zalloc(sizeof (*mc), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
406
uqp = kmem_zalloc(sizeof (*uqp), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rds_ioctl.c
136
lifcp->lifc_buf = kmem_zalloc(*bufsizep, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib.c
159
rdsib_statep = kmem_zalloc(sizeof (rds_state_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_buf.c
222
memp = (uint8_t *)kmem_zalloc(memsize, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_buf.c
233
bufmemp = (rds_buf_t *)kmem_zalloc(nbuf * sizeof (rds_buf_t),
usr/src/uts/common/io/ib/clients/rds/rdsib_buf.c
435
memp = (uint8_t *)kmem_zalloc(memsize, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_buf.c
445
bufmemp = (rds_buf_t *)kmem_zalloc(nbuf * sizeof (rds_buf_t),
usr/src/uts/common/io/ib/clients/rds/rdsib_buf.c
449
ack_addr = (uintptr_t)kmem_zalloc(sizeof (uintptr_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1234
newp = kmem_zalloc(sizeof (rds_session_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1596
wrp = (ibt_send_wr_t *)kmem_zalloc(sizeof (ibt_send_wr_t) *
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1820
wrp = (ibt_send_wr_t *)kmem_zalloc(sizeof (ibt_send_wr_t) * 100,
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
220
hcap = (rds_hca_t *)kmem_zalloc(sizeof (rds_hca_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
803
wrp = kmem_zalloc(RDS_POST_FEW_ATATIME * sizeof (ibt_recv_wr_t),
usr/src/uts/common/io/ib/clients/rds/rdssubr.c
161
rds_bind_fanout = kmem_zalloc(rds_bind_fanout_size *
usr/src/uts/common/io/ib/clients/rdsv3/af_rds.c
1017
rdsv3_rdma_dwp = kmem_zalloc(sizeof (rdsv3_delayed_work_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/bind.c
126
kmem_zalloc(sizeof (struct rdsv3_ip_bucket), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/cong.c
150
map = kmem_zalloc(sizeof (struct rdsv3_cong_map), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/cong.c
160
zp = (unsigned long)kmem_zalloc(PAGE_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/connection.c
507
buffer = kmem_zalloc(item_len + 8, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib.c
442
rdsv3_ib_stats = kmem_zalloc(nr_cpus *
usr/src/uts/common/io/ib/clients/rdsv3/ib.c
95
rds_ibdev = kmem_zalloc(sizeof (*rds_ibdev), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
1099
ic = kmem_zalloc(sizeof (struct rdsv3_ib_connection), gfp);
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
284
pool = (struct rdsv3_fmr_pool *)kmem_zalloc(sizeof (*pool), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
398
ibmr = (struct rdsv3_ib_mr *)kmem_zalloc(sizeof (*ibmr),
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
263
pool = (struct rdsv3_inc_pool *)kmem_zalloc(sizeof (*pool), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
946
kmem_zalloc(iov_attr.iov_wr_nds * sizeof (ibt_wr_ds_t),
usr/src/uts/common/io/ib/clients/rdsv3/loop.c
159
lc = kmem_zalloc(sizeof (struct rdsv3_loop_connection), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/message.c
285
rm = kmem_zalloc(sizeof (struct rdsv3_message) +
usr/src/uts/common/io/ib/clients/rdsv3/rdma.c
187
mr = kmem_zalloc(sizeof (struct rdsv3_mr), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdma.c
467
op = kmem_zalloc(offsetof(struct rdsv3_rdma_op,
usr/src/uts/common/io/ib/clients/rdsv3/rds_recv.c
489
sin = kmem_zalloc(sizeof (struct sockaddr_in),
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_af_thr.c
154
hcagp = kmem_zalloc(sizeof (*hcagp), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_af_thr.c
224
ringp = kmem_zalloc(sizeof (rdsv3_af_thr_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1187
sgl = kmem_zalloc((num * 2) * sizeof (ibt_wr_ds_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1255
addr = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
786
wq = kmem_zalloc(sizeof (rdsv3_workqueue_struct_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
867
sk->sk_sleep = kmem_zalloc(sizeof (rdsv3_wait_queue_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/stats.c
174
rdsv3_stats = kmem_zalloc(nr_cpus *
usr/src/uts/common/io/ib/ibnex/ibnex.c
1854
ioc_guid_str = *ioc_guid_strp = kmem_zalloc((temp1
usr/src/uts/common/io/ib/ibnex/ibnex.c
2419
port_gids = kmem_zalloc(length, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2463
srv_id = kmem_zalloc(length, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2833
valid = kmem_zalloc(nservices * sizeof (int), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2891
kmem_zalloc((ncomm_svcs * sizeof (char *)), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2898
kmem_zalloc((ncomm_svcs * sizeof (char *)), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2905
kmem_zalloc((ncomm_svcs * sizeof (char *)), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3190
port_guids = kmem_zalloc(
usr/src/uts/common/io/ib/ibnex/ibnex.c
3501
node_addr = kmem_zalloc(pnam_len, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3557
node_data = kmem_zalloc(sizeof (ibnex_node_data_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3582
kmem_zalloc(strlen(devi_name) + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3796
ioc->ioc_profile = (ib_dm_ioc_ctrl_profile_t *)kmem_zalloc(
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2979
query_hca_32 = kmem_zalloc(
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2996
query_hca = kmem_zalloc(sizeof (ibnex_ctl_query_hca_t),
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
3013
hca_attr = kmem_zalloc(sizeof (ibt_hca_attr_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
3014
hca_device_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
3149
query_hca_port = kmem_zalloc(sizeof (ibnex_ctl_query_hca_port_t),
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
3154
query_hca_port_32 = kmem_zalloc(
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
324
apid_n = kmem_zalloc(apid_len, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
632
service = kmem_zalloc(ioc.bufsiz + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
659
service = kmem_zalloc(ioc.bufsiz + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_chan.c
655
ud_chan_p[i] = kmem_zalloc(sizeof (ibtl_channel_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_cm.c
480
p_listp = kmem_zalloc(count * sizeof (ibtl_cm_port_list_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_cm.c
706
gidp = kmem_zalloc(count * sizeof (ib_gid_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_cq.c
95
ibt_cq = kmem_zalloc(sizeof (struct ibtl_cq_s), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
1881
noticep = kmem_zalloc(sizeof (*noticep), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
1909
noticep = kmem_zalloc(sizeof (*noticep), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
2018
ibtl_async_did = kmem_zalloc(ibtl_async_thread_init * sizeof (kt_did_t),
usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
1042
p1 = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
147
hca_infop = kmem_zalloc(sizeof (ibtl_hca_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
789
p1 = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
856
p1 = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
943
sp1 = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_impl.c
1138
pks = kmem_zalloc(hca_devp->hd_hca_port_ks_info_len, KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_impl.c
307
clntp = kmem_zalloc(sizeof (ibtl_clnt_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_impl.c
585
hca_devp = kmem_zalloc(sizeof (ibtl_hca_devinfo_t) +
usr/src/uts/common/io/ib/ibtl/ibtl_qp.c
155
chanp = kmem_zalloc(sizeof (*chanp), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_qp.c
364
chanp = kmem_zalloc(sizeof (*chanp), KM_SLEEP);
usr/src/uts/common/io/ib/ibtl/ibtl_srq.c
58
ibt_srq = kmem_zalloc(sizeof (struct ibtl_srq_s), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp.c
238
ibds->ibcm_arp_ip = (ibcm_arp_ip_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp.c
327
lifcp->lifc_buf = kmem_zalloc(*bufsizep, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp.c
94
ib_s = (ibcm_arp_streams_t *)kmem_zalloc(sizeof (ibcm_arp_streams_t),
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
72
if ((wqnp = kmem_zalloc(sizeof (ibcm_arp_prwqn_t), KM_NOSLEEP)) ==
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
1154
hcap = kmem_zalloc(sizeof (ibcm_hca_info_t) +
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
1420
mpr_req = kmem_zalloc(template_len, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
213
path_cachep = kmem_zalloc(cache_size * sizeof (*path_cachep), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
2769
mpr_req = kmem_zalloc(template_len, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
3417
mpr_req = kmem_zalloc(template_len, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
3803
dinfo = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
3859
p_arg->paths = kmem_zalloc(sizeof (ibt_path_info_t) * max_paths,
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
3862
p_arg->src_ip_p = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
4129
path_tq = kmem_zalloc(len, sleep_flag);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
4445
mpr_req = kmem_zalloc(template_len, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
728
dinfo = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_path.c
744
p_arg->paths = kmem_zalloc(sizeof (ibt_path_info_t) * max_paths,
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
6239
priv_data = kmem_zalloc(IBT_MAX_PRIV_DATA_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
6271
kmem_zalloc(IBCM_MSG_SIZE, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
6789
priv_data = kmem_zalloc(IBT_MAX_PRIV_DATA_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
6807
kmem_zalloc(IBCM_MSG_SIZE, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8013
kmem_zalloc(IBCM_MSG_SIZE, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
996
statep = kmem_zalloc(sizeof (*statep), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
2752
sbindp = kmem_zalloc(sizeof (*sbindp), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
3219
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
3297
srv_recp = kmem_zalloc(sizeof (*srv_recp), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4184
proceed_targs = kmem_zalloc(sizeof (ibcm_proceed_targs_t),
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4721
new = kmem_zalloc(sizeof (ibcm_mcg_list_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
564
statep = kmem_zalloc(sizeof (ibcm_state_data_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
6392
t_gidp = kmem_zalloc(count *
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
6403
gidp = kmem_zalloc(count *
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1243
svcinfop = kmem_zalloc(sizeof (*svcinfop), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1331
(*ibmf_msgpp)->im_msgbufs_send.im_bufs_mad_hdr = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1585
sp->conn_trace = kmem_zalloc(sizeof (ibcm_conn_trace_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1590
kmem_zalloc(sp->conn_trace->conn_allocated_trcnt, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1592
kmem_zalloc(sp->conn_trace->conn_allocated_trcnt *
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
652
ud_statep = kmem_zalloc(sizeof (ibcm_ud_state_data_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
1873
tmp = kmem_zalloc(sizeof (ibdm_gid_t),
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
2032
gid_info = kmem_zalloc(sizeof (ibdm_dp_gidinfo_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
2688
gid_info->gl_iou = (ibdm_iou_info_t *)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
2968
ioc_info->ioc_serv = (ibdm_srvents_info_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4167
dest->ioc_gid_list = kmem_zalloc(sizeof (ibdm_gid_t) *
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4196
kmem_zalloc(IBDM_MAD_SIZE, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4323
temp_gid = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4524
gid_info = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4790
port_attr = (ibdm_port_attr_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
6377
new = kmem_zalloc(sizeof (ibdm_gid_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
663
pkey_tbl = kmem_zalloc(npkeys * sizeof (ibdm_pkey_tbl_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
6652
tmp = kmem_zalloc(sizeof (ibdm_gid_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
757
port->pa_pkey_tbl = (ibdm_pkey_tbl_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
918
port->pa_pkey_tbl = (ibdm_pkey_tbl_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
973
kmem_zalloc((sizeof (ibdm_hca_list_t)), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
974
hca_list->hl_port_attr = (ibdm_port_attr_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
990
hca_list->hl_hca_port_attr = (ibdm_port_attr_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
1003
kmem_zalloc(sizeof (ib_dm_srv_t) * svc_entries, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
116
ibdma = kmem_zalloc(sizeof (*ibdma), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
1184
ioc->ii_srvcs = kmem_zalloc(profile->ioc_service_entries *
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
424
hca = kmem_zalloc(sizeof (ibdma_hca_t) +
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
580
kmem_zalloc(IBDMA_MAD_SIZE, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_dr.c
360
rmsgimplp = (ibmf_msg_impl_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_dr.c
417
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
234
cb_array = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
237
cb_args_array = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
240
client_array = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
1205
ibmf_clientp = kmem_zalloc(sizeof (ibmf_client_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
1608
tqpp = (ibmf_qp_t *)kmem_zalloc(sizeof (ibmf_qp_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
1948
msgimplp = (ibmf_msg_impl_t *)kmem_zalloc(sizeof (ibmf_msg_impl_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2413
qp_ctx = (ibmf_alt_qp_t *)kmem_zalloc(sizeof (ibmf_alt_qp_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2942
sgl = kmem_zalloc(IBMF_MAX_RQ_WR_SGL_ELEMENTS * sizeof (ibt_wr_ds_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
3453
msgimplp = (ibmf_msg_impl_t *)kmem_zalloc(sizeof (ibmf_msg_impl_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
3478
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
443
cip = (ibmf_ci_t *)kmem_zalloc(sizeof (ibmf_ci_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_msg.c
618
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1109
(ib_mad_hdr_t *)kmem_zalloc(IBMF_MAD_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1524
msgimplp = (ibmf_msg_impl_t *)kmem_zalloc(sizeof (ibmf_msg_impl_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1554
send_wqep = (ibmf_send_wqe_t *)kmem_zalloc(sizeof (ibmf_send_wqe_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1556
send_wqep->send_mem = (void *)kmem_zalloc(IBMF_MEM_PER_WQE, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
384
modlargsp = (ibmf_mod_load_args_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
708
msgimplp = (ibmf_msg_impl_t *)kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_rmpp.c
666
(ib_mad_hdr_t *)kmem_zalloc(sizeof (ib_mad_hdr_t) +
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_rmpp.c
843
(ib_mad_hdr_t *)kmem_zalloc(sizeof (ib_mad_hdr_t) +
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_rmpp.c
921
(ib_mad_hdr_t *)kmem_zalloc(sizeof (ib_mad_hdr_t) +
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa.c
329
saa_client = kmem_zalloc(sizeof (saa_client_data_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa.c
689
trans_info = kmem_zalloc(sizeof (saa_impl_trans_info_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa.c
692
trans_info = kmem_zalloc(sizeof (saa_impl_trans_info_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
1191
resp_mad_hdr = kmem_zalloc(sizeof (ib_mad_hdr_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
1198
msgp->im_msgbufs_send.im_bufs_cl_hdr = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
1216
trans_info = kmem_zalloc(sizeof (saa_impl_trans_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
296
trans_info = kmem_zalloc(sizeof (saa_impl_trans_info_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
862
event_taskq_args = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_events.c
889
event_taskq_args->et_event_details = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
112
saa_statep = kmem_zalloc(sizeof (saa_state_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
1130
trans_info = kmem_zalloc(sizeof (saa_impl_trans_info_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
1723
mad_hdr = kmem_zalloc(sizeof (ib_mad_hdr_t), km_sleep_flag);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
583
saa_portp = kmem_zalloc(sizeof (saa_port_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_utils.c
1102
*buf_payloadp = kmem_zalloc(*buf_payload_lengthp,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_utils.c
1118
*buf_payloadp = kmem_zalloc(*buf_payload_lengthp, km_sleep_flag);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_utils.c
1301
*structs_payloadp = kmem_zalloc(
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_utils.c
1348
*structs_payloadp = kmem_zalloc(*structs_payload_lengthp,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_utils.c
901
*packed_class_hdr = kmem_zalloc(IBMF_SAA_HDR_SIZE, km_sleep_flag);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_utils.c
937
*sa_hdr = kmem_zalloc(sizeof (ib_sa_hdr_t), km_sleep_flag);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_ud_dest.c
193
ibmf_ud_dest = kmem_zalloc(sizeof (ibmf_ud_dest_t), kmflag);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1084
wqe_mgt = kmem_zalloc(sizeof (ibmf_wqe_mgt_t),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1153
wqe_mgt->wqes_kmem = kmem_zalloc(wqe_mgt->wqes_kmem_sz,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
538
wqe_mgtp = kmem_zalloc(sizeof (ibmf_wqe_mgt_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
550
kmem_zalloc(wqe_mgtp->wqes_kmem_sz, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
694
wqe_mgtp = kmem_zalloc(sizeof (ibmf_wqe_mgt_t), KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
703
wqe_mgtp->wqes_kmem = kmem_zalloc(wqe_mgtp->wqes_kmem_sz, KM_SLEEP);
usr/src/uts/common/io/idm/idm.c
1942
result = kmem_zalloc(sizeof (idm_pdu_t) + hdrlen + datalen, sleepflag);
usr/src/uts/common/io/idm/idm.c
2382
kmem_zalloc(idm.idm_taskid_max * sizeof (idm_task_t *), KM_SLEEP);
usr/src/uts/common/io/idm/idm.c
382
is = kmem_zalloc(sizeof (idm_svc_t), KM_SLEEP);
usr/src/uts/common/io/idm/idm_conn_sm.c
271
event_ctx = kmem_zalloc(sizeof (*event_ctx), KM_SLEEP);
usr/src/uts/common/io/idm/idm_impl.c
465
ic = kmem_zalloc(sizeof (idm_conn_t), KM_SLEEP);
usr/src/uts/common/io/idm/idm_so.c
1095
so_conn = kmem_zalloc(sizeof (idm_so_conn_t), KM_SLEEP);
usr/src/uts/common/io/idm/idm_so.c
1202
so_svc = kmem_zalloc(sizeof (idm_so_svc_t), KM_SLEEP);
usr/src/uts/common/io/idm/idm_so.c
465
ipaddr = kmem_zalloc(size_ipaddr, KM_SLEEP);
usr/src/uts/common/io/idm/idm_text.c
1281
nkey = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/idm/idm_text.c
1358
itb = kmem_zalloc(sizeof (idm_textbuf_t), KM_SLEEP);
usr/src/uts/common/io/igb/igb_buf.c
339
rx_data = kmem_zalloc(sizeof (igb_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/igb/igb_buf.c
361
rx_data->work_list = kmem_zalloc(sizeof (rx_control_block_t *) *
usr/src/uts/common/io/igb/igb_buf.c
373
rx_data->free_list = kmem_zalloc(sizeof (rx_control_block_t *) *
usr/src/uts/common/io/igb/igb_buf.c
388
kmem_zalloc(sizeof (rx_control_block_t) * rcb_count,
usr/src/uts/common/io/igb/igb_buf.c
674
tx_ring->work_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/igb/igb_buf.c
686
tx_ring->free_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/igb/igb_buf.c
703
kmem_zalloc(sizeof (tx_control_block_t) *
usr/src/uts/common/io/igb/igb_main.c
2007
igb->rx_rings = kmem_zalloc(
usr/src/uts/common/io/igb/igb_main.c
2018
igb->tx_rings = kmem_zalloc(
usr/src/uts/common/io/igb/igb_main.c
2032
igb->rx_groups = kmem_zalloc(
usr/src/uts/common/io/igb/igb_main.c
464
igb = kmem_zalloc(sizeof (igb_t), KM_SLEEP);
usr/src/uts/common/io/igc/igc.c
1256
igc->igc_ucast = kmem_zalloc(sizeof (igc_addr_t) *
usr/src/uts/common/io/igc/igc.c
1289
igc->igc_mcast = kmem_zalloc(sizeof (igc_addr_t) *
usr/src/uts/common/io/igc/igc.c
1639
igc = kmem_zalloc(sizeof (igc_t), KM_SLEEP);
usr/src/uts/common/io/igc/igc.c
919
igc->igc_tx_rings = kmem_zalloc(sizeof (igc_tx_ring_t) *
usr/src/uts/common/io/igc/igc.c
933
igc->igc_rx_rings = kmem_zalloc(sizeof (igc_rx_ring_t) *
usr/src/uts/common/io/igc/igc_ring.c
1014
ring->itr_work_list = kmem_zalloc(sizeof (igc_tx_buffer_t *) *
usr/src/uts/common/io/igc/igc_ring.c
1025
ring->itr_arena = kmem_zalloc(sizeof (igc_tx_buffer_t) *
usr/src/uts/common/io/igc/igc_ring.c
439
ring->irr_work_list = kmem_zalloc(sizeof (igc_rx_buffer_t *) *
usr/src/uts/common/io/igc/igc_ring.c
447
ring->irr_free_list = kmem_zalloc(sizeof (igc_rx_buffer_t *) *
usr/src/uts/common/io/igc/igc_ring.c
456
ring->irr_arena = kmem_zalloc(sizeof (igc_rx_buffer_t) *
usr/src/uts/common/io/iprb/iprb.c
268
ip = kmem_zalloc(sizeof (*ip), KM_SLEEP);
usr/src/uts/common/io/iwh/iwh.c
1627
ring->data = kmem_zalloc(sizeof (iwh_tx_data_t) * TFD_QUEUE_SIZE_MAX,
usr/src/uts/common/io/iwh/iwh.c
1800
amrr = kmem_zalloc(sizeof (iwh_amrr_t), KM_SLEEP);
usr/src/uts/common/io/iwh/iwh.c
640
sc->sc_intr_htable = kmem_zalloc(sizeof (ddi_intr_handle_t), KM_SLEEP);
usr/src/uts/common/io/iwk/iwk2.c
1386
ring->data = kmem_zalloc(sizeof (iwk_tx_data_t) * TFD_QUEUE_SIZE_MAX,
usr/src/uts/common/io/iwk/iwk2.c
1527
amrr = kmem_zalloc(sizeof (iwk_amrr_t), KM_SLEEP);
usr/src/uts/common/io/iwk/iwk2.c
565
sc->sc_intr_htable = kmem_zalloc(sizeof (ddi_intr_handle_t), KM_SLEEP);
usr/src/uts/common/io/iwn/if_iwn.c
2406
return (kmem_zalloc(sizeof (struct iwn_node), KM_NOSLEEP));
usr/src/uts/common/io/iwn/if_iwn.c
2816
sc->calibcmd[idx].buf = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/iwn/if_iwn.c
443
*data = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/iwn/if_iwn.c
5702
buf = kmem_zalloc(IWN_SCAN_MAXSZ, KM_NOSLEEP);
usr/src/uts/common/io/iwn/if_iwn.c
661
sc->sc_intr_htable = kmem_zalloc(sc->sc_intr_size, KM_SLEEP);
usr/src/uts/common/io/iwp/iwp.c
1570
ring->data = kmem_zalloc(sizeof (iwp_tx_data_t) * TFD_QUEUE_SIZE_MAX,
usr/src/uts/common/io/iwp/iwp.c
1741
amrr = kmem_zalloc(sizeof (iwp_amrr_t), KM_SLEEP);
usr/src/uts/common/io/iwp/iwp.c
601
sc->sc_intr_htable = kmem_zalloc(sizeof (ddi_intr_handle_t), KM_SLEEP);
usr/src/uts/common/io/iwscons.c
193
lp = kmem_zalloc(sizeof (*lp), KM_SLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
207
rx_data = kmem_zalloc(sizeof (ixgbe_rx_data_t), KM_NOSLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
228
rx_data->work_list = kmem_zalloc(sizeof (rx_control_block_t *) *
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
240
rx_data->free_list = kmem_zalloc(sizeof (rx_control_block_t *) *
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
255
kmem_zalloc(sizeof (rx_control_block_t) * rcb_count,
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
668
tx_ring->work_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
680
tx_ring->free_list = kmem_zalloc(sizeof (tx_control_block_t *) *
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
697
kmem_zalloc(sizeof (tx_control_block_t) *
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1207
kmem_zalloc(IXGBE_ACI_MAX_BUFFER_SIZE, KM_SLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2482
ixgbe->rx_rings = kmem_zalloc(
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2493
ixgbe->tx_rings = kmem_zalloc(
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2507
ixgbe->rx_groups = kmem_zalloc(
usr/src/uts/common/io/ixgbe/ixgbe_main.c
486
ixgbe = kmem_zalloc(sizeof (ixgbe_t), KM_SLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6869
vlp = kmem_zalloc(sizeof (ixgbe_vlan_t), KM_SLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_osdep.c
91
return (kmem_zalloc(total, KM_SLEEP));
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
267
upper = kmem_zalloc(sizeof (struct kbtrans), KM_SLEEP);
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
329
kmem_zalloc(upper->kbtrans_streams_downs_bytes, KM_SLEEP);
usr/src/uts/common/io/ksensor/ksensor_test.c
117
kt = kmem_zalloc(sizeof (ksensor_test_t), KM_SLEEP);
usr/src/uts/common/io/ksocket/ksocket.c
800
pdp = kmem_zalloc(sizeof (*pdp), KM_SLEEP);
usr/src/uts/common/io/kstat.c
119
kbuf = kmem_zalloc(kbufsize + 1, KM_NOSLEEP);
usr/src/uts/common/io/kstat.c
141
kbuf = kmem_zalloc(kbufsize + 1, KM_NOSLEEP);
usr/src/uts/common/io/ksyms.c
462
ksyms_clones = kmem_zalloc(nksyms_clones *
usr/src/uts/common/io/ktest/ktest.c
1206
input_bytes = kmem_zalloc(kro.kro_input_len, KM_SLEEP);
usr/src/uts/common/io/ktest/ktest.c
463
if ((km = kmem_zalloc(sizeof (*km), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ktest/ktest.c
499
if ((ks = kmem_zalloc(sizeof (*ks), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ktest/ktest.c
527
if ((kt = kmem_zalloc(sizeof (*kt), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ldterm.c
681
tp = (ldtermstd_state_t *)kmem_zalloc(sizeof (ldtermstd_state_t),
usr/src/uts/common/io/llc1.c
229
(kmem_zalloc(sizeof (structure) * (number), KM_NOSLEEP))
usr/src/uts/common/io/llc1.c
231
(kmem_zalloc(size, KM_NOSLEEP))
usr/src/uts/common/io/llc1.c
384
llc1 = kmem_zalloc(sizeof (llc1_t), KM_SLEEP);
usr/src/uts/common/io/lofi.c
2811
lsp->ls_comp_bufs = kmem_zalloc(lofi_taskq_nthreads *
usr/src/uts/common/io/lofi.c
877
iv = kmem_zalloc(iv_len, KM_SLEEP);
usr/src/uts/common/io/logindmux.c
1243
if ((p = kmem_zalloc(sizeof (unlinkinfo_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac.c
1372
mip->mi_factory_addr = kmem_zalloc(mip->mi_factory_addr_num *
usr/src/uts/common/io/mac/mac.c
3007
p = kmem_zalloc(sizeof (mac_margin_req_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
3247
mtrp = kmem_zalloc(sizeof (mactype_register_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
3280
mtp = kmem_zalloc(sizeof (*mtp), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
3563
mrp = kmem_zalloc(sizeof (*mrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
3661
mrp = kmem_zalloc(sizeof (*mrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
3672
mrp = kmem_zalloc(sizeof (*mrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
4018
mip->mi_priv_prop = kmem_zalloc(nprops * sizeof (char *), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
4021
mip->mi_priv_prop[i] = kmem_zalloc(MAXLINKPROPNAME, KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
4396
groups = kmem_zalloc(sizeof (mac_group_t) * (grpcnt+ 1), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
5447
mvp = kmem_zalloc(sizeof (mac_vlan_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
5507
map = kmem_zalloc(sizeof (mac_address_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
5881
map = kmem_zalloc(sizeof (mac_address_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
5940
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5943
ndesc = kmem_zalloc(sizeof (net_desc_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5994
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5997
nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6039
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6042
ndesc = kmem_zalloc(sizeof (net_desc_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6079
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6082
nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6957
mgcp = kmem_zalloc(sizeof (mac_grp_client_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
8009
mtnfp = kmem_zalloc(sizeof (mac_tx_notify_cb_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
8429
mrp = kmem_zalloc(sizeof (*mrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
8540
mpa = kmem_zalloc(sizeof (struct mac_pool_arg), KM_SLEEP);
usr/src/uts/common/io/mac/mac_bcast.c
276
maddr = kmem_zalloc(sizeof (mac_mcast_addrs_t),
usr/src/uts/common/io/mac/mac_bcast.c
296
maddr = kmem_zalloc(sizeof (mac_mcast_addrs_t),
usr/src/uts/common/io/mac/mac_bcast.c
330
grp->mbg_addr = kmem_zalloc(addr_len, KM_SLEEP);
usr/src/uts/common/io/mac/mac_bcast.c
424
new_clients = kmem_zalloc(new_size *
usr/src/uts/common/io/mac/mac_client.c
2101
omrp = kmem_zalloc(sizeof (*omrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
2643
muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
2699
mrp = kmem_zalloc(sizeof (*mrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
2746
muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
3236
mrp = kmem_zalloc(sizeof (*mrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
3868
mncb = kmem_zalloc(sizeof (mac_notify_cb_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
4682
umrp = kmem_zalloc(sizeof (*umrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
4704
tmrp = kmem_zalloc(sizeof (*tmrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
4733
omrp = kmem_zalloc(sizeof (*omrp), KM_SLEEP);
usr/src/uts/common/io/mac/mac_datapath_setup.c
1231
kmem_zalloc(sizeof (mac_soft_ring_t *) *
usr/src/uts/common/io/mac/mac_datapath_setup.c
1237
kmem_zalloc(sizeof (mac_soft_ring_t *) *
usr/src/uts/common/io/mac/mac_datapath_setup.c
1242
kmem_zalloc(sizeof (mac_soft_ring_t *) * MAX_SR_FANOUT,
usr/src/uts/common/io/mac/mac_datapath_setup.c
1245
kmem_zalloc(sizeof (mac_soft_ring_t *) * MAX_SR_FANOUT,
usr/src/uts/common/io/mac/mac_datapath_setup.c
1248
kmem_zalloc(sizeof (mac_soft_ring_t *) * MAX_SR_FANOUT,
usr/src/uts/common/io/mac/mac_datapath_setup.c
1251
kmem_zalloc(sizeof (mac_soft_ring_t *) * MAX_SR_FANOUT,
usr/src/uts/common/io/mac/mac_datapath_setup.c
1254
kmem_zalloc(sizeof (mac_soft_ring_t *) * MAX_SR_FANOUT,
usr/src/uts/common/io/mac/mac_flow.c
1527
finfo = kmem_zalloc(sizeof (*finfo), KM_SLEEP);
usr/src/uts/common/io/mac/mac_flow.c
992
ft->ft_table = kmem_zalloc(size * sizeof (flow_entry_t *), KM_SLEEP);
usr/src/uts/common/io/mac/mac_protect.c
1002
if ((*addrp = kmem_zalloc(sizeof (dhcpv6_addr_t),
usr/src/uts/common/io/mac/mac_protect.c
1065
if ((rawcid = kmem_zalloc(rawcidlen, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac_protect.c
1069
if ((cid = kmem_zalloc(sizeof (*cid), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/mac/mac_protect.c
1186
if ((txn = kmem_zalloc(sizeof (dhcpv6_txn_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac_protect.c
1472
if ((addr = kmem_zalloc(sizeof (slaac_addr_t), KM_NOSLEEP_LAZY)) ==
usr/src/uts/common/io/mac/mac_protect.c
470
if ((txn = kmem_zalloc(sizeof (*txn), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac_provider.c
112
mregp = kmem_zalloc(sizeof (mac_register_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_util.c
1666
iget_p = kmem_zalloc(ipsz, KM_SLEEP);
usr/src/uts/common/io/mac/mac_util.c
1690
iget_p = kmem_zalloc(ipsz, KM_SLEEP);
usr/src/uts/common/io/mega_sas/megaraid_sas.c
2045
instance->cmd_list = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/io/mega_sas/megaraid_sas.c
2049
instance->cmd_list[i] = kmem_zalloc(sizeof (struct megasas_cmd),
usr/src/uts/common/io/mega_sas/megaraid_sas.c
355
instance->func_ptr = kmem_zalloc(
usr/src/uts/common/io/mii/mii.c
235
mh = kmem_zalloc(sizeof (*mh), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1334
mdp = kmem_zalloc(sizeof (mlxcx_dev_page_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1442
s = kmem_zalloc(sizeof (mlxcx_buf_shard_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1851
mlxp->mlx_ports = kmem_zalloc(mlxp->mlx_ports_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1897
p->mlp_rx_flow = (ft = kmem_zalloc(sizeof (mlxcx_flow_table_t),
usr/src/uts/common/io/mlxcx/mlxcx.c
1911
ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1940
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1956
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1968
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
2135
v = kmem_zalloc(sizeof (mlxcx_group_vlan_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
2343
gm = kmem_zalloc(sizeof (mlxcx_group_mac_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
2566
mlxp->mlx_caps = c = kmem_zalloc(sizeof (mlxcx_caps_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
2948
mlxp->mlx_rx_groups = kmem_zalloc(mlxp->mlx_rx_groups_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
2953
mlxp->mlx_tx_groups = kmem_zalloc(mlxp->mlx_tx_groups_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1291
in = kmem_zalloc(insize, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1378
out = kmem_zalloc(sizeof (mlxcx_cmd_query_hca_cap_out_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
668
mbox = kmem_zalloc(sizeof (*mbox), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
1302
mlxp->mlx_eqs = kmem_zalloc(mlxp->mlx_eqs_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
449
pages = kmem_zalloc(sizeof (*pages) * npages, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
452
mdp = kmem_zalloc(sizeof (mlxcx_dev_page_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1017
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1038
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1059
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1085
g->mlg_rx_vlan_ft = (ft = kmem_zalloc(sizeof (mlxcx_flow_table_t),
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1100
ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1119
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1136
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1157
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1341
g->mlg_wqs = kmem_zalloc(g->mlg_wqs_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
342
cq = kmem_zalloc(sizeof (mlxcx_completion_queue_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
768
g->mlg_wqs = kmem_zalloc(g->mlg_wqs_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
771
g->mlg_rqt = kmem_zalloc(sizeof (mlxcx_rqtable_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
777
g->mlg_rqt->mlrqt_rq = kmem_zalloc(g->mlg_rqt->mlrqt_rq_size, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
896
g->mlg_rx_hash_ft = (ft = kmem_zalloc(sizeof (mlxcx_flow_table_t),
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
914
ft->mlft_ent = kmem_zalloc(ft->mlft_entsize, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
929
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
951
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
973
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
995
fg = kmem_zalloc(sizeof (mlxcx_flow_group_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_sensor.c
95
mlxp->mlx_temp_sensors = kmem_zalloc(sizeof (mlxcx_temp_sensor_t) *
usr/src/uts/common/io/mouse8042.c
302
state = kmem_zalloc(sizeof (struct mouse_state), KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas.c
1424
ioctl = (struct mrsas_ioctl *)kmem_zalloc(sizeof (struct mrsas_ioctl),
usr/src/uts/common/io/mr_sas/mr_sas.c
3132
instance->cmd_list = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas.c
3138
kmem_zalloc(sizeof (struct mrsas_cmd), KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas.c
7288
instance->intr_htable = kmem_zalloc(instance->intr_htable_size,
usr/src/uts/common/io/mr_sas/mr_sas.c
7582
sd = kmem_zalloc(sizeof (struct scsi_device), KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas.c
7698
kmem_zalloc(sizeof (struct mrsas_eventinfo), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/mr_sas/mr_sas.c
7774
devname = kmem_zalloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas.c
948
kmem_zalloc(MRDRV_MAX_LD * sizeof (struct mrsas_ld),
usr/src/uts/common/io/mr_sas/mr_sas.c
955
kmem_zalloc(MRSAS_TBOLT_GET_PD_MAX(instance) *
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
3539
kmem_zalloc(sizeof (struct mrsas_tbolt_pd_info), KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
3550
sd = kmem_zalloc(sizeof (struct scsi_device), KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
581
instance->cmd_list = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
586
kmem_zalloc(sizeof (struct mrsas_cmd), KM_SLEEP);
usr/src/uts/common/io/mwl/mwl.c
2237
mn = kmem_zalloc(sizeof (struct mwl_node), KM_SLEEP);
usr/src/uts/common/io/mwl/mwl.c
4105
sc->sc_intr_htable = kmem_zalloc(sizeof (ddi_intr_handle_t), KM_SLEEP);
usr/src/uts/common/io/mwl/mwl.c
491
ring->buf = (struct mwl_rxbuf *)kmem_zalloc(datadlen, KM_SLEEP);
usr/src/uts/common/io/mwl/mwl.c
578
ring->buf = kmem_zalloc(datadlen, KM_SLEEP);
usr/src/uts/common/io/mxfe/mxfe.c
1906
txb = kmem_zalloc(sizeof (*txb), KM_SLEEP);
usr/src/uts/common/io/mxfe/mxfe.c
1950
rxb = kmem_zalloc(sizeof (*rxb), KM_SLEEP);
usr/src/uts/common/io/mxfe/mxfe.c
2038
mxfep->mxfe_rxbufs = kmem_zalloc(MXFE_RXRING * sizeof (mxfe_rxbuf_t *),
usr/src/uts/common/io/mxfe/mxfe.c
2102
mxfep->mxfe_txbufs = kmem_zalloc(MXFE_TXRING * sizeof (mxfe_txbuf_t *),
usr/src/uts/common/io/mxfe/mxfe.c
390
mxfep = kmem_zalloc(sizeof (mxfe_t), KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1150
inflate_buffer = kmem_zalloc(sram_size, KM_NOSLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1880
ss->rx_small.shadow = kmem_zalloc(bytes, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1886
ss->rx_big.shadow = kmem_zalloc(bytes, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1894
ss->tx.info = kmem_zalloc(bytes, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1900
ss->rx_small.info = kmem_zalloc(bytes, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1906
ss->rx_big.info = kmem_zalloc(bytes, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5525
lro = kmem_zalloc(sizeof (*lro), KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5575
mgp->ss = kmem_zalloc(bytes, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5821
macp = kmem_zalloc(sizeof (*macp) * 8, KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5825
kmem_zalloc(sizeof (*mgp), KM_SLEEP)) == NULL) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
775
handle = kmem_zalloc(sizeof (*handle), KM_SLEEP);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
926
ss->tx.cp = kmem_zalloc(bytes, KM_SLEEP);
usr/src/uts/common/io/net80211/net80211.c
100
void *p = kmem_zalloc((size + 4), KM_SLEEP);
usr/src/uts/common/io/net80211/net80211_crypto_ccmp.c
89
ctx = kmem_zalloc(sizeof (struct ccmp_ctx), KM_SLEEP);
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
106
ctx = kmem_zalloc(sizeof (struct tkip_ctx), KM_SLEEP);
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
93
ctx = kmem_zalloc(sizeof (struct wep_ctx), KM_NOSLEEP);
usr/src/uts/common/io/net80211/net80211_node.c
765
return (kmem_zalloc(sizeof (ieee80211_node_t), KM_SLEEP));
usr/src/uts/common/io/neti_impl.c
594
ni = kmem_zalloc(sizeof (*ni), KM_NOSLEEP);
usr/src/uts/common/io/neti_stack.c
102
nts = kmem_zalloc(sizeof (*nts), KM_SLEEP);
usr/src/uts/common/io/neti_stack.c
261
nini = kmem_zalloc(sizeof (net_instance_int_t), KM_SLEEP);
usr/src/uts/common/io/neti_stack.c
332
nin = kmem_zalloc(sizeof (net_instance_t), KM_SLEEP);
usr/src/uts/common/io/nge/nge_main.c
1317
pitem = kmem_zalloc(sizeof (mul_item), KM_SLEEP);
usr/src/uts/common/io/nge/nge_main.c
2396
ngep = kmem_zalloc(sizeof (*ngep), KM_SLEEP);
usr/src/uts/common/io/nge/nge_main.c
518
ssbdp = kmem_zalloc(nslots*sizeof (*ssbdp), KM_SLEEP);
usr/src/uts/common/io/nge/nge_main.c
723
bsbdp = kmem_zalloc(nslots_recv *sizeof (*bsbdp), KM_SLEEP);
usr/src/uts/common/io/nge/nge_main.c
728
bufp = kmem_zalloc(sizeof (dma_area_t), KM_SLEEP);
usr/src/uts/common/io/ntxn/unm_gem.c
1164
adapter = kmem_zalloc(sizeof (unm_adapter), KM_SLEEP);
usr/src/uts/common/io/ntxn/unm_gem.c
1394
adapter->cmd_buf_arr = (struct unm_cmd_buffer *)kmem_zalloc(
usr/src/uts/common/io/ntxn/unm_gem.c
643
rcv_desc->rx_buf_pool = kmem_zalloc(sizeof (unm_rx_buffer_t) *
usr/src/uts/common/io/ntxn/unm_nic_init.c
320
buf = kmem_zalloc(n * sizeof (struct crb_addr_pair), KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
1549
nvme_dma_t *dma = kmem_zalloc(sizeof (nvme_dma_t), KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
1674
nvme_cq_t *cq = kmem_zalloc(sizeof (*cq), KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
1731
nvme->n_cq = kmem_zalloc(sizeof (*nvme->n_cq) * ncq, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
1762
nvme_qpair_t *qp = kmem_zalloc(sizeof (*qp), KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
1788
qp->nq_cmd = kmem_zalloc(sizeof (nvme_cmd_t *) * nentry, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
4446
hb = kmem_zalloc(sizeof (nvme_host_behavior_t), KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
4776
nvme->n_ns = kmem_zalloc(sizeof (nvme_namespace_t) *
usr/src/uts/common/io/nvme/nvme.c
4841
nvme->n_ioq = kmem_zalloc(sizeof (nvme_qpair_t *) *
usr/src/uts/common/io/nvme/nvme.c
5047
nvme->n_inth = kmem_zalloc(nvme->n_inth_sz, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
6195
minor = kmem_zalloc(sizeof (nvme_minor_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/nvme/nvme.c
6619
ns_info = kmem_zalloc(sizeof (nvme_ioctl_ns_info_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/nvme/nvme.c
7344
nvme_identify_nsid_t *idns = kmem_zalloc(sizeof (nvme_identify_nsid_t),
usr/src/uts/common/io/nxge/nxge_main.c
6695
hw_p = kmem_zalloc(sizeof (nxge_hw_list_t), KM_SLEEP);
usr/src/uts/common/io/openprom.c
1172
propval = kmem_zalloc(proplen + 1, KM_SLEEP);
usr/src/uts/common/io/openprom.c
1183
buf2 = kmem_zalloc(OBP_MAXPROPNAME, KM_SLEEP);
usr/src/uts/common/io/openprom.c
1197
propval = kmem_zalloc(proplen + 1, KM_SLEEP);
usr/src/uts/common/io/openprom.c
394
opp = (struct openpromio *)kmem_zalloc(
usr/src/uts/common/io/openprom.c
407
valbuf = (char *)kmem_zalloc(valsize + 1, KM_SLEEP);
usr/src/uts/common/io/openprom.c
412
opp = (struct openpromio *)kmem_zalloc(
usr/src/uts/common/io/openprom.c
427
valbuf = (char *)kmem_zalloc(valsize + 1, KM_SLEEP);
usr/src/uts/common/io/openprom.c
432
opp = (struct openpromio *)kmem_zalloc(
usr/src/uts/common/io/openprom.c
443
opp = (struct openpromio *)kmem_zalloc(
usr/src/uts/common/io/openprom.c
527
opp = (struct openpromio *)kmem_zalloc(
usr/src/uts/common/io/overlay/overlay.c
1232
odd = kmem_zalloc(sizeof (overlay_dev_t), KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_plugin.c
96
ovrp = kmem_zalloc(sizeof (overlay_plugin_register_t), KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_target.c
999
otl = kmem_zalloc(*bsize, KM_SLEEP);
usr/src/uts/common/io/pci_intr_lib.c
796
msix_p = kmem_zalloc(sizeof (ddi_intr_msix_t), KM_SLEEP);
usr/src/uts/common/io/pcic.c
4722
intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP);
usr/src/uts/common/io/pcic.c
720
pcic = kmem_zalloc(sizeof (pcicdev_t), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
1220
ap_id = kmem_zalloc(ap_id_len, kmflag);
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
733
cn_info->cn_name = (char *)kmem_zalloc(name_len, KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
857
cn_info = kmem_zalloc(sizeof (ddi_hp_cn_info_t), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
1996
ctrl_p = kmem_zalloc(sizeof (pcie_hp_ctrl_t), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2000
ctrl_p->hc_slots[0] = kmem_zalloc(sizeof (pcie_hp_slot_t), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
847
ctrl_p = kmem_zalloc(sizeof (pcie_hp_ctrl_t), KM_SLEEP);
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
977
slot_p = kmem_zalloc(sizeof (pcie_hp_slot_t), KM_SLEEP);
usr/src/uts/common/io/pciex/pcie.c
1428
bus_p = (pcie_bus_t *)kmem_zalloc(sizeof (pcie_bus_t), KM_SLEEP);
usr/src/uts/common/io/pciex/pcie.c
1919
bus_p = kmem_zalloc(sizeof (pcie_bus_t), KM_SLEEP);
usr/src/uts/common/io/pciex/pcie.c
3087
bus_p->bus_lbw_pbuf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/pciex/pcie.c
3088
bus_p->bus_lbw_cbuf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/pciex/pcie_pwr.c
545
pcie_pm_p = (pcie_pm_t *)kmem_zalloc(
usr/src/uts/common/io/pciex/pcie_pwr.c
549
cpwr_p = (pcie_pwr_child_t *)kmem_zalloc(sizeof (pcie_pwr_child_t),
usr/src/uts/common/io/pciex/pcie_pwr.c
610
pcie_pm_p = (pcie_pm_t *)kmem_zalloc(
usr/src/uts/common/io/pciex/pcie_pwr.c
615
pwr_p = (pcie_pwr_t *)kmem_zalloc(sizeof (pcie_pwr_t), KM_SLEEP);
usr/src/uts/common/io/pciex/pcieb.c
1195
pcieb->pcieb_htable = kmem_zalloc(pcieb->pcieb_htable_size,
usr/src/uts/common/io/pckt.c
225
pip = kmem_zalloc(sizeof (*pip), KM_SLEEP);
usr/src/uts/common/io/pcn/pcn.c
1548
buf = kmem_zalloc(sizeof (*buf), KM_SLEEP);
usr/src/uts/common/io/pcn/pcn.c
1618
pcnp->pcn_txbufs = kmem_zalloc(PCN_TXRING * sizeof (pcn_buf_t *),
usr/src/uts/common/io/pcn/pcn.c
1675
pcnp->pcn_rxbufs = kmem_zalloc(PCN_RXRING * sizeof (pcn_buf_t *),
usr/src/uts/common/io/physmem.c
213
newp = kmem_zalloc(sizeof (struct physmem_proc_hash), KM_SLEEP);
usr/src/uts/common/io/physmem.c
369
php = kmem_zalloc(sizeof (struct physmem_hash), KM_SLEEP);
usr/src/uts/common/io/pm.c
1593
rp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/pm.c
1739
rp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/pm.c
1944
timestamp = kmem_zalloc(comps * sizeof (time_t),
usr/src/uts/common/io/pm.c
2330
physpath = kmem_zalloc(1, KM_SLEEP);
usr/src/uts/common/io/pm.c
2340
physpath = kmem_zalloc(physlen, KM_SLEEP);
usr/src/uts/common/io/pm.c
2465
physpath = kmem_zalloc(physlen, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm.c
1168
if ((p = kmem_zalloc(sizeof (pm_ppm_devlist_t),
usr/src/uts/common/io/ppm/ppm.c
473
domain = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm.c
552
path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm.c
604
domain = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm.c
624
if ((d = devlist = kmem_zalloc(size, KM_SLEEP)) == NULL)
usr/src/uts/common/io/ppm/ppm.c
693
path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
1110
kmem_zalloc((sizeof (char *) * (count + 1)), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
1130
dc->path = kmem_zalloc((strlen(f) + 1), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
249
domdata.name = kmem_zalloc(strlen(PPM_DOMAIN_PROP) + 1, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
260
domp = kmem_zalloc(sizeof (*domp), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
261
domp->name = kmem_zalloc(strlen(*dom_namep) + 1, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
288
modeldata.name = kmem_zalloc(plen, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
318
propnamedata.name = kmem_zalloc(plen, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
325
domp->propname = kmem_zalloc(
usr/src/uts/common/io/ppm/ppm_subr.c
337
devdata.name = kmem_zalloc(plen, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
364
dcdata.name = kmem_zalloc(plen, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
373
dc = kmem_zalloc(sizeof (*dc), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
502
dbp = kmem_zalloc(sizeof (struct ppm_db), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
503
dbp->name = kmem_zalloc((strlen(path) + 1), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
658
new_owned = kmem_zalloc(sizeof (*new_owned), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
659
new_owned->path = kmem_zalloc(strlen(path) + 1, KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
690
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/ppm/ppm_subr.c
691
new->path = kmem_zalloc(strlen(path) + 1, KM_SLEEP);
usr/src/uts/common/io/ppp/sppp/sppp.c
179
sps = (spppstr_t *)kmem_zalloc(sizeof (spppstr_t), KM_SLEEP);
usr/src/uts/common/io/ppp/sppp/sppp.c
258
ppa = (sppa_t *)kmem_zalloc(sizeof (sppa_t),
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
406
state = (sppp_ahdlc_t *)kmem_zalloc(sizeof (sppp_ahdlc_t), KM_SLEEP);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
217
state = (struct deflate_state *)kmem_zalloc(sizeof (*state), KM_SLEEP);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
671
state = (struct deflate_state *)kmem_zalloc(sizeof (*state), KM_SLEEP);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
245
cp = kmem_zalloc(sizeof (sppp_comp_t), KM_SLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
242
tcl_new = kmem_zalloc(new_size * sizeof (tuncl_t *), KM_NOSLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2431
tcl_slots = kmem_zalloc(tcl_nslots * sizeof (tuncl_t *), KM_SLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
454
tll = kmem_zalloc(sizeof (tunll_t), KM_SLEEP);
usr/src/uts/common/io/pshot.c
3252
devarr = kmem_zalloc(name_arr_len * sizeof (*devarr), KM_SLEEP);
usr/src/uts/common/io/ptms_conf.c
278
ptms_slots = kmem_zalloc(pt_init_cnt *
usr/src/uts/common/io/ptms_conf.c
581
ptms_new = kmem_zalloc(new_size * sizeof (struct pt_ttys *),
usr/src/uts/common/io/qede/qede_gld.c
1079
mc_macs = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/qede/qede_gld.c
1122
ptr_entry = kmem_zalloc((sizeof (qede_mcast_list_entry_t) +
usr/src/uts/common/io/qede/qede_gld.c
1467
buf = kmem_zalloc(size, GFP_KERNEL);
usr/src/uts/common/io/qede/qede_gld.c
1520
buf = kmem_zalloc(size, GFP_KERNEL);
usr/src/uts/common/io/qede/qede_gld.c
1627
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/qede/qede_main.c
1099
intr_ctx->intr_hdl_array = kmem_zalloc(
usr/src/uts/common/io/qede/qede_main.c
1102
intr_ctx->intr_vect_info = kmem_zalloc(
usr/src/uts/common/io/qede/qede_main.c
2391
rx_buf_area = kmem_zalloc(sizeof (*rx_buf_area), KM_SLEEP);
usr/src/uts/common/io/qede/qede_main.c
2543
bcopy_list = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/qede/qede_main.c
2626
dmah_list = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/qede/qede_main.c
2720
recycle_list = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/qede/qede_main.c
3349
if ((qede = kmem_zalloc(sizeof (qede_t), KM_SLEEP)) == NULL) {
usr/src/uts/common/io/qede/qede_osal.c
114
if ((new_entry = kmem_zalloc(sizeof (qede_mem_list_entry_t), flags))
usr/src/uts/common/io/qede/qede_osal.c
121
if ((buf = kmem_zalloc(size, flags)) == NULL) {
usr/src/uts/common/io/qede/qede_osal.c
146
if ((new_entry = kmem_zalloc(sizeof (qede_mem_list_entry_t), flags))
usr/src/uts/common/io/qede/qede_osal.c
212
kmem_zalloc(sizeof (qede_phys_mem_entry_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/ral/rt2560.c
581
ring->data = kmem_zalloc(count * (sizeof (struct rt2560_tx_data)),
usr/src/uts/common/io/ral/rt2560.c
583
ring->dr_txbuf = kmem_zalloc(count * (sizeof (struct dma_region)),
usr/src/uts/common/io/ral/rt2560.c
707
ring->data = kmem_zalloc(count * (sizeof (struct rt2560_rx_data)),
usr/src/uts/common/io/ral/rt2560.c
709
ring->dr_rxbuf = kmem_zalloc(count * (sizeof (struct dma_region)),
usr/src/uts/common/io/ral/rt2560.c
791
rn = kmem_zalloc(sizeof (struct rt2560_node), KM_SLEEP);
usr/src/uts/common/io/ramdisk.c
329
ppa = kmem_zalloc(ppalen, KM_NOSLEEP);
usr/src/uts/common/io/rge/rge_main.c
1601
rgep = kmem_zalloc(sizeof (*rgep), KM_SLEEP);
usr/src/uts/common/io/rge/rge_main.c
480
ssbdp = kmem_zalloc(RGE_SEND_SLOTS*sizeof (*ssbdp), KM_SLEEP);
usr/src/uts/common/io/rge/rge_main.c
527
srbdp = kmem_zalloc(RGE_RECV_SLOTS*sizeof (*srbdp), KM_SLEEP);
usr/src/uts/common/io/rge/rge_main.c
540
kmem_zalloc(sizeof (dma_buf_t), KM_SLEEP);
usr/src/uts/common/io/rge/rge_main.c
594
free_srbdp = kmem_zalloc(RGE_BUF_SLOTS*sizeof (*free_srbdp), KM_SLEEP);
usr/src/uts/common/io/rge/rge_main.c
606
kmem_zalloc(sizeof (dma_buf_t), KM_SLEEP);
usr/src/uts/common/io/rlmod.c
220
rmip = kmem_zalloc(sizeof (*rmip), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
1198
p = (rsmresource_blk_t **)kmem_zalloc(
usr/src/uts/common/io/rsm/rsm.c
1227
blk = (rsmresource_blk_t *)kmem_zalloc(sizeof (*blk), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
1629
kmem_zalloc(size * sizeof (rsmresource_t *), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
1713
shdatap = kmem_zalloc(sizeof (rsm_import_share_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
1770
new_token = kmem_zalloc(sizeof (importing_token_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
1910
new = (rsmseg_t *)kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
3219
tmp_acl = kmem_zalloc(new_acl_len*sizeof (*tmp_acl), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
5718
rp = kmem_zalloc(sizeof (republish_token_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
5787
tokp = kmem_zalloc(sizeof (list_element_t),
usr/src/uts/common/io/rsm/rsm.c
7097
evlist32 = kmem_zalloc(evlistsz32, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
7117
evlist = kmem_zalloc(evlistsz, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
7157
evlist = kmem_zalloc(evlistsz, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
7199
evlist32 = kmem_zalloc(evlistsz32, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
7315
iovec32_base = iovec32 = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
7509
ka_iovec_start = ka_iovec = kmem_zalloc(ka_size, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
7591
iovec_start = iovec = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
846
kmem_zalloc(rsm_hash_size * sizeof (importing_token_t *), KM_SLEEP);
usr/src/uts/common/io/rsm/rsm.c
854
p = (rsmresource_t *)kmem_zalloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
1799
listhead = kmem_zalloc(sizeof (adapter_listhead_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
1982
adapter = kmem_zalloc(sizeof (adapter_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
2391
ipc_info = kmem_zalloc(sizeof (ipc_info_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
2945
bufp = kmem_zalloc(request_size, KM_SLEEP);
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
715
srv_hdlr_argp = kmem_zalloc(sizeof (srv_handler_arg_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
877
path = kmem_zalloc(sizeof (path_t), KM_SLEEP);
usr/src/uts/common/io/rsm/rsmka_pathmanager.c
912
path->msgbuf_queue = (msgbuf_elem_t *)kmem_zalloc(
usr/src/uts/common/io/rtls/rtls.c
435
rtlsp = kmem_zalloc(sizeof (rtls_t), KM_SLEEP);
usr/src/uts/common/io/rtw/rtw.c
1255
txbf = (struct rtw_txbuf *)kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/rtw/rtw.c
1284
rxbf = (struct rtw_rxbuf *)kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/rtw/rtw.c
817
sr->sr_content = kmem_zalloc(sr->sr_size, KM_SLEEP);
usr/src/uts/common/io/rtw/rtwphy.c
449
sa = (struct rtw_sa2400 *)kmem_zalloc(sizeof (*sa), KM_SLEEP);
usr/src/uts/common/io/rtw/rtwphy.c
597
mx = (struct rtw_max2820 *)kmem_zalloc(sizeof (*mx), KM_SLEEP);
usr/src/uts/common/io/rwd/rt2661.c
2078
rn = kmem_zalloc(sizeof (struct rt2661_node), KM_SLEEP);
usr/src/uts/common/io/rwd/rt2661.c
2918
sc->sc_intr_htable = kmem_zalloc(sizeof (ddi_intr_handle_t), KM_SLEEP);
usr/src/uts/common/io/rwd/rt2661.c
642
ring->data = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/rwd/rt2661.c
769
ring->data = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/sad_conf.c
209
ap_new = kmem_zalloc(sizeof (struct autopush), KM_SLEEP);
usr/src/uts/common/io/sad_conf.c
296
ss->ss_saddev = kmem_zalloc(ss->ss_sadcnt * sizeof (struct saddev),
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
1291
sata_hba_tran = kmem_zalloc(sizeof (sata_hba_tran_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
3908
kmem_zalloc(sizeof (ahci_pmult_info_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
6134
(ahci_port_t *)kmem_zalloc(sizeof (ahci_port_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
6180
kmem_zalloc(sizeof (ahci_event_arg_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
6183
kmem_zalloc(sizeof (ahci_addr_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
2730
nvc->nvc_port = kmem_zalloc(sizeof (nv_port_t) * NV_MAX_PORTS(nvc),
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
2820
nvp->nvp_sg_dma_hdl = kmem_zalloc(sizeof (ddi_dma_handle_t) *
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
2823
nvp->nvp_sg_acc_hdl = kmem_zalloc(sizeof (ddi_acc_handle_t) *
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
2826
nvp->nvp_sg_addr = kmem_zalloc(sizeof (caddr_t) *
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
2829
nvp->nvp_sg_paddr = kmem_zalloc(sizeof (uint32_t) *
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
2832
nvp->nvp_slot = kmem_zalloc(sizeof (nv_slot_t) * NV_QUEUE_SLOTS,
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
3804
nvc->nvc_htable = kmem_zalloc(nvc->nvc_intr_size, KM_SLEEP);
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
6550
cmn = (nv_sgp_cmn_t *)kmem_zalloc(sizeof (nv_sgp_cmn_t),
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
1056
sata_hba_tran = kmem_zalloc(sizeof (sata_hba_tran_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
1942
si_ctlp->sictl_ports[port] = (si_port_state_t *)kmem_zalloc(
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
1965
kmem_zalloc(sizeof (si_event_arg_t), KM_SLEEP);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
4925
si_ctlp->sictl_htable = kmem_zalloc(si_ctlp->sictl_intr_size, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
10054
lbuf = kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
10114
lbuf = kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
10890
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
11105
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
11379
cportinfo = kmem_zalloc(sizeof (sata_cport_info_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
11444
kmem_zalloc(sizeof (sata_drive_info_t),
usr/src/uts/common/io/sata/impl/sata.c
11555
kmem_zalloc(sizeof (sata_drive_info_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
12261
sdinfo = kmem_zalloc(
usr/src/uts/common/io/sata/impl/sata.c
12724
sdinfo = kmem_zalloc(sizeof (sata_drive_info_t),
usr/src/uts/common/io/sata/impl/sata.c
12858
kmem_zalloc(sizeof (sata_pmult_info_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
12902
pmportinfo = kmem_zalloc(sizeof (sata_pmport_info_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
14070
spkt = kmem_zalloc(sizeof (sata_pkt_t), kmsflag);
usr/src/uts/common/io/sata/impl/sata.c
14456
spx->txlt_dma_cookie_list = kmem_zalloc(
usr/src/uts/common/io/sata/impl/sata.c
14644
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
14938
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
15017
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
15102
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
17364
hwid = kmem_zalloc(LEGACY_HWID_LEN, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
17647
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
17749
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
17858
spx = kmem_zalloc(sizeof (*spx), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
17973
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
18081
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
1893
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
1994
spx = kmem_zalloc(sizeof (sata_pkt_txlate_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
21862
dmsg_alloc = kmem_zalloc(sizeof (sata_trace_dmsg_t), KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
21923
sata_debug_rbuf = kmem_zalloc(sizeof (sata_trace_rbuf_t), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
2957
sata_pkt = kmem_zalloc(sizeof (sata_pkt_t), KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
5178
data = kmem_zalloc(bdlen, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
5299
buf = kmem_zalloc(1024, KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
5304
buf = kmem_zalloc(1024, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
6143
buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/sata/impl/sata.c
6148
buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
9258
lbuf = kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
9337
ext_selftest_log = kmem_zalloc(
usr/src/uts/common/io/sata/impl/sata.c
948
sata_hba_inst = kmem_zalloc(sizeof (struct sata_hba_inst), KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
9568
selftest_log = kmem_zalloc(sizeof (struct smart_selftest_log),
usr/src/uts/common/io/sata/impl/sata.c
9814
smart_data = kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/io/sata/impl/sata.c
9844
lbuf = kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/io/sbp2/cfgrom.c
207
cep->ce_data.leaf = kmem_zalloc(cep->ce_len * 4, KM_SLEEP);
usr/src/uts/common/io/sbp2/cfgrom.c
241
cbp->cb_buf = kmem_zalloc(cbp->cb_len * 4, KM_SLEEP);
usr/src/uts/common/io/sbp2/cfgrom.c
273
new_ent = kmem_zalloc(new_size, KM_SLEEP);
usr/src/uts/common/io/sbp2/sbp2.c
1324
task->ts_buf = kmem_zalloc(sizeof (sbp2_bus_buf_t), KM_SLEEP);
usr/src/uts/common/io/sbp2/sbp2.c
154
tp = kmem_zalloc(sizeof (sbp2_tgt_t), KM_SLEEP);
usr/src/uts/common/io/sbp2/sbp2.c
268
tp->t_lun = kmem_zalloc(maxluns * sizeof (sbp2_lun_t), KM_SLEEP);
usr/src/uts/common/io/sbp2/sbp2.c
731
sp = kmem_zalloc(sizeof (sbp2_ses_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1200
name = kmem_zalloc(MAX_GET_NAME_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1746
initiator_node_name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1820
initiator_node_alias = kmem_zalloc(ISCSI_MAX_NAME_LEN,
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1934
name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1961
ics = kmem_zalloc(sizeof (*ics), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2119
idlp = kmem_zalloc(list_space, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2169
target_name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2277
ialp = (iscsi_addr_list_t *)kmem_zalloc(list_space, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2342
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2400
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2451
chap = (iscsi_chap_props_t *)kmem_zalloc
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2483
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2660
name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2746
name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2858
initiator_node_name = kmem_zalloc(ISCSI_MAX_NAME_LEN,
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2876
initiator_node_alias = kmem_zalloc(ISCSI_MAX_NAME_LEN,
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2974
ialp = kmem_zalloc(list_space, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3030
ialp = kmem_zalloc(list_space, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3198
initiator_node_name = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3327
llp = kmem_zalloc(lun_sz, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3398
lun = (iscsi_lun_props_t *)kmem_zalloc(sizeof (*lun), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3537
radius = (iscsi_radius_props_t *)kmem_zalloc(sizeof (*radius),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3584
radius = (iscsi_radius_props_t *)kmem_zalloc(sizeof (*radius),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3619
auth = (iscsi_auth_props_t *)kmem_zalloc(sizeof (*auth),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
3688
auth = (iscsi_auth_props_t *)kmem_zalloc(sizeof (*auth),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
4136
istl = kmem_zalloc(stl_sz, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
4176
initiator_node_name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
4197
initiator_node_alias = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
4271
server_pg_list = (isns_server_portal_group_list_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
5166
tmp = kmem_zalloc(MAX_GET_NAME_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
5210
tmp = kmem_zalloc(MAX_GET_NAME_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
5270
pparam = (persistent_param_t *)kmem_zalloc(sizeof (*pparam), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
5296
pp = (persistent_param_t *)kmem_zalloc(sizeof (*pp), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
5538
pparam = (persistent_tunable_param_t *)kmem_zalloc(sizeof (*pparam),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
694
init_node_name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_cmd.c
262
icmdp = kmem_zalloc(sizeof (iscsi_cmd_t), km_flags);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_conn.c
1048
itp = kmem_zalloc(sizeof (iscsi_task_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_conn.c
201
itp = kmem_zalloc(sizeof (iscsi_task_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_conn.c
837
ics = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_conn.c
89
icp = (iscsi_conn_t *)kmem_zalloc(sizeof (iscsi_conn_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_conn.c
923
ics = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_doorclt.c
253
buffer = (mybuffer_t *)kmem_zalloc(buffer_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
1472
itp = kmem_zalloc(sizeof (iscsi_task_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
1531
itp = kmem_zalloc(sizeof (iscsi_task_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2160
pdu = kmem_zalloc(sizeof (idm_pdu_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2172
ihp = kmem_zalloc(ADDLHDRSZ(cdblen), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2179
ihp = kmem_zalloc(sizeof (iscsi_scsi_cmd_hdr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2230
tx_pdu = kmem_zalloc(sizeof (idm_pdu_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2263
inohp = kmem_zalloc(sizeof (iscsi_nop_out_hdr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2298
istmh = kmem_zalloc(sizeof (iscsi_scsi_task_mgt_hdr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2335
istmh = kmem_zalloc(sizeof (iscsi_scsi_task_mgt_hdr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2385
ilh = kmem_zalloc(sizeof (iscsi_logout_hdr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2424
ith = kmem_zalloc(sizeof (iscsi_text_hdr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2990
bp = kmem_zalloc(sizeof (struct buf), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2992
pkt = kmem_zalloc(sizeof (struct scsi_pkt), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
3004
pkt->pkt_scbp = kmem_zalloc(statuslen, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
3005
pkt->pkt_cdbp = kmem_zalloc(ucmdp->uscsi_cdblen, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
105
cl = (iscsi_conn_list_t *)kmem_zalloc(alloc_len,
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
1278
pparam = (persistent_tunable_param_t *)kmem_zalloc(sizeof (*pparam),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
371
data = kmem_zalloc(data_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
535
tmp_buf = kmem_zalloc(tmp_buf_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
777
pp = kmem_zalloc(sizeof (persistent_param_t),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
792
chap = kmem_zalloc(sizeof (iscsi_chap_props_t),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
832
auth = kmem_zalloc(sizeof (iscsi_auth_props_t),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
876
kmem_zalloc(sizeof (*pp), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
934
kmem_zalloc(sizeof (*pp), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
94
cl_tmp = (iscsi_conn_list_t *)kmem_zalloc(sizeof (*cl_tmp), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_login.c
154
icp->conn_login_data = kmem_zalloc(icp->conn_login_max_data_length,
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_lun.c
110
addr = kmem_zalloc((strlen((char *)isp->sess_name) +
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_lun.c
120
ilp = kmem_zalloc(sizeof (iscsi_lun_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_lun.c
144
ilp->lun_guid = kmem_zalloc(ilp->lun_guid_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_lun.c
681
pathname = kmem_zalloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_lun.c
735
pathname = kmem_zalloc(MAXNAMELEN + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_net.c
197
iscsi_net = kmem_zalloc(sizeof (*iscsi_net), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
149
th_name = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
1798
buf = kmem_zalloc(buf_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
1871
saved_replun_ptr = kmem_zalloc(lun_total * sizeof (replun_data_t),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
197
isp = (iscsi_sess_t *)kmem_zalloc(sizeof (iscsi_sess_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
2088
inq = kmem_zalloc(ISCSI_MAX_INQUIRY_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
2089
inq83 = kmem_zalloc(ISCSI_MAX_INQUIRY_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
2470
itp = kmem_zalloc(sizeof (iscsi_task_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
284
tq_name = kmem_zalloc(ISCSI_TH_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
307
th_name = kmem_zalloc(ISCSI_TH_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
710
auth = (iscsi_auth_props_t *)kmem_zalloc
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
733
chap = (iscsi_chap_props_t *)kmem_zalloc
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_thread.c
39
thread = kmem_zalloc(sizeof (iscsi_thread_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1122
ics = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1165
ics = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1398
(iscsi_sess_list_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1405
(iscsi_sess_list_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1482
initiatorName = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1557
name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1621
name = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
1632
iname = kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
2052
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
2079
pparam = (persistent_param_t *)kmem_zalloc(sizeof (*pparam), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
2085
ics = (iscsi_config_sess_t *)kmem_zalloc(sizeof (*ics), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
2228
ics = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
2252
ics = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
601
stl_hdr = kmem_zalloc(stl_sz, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
637
stl_hdr = kmem_zalloc(stl_sz, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
681
ap = (iscsi_addr_t *)kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
1079
tmp_pg_lists = (isns_portal_group_list_t **)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
1138
combined_pg_list = (isns_portal_group_list_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
1302
combined_pdu = (isns_pdu_mult_payload_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
1347
combined_pdu = (isns_pdu_mult_payload_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
1591
tmp_pdu_hdr = (isns_pdu_t *)kmem_zalloc(ISNSP_HEADER_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
1644
tmp_pdu_data = kmem_zalloc(payload_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
1690
(*pdu) = (isns_pdu_t *)kmem_zalloc((*pdu_size), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
2543
*pg_list = (isns_portal_group_list_t *)kmem_zalloc(pg_sz, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
2729
src_attr = (uint8_t *)kmem_zalloc(ISCSI_MAX_NAME_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
2770
(isns_scn_callback_arg_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
2851
*pdu = (isns_pdu_t *)kmem_zalloc(pdu_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
2890
attr_tlv = (isns_tlv_t *)kmem_zalloc(attr_tlv_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
301
reg_args_p = kmem_zalloc(sizeof (isns_reg_arg_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
303
kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
306
reg_args_p->node_name = kmem_zalloc(node_name_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
309
reg_args_p->node_alias = kmem_zalloc(node_alias_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
3187
(iscsi_addr_t *)kmem_zalloc(sizeof (iscsi_addr_t),
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
347
ap = (iscsi_addr_t *)kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
371
reg_args_p = kmem_zalloc(sizeof (isns_reg_arg_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
373
kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
375
reg_args_p->node_name = kmem_zalloc(node_name_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
378
reg_args_p->node_alias = kmem_zalloc(node_alias_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
455
ap = (iscsi_addr_t *)kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
575
*isns_server_addrs = (iscsi_addr_list_t *)kmem_zalloc(list_space,
usr/src/uts/common/io/scsi/adapters/iscsi/isns_client.c
657
larg = kmem_zalloc(sizeof (isns_async_thread_arg_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/nvfile.c
956
nvfbuf = kmem_zalloc(nvflen, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
224
target_name = kmem_zalloc(MAX_KEY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
443
key = kmem_zalloc(MAX_KEY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
444
ip_str = kmem_zalloc(INET6_ADDRSTRLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
490
key = kmem_zalloc(MAX_KEY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
524
target_name = kmem_zalloc(MAX_KEY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
535
ip_str = kmem_zalloc(INET6_ADDRSTRLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
536
key = kmem_zalloc(MAX_KEY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/radius_packet.c
177
tmp_data = kmem_zalloc(MAX_RAD_PACKET_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/radius_packet.c
66
data = kmem_zalloc(MAX_RAD_PACKET_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
1052
kmem_zalloc(ncmd * sizeof (lmrc_mfi_cmd_t *), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
1054
mfi = kmem_zalloc(sizeof (lmrc_mfi_cmd_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
319
lmrc->l_ctrl_info = kmem_zalloc(sizeof (mfi_ctrl_info_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
689
lmrc->l_intr_htable = kmem_zalloc(lmrc->l_intr_htable_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
786
kmem_zalloc(sizeof (uint16_t) * lmrc->l_max_reply_queues, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
952
kmem_zalloc(ncmd * sizeof (lmrc_mpt_cmd_t *), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
954
cmd = kmem_zalloc(sizeof (lmrc_mpt_cmd_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.c
414
ioc = kmem_zalloc(sizeof (mfi_ioctl_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_phys.c
265
pdinfo = kmem_zalloc(sizeof (mfi_pd_info_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_phys.c
90
*pdmap = kmem_zalloc(pdmap_sz, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_raid.c
99
*raidmap = kmem_zalloc(rm->rm_raidmap_sz, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10033
new_active = kmem_zalloc(size, flag);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11140
request_msg = kmem_zalloc(request_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
12819
di = kmem_zalloc(count * sizeof (mptsas_disk_info_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
1313
kmem_zalloc(sizeof (mptsas_doneq_thread_list_t)
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13982
inq83 = kmem_zalloc(inq83_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14146
wwid_str = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14157
lun_str = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14262
devnm = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14591
saved_repluns = kmem_zalloc(sizeof (uint16_t) * lun_total, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14814
ledp = kmem_zalloc(sizeof (uint8_t) * mep->me_nslots,
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14830
m = kmem_zalloc(sizeof (*m), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14836
m->me_slotleds = kmem_zalloc(sizeof (uint8_t) * mep->me_nslots,
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15235
rname = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15266
name = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15267
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15282
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15295
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15309
name = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15310
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15353
inq83 = kmem_zalloc(inq83_len1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15567
wwn_str = kmem_zalloc(MPTSAS_WWN_STRLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15571
lun_addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15735
component = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15901
wwn_str = kmem_zalloc(MPTSAS_WWN_STRLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16109
component = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16771
tmp_tgt = kmem_zalloc(sizeof (struct mptsas_target), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
2987
mpt->m_replyh_args = kmem_zalloc(sizeof (m_replyh_arg_t) *
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
3197
tgt_private = kmem_zalloc(sizeof (mptsas_tgt_private_t),
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
3227
inq89 = kmem_zalloc(inq89_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4305
if ((cdbp = kmem_zalloc((size_t)cmdlen, kf)) == NULL) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4312
if ((tgt = kmem_zalloc((size_t)tgtlen, kf)) == NULL) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4319
if ((scbp = kmem_zalloc((size_t)statuslen, kf)) == NULL) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5715
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
6301
phy_mask_name = kmem_zalloc(MPTSAS_MAX_PHYS, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
6373
phy_mask_name = kmem_zalloc(MPTSAS_MAX_PHYS, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
6632
phy_mask_name = kmem_zalloc(MPTSAS_MAX_PHYS, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
6759
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7182
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7206
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7318
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7382
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7415
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7628
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7670
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7705
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
7735
topo_node = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_impl.c
1075
ioc_cmd = kmem_zalloc(M_EVENT_STRUCT_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_smhba.c
171
packed_data = kmem_zalloc(packed_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_smhba.c
212
phy_props = kmem_zalloc(sizeof (nvlist_t *) * phy_nums, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_smhba.c
245
pname = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
1884
pchunk = kmem_zalloc(sizeof (pmcs_chunk_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
366
init_port = kmem_zalloc(PMCS_MAX_UA_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
578
pmcs_tbuf = kmem_zalloc(pmcs_tbuf_num_elems *
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
818
pwp->cq_info.cq_thr_info = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
912
pwp->root_phys = kmem_zalloc(pwp->nphy * sizeof (pmcs_phy_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
929
pwp->work = kmem_zalloc(pwp->max_cmd * sizeof (pmcwork_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
939
kmem_zalloc(pwp->max_dev * sizeof (pmcs_xscsi_t *), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
942
kmem_zalloc(sizeof (pmcs_iqp_trace_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
943
pwp->iqpt->head = kmem_zalloc(PMCS_IQP_TRACE_BUFFER_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_fwlog.c
68
kmem_zalloc(PMCS_REG_DUMP_SIZE, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_fwlog.c
939
local_buf = kmem_zalloc(GSM_SM_BLKSZ, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_smhba.c
136
paddr = kmem_zalloc(PMCS_MAX_UA_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_smhba.c
140
addr = kmem_zalloc(PMCS_MAX_UA_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_smhba.c
186
phy_props = kmem_zalloc(sizeof (nvlist_t *) * iport->nphy, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_smhba.c
215
packed_data = kmem_zalloc(packed_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_smhba.c
250
pname = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
2848
ap = kmem_zalloc(PMCS_MAX_UA_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
1327
pd = kmem_zalloc(sizeof (*pd), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
1732
pvs = kmem_zalloc(sizeof (*pvs), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
1963
mp_uscmdp = kmem_zalloc((size_t)sizeof (mp_uscsi_cmd_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2253
input_data = kmem_zalloc(mpioc->mp_ilen,
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2266
output_data = kmem_zalloc(mpioc->mp_olen, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2441
ilist = kmem_zalloc(sizeof (mpapi_item_list_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2442
item = kmem_zalloc(sizeof (mpapi_item_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2446
drv = kmem_zalloc(sizeof (mp_driver_prop_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2486
dev_prod_list = kmem_zalloc(sizeof (mpapi_item_list_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2487
dev_prod_item = kmem_zalloc(sizeof (mpapi_item_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2491
dev_prod = kmem_zalloc(sizeof (mp_dev_prod_prop_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2676
ilist = kmem_zalloc(sizeof (mpapi_item_list_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2677
item = kmem_zalloc(sizeof (mpapi_item_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2692
pname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2705
init_port_res = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2716
interconnect = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2750
init = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2785
tport = kmem_zalloc(sizeof (mpapi_tport_data_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2787
tgt_port_res = kmem_zalloc(strlen(res) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2809
tpg = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2811
tpg_res = kmem_zalloc(strlen(res) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2841
lu = kmem_zalloc(sizeof (mpapi_lu_data_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2911
path = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2913
pname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2915
iport = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2975
lh = kmem_zalloc(sizeof (mpapi_list_header_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3040
path_class = kmem_zalloc(MPAPI_SCSI_MAXPCLASSLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3083
init = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3141
lu_path_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3150
init_path_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3159
tp_path_list = kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3422
path_class = kmem_zalloc(MPAPI_SCSI_MAXPCLASSLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3481
tpg_lu_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3495
tpg_tport_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3510
lu_tpg_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3684
init = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3715
lu_path_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3724
init_path_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3777
tpg_lu_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3791
lu_tpg_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3834
tp_path_list = kmem_zalloc(sizeof (mpapi_item_list_t),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3843
tpg_tport_list = kmem_zalloc
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
3959
mpioc32 = (mp_iocdata32_t *)kmem_zalloc
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
4136
init = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
4141
init_port_res = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
4316
this_iport = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
4330
pname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
1375
p_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
4109
svp = kmem_zalloc(sizeof (*svp), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
4124
psd = kmem_zalloc(sizeof (*psd), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
463
kmem_zalloc(sizeof (struct scsi_failover) * (scsi_nfailover + 1),
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
5446
phci_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
5447
client_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
5448
paddr = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
6552
kmem_zalloc(sizeof (sv_path_info_t) * num_paths, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
6555
kmem_zalloc(sizeof (sv_path_info_t) * num_paths, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
6628
kmem_zalloc(bufsize, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
6636
pi->ret_prop.ret_buf_size = (uint_t *)kmem_zalloc(
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
7309
svl = kmem_zalloc(sizeof (*svl), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
7310
svl->svl_lun_wwn = kmem_zalloc(strlen(guid) + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
789
vhci->mp_priv = kmem_zalloc(sizeof (mpapi_priv_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
318
bufp = kmem_zalloc(buf_len, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
462
bufp = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci_tpgs.c
69
bufp = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hba.c
1184
if ((buf = kmem_zalloc(cmd->pc_cmdlen, kf)) == NULL)
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hba.c
1191
if ((buf = kmem_zalloc(cmd->pc_statuslen, kf)) == NULL)
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hba.c
1198
if ((buf = kmem_zalloc(cmd->pc_tgtlen, kf)) == NULL)
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1415
c = kmem_zalloc(sizeof (*c), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1662
data = kmem_zalloc(data_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1725
internal_log = kmem_zalloc(data_len +
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1744
inq = kmem_zalloc(sizeof (*inq), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1815
inq83 = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1840
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1866
id_phys = kmem_zalloc(sizeof (*id_phys), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
1899
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
2034
ht = kmem_zalloc(sizeof (*ht), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
333
c_table = kmem_zalloc(s->s_config_table_len, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
574
s->s_io_rqst_pool = kmem_zalloc(s->s_max_io_slots * sizeof (*io),
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
580
io->io_iu = kmem_zalloc(s->s_max_inbound_iu_length, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
916
ident = kmem_zalloc(sizeof (*ident), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_init.c
942
b = kmem_zalloc(sizeof (*b), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_intr.c
235
s->s_itable = kmem_zalloc(s->s_intr_size, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
492
d = kmem_zalloc(sizeof (*d), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_commands.c
159
if ((smcm = kmem_zalloc(sizeof (*smcm), kmflags)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_commands.c
261
if ((smcmi = kmem_zalloc(sizeof (*smcmi), kmflags)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
205
if ((smtg = kmem_zalloc(sizeof (*smtg), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
96
if ((smtg = kmem_zalloc(sizeof (*smtg), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
137
if ((smlv = kmem_zalloc(sizeof (*smlv), KM_NOSLEEP)) ==
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
72
if ((smlv = kmem_zalloc(sizeof (*smlv), KM_NOSLEEP)) ==
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
252
info = kmem_zalloc(sizeof (*info), KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
327
smpt = kmem_zalloc(sizeof (smrt_physical_t),
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1580
data_string = kmem_zalloc(ilen + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
2021
inq80 = kmem_zalloc(MAX_INQUIRY_SIZE,
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
2044
inq83 = kmem_zalloc(MAX_INQUIRY_SIZE,
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
2102
page_list = kmem_zalloc(MAX_INQUIRY_SIZE_EVPD,
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
272
scsi_pkt_bad_alloc_bitmap = kmem_zalloc(BT_SIZEOFMAP(devcnt), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
10097
phymap = kmem_zalloc(sizeof (*phymap), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
10257
physet = kmem_zalloc(sizeof (*physet), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1445
return (kmem_zalloc(sizeof (smp_hba_tran_t), KM_SLEEP));
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1595
smp_sd = kmem_zalloc(sizeof (struct smp_device), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1952
sd = kmem_zalloc(sizeof (struct scsi_device), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
2623
hba_pkt = kmem_zalloc(pktlen,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
6872
h = kmem_zalloc(sizeof (*h), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7213
h = kmem_zalloc(sizeof (*h), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
7535
taddrs = kmem_zalloc(sizeof (char *) * (ntargets + 1), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
8646
tgtmap = kmem_zalloc(sizeof (*tgtmap), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
911
tran = kmem_zalloc(sizeof (scsi_hba_tran_t),
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9160
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9295
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9396
addr = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
953
tran_ext = kmem_zalloc(length,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9551
iportmap = kmem_zalloc(sizeof (*iportmap), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_reset_notify.c
67
p = kmem_zalloc(sizeof (struct scsi_reset_notify_entry),
usr/src/uts/common/io/scsi/impl/scsi_subr.c
2119
kmem_zalloc(sizeof (struct uscsi_i_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_subr.c
2257
uscmd->uscsi_cdb = kmem_zalloc((size_t)uscmd->uscsi_cdblen, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/scsi_subr.c
2299
uscmd->uscsi_rqbuf = kmem_zalloc(SENSE_LENGTH,
usr/src/uts/common/io/scsi/impl/scsi_subr.c
2303
uscmd->uscsi_rqbuf = kmem_zalloc(MAX_SENSE_LENGTH,
usr/src/uts/common/io/scsi/impl/scsi_watch.c
270
swr = kmem_zalloc(sizeof (struct scsi_watch_request), KM_SLEEP);
usr/src/uts/common/io/scsi/impl/smp_transport.c
123
component = kmem_zalloc(clen, KM_SLEEP);
usr/src/uts/common/io/scsi/impl/smp_transport.c
44
data_string = kmem_zalloc(ilen + 1, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
10982
xp = kmem_zalloc(sizeof (struct sd_xbuf) - SENSE_LENGTH +
usr/src/uts/common/io/scsi/targets/sd.c
10985
xp = kmem_zalloc(sizeof (struct sd_xbuf), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
11126
ssc = kmem_zalloc(sizeof (sd_ssc_t), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
11136
uip = kmem_zalloc(sizeof (struct sd_uscsi_info), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
12164
bsp = kmem_zalloc(sizeof (struct sd_mapblocksize_info), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
12262
kmem_zalloc(sizeof (struct sd_mapblocksize_info), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
13657
new_bp->b_un.b_addr = kmem_zalloc(datalen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
17108
local_buf = kmem_zalloc(SD_DUMP_MEMORY_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
19215
capacity_buf = kmem_zalloc(SD_CAPACITY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
19433
capacity16_buf = kmem_zalloc(SD_CAPACITY_16_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
20078
data_bufp = kmem_zalloc(MHIOC_RESV_KEY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
20186
prp = kmem_zalloc(data_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
20367
cdb = kmem_zalloc(CDB_GROUP1, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
20385
uscmd = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
20390
uscmd->uscsi_rqbuf = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
20404
uip = kmem_zalloc(sizeof (struct sd_uscsi_info), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
20659
uph = kmem_zalloc(SD_UNMAP_PARAM_LIST_MAXSZ, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
22771
kmem_zalloc(sizeof (struct dk_cinfo), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
22861
out_data = kmem_zalloc(SD_PROFILE_HEADER_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
22862
rqbuf = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
23595
dktemp = kmem_zalloc(sizeof (struct dk_temperature), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
23641
temperature_page = kmem_zalloc(TEMPERATURE_PAGE_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
23733
log_page_data = kmem_zalloc(0xFF, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
23868
kmem_zalloc(sizeof (struct mhioctkown), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
24731
kmem_zalloc(sizeof (struct sd_thr_request), KM_NOSLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
25125
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
2545
cp = kmem_zalloc(sizeof (struct sd_scsi_probe_cache),
usr/src/uts/common/io/scsi/targets/sd.c
26048
data_bufp = kmem_zalloc(data_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26210
data_bufp = kmem_zalloc(data_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26347
sense = kmem_zalloc(BUFLEN_CHG_BLK_MODE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26414
select = kmem_zalloc(BUFLEN_CHG_BLK_MODE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26530
sense = kmem_zalloc(BUFLEN_MODE_CDROM_SPEED, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26599
select = kmem_zalloc(BUFLEN_MODE_CDROM_SPEED, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26697
sense = kmem_zalloc(BUFLEN_MODE_CDROM_CAP, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26781
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26833
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
26906
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
2691
cp = kmem_zalloc(sizeof (struct sd_scsi_hba_tgt_lun),
usr/src/uts/common/io/scsi/targets/sd.c
26972
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27031
subcode = kmem_zalloc(sizeof (struct cdrom_subcode), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27078
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27160
buffer = kmem_zalloc((size_t)16, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27176
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27288
buffer = kmem_zalloc((size_t)12, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27289
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27450
buffer = kmem_zalloc(4, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27463
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
2767
bufaddr = kmem_zalloc(SUN_INQSIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27677
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27807
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27880
sense = kmem_zalloc(20, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27893
select = kmem_zalloc(20, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
27974
cdda = kmem_zalloc(sizeof (struct cdrom_cdda), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28040
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28143
cdxa = kmem_zalloc(sizeof (struct cdrom_cdxa), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28205
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
2834
header = kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28393
sense = kmem_zalloc(hdrlen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28404
sense = kmem_zalloc(hdrlen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28484
sense = kmem_zalloc(sense_buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28485
select = kmem_zalloc(select_buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28523
sense = kmem_zalloc(sense_buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28524
select = kmem_zalloc(select_buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28640
buffer = kmem_zalloc((size_t)SONY_SESSION_OFFSET_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
28650
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
2963
buf = kmem_zalloc(BUFLEN_MODE_CDROM_CAP, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
2983
out_data_gesn = kmem_zalloc(gesn_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
30497
dkl = kmem_zalloc(buffer_size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3050
out_data_rw = kmem_zalloc(SD_CURRENT_FEATURE_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3051
rqbuf_rw = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3065
out_data_hd = kmem_zalloc(SD_CURRENT_FEATURE_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3066
rqbuf_hd = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
31163
inqb1 = kmem_zalloc(inqb1_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3136
out_data = kmem_zalloc(SD_PROFILE_HEADER_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3137
rqbuf = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3165
buf = kmem_zalloc(BUFLEN_MODE_CDROM_CAP, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3211
out_data_rw = kmem_zalloc(SD_CURRENT_FEATURE_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3212
rqbuf_rw = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3226
out_data_hd = kmem_zalloc(SD_CURRENT_FEATURE_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
3227
rqbuf_hd = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
4433
p3bufp = kmem_zalloc(SD_MODE_SENSE_PAGE3_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
4512
p4bufp = kmem_zalloc(SD_MODE_SENSE_PAGE4_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
4835
inqB0 = kmem_zalloc(MAX_INQUIRY_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
4899
inq80 = kmem_zalloc(inq80_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
4944
inq83 = kmem_zalloc(inq83_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
5251
buf = kmem_zalloc(un->un_sys_blocksize, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
5327
page_list = kmem_zalloc(page_length, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
5572
log_page_data = kmem_zalloc(log_page_size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
6223
log_page_data = kmem_zalloc(log_page_size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
7381
kmem_zalloc(sizeof (struct sd_fm_internal), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
8712
*header = kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
9073
inq86 = kmem_zalloc(inq86_len, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
9112
dkc = kmem_zalloc(sizeof (struct dk_callback), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
114
xap = kmem_zalloc(sizeof (struct __ddi_xbuf_attr), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd_xbuf.c
232
brkp = kmem_zalloc(sizeof (struct xbuf_brk), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses.c
1690
inq00 = kmem_zalloc(SES_VPD_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses.c
1691
inq80 = kmem_zalloc(SES_VPD_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses.c
1692
inq83 = kmem_zalloc(SES_VPD_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_safte.c
1104
sdata = kmem_zalloc(cc->Nslots * 3 + 1, slp);
usr/src/uts/common/io/scsi/targets/ses_safte.c
1144
sdata = kmem_zalloc(SCRATCH, slp);
usr/src/uts/common/io/scsi/targets/ses_safte.c
180
ssc->ses_private = kmem_zalloc(SAFTE_PRIVATE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_safte.c
205
kmem_zalloc(ssc->ses_nobjects * sizeof (encobj), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_sen.c
85
kmem_zalloc(NOBJECTS * sizeof (encobj), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_ses.c
336
kmem_zalloc(nobj * sizeof (encobj), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_ses.c
339
kmem_zalloc(nobj * sizeof (struct typidx), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_ses.c
341
cc->ses_eltmap = kmem_zalloc(ntype, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/ses_ses.c
421
ssc->ses_private = kmem_zalloc(sizeof (struct sscfg), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sgen.c
316
nodep = kmem_zalloc(sizeof (sgen_type_node_t),
usr/src/uts/common/io/scsi/targets/sgen.c
369
nodep = kmem_zalloc(sizeof (sgen_inq_node_t),
usr/src/uts/common/io/scsi/targets/smp.c
441
smp_pkt->smp_pkt_req = kmem_zalloc((size_t)usmp_cmd->usmp_reqsize,
usr/src/uts/common/io/scsi/targets/smp.c
445
smp_pkt->smp_pkt_rsp = kmem_zalloc((size_t)usmp_cmd->usmp_rspsize,
usr/src/uts/common/io/scsi/targets/st.c
12423
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
12424
sensep = kmem_zalloc(TAPE_SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
12551
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
12552
sensep = kmem_zalloc(LOG_SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13344
com = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13345
sensep = kmem_zalloc(LOG_SENSE_LENGTH, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13518
cmd = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13519
sp = kmem_zalloc(sizeof (struct log_sequential_page), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13598
com = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13599
ta = kmem_zalloc(sizeof (struct st_tape_alert), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13734
com = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13735
sensep = kmem_zalloc(length, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13902
buf = kmem_zalloc(HP_DAT_INQUIRY, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
13996
buf = kmem_zalloc(LTO_REQ_INQUIRY, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14055
buf = kmem_zalloc(6, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14099
cmd = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14287
ait_conf = kmem_zalloc(sizeof (ait_dev_con), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14417
cmd = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
14500
cmd = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
15122
cmd = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
16128
cp = (struct contig_mem *)kmem_zalloc(
usr/src/uts/common/io/scsi/targets/st.c
16423
un->un_media_id = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
16437
un->un_media_id = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
16527
buffer = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
16582
ucmd = kmem_zalloc(sizeof (struct uscsi_cmd), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
16765
errinfo = kmem_zalloc(ST_ERR_INFO_SIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
17571
current = kmem_zalloc(sizeof (struct seq_mode), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
17759
readp_datap = kmem_zalloc(sizeof (read_pos_data_t), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
18522
mode_data = kmem_zalloc(SAS_TLR_MOD_LEN, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
1868
dp = kmem_zalloc((size_t)un->un_dp_size, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
2292
tem_dp = kmem_zalloc(sizeof (struct st_drivetype), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
2371
blklim = kmem_zalloc(sizeof (struct read_blklim), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
2391
buf = kmem_zalloc(6, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
2462
den_header = kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
2477
den_header = kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
2696
oper = kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
3058
un->un_rbl = kmem_zalloc(RBLSIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
8328
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
8379
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
8414
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
8448
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
8487
com = kmem_zalloc(sizeof (*com), KM_SLEEP);
usr/src/uts/common/io/scsi/targets/st.c
8537
current = kmem_zalloc(MSIZE, KM_SLEEP);
usr/src/uts/common/io/sdcard/adapters/sdhost/sdhost.c
297
shp = kmem_zalloc(sizeof (*shp), KM_SLEEP);
usr/src/uts/common/io/sdcard/impl/sda_host.c
63
h = kmem_zalloc(sizeof (*h), KM_SLEEP);
usr/src/uts/common/io/sdcard/impl/sda_host.c
65
h->h_slots = kmem_zalloc(sizeof (sda_slot_t) * nslot, KM_SLEEP);
usr/src/uts/common/io/sfe/sfe.c
2084
gcp = kmem_zalloc(sizeof (*gcp), KM_SLEEP);
usr/src/uts/common/io/sfe/sfe.c
2206
lp = kmem_zalloc(sizeof (*lp), KM_SLEEP);
usr/src/uts/common/io/sfe/sfe_util.c
3759
kmem_zalloc(sizeof (struct gem_nd_arg) * PARAM_COUNT, KM_SLEEP);
usr/src/uts/common/io/sfe/sfe_util.c
4754
dp = kmem_zalloc(GEM_LOCAL_DATA_SIZE(gc), KM_SLEEP);
usr/src/uts/common/io/sfe/sfe_util.c
512
rbp = kmem_zalloc(sizeof (*rbp), cansleep ? KM_SLEEP : KM_NOSLEEP);
usr/src/uts/common/io/sfxge/efsys.h
543
(_p) = kmem_zalloc((_size), KM_NOSLEEP); \
usr/src/uts/common/io/sfxge/sfxge.c
1152
sfxge_cpu = kmem_zalloc(sizeof (unsigned int) * NCPU, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge.c
826
if ((vpd = kmem_zalloc(size, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge.c
831
if ((svkp->svk_vv = kmem_zalloc(sizeof (efx_vpd_value_t) *
usr/src/uts/common/io/sfxge/sfxge.c
87
sp = kmem_zalloc(sizeof (*sp), KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
689
sp->s_mac_priv_props = kmem_zalloc(sizeof (sfxge_mac_priv_prop_t) *
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
700
*mac_priv_props = kmem_zalloc(MAXLINKPROPNAME, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
706
*mac_priv_props = kmem_zalloc(MAXLINKPROPNAME, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
712
*mac_priv_props = kmem_zalloc(MAXLINKPROPNAME, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
719
*mac_priv_props = kmem_zalloc(MAXLINKPROPNAME, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_intr.c
589
sip->si_table = kmem_zalloc(sip->si_table_size, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_mcdi.c
386
out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
usr/src/uts/common/io/sfxge/sfxge_mcdi.c
450
out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
usr/src/uts/common/io/sfxge/sfxge_mon.c
132
if ((smp->sm_statbuf = kmem_zalloc(sizeof (uint32_t) * EFX_MON_NSTATS,
usr/src/uts/common/io/sfxge/sfxge_phy.c
135
if ((spp->sp_statbuf = kmem_zalloc(sizeof (uint32_t) * EFX_PHY_NSTATS,
usr/src/uts/common/io/sfxge/sfxge_rx.c
204
if ((srp->sr_srpp = kmem_zalloc(sizeof (sfxge_rx_packet_t *) *
usr/src/uts/common/io/sfxge/sfxge_rx.c
2098
if ((freq = kmem_zalloc(sizeof (unsigned int) * sip->si_nalloc,
usr/src/uts/common/io/sfxge/sfxge_rx.c
211
if ((srp->sr_flow = kmem_zalloc(sizeof (sfxge_rx_flow_t) *
usr/src/uts/common/io/sfxge/sfxge_rx.c
2214
srsp->srs_cpu = kmem_zalloc(sizeof (unsigned int) * NCPU, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_rx.c
224
if ((srfppp->srfpp_putp = kmem_zalloc(SFXGE_CPU_CACHE_SIZE *
usr/src/uts/common/io/sfxge/sfxge_rx.c
2260
if ((tbl = kmem_zalloc(sizeof (unsigned int) * SFXGE_RX_SCALE_MAX,
usr/src/uts/common/io/sfxge/sfxge_rx.c
2267
if ((rating = kmem_zalloc(sizeof (unsigned int) * sip->si_nalloc,
usr/src/uts/common/io/sfxge/sfxge_tx.c
293
if ((stp->st_eb = kmem_zalloc(sizeof (efx_buffer_t) *
usr/src/uts/common/io/sfxge/sfxge_tx.c
300
if ((stp->st_stmp = kmem_zalloc(sizeof (sfxge_tx_mapping_t *) *
usr/src/uts/common/io/sfxge/sfxge_tx.c
306
if ((stp->st_stbp = kmem_zalloc(sizeof (sfxge_tx_buffer_t *) *
usr/src/uts/common/io/sfxge/sfxge_tx.c
312
if ((stp->st_mp = kmem_zalloc(sizeof (mblk_t *) *
usr/src/uts/common/io/sfxge/sfxge_vpd.c
102
buf = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/sfxge/sfxge_vpd.c
48
buf = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/io/signalfd.c
303
pstate = kmem_zalloc(sizeof (*pstate), KM_SLEEP);
usr/src/uts/common/io/signalfd.c
356
sp = kmem_zalloc(sizeof (*sp), KM_SLEEP);
usr/src/uts/common/io/simnet/simnet.c
1217
wls = kmem_zalloc(sizeof (wl_ess_conf_t), KM_SLEEP);
usr/src/uts/common/io/simnet/simnet.c
330
sdev->sd_wifidev = kmem_zalloc(sizeof (simnet_wifidev_t), KM_NOSLEEP);
usr/src/uts/common/io/simnet/simnet.c
394
sdev = kmem_zalloc(sizeof (*sdev), KM_NOSLEEP);
usr/src/uts/common/io/skd/skd.c
3182
skdev->skmsg_table = (struct skd_fitmsg_context *)kmem_zalloc(
usr/src/uts/common/io/skd/skd.c
3242
skdev->skreq_table = (struct skd_request_context *)kmem_zalloc(
usr/src/uts/common/io/skd/skd.c
4163
skdev->htable = kmem_zalloc(skdev->hsize, KM_SLEEP);
usr/src/uts/common/io/skd/skd.c
4748
skdev->pathname = kmem_zalloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/common/io/skd/skd.c
5189
pbuf = kmem_zalloc(sizeof (skd_buf_private_t), KM_NOSLEEP);
usr/src/uts/common/io/smbios.c
126
smbios_entry_t *ep = kmem_zalloc(cp->c_eplen, KM_SLEEP);
usr/src/uts/common/io/smbios.c
316
smb_clones = kmem_zalloc(sizeof (smb_clone_t) * smb_nclones, KM_SLEEP);
usr/src/uts/common/io/sock_conf.c
177
smodp = kmem_zalloc(sizeof (*smodp), KM_SLEEP);
usr/src/uts/common/io/softmac/softmac_dev.c
261
if ((slp = kmem_zalloc(sizeof (*slp), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/softmac/softmac_main.c
443
softmac_dev = kmem_zalloc(sizeof (softmac_dev_t), KM_SLEEP);
usr/src/uts/common/io/str_conf.c
216
if ((fp = kmem_zalloc(sizeof (fmodsw_impl_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/suntpi.c
178
*tpp = kmem_zalloc(sizeof (tpi_provinfo_t), KM_SLEEP);
usr/src/uts/common/io/sysevent.c
93
sysevent_minor_bitmap = kmem_zalloc(
usr/src/uts/common/io/telmod.c
223
tmip = kmem_zalloc(sizeof (*tmip), KM_SLEEP);
usr/src/uts/common/io/tem.c
285
ptem = kmem_zalloc(sizeof (struct tem_vt_state), KM_SLEEP);
usr/src/uts/common/io/timod.c
371
tp = kmem_zalloc(sizeof (struct tim_tim), KM_SLEEP);
usr/src/uts/common/io/tl.c
2640
tep->te_abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP);
usr/src/uts/common/io/tl.c
3274
tip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP);
usr/src/uts/common/io/tl.c
5535
void *abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP);
usr/src/uts/common/io/tpm/tpm.c
1525
tpm->iobuf = kmem_zalloc((sizeof (uint8_t))*(tpm->bufsize), KM_SLEEP);
usr/src/uts/common/io/tpm/tpm.c
2095
rngmech = kmem_zalloc(strlen("random") + 1, KM_SLEEP);
usr/src/uts/common/io/tpm/tpm.c
2224
cmdbuf = kmem_zalloc(buflen, KM_SLEEP);
usr/src/uts/common/io/trill.c
1000
newtip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP);
usr/src/uts/common/io/trill.c
1180
tnode = kmem_zalloc(sizeof (trill_node_t), KM_SLEEP);
usr/src/uts/common/io/trill.c
1181
tnode->tn_ni = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/trill.c
982
tsock = kmem_zalloc(sizeof (trill_sock_t), kmflag);
usr/src/uts/common/io/ttcompat.c
185
tp = kmem_zalloc(sizeof (ttcompat_state_t), KM_SLEEP);
usr/src/uts/common/io/tty_ptyconf.c
61
kmem_zalloc(npty * sizeof (struct pty), KM_SLEEP);
usr/src/uts/common/io/uath/uath.c
861
cmd->buf = kmem_zalloc(maxsz, KM_NOSLEEP);
usr/src/uts/common/io/udmf/udmf_usbgem.c
773
ugcp = kmem_zalloc(sizeof (*ugcp), KM_SLEEP);
usr/src/uts/common/io/udmf/udmf_usbgem.c
852
lp = kmem_zalloc(sizeof (struct udmf_dev), KM_SLEEP);
usr/src/uts/common/io/ufmtest.c
259
nvlbuf = kmem_zalloc(setfw.utsw_bufsz, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/upf/upf_usbgem.c
1029
lp = kmem_zalloc(sizeof (struct upf_dev), KM_SLEEP);
usr/src/uts/common/io/upf/upf_usbgem.c
963
ugcp = kmem_zalloc(sizeof (*ugcp), KM_SLEEP);
usr/src/uts/common/io/urf/urf_usbgem.c
787
ugcp = kmem_zalloc(sizeof (*ugcp), KM_SLEEP);
usr/src/uts/common/io/urf/urf_usbgem.c
860
lp = kmem_zalloc(sizeof (struct urf_dev), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1006
uacpm = kmem_zalloc(sizeof (usb_ac_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1234
uacp->usb_ac_unit_type = kmem_zalloc(uacp->usb_ac_max_unit,
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1237
uacp->usb_ac_traverse_path = kmem_zalloc(uacp->usb_ac_max_unit,
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1246
a = kmem_zalloc(a_len, KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1247
p = kmem_zalloc(p_len, KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1483
descr = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
1721
uacp->usb_ac_units = kmem_zalloc(unit *
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
5043
pc = kmem_zalloc(sizeof (usb_audio_ctrl_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
5459
engp->bufp = kmem_zalloc(engp->bufsz, KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
220
usb_ahd = kmem_zalloc(sizeof (usb_ah_state_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1718
uaspm = kmem_zalloc(sizeof (usb_as_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1962
uasp->usb_as_alts = kmem_zalloc((n_alternates) *
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1972
kmem_zalloc(sizeof (usb_if_descr_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1996
general = kmem_zalloc(sizeof (*general), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
2033
format = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
2071
kmem_zalloc(n_srs * (sizeof (uint_t)), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
2125
kmem_zalloc(sizeof (usb_ep_descr_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
2149
cs_ep = kmem_zalloc(sizeof (*cs_ep), KM_SLEEP);
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1648
cc = kmem_zalloc(sizeof (ccid_command_t), kmflag);
usr/src/uts/common/io/usb/clients/ccid/ccid.c
2919
ccid->ccid_slots = kmem_zalloc(sizeof (ccid_slot_t) * ccid->ccid_nslots,
usr/src/uts/common/io/usb/clients/ccid/ccid.c
3473
cmp = kmem_zalloc(sizeof (ccid_minor_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/hid/hid.c
2690
def_pipe_arg = kmem_zalloc(sizeof (hid_default_pipe_arg_t), 0);
usr/src/uts/common/io/usb/clients/hid/hid.c
2831
hidpm = kmem_zalloc(sizeof (hid_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
1459
scan_ifp = kmem_zalloc(sizeof (hidparser_tok_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
1461
kmem_zalloc(HIDPARSER_TEXT_LENGTH, KM_SLEEP);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
1917
elem = (entity_attribute_stack_t *)kmem_zalloc(
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2058
entity = kmem_zalloc(sizeof (entity_item_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2063
entity->entity_item_params = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2151
newattrib->entity_attribute_value = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2175
head = kmem_zalloc(sizeof (entity_attribute_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2179
current->entity_attribute_next = kmem_zalloc(
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2214
current_dst->entity_attribute_value = kmem_zalloc(
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
232
*parse_handle = kmem_zalloc(
usr/src/uts/common/io/usb/clients/printer/usbprn.c
2641
usbprnpm = kmem_zalloc(sizeof (usbprn_power_t),
usr/src/uts/common/io/usb/clients/printer/usbprn.c
858
ptr = kmem_zalloc(len + 1, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1884
(usbecm_pm_t *)kmem_zalloc(sizeof (usbecm_pm_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
1388
featr = kmem_zalloc(sizeof (hid_req_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
1441
usbwcmp = kmem_zalloc(sizeof (usbwcm_state_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
691
sc->sc_bm[i] = kmem_zalloc(bm_size[i], KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
693
sc->sc_btn = kmem_zalloc(BTN_USED * sizeof (int), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
694
sc->sc_abs = kmem_zalloc(ABS_USED * sizeof (struct event_abs_axis),
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
822
featr = kmem_zalloc(sizeof (hid_req_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
1308
LED_report = kmem_zalloc(sizeof (hid_req_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
1994
kb_rpt = kmem_zalloc(sizeof (hidparser_rpt_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
412
usbkbmd = kmem_zalloc(sizeof (usbkbm_state_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbms/usbms.c
2198
ms_rpt = kmem_zalloc(sizeof (hidparser_rpt_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbms/usbms.c
236
usbmsp = kmem_zalloc(sizeof (usbms_state_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbms/usbms.c
267
mousebufp = kmem_zalloc(msd_soft->ms_bufbytes, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1280
pm = uf->uf_pm = kmem_zalloc(sizeof (*pm), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
190
uf = kmem_zalloc(sizeof (*uf), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
1634
acmp->acm_ports = (usbsacm_port_t *)kmem_zalloc(acmp->acm_port_cnt *
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2766
(usbsacm_pm_t *)kmem_zalloc(sizeof (usbsacm_pm_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
580
acmp = (usbsacm_state_t *)kmem_zalloc(sizeof (usbsacm_state_t),
usr/src/uts/common/io/usb/clients/usbser/usbser.c
822
usp->us_ports = kmem_zalloc(usp->us_port_cnt *
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
1658
ksp->ks_ports = kmem_zalloc(ksp->ks_dev_spec.port_cnt *
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
2053
pm = ksp->ks_pm = kmem_zalloc(sizeof (keyspan_pm_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
304
ksp = (keyspan_state_t *)kmem_zalloc(sizeof (keyspan_state_t),
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1220
pm = plp->pl_pm = kmem_zalloc(sizeof (pl2303_pm_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
221
plp = (pl2303_state_t *)kmem_zalloc(sizeof (pl2303_state_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
1420
usbskelpm = kmem_zalloc(sizeof (usbskel_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
1673
format = kmem_zalloc(formatlen, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
332
devinst = kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
336
usbskelp->usbskel_devinst = kmem_zalloc(devinstlen + 1, KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
1177
usbvcpm = kmem_zalloc(sizeof (usbvc_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2033
(usbvc_vc_header_t *)kmem_zalloc(
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2069
kmem_zalloc(sizeof (usbvc_terms_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2099
kmem_zalloc(sizeof (usbvc_terms_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2131
kmem_zalloc(sizeof (usbvc_units_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2171
kmem_zalloc(sizeof (usbvc_units_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2216
kmem_zalloc(sizeof (usbvc_units_t), KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2268
strm_if = (usbvc_stream_if_t *)kmem_zalloc(sizeof (usbvc_stream_if_t),
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2440
kmem_zalloc(sizeof (usbvc_still_image_frame_t),
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2493
kmem_zalloc(sizeof (usbvc_frames_t) * frame_cnt, KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2639
kmem_zalloc(sizeof (usbvc_format_group_t) * fmtgrp_cnt, KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2740
kmem_zalloc(sizeof (usbvc_input_header_t),
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2757
kmem_zalloc(sizeof (usbvc_output_header_t),
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2799
buf = (usbvc_buf_t *)kmem_zalloc(sizeof (usbvc_buf_t),
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2801
data = (uchar_t *)kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
2938
bufs = (usbvc_buf_t *) kmem_zalloc(sizeof (usbvc_buf_t) * buf_cnt,
usr/src/uts/common/io/usb/hcd/ehci/ehci.c
881
pp = kmem_zalloc(sizeof (ehci_pipe_private_t), kmflag);
usr/src/uts/common/io/usb/hcd/ehci/ehci_isoch_util.c
367
itw = kmem_zalloc(sizeof (ehci_isoc_xwrapper_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_polled.c
175
(uchar_t *)kmem_zalloc(POLLED_RAW_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_polled.c
2016
if ((tw = kmem_zalloc(sizeof (ehci_trans_wrapper_t),
usr/src/uts/common/io/usb/hcd/ehci/ehci_polled.c
706
kmem_zalloc(sizeof (ehci_polled_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_polled.c
729
kmem_zalloc(sizeof (usba_pipe_handle_data_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_polled.c
749
kmem_zalloc(sizeof (ehci_pipe_private_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
1671
kmem_zalloc(EHCI_NUM_PERIODIC_FRAME_LISTS * 2, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
3716
kmem_zalloc(sizeof (ehci_regs_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
874
ehcip->ehci_htable = kmem_zalloc(intr_size, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/ehci/ehci_xfer.c
3004
tw = kmem_zalloc(sizeof (ehci_trans_wrapper_t), kmem_flag);
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
1373
ohcip->ohci_htable = kmem_zalloc(intr_size, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
2542
pp = kmem_zalloc(sizeof (ohci_pipe_private_t), kmflag);
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
6875
tw = kmem_zalloc(sizeof (ohci_trans_wrapper_t), kmem_flag);
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
7037
tw = kmem_zalloc(sizeof (ohci_trans_wrapper_t), kmem_flag);
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
7048
if ((tw->tw_isoc_bufs = kmem_zalloc(tw->tw_isoc_strtlen,
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
9737
kmem_zalloc(sizeof (ohci_regs_t), KM_NOSLEEP);
usr/src/uts/common/io/usb/hcd/openhci/ohci_polled.c
166
(uchar_t *)kmem_zalloc(POLLED_RAW_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/openhci/ohci_polled.c
2127
if ((tw = kmem_zalloc(sizeof (ohci_trans_wrapper_t),
usr/src/uts/common/io/usb/hcd/openhci/ohci_polled.c
611
kmem_zalloc(sizeof (ohci_polled_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/openhci/ohci_polled.c
636
kmem_zalloc(sizeof (usba_pipe_handle_data_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/openhci/ohci_polled.c
654
kmem_zalloc(sizeof (ohci_pipe_private_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
160
temp = kmem_zalloc(NUM_FRAME_LST_ENTRIES * 2, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
521
uhcip->uhci_htable = kmem_zalloc(intr_size, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/uhci/uhcipolled.c
106
(uchar_t *)kmem_zalloc(POLLED_RAW_BUF_SIZE, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/uhci/uhcipolled.c
496
uhci_polledp = (uhci_polled_t *)kmem_zalloc(sizeof (uhci_polled_t),
usr/src/uts/common/io/usb/hcd/uhci/uhcipolled.c
853
if ((tw = kmem_zalloc(sizeof (uhci_trans_wrapper_t), KM_NOSLEEP)) ==
usr/src/uts/common/io/usb/hcd/uhci/uhcitgt.c
184
pp = kmem_zalloc(sizeof (uhci_pipe_private_t),
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
1766
if ((tw = kmem_zalloc(sizeof (uhci_trans_wrapper_t), kmem_flag)) ==
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
2866
if ((bulk_xfer_info = kmem_zalloc(
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
3127
if ((info->td_pools = kmem_zalloc(
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
3816
if ((tw = kmem_zalloc(sizeof (uhci_trans_wrapper_t), kmem_flag)) ==
usr/src/uts/common/io/usb/hcd/uhci/uhciutil.c
3826
if ((tw->tw_isoc_bufs = kmem_zalloc(strtlen, kmem_flag)) == NULL) {
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
87
xsp->xsp_scratch_dma = kmem_zalloc(sizeof (xhci_dma_buffer_t) * npages,
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
308
xt = kmem_zalloc(sizeof (xhci_transfer_t), kmflags);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
356
xt->xt_trbs = kmem_zalloc(sizeof (xhci_trb_t) * trbs, kmflags);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
363
xt->xt_trbs_pa = kmem_zalloc(sizeof (uint64_t) * trbs, kmflags);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
375
xt->xt_isoc = kmem_zalloc(sizeof (usb_isoc_pkt_descr_t) * trbs,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
731
xep = kmem_zalloc(sizeof (xhci_endpoint_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
91
xhci_polledp = kmem_zalloc(sizeof (xhci_polled_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1666
xd = kmem_zalloc(sizeof (xhci_device_t), KM_SLEEP);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
83
pipe = kmem_zalloc(sizeof (xhci_pipe_t), kmflags);
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
1506
override_str_cpy = kmem_zalloc(override_str_cpy_len, KM_SLEEP);
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
2002
kmem_zalloc(sizeof (scsa2usb_cpr_t), KM_SLEEP);
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
5570
pm = kmem_zalloc(sizeof (scsa2usb_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
441
buf = kmem_zalloc(512, KM_SLEEP);
usr/src/uts/common/io/usb/usb_ia/usb_ia.c
1171
iapm = kmem_zalloc(sizeof (usb_common_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/usb_ia/usb_ia.c
609
usb_ia->ia_children_dips = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/usb/usb_ia/usb_ia.c
610
usb_ia->ia_child_events = kmem_zalloc(sizeof (uint8_t) * n_ifs,
usr/src/uts/common/io/usb/usb_mid/usb_mid.c
1378
midpm = kmem_zalloc(sizeof (usb_common_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/usb_mid/usb_mid.c
659
usb_mid->mi_children_dips = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/usb/usb_mid/usb_mid.c
660
usb_mid->mi_child_events = kmem_zalloc(sizeof (uint8_t) * n_ifs,
usr/src/uts/common/io/usb/usb_mid/usb_mid.c
662
usb_mid->mi_children_ifs = kmem_zalloc(sizeof (uint_t) * n_ifs,
usr/src/uts/common/io/usb/usba/genconsole.c
261
usb_console_output = kmem_zalloc(sizeof (struct usb_console_info_impl),
usr/src/uts/common/io/usb/usba/genconsole.c
62
usb_console_input = kmem_zalloc(
usr/src/uts/common/io/usb/usba/hcdi.c
111
usba_hcdi_t *hcdi = kmem_zalloc(sizeof (usba_hcdi_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/hcdi.c
263
usba_hcdi_ops = kmem_zalloc(sizeof (usba_hcdi_ops_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
197
usba_hubdi_t *hubdi = kmem_zalloc(sizeof (usba_hubdi_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
2061
hubd->h_ancestry_str = (char *)kmem_zalloc(HUBD_APID_NAMELEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
288
root_hubd = kmem_zalloc(sizeof (hubd_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
303
usba_device->usb_cfg_array = kmem_zalloc(sizeof (uchar_t *),
usr/src/uts/common/io/usb/usba/hubdi.c
307
usba_device->usb_cfg_array_len = kmem_zalloc(sizeof (uint16_t),
usr/src/uts/common/io/usb/usba/hubdi.c
3074
hubd->h_children_dips = (dev_info_t **)kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
3076
hubd->h_usba_devices = (usba_device_t **)kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
3082
arg = (hubd_hotplug_arg_t *)kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
315
usba_device->usb_cfg_str_descr = kmem_zalloc(sizeof (uchar_t *),
usr/src/uts/common/io/usb/usba/hubdi.c
321
usba_device->usb_client_flags = kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
324
usba_device->usb_client_attach_list = kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
328
usba_device->usb_client_ev_cb_list = kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
3682
arg = (hubd_hotplug_arg_t *)kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
5680
tmp_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
5684
pathname = kmem_zalloc(pathlen, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
5758
confdescr = (usb_cfg_descr_t *)kmem_zalloc(USB_CFG_DESCR_SIZE,
usr/src/uts/common/io/usb/usba/hubdi.c
5762
tmpbuf = kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
5882
kmem_zalloc(size + 1,
usr/src/uts/common/io/usb/usba/hubdi.c
5948
cfg_array = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
5949
cfg_array_len = kmem_zalloc(ncfgs * sizeof (uint16_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
5950
str_descr = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
6022
child_ud->usb_client_flags = kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
6025
child_ud->usb_client_attach_list = kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
6029
child_ud->usb_client_ev_cb_list = kmem_zalloc(
usr/src/uts/common/io/usb/usba/hubdi.c
7509
(hubd_cpr_t *)kmem_zalloc(sizeof (hubd_cpr_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
7551
hubpm = kmem_zalloc(sizeof (hub_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
7562
kmem_zalloc(MAX_PORTS + 1, KM_SLEEP);
usr/src/uts/common/io/usb/usba/hubdi.c
9313
arg = (hubd_reset_arg_t *)kmem_zalloc(
usr/src/uts/common/io/usb/usba/usba.c
1358
kmem_zalloc(sizeof (usba_root_hub_ent_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
1900
usba_name_buf = kmem_zalloc(USBA_MAX_COMPAT_NAMES *
usr/src/uts/common/io/usb/usba/usba.c
2212
devprop_str = kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
2422
usba_name_buf = kmem_zalloc(USBA_MAX_COMPAT_NAMES *
usr/src/uts/common/io/usb/usba/usba.c
2666
usba_name_buf = kmem_zalloc(USBA_MAX_COMPAT_NAMES *
usr/src/uts/common/io/usb/usba/usba.c
2817
tmpbuf = kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
2827
str = kmem_zalloc(l + 1, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
2843
str = kmem_zalloc(l + 1, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
2859
str = kmem_zalloc(l + 1, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
3034
name = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
571
evdata = kmem_zalloc(sizeof (usba_evdata_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba.c
595
usba_device = kmem_zalloc(sizeof (usba_device_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_bos.c
155
bos = kmem_zalloc(sizeof (usb_bos_t) * nalloc, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_devdb.c
152
cfgrec = (usba_configrec_t *)kmem_zalloc(
usr/src/uts/common/io/usb/usba/usba_devdb.c
508
dbnode = (usba_devdb_info_t *)kmem_zalloc(
usr/src/uts/common/io/usb/usba/usba_devdb.c
585
req_rec = kmem_zalloc(sizeof (usba_configrec_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_devdb.c
586
req_node = kmem_zalloc(sizeof (usba_devdb_info_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
176
usb_ugen_hdl_impl_t *hdl = kmem_zalloc(sizeof (*hdl), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
177
ugen_state_t *ugenp = kmem_zalloc(sizeof (ugen_state_t),
usr/src/uts/common/io/usb/usba/usba_ugen.c
3640
pkt_descr = kmem_zalloc(sizeof (ugen_isoc_pkt_descr_t) * n_pkt,
usr/src/uts/common/io/usb/usba/usba_ugen.c
4360
ugenp->ug_minor_node_table = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
4373
ugen_minor_t *buf = kmem_zalloc(newsize, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
4436
ugenpm = kmem_zalloc(sizeof (ugen_power_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
4723
ugen_devt_list_entry_t *e = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai.c
127
hdl = kmem_zalloc(sizeof (*hdl), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai.c
832
pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai.c
901
pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
335
request = kmem_zalloc(sizeof (usba_pipe_async_req_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
906
if ((ph_data = kmem_zalloc(size, kmflag)) == NULL) {
usr/src/uts/common/io/usb/usba/usbai_register.c
1007
string = kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_register.c
1017
state->st_curr_alt->altif_str = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai_register.c
1162
kmem_zalloc(state->st_curr_raw_descr_len, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_register.c
1265
new_mem = kmem_zalloc(new_size, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_register.c
1365
repl_array = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai_register.c
1655
string = kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_register.c
1669
name_string = kmem_zalloc(name_string_size, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_register.c
422
usb_reg = kmem_zalloc(sizeof (usb_client_dev_data_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_register.c
438
tmpbuf = (char *)kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_register.c
441
usb_reg->dev_mfg = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai_register.c
447
usb_reg->dev_product = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai_register.c
455
usb_reg->dev_serial = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai_register.c
516
usb_client_dev_data_list_t *entry = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai_register.c
698
usb_reg->dev_cfg = state.st_dev_cfg = kmem_zalloc(
usr/src/uts/common/io/usb/usba/usbai_register.c
907
curr_cfg->cfg_str = kmem_zalloc(curr_cfg->cfg_strsize,
usr/src/uts/common/io/usb/usba/usbai_register.c
913
curr_cfg->cfg_if = kmem_zalloc((curr_cfg->cfg_n_if *
usr/src/uts/common/io/usb/usba/usbai_register.c
960
new_if_descr = kmem_zalloc(sizeof (usb_if_descr_t), KM_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_req.c
654
if ((wrp = kmem_zalloc(wr_length, kmflag)) != NULL) {
usr/src/uts/common/io/usb/usba/usbai_util.c
1249
kmem_zalloc(USB_MAXSTRINGLEN, USB_FLAGS_SLEEP);
usr/src/uts/common/io/usb/usba/usbai_util.c
1962
usba_serialization_impl_t *impl_tokenp = kmem_zalloc(
usr/src/uts/common/io/usbgem/usbgem.c
4386
dp = kmem_zalloc(USBGEM_LOCAL_DATA_SIZE(gc), KM_SLEEP);
usr/src/uts/common/io/vcons.c
1019
wait_msg = kmem_zalloc(sizeof (vc_waitactive_msg_t),
usr/src/uts/common/io/vcons.c
1309
vc_state_t *vcptr = kmem_zalloc(sizeof (vc_state_t),
usr/src/uts/common/io/vio9p/vio9p.c
274
if ((vnr = kmem_zalloc(sizeof (*vnr), kmflag)) == NULL) {
usr/src/uts/common/io/vioblk/vioblk.c
824
vib->vib_reqs_mem = kmem_zalloc(
usr/src/uts/common/io/vioblk/vioblk.c
919
vib = kmem_zalloc(sizeof (*vib), KM_SLEEP);
usr/src/uts/common/io/vioif/vioif.c
2096
vif = kmem_zalloc(sizeof (*vif), KM_SLEEP);
usr/src/uts/common/io/vioif/vioif.c
492
vif->vif_txbufs_mem = kmem_zalloc(
usr/src/uts/common/io/vioif/vioif.c
499
vif->vif_rxbufs_mem = kmem_zalloc(
usr/src/uts/common/io/vioif/vioif.c
507
vif->vif_ctrlbufs_mem = kmem_zalloc(
usr/src/uts/common/io/vioif/vioif.c
563
tb->tb_dmaext = kmem_zalloc(
usr/src/uts/common/io/vioscsi/vioscsi.c
972
vd = kmem_zalloc(sizeof (*vd), KM_SLEEP);
usr/src/uts/common/io/virtio/virtio_dma.c
224
if ((vidma = kmem_zalloc(sizeof (*vidma), kmflags)) == NULL) {
usr/src/uts/common/io/virtio/virtio_dma.c
242
if ((vidma = kmem_zalloc(sizeof (*vidma), kmflags)) == NULL) {
usr/src/uts/common/io/virtio/virtio_main.c
1205
if ((vic = kmem_zalloc(vicsz, kmflags)) == NULL) {
usr/src/uts/common/io/virtio/virtio_main.c
1568
vio->vio_interrupts = kmem_zalloc(
usr/src/uts/common/io/virtio/virtio_main.c
243
virtio_t *vio = kmem_zalloc(sizeof (*vio), KM_SLEEP);
usr/src/uts/common/io/virtio/virtio_main.c
870
virtio_queue_t *viq = kmem_zalloc(sizeof (*viq), KM_SLEEP);
usr/src/uts/common/io/vr/vr.c
310
vrp = kmem_zalloc(sizeof (vr_t), KM_SLEEP);
usr/src/uts/common/io/vr/vr.c
584
vrp->regset = kmem_zalloc(nsets * sizeof (vr_acc_t), KM_SLEEP);
usr/src/uts/common/io/vr/vr.c
896
(vr_desc_t *)kmem_zalloc(n * sizeof (vr_desc_t), KM_SLEEP);
usr/src/uts/common/io/vscan/vscan_drv.c
239
vscan_drv_inst_state = kmem_zalloc(vscan_drv_inst_state_sz, KM_SLEEP);
usr/src/uts/common/io/vscan/vscan_svc.c
1325
req = kmem_zalloc(sizeof (vscan_req_t), KM_SLEEP);
usr/src/uts/common/io/vscan/vscan_svc.c
301
vscan_svc_nodes = kmem_zalloc(vscan_svc_nodes_sz, KM_SLEEP);
usr/src/uts/common/io/vscan/vscan_svc.c
697
scan_req = kmem_zalloc(sizeof (vs_scan_req_t), KM_SLEEP);
usr/src/uts/common/io/vuidmice/vuidmice.c
197
qp->q_ptr = kmem_zalloc(sizeof (struct MouseStateInfo), KM_SLEEP);
usr/src/uts/common/io/wpi/wpi.c
1082
ring->data = kmem_zalloc(sizeof (wpi_tx_data_t) * count, KM_NOSLEEP);
usr/src/uts/common/io/wpi/wpi.c
1219
amrr = kmem_zalloc(sizeof (wpi_amrr_t), KM_SLEEP);
usr/src/uts/common/io/xge/drv/xge.c
1103
xgell_config = kmem_zalloc(sizeof (xgell_config_t), KM_SLEEP);
usr/src/uts/common/io/xge/drv/xge.c
1104
device_config = kmem_zalloc(sizeof (xge_hal_device_config_t), KM_SLEEP);
usr/src/uts/common/io/xge/drv/xge.c
1144
hldev = kmem_zalloc(sizeof (xge_hal_device_t), KM_SLEEP);
usr/src/uts/common/io/xge/drv/xgell.c
2334
lldev = kmem_zalloc(sizeof (xgelldev_t), KM_SLEEP);
usr/src/uts/common/io/yge/yge.c
1017
dev->d_intrh = kmem_zalloc(dev->d_intrsize, KM_SLEEP);
usr/src/uts/common/io/yge/yge.c
3435
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/common/io/yge/yge.c
3436
dev->d_port[0] = kmem_zalloc(sizeof (yge_port_t), KM_SLEEP);
usr/src/uts/common/io/yge/yge.c
3437
dev->d_port[1] = kmem_zalloc(sizeof (yge_port_t), KM_SLEEP);
usr/src/uts/common/io/yge/yge.c
918
port->p_tx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_TX_RING_CNT,
usr/src/uts/common/io/yge/yge.c
920
port->p_rx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_RX_RING_CNT,
usr/src/uts/common/ipp/dlcosmk/dlcosmkddi.c
113
if ((dlcosmk_data = kmem_zalloc(DLCOSMK_DATA_SZ, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/dscpmk/dscpmkddi.c
138
if ((dscpmk_data = kmem_zalloc(DSCPMK_DATA_SZ, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/flowacct/flowacct.c
320
new_hdr = (list_hdr_t *)kmem_zalloc(FLOWACCT_HDR_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
452
flow = (flow_t *)kmem_zalloc(FLOWACCT_FLOW_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
530
item = (flow_item_t *)kmem_zalloc(FLOWACCT_ITEM_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
673
tmp_frec = kmem_zalloc(sizeof (flow_records_t), KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
678
tmp_frec->fl_use = kmem_zalloc(sizeof (flow_usage_t), KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacct.c
895
header = kmem_zalloc(FLOWACCT_HEADER_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/flowacct/flowacctddi.c
192
if ((flowacct_data = kmem_zalloc(FLOWACCT_DATA_SZ, KM_NOSLEEP))
usr/src/uts/common/ipp/ipgpc/classifierddi.c
242
filter = kmem_zalloc(sizeof (ipgpc_filter_t), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/classifierddi.c
264
aclass = kmem_zalloc(sizeof (ipgpc_class_t), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
1631
filter = kmem_zalloc(sizeof (ipgpc_filter_t), KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
367
kmem_zalloc(sizeof (fid_t) * ipgpc_max_num_filters, KM_NOSLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
374
ipgpc_cid_list = kmem_zalloc(sizeof (cid_t) * ipgpc_max_num_classes,
usr/src/uts/common/ipp/ippconf.c
1916
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2226
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2487
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2663
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2688
if ((rp = kmem_zalloc(sizeof (ipp_ref_t),
usr/src/uts/common/ipp/ippconf.c
2912
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
3278
ipp_mod_byid = kmem_zalloc(sizeof (ipp_mod_t *) * (ipp_max_mod + 1),
usr/src/uts/common/ipp/ippconf.c
3309
ipp_action_byid = kmem_zalloc(sizeof (ipp_action_t *) *
usr/src/uts/common/ipp/ippconf.c
376
if ((buf = kmem_zalloc(strlen(modname) + 1, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
599
if ((buf = kmem_zalloc(strlen(aname) + 1, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippctl.c
1394
modname_array = kmem_zalloc(length, KM_SLEEP);
usr/src/uts/common/ipp/ippctl.c
1488
aname_array = kmem_zalloc(length, KM_SLEEP);
usr/src/uts/common/ipp/ippctl.c
1742
ippctl_array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP);
usr/src/uts/common/ipp/ippctl.c
1763
array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP);
usr/src/uts/common/ipp/ippctl.c
665
kbuf = kmem_zalloc(ubuflen, KM_SLEEP);
usr/src/uts/common/ipp/meters/tokenmtddi.c
137
if ((cfg_parms = kmem_zalloc(TOKENMT_CFG_SZ, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/meters/tokenmtddi.c
320
tokenmt_data = kmem_zalloc(TOKENMT_DATA_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/meters/tokenmtddi.c
420
cfg_parms = kmem_zalloc(TOKENMT_CFG_SZ, KM_NOSLEEP);
usr/src/uts/common/ipp/meters/tswtclddi.c
224
tswtcl_data = kmem_zalloc(TSWTCL_DATA_SZ, KM_NOSLEEP);
usr/src/uts/common/klm/klmmod.c
75
g = kmem_zalloc(sizeof (*g), KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
1180
dst->buf = kmem_zalloc(src->maxlen, KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
1979
nslp = kmem_zalloc(sizeof (*nslp), KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
2131
new_slr = kmem_zalloc(sizeof (*slr), KM_SLEEP);
usr/src/uts/common/klm/nlm_rpc_handle.c
124
kmem_zalloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/klm/nlm_rpc_handle.c
163
kmem_zalloc(sizeof (struct netbuf), KM_SLEEP);
usr/src/uts/common/klm/nlm_service.c
423
oh = kmem_zalloc(sizeof (*oh), KM_SLEEP);
usr/src/uts/common/krtld/kobj.c
3740
struct kobjopen_tctl *ltp = kmem_zalloc(sizeof (*ltp), KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
112
p.opt = kmem_zalloc(sizeof (struct t_optmgmt), KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
119
p.dis = kmem_zalloc(sizeof (struct t_discon), KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
126
p.udata = kmem_zalloc(sizeof (struct t_kunitdata), KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
149
p.uderr = kmem_zalloc(sizeof (struct t_uderr), KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
158
p.info = kmem_zalloc(sizeof (struct t_info), KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
173
buf->buf = kmem_zalloc(1024, KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
186
buf->buf = kmem_zalloc(n, KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
91
p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP);
usr/src/uts/common/ktli/t_kalloc.c
98
p.call = kmem_zalloc(sizeof (struct t_call), KM_SLEEP);
usr/src/uts/common/net/radix.h
180
#define R_ZallocSleep(p, t, n) p = (t) kmem_zalloc(n, KM_SLEEP)
usr/src/uts/common/os/aio.c
1285
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2395
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2466
aiop = kmem_zalloc(sizeof (struct aio), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2499
reqp = kmem_zalloc(sizeof (struct aio_req_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2540
liop = kmem_zalloc(sizeof (aio_lio_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
2984
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
3292
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
3469
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_NOSLEEP);
usr/src/uts/common/os/aio.c
703
iocblist = kmem_zalloc(iocbsz, KM_NOSLEEP);
usr/src/uts/common/os/audit_core.c
324
tad = kmem_zalloc(sizeof (struct t_audit_data), KM_SLEEP);
usr/src/uts/common/os/audit_core.c
399
fad = kmem_zalloc(sizeof (struct f_audit_data), KM_SLEEP);
usr/src/uts/common/os/audit_core.c
82
tad0 = kmem_zalloc(sizeof (struct t_audit_data), KM_SLEEP);
usr/src/uts/common/os/audit_zone.c
45
au_kcontext_t *kctx = kmem_zalloc(sizeof (au_kcontext_t), KM_SLEEP);
usr/src/uts/common/os/autoconf.c
158
rootname = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/autoconf.c
206
bootpath_prop = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/autoconf.c
213
fstype_prop = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/bio.c
1183
hbuf = kmem_zalloc(v.v_hbuf * sizeof (struct hbuf), KM_SLEEP);
usr/src/uts/common/os/bio.c
1185
dwbuf = kmem_zalloc(v.v_hbuf * sizeof (struct dwbuf), KM_SLEEP);
usr/src/uts/common/os/bio.c
1344
bp = kmem_zalloc(sizeof (struct buf), KM_SLEEP);
usr/src/uts/common/os/bio.c
1583
dp = kmem_zalloc(sizeof (struct buf) * v.v_buf, KM_NOSLEEP);
usr/src/uts/common/os/bitset.c
85
bset_new = kmem_zalloc(nwords * sizeof (ulong_t), KM_SLEEP);
usr/src/uts/common/os/brand.c
1148
p->p_brand_data = kmem_zalloc(sizeof (brand_proc_data_t), KM_SLEEP);
usr/src/uts/common/os/callb.c
123
cp = (callb_t *)kmem_zalloc(sizeof (callb_t), KM_SLEEP);
usr/src/uts/common/os/callout.c
1822
ct->ct_idhash = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/callout.c
1823
ct->ct_clhash = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/callout.c
2137
buf = (uintptr_t)kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/callout.c
2172
ct->ct_kstat_data = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/cap_util.c
1098
cp->cpu_cu_info = kmem_zalloc(sizeof (cu_cpu_info_t),
usr/src/uts/common/os/cap_util.c
1137
cu_cpu_info->cu_cntr_stats = kmem_zalloc(n * sizeof (cu_cntr_stats_t),
usr/src/uts/common/os/cap_util.c
574
cntr_info = kmem_zalloc(sizeof (cu_cntr_info_t),
usr/src/uts/common/os/clock.c
985
buf = (intptr_t)kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/os/clock.c
997
buf = (intptr_t)kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/os/clock_highres.c
74
it->it_arg = kmem_zalloc(sizeof (cyclic_id_t), KM_SLEEP);
usr/src/uts/common/os/clock_realtime.c
177
it->it_arg = kmem_zalloc(sizeof (timeout_id_t), KM_SLEEP);
usr/src/uts/common/os/clock_tick.c
181
abuf = (uintptr_t)kmem_zalloc(size * NCPU + _CACHE_LINE_SIZE, KM_SLEEP);
usr/src/uts/common/os/clock_tick.c
217
clock_tick_set = kmem_zalloc(sizeof (clock_tick_set_t) * n, KM_SLEEP);
usr/src/uts/common/os/contract.c
1393
ct_equeue_t **qa = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/contract.c
1408
ct_equeue_t *q = kmem_zalloc(sizeof (ct_equeue_t), KM_SLEEP);
usr/src/uts/common/os/cpu.c
1729
tbl = kmem_zalloc(sizeof (struct cpu *) * max_ncpus, KM_SLEEP);
usr/src/uts/common/os/cpu_event.c
310
buf = (intptr_t)kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/os/cpu_event.c
384
buf_new = (char *)kmem_zalloc(cnt_new *
usr/src/uts/common/os/cpu_event.c
547
cip = kmem_zalloc(sizeof (*cip), KM_SLEEP);
usr/src/uts/common/os/cpu_event.c
832
prop = kmem_zalloc(sizeof (*prop) * CPU_IDLE_VALUE_GROUP_SIZE,
usr/src/uts/common/os/cpu_event.c
836
buf = (intptr_t)kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/os/cpu_pm.c
276
dom = kmem_zalloc(sizeof (cpupm_domain_t), KM_SLEEP);
usr/src/uts/common/os/cpu_pm.c
311
kmem_zalloc(dom->cpd_nstates * sizeof (cpupm_state_t), KM_SLEEP);
usr/src/uts/common/os/cpu_uarray.c
35
cua = kmem_zalloc(cpu_uarray_size(nr_items), kmflags);
usr/src/uts/common/os/cpupm.c
48
hzspeeds = kmem_zalloc(nspeeds * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/os/cpupm.c
54
supp_freqs = kmem_zalloc((UINT64_MAX_STRING * nspeeds), KM_SLEEP);
usr/src/uts/common/os/cred.c
122
eph_zsd = kmem_zalloc(sizeof (ephemeral_zsd_t), KM_SLEEP);
usr/src/uts/common/os/cred.c
950
uc = kmem_zalloc(realsz, KM_SLEEP);
usr/src/uts/common/os/cyclic.c
1475
new_cyclics = kmem_zalloc(sizeof (cyclic_t) * new_size, KM_SLEEP);
usr/src/uts/common/os/cyclic.c
2313
cyc_cpu_t *cpu = kmem_zalloc(sizeof (cyc_cpu_t), KM_SLEEP);
usr/src/uts/common/os/cyclic.c
2314
cyc_backend_t *nbe = kmem_zalloc(sizeof (cyc_backend_t), KM_SLEEP);
usr/src/uts/common/os/cyclic.c
2329
cpu->cyp_heap = kmem_zalloc(sizeof (cyc_index_t), KM_SLEEP);
usr/src/uts/common/os/cyclic.c
2330
cpu->cyp_cyclics = kmem_zalloc(sizeof (cyclic_t), KM_SLEEP);
usr/src/uts/common/os/dacf.c
728
module = kmem_zalloc(sizeof (dacf_module_t), KM_SLEEP);
usr/src/uts/common/os/dacf.c
753
opsarray = kmem_zalloc(sizeof (dacf_opset_t) * (nelems + 1), KM_SLEEP);
usr/src/uts/common/os/damap.c
134
mapp = kmem_zalloc(sizeof (*mapp), KM_SLEEP);
usr/src/uts/common/os/ddi_hp_impl.c
676
cn_path = kmem_zalloc(MAXPATHLEN, kmflag);
usr/src/uts/common/os/ddi_hp_impl.c
698
ap_id = kmem_zalloc(ap_id_len, kmflag);
usr/src/uts/common/os/ddi_hp_ndi.c
255
eventp = kmem_zalloc(sizeof (ddi_hp_cn_async_event_entry_t),
usr/src/uts/common/os/ddi_hp_ndi.c
98
hdlp = (ddi_hp_cn_handle_t *)kmem_zalloc(
usr/src/uts/common/os/ddi_intr.c
1062
hdlp = (ddi_softint_hdl_impl_t *)kmem_zalloc(
usr/src/uts/common/os/ddi_intr.c
1220
hdl_p = kmem_zalloc(hdl_sz, KM_SLEEP);
usr/src/uts/common/os/ddi_intr.c
1294
hdl_p = kmem_zalloc(hdl_sz, KM_SLEEP);
usr/src/uts/common/os/ddi_intr.c
1344
hdl_p = kmem_zalloc(hdl_sz, KM_SLEEP);
usr/src/uts/common/os/ddi_intr.c
1497
hdl_p = kmem_zalloc(sizeof (ddi_softint_handle_t), KM_SLEEP);
usr/src/uts/common/os/ddi_intr.c
316
hdlp = (ddi_intr_handle_impl_t *)kmem_zalloc(
usr/src/uts/common/os/ddi_intr_impl.c
363
intr_p->devi_intr_handle_p = kmem_zalloc(
usr/src/uts/common/os/ddi_intr_impl.c
59
DEVI(dip)->devi_intr_p = kmem_zalloc(sizeof (devinfo_intr_t), KM_SLEEP);
usr/src/uts/common/os/ddi_intr_irm.c
178
pool_p = kmem_zalloc(sizeof (ddi_irm_pool_t), KM_SLEEP);
usr/src/uts/common/os/ddi_intr_irm.c
394
req_p = kmem_zalloc(sizeof (ddi_irm_req_t), KM_SLEEP);
usr/src/uts/common/os/ddi_nodeid.c
85
return (kmem_zalloc(sizeof (struct available), kmflag));
usr/src/uts/common/os/ddi_ufm.c
183
kmem_zalloc((sizeof (ddi_ufm_image_t) * ufmh->ufmh_nimages),
usr/src/uts/common/os/ddi_ufm.c
203
kmem_zalloc((sizeof (ddi_ufm_slot_t) * img->ufmi_nslots),
usr/src/uts/common/os/ddi_ufm.c
223
images = kmem_zalloc(sizeof (nvlist_t *) * ufmh->ufmh_nimages,
usr/src/uts/common/os/ddi_ufm.c
236
slots = kmem_zalloc(sizeof (nvlist_t *) * img->ufmi_nslots,
usr/src/uts/common/os/ddi_ufm.c
299
buf = kmem_zalloc(UFM_READ_STRIDE, KM_SLEEP);
usr/src/uts/common/os/ddi_ufm.c
419
*ufmh = kmem_zalloc(sizeof (ddi_ufm_handle_t), KM_SLEEP);
usr/src/uts/common/os/ddifm.c
588
new_eh = kmem_zalloc(sizeof (struct i_ddi_errhdl), KM_SLEEP);
usr/src/uts/common/os/ddifm.c
720
fmhdl = kmem_zalloc(sizeof (struct i_ddi_fmhdl), KM_SLEEP);
usr/src/uts/common/os/devcache.c
292
nvfdp = kmem_zalloc(sizeof (*nvfdp), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
2509
copy = kmem_zalloc(sizeof (struct ddi_prop), flag);
usr/src/uts/common/os/devcfg.c
2522
copy->prop_val = kmem_zalloc(prop->prop_len, flag);
usr/src/uts/common/os/devcfg.c
275
devi->devi_audit = kmem_zalloc(sizeof (devinfo_audit_t), flag);
usr/src/uts/common/os/devcfg.c
333
if ((elem = kmem_zalloc(sizeof (*elem), flag)) == NULL)
usr/src/uts/common/os/devcfg.c
347
if ((elem = kmem_zalloc(sizeof (*elem), flag)) == NULL)
usr/src/uts/common/os/devcfg.c
3920
p = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
4624
ub = kmem_zalloc(sizeof (*ub), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
5159
brn = kmem_zalloc(sizeof (*brn), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
7550
parents = kmem_zalloc(devcnt * sizeof (char), KM_SLEEP);
usr/src/uts/common/os/devcfg.c
8979
ddi_aliases.dali_alias_pairs = kmem_zalloc(
usr/src/uts/common/os/devcfg.c
8986
ddi_aliases.dali_curr_pairs = kmem_zalloc(
usr/src/uts/common/os/devid_cache.c
271
np = kmem_zalloc(sizeof (nvp_devid_t), KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
549
new_nvp = kmem_zalloc(sizeof (nvp_devid_t), KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
902
paths = kmem_zalloc(nalloced * sizeof (char *), KM_SLEEP);
usr/src/uts/common/os/devid_cache.c
903
devis = kmem_zalloc(nalloced * sizeof (dev_info_t *), KM_SLEEP);
usr/src/uts/common/os/devpolicy.c
170
devplcy_t *dp = kmem_zalloc(sizeof (*dp), KM_SLEEP);
usr/src/uts/common/os/devpolicy.c
339
devplcyent_t *de = kmem_zalloc(sizeof (*de), KM_SLEEP);
usr/src/uts/common/os/devpolicy.c
494
newpolicy = kmem_zalloc(nmaj * sizeof (tableent_t), KM_SLEEP);
usr/src/uts/common/os/devpolicy.c
608
itmp = kmem_zalloc(alloced, KM_SLEEP);
usr/src/uts/common/os/dkioc_free_util.c
444
new_dfl = kmem_zalloc(DFL_SZ(actual_n), kmflag);
usr/src/uts/common/os/driver_lyr.c
236
lip = kmem_zalloc(sizeof (*lip), KM_SLEEP);
usr/src/uts/common/os/driver_lyr.c
2859
lep = kmem_zalloc(sizeof (struct ldi_event), KM_SLEEP);
usr/src/uts/common/os/driver_lyr.c
3227
lecp = kmem_zalloc(sizeof (ldi_ev_callback_impl_t), KM_SLEEP);
usr/src/uts/common/os/driver_lyr.c
363
lhp = kmem_zalloc(sizeof (*lhp), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1120
dumphdr = kmem_zalloc(sizeof (dumphdr_t), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
1132
dumpcfg.helpermap = kmem_zalloc(BT_SIZEOFMAP(NCPU), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
650
new->helper = kmem_zalloc(new->nhelper * sizeof (helper_t), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
666
new->cbuf = kmem_zalloc(new->ncbuf * sizeof (cbuf_t), KM_SLEEP);
usr/src/uts/common/os/dumpsubr.c
677
new->cmap = kmem_zalloc(new->ncmap * sizeof (cbuf_t), KM_SLEEP);
usr/src/uts/common/os/errorq.c
355
eqp->eq_bitmap = kmem_zalloc(BT_SIZEOFMAP(qlen), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
1086
p = kmem_zalloc(sizeof (evch_chan_t), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
1286
sdp = kmem_zalloc(sizeof (evch_subd_t), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
300
eg = kmem_zalloc(sizeof (*eg), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
540
p = kmem_zalloc(sizeof (evch_eventq_t), KM_SLEEP);
usr/src/uts/common/os/evchannels.c
600
evch_evqsub_t *sp = kmem_zalloc(sizeof (evch_evqsub_t), KM_SLEEP);
usr/src/uts/common/os/exacct.c
459
tu_buf = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP);
usr/src/uts/common/os/exacct.c
666
tu = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP);
usr/src/uts/common/os/exec.c
541
lwpdir = kmem_zalloc(2 * sizeof (lwpdir_t), KM_SLEEP);
usr/src/uts/common/os/exec.c
543
tidhash = kmem_zalloc(2 * sizeof (tidhash_t), KM_SLEEP);
usr/src/uts/common/os/exec.c
547
lep = kmem_zalloc(sizeof (*lep), KM_SLEEP);
usr/src/uts/common/os/exit.c
544
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/fio.c
1801
fpip = kmem_zalloc(sizeof (fpollinfo_t), KM_SLEEP);
usr/src/uts/common/os/fio.c
350
newlist = kmem_zalloc(newcnt * sizeof (uf_entry_t), KM_SLEEP);
usr/src/uts/common/os/fio.c
446
urp = kmem_zalloc(sizeof (uf_rlist_t), KM_SLEEP);
usr/src/uts/common/os/fio.c
868
kmem_zalloc(nfiles * sizeof (uf_entry_t), KM_SLEEP);
usr/src/uts/common/os/flock.c
1986
topology = kmem_zalloc(nvertex * sizeof (lock_descriptor_t *),
usr/src/uts/common/os/flock.c
2454
gp_alloc = kmem_zalloc(sizeof (graph_t), KM_SLEEP);
usr/src/uts/common/os/flock.c
3278
pv = kmem_zalloc(sizeof (struct proc_vertex), KM_SLEEP);
usr/src/uts/common/os/flock.c
3292
palloc = kmem_zalloc((pgraph.gcount + PROC_CHUNK) *
usr/src/uts/common/os/flock.c
3319
pep = kmem_zalloc(sizeof (proc_edge_t), KM_SLEEP);
usr/src/uts/common/os/flock.c
991
l = kmem_zalloc(sizeof (lock_descriptor_t), KM_SLEEP);
usr/src/uts/common/os/fm.c
547
return (kmem_zalloc(size, KM_SLEEP));
usr/src/uts/common/os/fm.c
573
nv_alloc_t *nvhdl = kmem_zalloc(sizeof (nv_alloc_t), KM_SLEEP);
usr/src/uts/common/os/fm.c
615
nvhdl = kmem_zalloc(sizeof (nv_alloc_t), KM_SLEEP);
usr/src/uts/common/os/fork.c
376
kmem_zalloc(cp->p_lwpdir_sz * sizeof (lwpdir_t), KM_SLEEP);
usr/src/uts/common/os/fork.c
381
kmem_zalloc(cp->p_tidhash_sz * sizeof (tidhash_t), KM_SLEEP);
usr/src/uts/common/os/fork.c
434
clep = kmem_zalloc(sizeof (*clep), KM_SLEEP);
usr/src/uts/common/os/ftrace.c
202
ptrs = kmem_zalloc(ftrace_nent *
usr/src/uts/common/os/group.c
173
g->grp_set = kmem_zalloc(cap_new * sizeof (void *), KM_SLEEP);
usr/src/uts/common/os/group.c
180
set_new = kmem_zalloc(cap_new * sizeof (void *), KM_SLEEP);
usr/src/uts/common/os/group.c
217
set_new = kmem_zalloc(cap_new * sizeof (void *), KM_SLEEP);
usr/src/uts/common/os/inst_sync.c
226
fp = kmem_zalloc(sizeof (File), KM_SLEEP);
usr/src/uts/common/os/instance.c
1208
cp = kmem_zalloc(sizeof (in_node_t) + namelen + strlen(addr) + 1,
usr/src/uts/common/os/instance.c
1239
cp = kmem_zalloc(sizeof (in_drv_t) + namelen, KM_SLEEP);
usr/src/uts/common/os/instance.c
1566
path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/ipc.c
1021
perm = kmem_zalloc(service->ipcs_ssize, KM_SLEEP);
usr/src/uts/common/os/ipc.c
653
kmem_zalloc(IPC_IDS_MIN * sizeof (ipc_slot_t), KM_SLEEP);
usr/src/uts/common/os/ipc.c
882
new = kmem_zalloc(newsize * sizeof (ipc_slot_t), KM_NOSLEEP);
usr/src/uts/common/os/kcpc.c
1799
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/os/kcpc.c
1914
ctx_ptrs = kmem_zalloc(nctx_ptrs * sizeof (kcpc_ctx_t *), kmem_flags);
usr/src/uts/common/os/kcpc.c
1974
set->ks_data = kmem_zalloc(set->ks_nreqs * sizeof (uint64_t),
usr/src/uts/common/os/kcpc.c
199
set->ks_data = kmem_zalloc(set->ks_nreqs * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/common/os/kcpc.c
2033
new = kmem_zalloc(new_cnt * sizeof (kcpc_ctx_t *),
usr/src/uts/common/os/kcpc.c
2284
req_list = kmem_zalloc(sizeof (kcpc_request_list_t), kmem_flags);
usr/src/uts/common/os/kcpc.c
2288
reqs = kmem_zalloc(nreqs * sizeof (kcpc_request_t), kmem_flags);
usr/src/uts/common/os/kcpc.c
2323
new = kmem_zalloc((req_list->krl_max +
usr/src/uts/common/os/kcpc.c
2408
set = kmem_zalloc(sizeof (kcpc_set_t), kmem_flags);
usr/src/uts/common/os/kcpc.c
2424
set->ks_req = (kcpc_request_t *)kmem_zalloc(sizeof (kcpc_request_t) *
usr/src/uts/common/os/kcpc.c
818
ctx = (kcpc_ctx_t *)kmem_zalloc(sizeof (kcpc_ctx_t), kmem_flags);
usr/src/uts/common/os/kcpc.c
828
ctx->kc_pics = (kcpc_pic_t *)kmem_zalloc(sizeof (kcpc_pic_t) *
usr/src/uts/common/os/kcpc.c
852
cks = kmem_zalloc(sizeof (*cks), KM_SLEEP);
usr/src/uts/common/os/klpd.c
1024
pap = kmem_zalloc(pasize, KM_SLEEP);
usr/src/uts/common/os/klpd.c
1113
pap = kmem_zalloc(pasize, KM_SLEEP);
usr/src/uts/common/os/klpd.c
208
khp = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/os/klpd.c
225
khp = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/os/klpd.c
267
khp = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/os/klpd.c
507
kpd = kmem_zalloc(sizeof (*kpd), KM_SLEEP);
usr/src/uts/common/os/klpd.c
742
pfx = kmem_zalloc(sizeof (*pfx), KM_SLEEP);
usr/src/uts/common/os/klpd.c
878
pap = kmem_zalloc(pasize, KM_SLEEP);
usr/src/uts/common/os/ksensor.c
456
k = kmem_zalloc(sizeof (ksensor_dip_t), KM_SLEEP);
usr/src/uts/common/os/ksensor.c
519
sensor = kmem_zalloc(sizeof (ksensor_t), KM_SLEEP);
usr/src/uts/common/os/labelsys.c
113
kmem_zalloc(TNRHC_SIZE * sizeof (tnrhc_hash_t), kmflag);
usr/src/uts/common/os/labelsys.c
1148
if ((new = kmem_zalloc(sizeof (*new),
usr/src/uts/common/os/labelsys.c
1235
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/os/labelsys.c
422
if ((new = kmem_zalloc(sizeof (*new), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/os/labelsys.c
574
if ((tpc = kmem_zalloc(sizeof (*tpc), kmflags)) == NULL)
usr/src/uts/common/os/labelsys.c
774
if ((newent = kmem_zalloc(sizeof (*newent), KM_NOSLEEP)) ==
usr/src/uts/common/os/log_sysevent.c
1127
sc_list = kmem_zalloc(sizeof (subclass_lst_t),
usr/src/uts/common/os/log_sysevent.c
1130
sc_list->sl_name = kmem_zalloc(subclass_sz, KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
1832
qcopy = kmem_zalloc(copy_sz, KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
527
q = kmem_zalloc(sizeof (log_eventq_t) + payload_sz, flag);
usr/src/uts/common/os/log_sysevent.c
764
qcopy = kmem_zalloc(copy_len, flag);
usr/src/uts/common/os/log_sysevent.c
895
c_list = kmem_zalloc(sizeof (class_lst_t), KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
896
c_list->cl_name = kmem_zalloc(class_len, KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
900
kmem_zalloc(sizeof (subclass_lst_t), KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
902
kmem_zalloc(sizeof (EC_SUB_ALL), KM_SLEEP);
usr/src/uts/common/os/log_sysevent.c
967
chan = kmem_zalloc(sizeof (sysevent_channel_descriptor_t), KM_SLEEP);
usr/src/uts/common/os/logsubr.c
138
q = kmem_zalloc(sizeof (queue_t), KM_SLEEP);
usr/src/uts/common/os/logsubr.c
161
lzp = kmem_zalloc(sizeof (log_zone_t), KM_SLEEP);
usr/src/uts/common/os/lwp.c
276
t->t_rprof = kmem_zalloc(sizeof (struct rprof), KM_SLEEP);
usr/src/uts/common/os/lwp.c
284
lep = kmem_zalloc(sizeof (*lep), KM_SLEEP);
usr/src/uts/common/os/lwp.c
343
ret_tidhash = kmem_zalloc(sizeof (ret_tidhash_t),
usr/src/uts/common/os/lwp.c
351
new_dir = kmem_zalloc(new_dirsz * sizeof (lwpdir_t), KM_SLEEP);
usr/src/uts/common/os/lwp.c
355
new_hash = kmem_zalloc(new_hashsz * sizeof (tidhash_t),
usr/src/uts/common/os/main.c
187
argv = kmem_zalloc(argvlen, KM_SLEEP);
usr/src/uts/common/os/main.c
245
argv32 = kmem_zalloc(argvlen / 2, KM_SLEEP);
usr/src/uts/common/os/mem_cage.c
595
new = kmem_zalloc(sizeof (*new), KM_NOSLEEP);
usr/src/uts/common/os/mem_config.c
1060
mdsp = kmem_zalloc(sizeof (struct memdelspan), KM_SLEEP);
usr/src/uts/common/os/mem_config.c
1780
mdsp->mds_bitmap = kmem_zalloc(MDS_BITMAPBYTES(mdsp), KM_SLEEP);
usr/src/uts/common/os/mem_config.c
1781
mdsp->mds_bitmap_retired = kmem_zalloc(MDS_BITMAPBYTES(mdsp),
usr/src/uts/common/os/mem_config.c
772
mhp = kmem_zalloc(sizeof (struct mem_handle), KM_SLEEP);
usr/src/uts/common/os/mem_config.c
917
mdsp = kmem_zalloc(sizeof (struct memdelspan), KM_SLEEP);
usr/src/uts/common/os/modctl.c
1479
name = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1506
name = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1537
name = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1566
name = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1598
pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1620
filename = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1661
filenamep = kmem_zalloc(MOD_MAXPATH, KM_SLEEP);
usr/src/uts/common/os/modctl.c
1855
mp = kmem_zalloc(sizeof (*mp), KM_SLEEP);
usr/src/uts/common/os/modctl.c
1985
pe = kmem_zalloc(sizeof (*pe), KM_SLEEP);
usr/src/uts/common/os/modctl.c
2037
wargs = kmem_zalloc(sizeof (*wargs), KM_SLEEP);
usr/src/uts/common/os/modctl.c
2092
wargs = kmem_zalloc(sizeof (*wargs), KM_SLEEP);
usr/src/uts/common/os/modctl.c
2159
path = kmem_zalloc(pathlen + 1, KM_SLEEP);
usr/src/uts/common/os/modctl.c
216
devimpl = kmem_zalloc(devcnt * sizeof (cdevsw_impl_t), KM_SLEEP);
usr/src/uts/common/os/modctl.c
2203
dir = kmem_zalloc(udirlen + 1, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2271
dir = kmem_zalloc(udirlen + 1, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2302
devpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2309
cn_name_str = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2692
fullname = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/modctl.c
2815
fullname = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/modctl.c
3492
modinfop = kmem_zalloc(sizeof (struct modinfo), KM_SLEEP);
usr/src/uts/common/os/modctl.c
363
filenamep = kmem_zalloc(MOD_MAXPATH, KM_SLEEP);
usr/src/uts/common/os/modctl.c
568
aliases = kmem_zalloc(
usr/src/uts/common/os/modctl.c
808
pathvfs = kmem_zalloc(n_modpath * sizeof (struct pathvfs), KM_SLEEP);
usr/src/uts/common/os/modhash.c
439
if ((mod_hash = kmem_zalloc(MH_SIZE(nchains), sleep)) == NULL)
usr/src/uts/common/os/modsubr.c
1025
spec = kmem_zalloc(sizeof (*spec), KM_SLEEP);
usr/src/uts/common/os/modsubr.c
550
mb = kmem_zalloc(sizeof (struct bind), KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
1803
hwcp = kmem_zalloc(sizeof (*hwcp), KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
1804
devi = kmem_zalloc(sizeof (*devi), KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
2062
struct hwc_parse_mt *pltp = kmem_zalloc(sizeof (*pltp), KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
2810
hcl = kmem_zalloc(sizeof (struct hwc_class), KM_SLEEP);
usr/src/uts/common/os/modsysfile.c
3255
pl = kmem_zalloc(sizeof (*pl), KM_SLEEP);
usr/src/uts/common/os/msg.c
1134
mp = kmem_zalloc(sizeof (struct msg), KM_SLEEP);
usr/src/uts/common/os/msg.c
1201
mp = kmem_zalloc(sizeof (struct msg), KM_SLEEP);
usr/src/uts/common/os/ndifm.c
186
fcp = kmem_zalloc(sizeof (ndi_fmc_t), KM_SLEEP);
usr/src/uts/common/os/netstack.c
1242
sz = (struct shared_zone_list *)kmem_zalloc(sizeof (*sz), KM_SLEEP);
usr/src/uts/common/os/netstack.c
1299
sk = (struct shared_kstat_list *)kmem_zalloc(sizeof (*sk), KM_SLEEP);
usr/src/uts/common/os/netstack.c
346
ns = (netstack_t *)kmem_zalloc(sizeof (netstack_t), KM_SLEEP);
usr/src/uts/common/os/pcifm.c
368
erpt_p->pe_regs = kmem_zalloc(sizeof (pcix_bdg_error_regs_t),
usr/src/uts/common/os/pcifm.c
377
kmem_zalloc(sizeof (pcix_ecc_regs_t),
usr/src/uts/common/os/pcifm.c
384
erpt_p->pe_regs = kmem_zalloc(sizeof (pcix_error_regs_t),
usr/src/uts/common/os/pcifm.c
391
pcix_regs->pcix_ecc_regs = kmem_zalloc(
usr/src/uts/common/os/pcifm.c
428
erpt_p = kmem_zalloc(sizeof (pci_erpt_t), KM_SLEEP);
usr/src/uts/common/os/pcifm.c
433
erpt_p->pe_pci_regs = kmem_zalloc(sizeof (pci_error_regs_t), KM_SLEEP);
usr/src/uts/common/os/pcifm.c
454
erpt_p->pe_pci_regs->pci_bdg_regs = kmem_zalloc(
usr/src/uts/common/os/pg.c
307
pg_classes = kmem_zalloc(sizeof (pg_class_t), KM_SLEEP);
usr/src/uts/common/os/pg.c
311
kmem_zalloc(sizeof (pg_class_t) * (pg_nclasses + 1),
usr/src/uts/common/os/pg.c
519
pgd = kmem_zalloc(sizeof (cpu_pg_t), KM_SLEEP);
usr/src/uts/common/os/pg.c
771
return (kmem_zalloc(sizeof (pg_t), KM_SLEEP));
usr/src/uts/common/os/pghw.c
713
pg->pghw_cpulist = kmem_zalloc(len, KM_NOSLEEP);
usr/src/uts/common/os/pid.c
168
pidp = kmem_zalloc(sizeof (struct pid), KM_SLEEP);
usr/src/uts/common/os/pid.c
566
pidhash = kmem_zalloc(sizeof (struct pid *) * pid_hashsz, KM_SLEEP);
usr/src/uts/common/os/pid.c
568
pr_pid_cv = kmem_zalloc(sizeof (kcondvar_t) * v.v_proc, KM_SLEEP);
usr/src/uts/common/os/pid.c
569
proc_lock = kmem_zalloc(sizeof (struct plock) * v.v_proc, KM_SLEEP);
usr/src/uts/common/os/pid.c
717
upc_hash = kmem_zalloc(upc_hashsize * sizeof (struct upcount *),
usr/src/uts/common/os/pool.c
1249
bufs = kmem_zalloc(nlwp * sizeof (void *), KM_SLEEP);
usr/src/uts/common/os/pool.c
1392
procs = kmem_zalloc(procs_size * sizeof (proc_t *), KM_SLEEP);
usr/src/uts/common/os/pool.c
1402
procs = kmem_zalloc(procs_size * sizeof (proc_t *),
usr/src/uts/common/os/pool.c
174
pool_default = kmem_zalloc(sizeof (pool_t), KM_SLEEP);
usr/src/uts/common/os/pool.c
409
pool = kmem_zalloc(sizeof (pool_t), KM_SLEEP);
usr/src/uts/common/os/pool_pset.c
193
pool_pset_default = kmem_zalloc(sizeof (pool_pset_t), KM_SLEEP);
usr/src/uts/common/os/port_subr.c
718
pse = kmem_zalloc(sizeof (port_source_t), KM_NOSLEEP);
usr/src/uts/common/os/project.c
243
spare_p = kmem_zalloc(sizeof (kproject_t), KM_SLEEP);
usr/src/uts/common/os/rctl.c
1030
rctl_set_t *rset = kmem_zalloc(sizeof (rctl_set_t), KM_SLEEP);
usr/src/uts/common/os/rctl.c
1033
rset->rcs_ctls = kmem_zalloc(rctl_set_size * sizeof (rctl_t *),
usr/src/uts/common/os/rctl.c
1059
rctl_alloc_gp_t *ragp = kmem_zalloc(sizeof (rctl_alloc_gp_t), KM_SLEEP);
usr/src/uts/common/os/rctl.c
1200
rctl_alloc_gp_t *ragp = kmem_zalloc(sizeof (rctl_alloc_gp_t), KM_SLEEP);
usr/src/uts/common/os/rctl.c
2154
rctl_alloc_gp_t *gp = kmem_zalloc(sizeof (rctl_alloc_gp_t), KM_SLEEP);
usr/src/uts/common/os/rctl.c
2333
rctl_dict_entry_t *rctl_de = kmem_zalloc(sizeof (rctl_dict_entry_t),
usr/src/uts/common/os/rctl.c
2571
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/retire_store.c
231
rsp = kmem_zalloc(sizeof (rio_store_t), KM_SLEEP);
usr/src/uts/common/os/retire_store.c
327
new_rsp = kmem_zalloc(sizeof (*new_rsp), KM_SLEEP);
usr/src/uts/common/os/schedctl.c
536
pagep->spc_map = kmem_zalloc(sizeof (ulong_t) * sc_bitmap_words,
usr/src/uts/common/os/session.c
203
sp = kmem_zalloc(sizeof (sess_t), KM_SLEEP);
usr/src/uts/common/os/shm.c
310
sp->shm_sptinfo = kmem_zalloc(sizeof (sptinfo_t), KM_SLEEP);
usr/src/uts/common/os/sid.c
322
credsid_t *kcr = kmem_zalloc(sizeof (*kcr), KM_SLEEP);
usr/src/uts/common/os/sid.c
526
list = kmem_zalloc(KSIDLIST_MEM(ngrp), KM_SLEEP);
usr/src/uts/common/os/sig.c
1034
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/sig.c
1805
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/sig.c
2559
sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/sig.c
387
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/smb_subr.c
54
return (len > 0 ? kmem_zalloc(len, KM_SLEEP) : NULL);
usr/src/uts/common/os/softint.c
184
softcalls = kmem_zalloc(sizeof (softcall_t) * NSOFTCALLS, KM_SLEEP);
usr/src/uts/common/os/softint.c
185
softcall_cpuset = kmem_zalloc(sizeof (cpuset_t), KM_SLEEP);
usr/src/uts/common/os/strsubr.c
3959
system_esbq_array = (esb_queue_t *)kmem_zalloc(
usr/src/uts/common/os/strsubr.c
8623
ss = (str_stack_t *)kmem_zalloc(sizeof (*ss), KM_SLEEP);
usr/src/uts/common/os/strsubr.c
8635
ss->ss_mux_nodes = kmem_zalloc((sizeof (struct mux_node) *
usr/src/uts/common/os/sunddi.c
1712
pdd = kmem_zalloc(sizeof (struct prop_driver_data) + size, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
1740
ph->ph_data = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/common/os/sunddi.c
1744
ph->ph_data = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
3171
(kmem_zalloc(sizeof (ddi_prop_t), km_flags))
usr/src/uts/common/os/sunddi.c
4701
(b = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP))) {
usr/src/uts/common/os/sunddi.c
4838
callbackq = kmem_zalloc(
usr/src/uts/common/os/sunddi.c
5681
if ((dmdp = kmem_zalloc(sizeof (struct ddi_minor_data),
usr/src/uts/common/os/sunddi.c
5884
ss = kmem_zalloc(sizeof (*ss), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
5900
ss->array = kmem_zalloc(ss->n_items * sizeof (void *), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
5945
new_element = kmem_zalloc(ss->size, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
5978
new_array = kmem_zalloc(new_n_items * sizeof (void *),
usr/src/uts/common/os/sunddi.c
5988
dirty = kmem_zalloc(sizeof (*dirty), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
6159
sss = kmem_zalloc(sizeof (*sss), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
6177
sso = kmem_zalloc(sss->ss_size, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
6425
buf = kmem_zalloc(2 * MAXNAMELEN, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
6660
obp_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunddi.c
7820
if ((i_devid = kmem_zalloc(sz, KM_SLEEP)) == NULL)
usr/src/uts/common/os/sunddi.c
8332
p = kmem_zalloc(sizeof (struct ddi_umem_cookie), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
8630
p = kmem_zalloc(sizeof (struct ddi_umem_cookie), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
9091
cbp = kmem_zalloc(sizeof (ddi_cb_t), KM_SLEEP);
usr/src/uts/common/os/sunddi.c
9204
*nextp = kmem_zalloc(sizeof (struct ptnode), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
1328
ct = kmem_zalloc(sizeof (*ct), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
1354
ct->ct_lb_args = kmem_zalloc(sizeof (client_lb_args_t), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
1619
temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
2937
pip = kmem_zalloc(sizeof (struct mdi_pathinfo), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
4166
obp_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
437
vh = kmem_zalloc(sizeof (mdi_vhci_t), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
438
hash = kmem_zalloc(mdi_client_table_size * sizeof (*hash),
usr/src/uts/common/os/sunmdi.c
441
vh->vh_class = kmem_zalloc(strlen(class) + 1, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
667
ph = kmem_zalloc(sizeof (mdi_phci_t), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
7493
vhc = kmem_zalloc(sizeof (mdi_vhci_config_t), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
7813
cpi = kmem_zalloc(sizeof (*cpi), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
7839
cct = kmem_zalloc(sizeof (*cct), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
7914
cphci = kmem_zalloc(sizeof (mdi_vhcache_phci_t), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8105
cphci = kmem_zalloc(sizeof (*cphci), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8219
cct = kmem_zalloc(sizeof (*cct), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8243
cpi = kmem_zalloc(sizeof (*cpi), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8509
vhbc = kmem_zalloc(sizeof (*vhbc), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
8516
phbc = kmem_zalloc(sizeof (*phbc), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
9032
new_ptr = kmem_zalloc(new_size, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
9605
path_name = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
997
temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunndi.c
1212
ndi_event_hdl = kmem_zalloc(sizeof (struct ndi_event_hdl),
usr/src/uts/common/os/sunndi.c
1367
new_cookie = kmem_zalloc(sizeof (ndi_event_cookie_t),
usr/src/uts/common/os/sunndi.c
1713
cb = kmem_zalloc(sizeof (ndi_event_callbacks_t), km_flag);
usr/src/uts/common/os/sunndi.c
2558
kmem_zalloc((nflavors - 1) * sizeof (void *), KM_SLEEP);
usr/src/uts/common/os/sunndi.c
319
dcp = kmem_zalloc(sizeof (*dcp), KM_SLEEP);
usr/src/uts/common/os/sunpci.c
346
regbuf = (uint32_t *)kmem_zalloc((size_t)PCIE_CONF_HDR_SIZE,
usr/src/uts/common/os/sunpci.c
355
maskbuf = (uint8_t *)kmem_zalloc(maskbufsz, KM_SLEEP);
usr/src/uts/common/os/sunpci.c
400
regbuf = (uint32_t *)kmem_zalloc((size_t)PCI_CONF_HDR_SIZE,
usr/src/uts/common/os/sunpci.c
435
pci_cap_descp = (pci_cap_save_desc_t *)kmem_zalloc(
usr/src/uts/common/os/sunpci.c
932
p = (pci_pm_context_t *)kmem_zalloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2001
paths = kmem_zalloc(length, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2231
new_work = kmem_zalloc(sizeof (pm_dep_wk_t), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2239
new_work->pdw_keeper = kmem_zalloc(strlen(keeper) + 1,
usr/src/uts/common/os/sunpm.c
2244
new_work->pdw_kept = kmem_zalloc(strlen(kept) + 1, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
2328
pathbuf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
3188
pathbuf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
3411
p->pmc_comp.pmc_lvals = kmem_zalloc(2 * sizeof (int),
usr/src/uts/common/os/sunpm.c
3544
info = kmem_zalloc(sizeof (pm_info_t), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
3565
pathbuf = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
3901
compp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
4108
p = kmem_zalloc(sizeof (*phead), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
4115
compp = p->comp = kmem_zalloc(sizeof (pm_comp_t),
usr/src/uts/common/os/sunpm.c
4118
compp->pmc_name = kmem_zalloc(compp->pmc_name_sz,
usr/src/uts/common/os/sunpm.c
4163
ret = kmem_zalloc(components * sizeof (pm_comp_t), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5094
pm_pdr_t *p = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5519
pm_rsvp_t *new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5588
pscc_t *pscc = kmem_zalloc(sizeof (*pscc), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5609
psce = kmem_zalloc(sizeof (psce_t), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5612
kmem_zalloc(sizeof (pm_state_change_t) * PSCCOUNT,
usr/src/uts/common/os/sunpm.c
5632
psce = kmem_zalloc(sizeof (psce_t), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
5633
psce->psce_first = kmem_zalloc(sizeof (pm_state_change_t) *
usr/src/uts/common/os/sunpm.c
7202
np = kmem_zalloc(sizeof (*np), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
736
scanp = kmem_zalloc(sizeof (pm_scan_t), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
7938
pm_msgbuf = kmem_zalloc(mmu_ptob(PMLOGPGS), KM_SLEEP);
usr/src/uts/common/os/sunpm.c
9266
lock_loan_t *cur = (lock_loan_t *)kmem_zalloc(sizeof (*cur), KM_SLEEP);
usr/src/uts/common/os/swapgeneric.c
387
dhcack = kmem_zalloc(proplen, KM_SLEEP);
usr/src/uts/common/os/swapgeneric.c
403
netdev_path = kmem_zalloc(proplen, KM_SLEEP);
usr/src/uts/common/os/task.c
494
task_usage_t *tu = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP);
usr/src/uts/common/os/task.c
508
tk->tk_inherited = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP);
usr/src/uts/common/os/task.c
991
task0p->tk_usage = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP);
usr/src/uts/common/os/task.c
992
task0p->tk_inherited = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP);
usr/src/uts/common/os/taskq.c
2690
taskq_bucket_t *bucket = kmem_zalloc(sizeof (taskq_bucket_t) *
usr/src/uts/common/os/timer.c
505
itp_new = kmem_zalloc(target_sz * sizeof (itimer_t *),
usr/src/uts/common/os/timer.c
547
itp_new = kmem_zalloc(target_sz * sizeof (itimer_t *), KM_SLEEP);
usr/src/uts/common/os/timer.c
667
sigq = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/timers.c
493
kmem_zalloc(sizeof (struct rprof), KM_NOSLEEP);
usr/src/uts/common/os/timers.c
650
t->t_rprof = kmem_zalloc(sizeof (struct rprof),
usr/src/uts/common/os/tlabel.c
561
spath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/os/upanic.c
70
buf = kmem_zalloc(PRUPANIC_BUFLEN, KM_SLEEP);
usr/src/uts/common/os/vm_pageout.c
1005
kmem_zalloc(async_list_size * sizeof (struct async_reqs), KM_SLEEP);
usr/src/uts/common/os/watchpoint.c
695
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
1888
zmp = ksp->ks_data = kmem_zalloc(sizeof (zone_mcap_kstat_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
1968
zmp = ksp->ks_data = kmem_zalloc(sizeof (zone_misc_kstat_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
2011
zone->zone_mcap_stats = kmem_zalloc(
usr/src/uts/common/os/zone.c
2016
zone->zone_misc_stats = kmem_zalloc(
usr/src/uts/common/os/zone.c
2497
char *buf = kmem_zalloc(BOOTARGS_MAX, KM_SLEEP);
usr/src/uts/common/os/zone.c
2584
char *buf = kmem_zalloc(ZONE_FS_ALLOWED_MAX, KM_SLEEP);
usr/src/uts/common/os/zone.c
3518
char *kname = kmem_zalloc(ZONENAME_MAX, KM_SLEEP);
usr/src/uts/common/os/zone.c
4492
zone = kmem_zalloc(sizeof (zone_t), KM_SLEEP);
usr/src/uts/common/os/zone.c
618
zsdp = kmem_zalloc(sizeof (*zsdp), KM_SLEEP);
usr/src/uts/common/os/zone.c
6438
kname = kmem_zalloc(ZONENAME_MAX, KM_SLEEP);
usr/src/uts/common/os/zone.c
662
t = kmem_zalloc(sizeof (*t), KM_SLEEP);
usr/src/uts/common/os/zone.c
6805
zargp = kmem_zalloc(sizeof (*zargp), KM_SLEEP);
usr/src/uts/common/os/zone.c
7091
zdl = kmem_zalloc(sizeof (*zdl), KM_SLEEP);
usr/src/uts/common/os/zone.c
840
t = kmem_zalloc(sizeof (*t), KM_SLEEP);
usr/src/uts/common/pcmcia/cis/cis_handlers.c
2179
addr = kmem_zalloc(len + sizeof (size_t), KM_SLEEP);
usr/src/uts/common/pcmcia/cs/cs.c
1888
cclp = (client_t *)kmem_zalloc(sizeof (client_t), KM_SLEEP);
usr/src/uts/common/pcmcia/cs/cs.c
1925
client->driver_name = kmem_zalloc(strlen(cr->driver_name) + 1,
usr/src/uts/common/pcmcia/cs/cs.c
7986
sp = (cs_socket_t *)kmem_zalloc(sizeof (cs_socket_t), KM_SLEEP);
usr/src/uts/common/pcmcia/cs/cs.c
8487
cw = (cs_window_t *)kmem_zalloc(sizeof (cs_window_t), KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1147
pcmcia_adapters[i] = kmem_zalloc(sizeof (struct pcmcia_adapter),
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1234
kmem_zalloc(sizeof (pcmcia_logical_socket_t),
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1259
kmem_zalloc(sizeof (pcmcia_logical_window_t),
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1374
ppd = kmem_zalloc(sizeof (struct pcmcia_parent_private),
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1376
ppd->ppd_reg = kmem_zalloc(sizeof (struct pcm_regs), KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1746
kmem_zalloc(sizeof (struct pcmcia_mif), KM_NOSLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2907
ppd->ppd_assigned = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
3232
ppd = kmem_zalloc(sizeof (struct pcmcia_parent_private),
usr/src/uts/common/pcmcia/nexus/pcmcia.c
3268
kmem_zalloc(sizeof (struct intrspec), KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
4013
md = kmem_zalloc(count * sizeof (struct pcm_make_dev),
usr/src/uts/common/pcmcia/nexus/pcmcia.c
4394
reg = kmem_zalloc(sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
4782
intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
5121
intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP);
usr/src/uts/common/refhash/refhash.c
41
hp->rh_buckets = kmem_zalloc(bucket_count * sizeof (list_t), km_flags);
usr/src/uts/common/rpc/clnt_clts.c
331
p = kmem_zalloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/rpc/clnt_clts.c
398
p->cku_addr.buf = kmem_zalloc(addr->maxlen, KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
1613
p->cku_addr.buf = kmem_zalloc(addr->maxlen, KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
2140
kmem_zalloc(sizeof (struct cm_xprt), KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
2246
srcaddr->buf = kmem_zalloc(destaddr->len, KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
579
p = kmem_zalloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/rpc/clnt_cots.c
637
p->cku_addr.buf = kmem_zalloc(addr->maxlen, KM_SLEEP);
usr/src/uts/common/rpc/clnt_gen.c
358
bound_addr->buf = kmem_zalloc(ret->addr.len, KM_SLEEP);
usr/src/uts/common/rpc/clnt_gen.c
408
nbuf->buf = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/common/rpc/clnt_rdma.c
1368
knc = kmem_zalloc(sizeof (struct knetconfig),
usr/src/uts/common/rpc/clnt_rdma.c
219
p = kmem_zalloc(sizeof (*p), KM_SLEEP);
usr/src/uts/common/rpc/clnt_rdma.c
271
p->cku_srcaddr.buf = kmem_zalloc(raddr->maxlen, KM_SLEEP);
usr/src/uts/common/rpc/clnt_rdma.c
274
p->cku_addr.buf = kmem_zalloc(raddr->maxlen, KM_SLEEP);
usr/src/uts/common/rpc/clnt_rdma.c
329
p->cku_addr.buf = kmem_zalloc(raddr->maxlen, KM_SLEEP);
usr/src/uts/common/rpc/clnt_rdma.c
718
p->cku_srcaddr.buf = kmem_zalloc(conn->c_laddr.maxlen,
usr/src/uts/common/rpc/rdma_subr.c
121
m->r_mod->rdma_api = kmem_zalloc(KNC_STRSIZE, KM_SLEEP);
usr/src/uts/common/rpc/rpc_subr.c
345
newbuf = kmem_zalloc(newlen, KM_SLEEP);
usr/src/uts/common/rpc/rpc_subr.c
408
newbuf = kmem_zalloc(length, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
1574
kqp = kmem_zalloc(sizeof (rib_qp_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
1624
kqp = kmem_zalloc(sizeof (rib_qp_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
2265
wd = kmem_zalloc(sizeof (struct send_wid), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
2460
rwid = kmem_zalloc(sizeof (struct recv_wid), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3055
conn->c_netid = kmem_zalloc(strlen(RIBNETID_TCP) + 1,
usr/src/uts/common/rpc/rpcib.c
3061
conn->c_raddr.buf = kmem_zalloc(sin_size, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3070
conn->c_laddr.buf = kmem_zalloc(sin_size, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3080
kmem_zalloc(conn->c_addrmask.len, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3091
conn->c_netid = kmem_zalloc(strlen(RIBNETID_TCP6) + 1,
usr/src/uts/common/rpc/rpcib.c
3097
conn->c_raddr.buf = kmem_zalloc(sin6_size, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3107
conn->c_laddr.buf = kmem_zalloc(sin6_size, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3118
kmem_zalloc(conn->c_addrmask.len, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3316
service = kmem_zalloc(sizeof (rib_service_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3374
hca_srv = kmem_zalloc(
usr/src/uts/common/rpc/rpcib.c
3568
recvp = kmem_zalloc(sizeof (struct svc_recv), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3589
rep = kmem_zalloc(sizeof (struct reply), KM_NOSLEEP);
usr/src/uts/common/rpc/rpcib.c
3857
rbp = (rib_bufpool_t *)kmem_zalloc(sizeof (rib_bufpool_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3859
bp = (bufpool_t *)kmem_zalloc(sizeof (bufpool_t) +
usr/src/uts/common/rpc/rpcib.c
3883
bp->buf = kmem_zalloc(bp->bufsize, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
3884
rbp->mr_hdl = (ibt_mr_hdl_t *)kmem_zalloc(num *
usr/src/uts/common/rpc/rpcib.c
3886
rbp->mr_desc = (ibt_mr_desc_t *)kmem_zalloc(num *
usr/src/uts/common/rpc/rpcib.c
4396
cn->c_netid = kmem_zalloc(strlen(RIBNETID_TCP) + 1, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
4401
cn->c_addrmask.buf = kmem_zalloc(cn->c_addrmask.len, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
4409
cn->c_netid = kmem_zalloc(strlen(RIBNETID_TCP6) + 1, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
4414
cn->c_addrmask.buf = kmem_zalloc(cn->c_addrmask.len, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5124
kmem_zalloc(sizeof (rib_lrc_entry_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5136
kmem_zalloc(sizeof (rib_lrc_entry_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5317
lifcp->lifc_buf = kmem_zalloc(*bufsizep, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5353
addrs4->ri_list = kmem_zalloc(addrs4->ri_size, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5355
addrs6->ri_list = kmem_zalloc(addrs6->ri_size, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
595
rib_stat = kmem_zalloc(sizeof (*rib_stat), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
731
cq = kmem_zalloc(sizeof (rib_cq_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
815
hca = kmem_zalloc(sizeof (rib_hca_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcmod.c
1278
mir = kmem_zalloc(sizeof (mir_t), KM_SLEEP);
usr/src/uts/common/rpc/rpcmod.c
602
rmp = kmem_zalloc(sizeof (*rmp), KM_SLEEP);
usr/src/uts/common/rpc/sec/key_call.c
82
authg = kmem_zalloc(sizeof (*authg), KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_clnt.c
473
desauthtab = kmem_zalloc(clnt_authdes_cachesz *
usr/src/uts/common/rpc/sec/sec_clnt.c
511
netname = kmem_zalloc(nlen + 1, KM_SLEEP);
usr/src/uts/common/rpc/sec/sec_svc.c
245
roots = kmem_zalloc(allocsz, KM_SLEEP);
usr/src/uts/common/rpc/sec/svcauthdes.c
158
authdes_cache = kmem_zalloc(
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
1048
ap->verifier = kmem_zalloc(sizeof (struct opaque_auth),
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
1051
ap->verifier->oa_base = kmem_zalloc(verf->oa_length,
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
1057
ap->verifier->oa_base = kmem_zalloc(verf->oa_length,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1076
arg->rpc_call_arg = kmem_zalloc(sizeof (*arg->rpc_call_arg), KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1956
rdata = kmem_zalloc(sizeof (*rdata), KM_SLEEP);
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
403
kmem_zalloc(svc_rpc_gss_hashmod * sizeof (svc_rpc_gss_data *),
usr/src/uts/common/rpc/svc.c
1425
clone_xprt = kmem_zalloc(sizeof (SVCXPRT), KM_SLEEP);
usr/src/uts/common/rpc/svc.c
673
pool = kmem_zalloc(sizeof (SVCPOOL), KM_SLEEP);
usr/src/uts/common/rpc/svc.c
878
pool->p_qbody = kmem_zalloc(pool->p_qsize * sizeof (__SVCXPRT_QNODE),
usr/src/uts/common/rpc/svc_clts.c
174
xprt = kmem_zalloc(sizeof (*xprt), KM_SLEEP);
usr/src/uts/common/rpc/svc_clts.c
175
xprt->xp_lcladdr.buf = kmem_zalloc(sizeof (sin6_t), KM_SLEEP);
usr/src/uts/common/rpc/svc_cots.c
208
xprt = kmem_zalloc(sizeof (SVCMASTERXPRT), KM_SLEEP);
usr/src/uts/common/rpc/svc_cots.c
210
cmd = kmem_zalloc(sizeof (*cmd) + sizeof (*ack_p)
usr/src/uts/common/rpc/svc_rdma.c
257
xprt = kmem_zalloc(sizeof (*xprt), KM_SLEEP);
usr/src/uts/common/rpc/svc_rdma.c
272
rd = kmem_zalloc(sizeof (*rd), KM_SLEEP);
usr/src/uts/common/rpc/xdr_rdma.c
313
xdrp = (xrdma_private_t *)kmem_zalloc(sizeof (xrdma_private_t),
usr/src/uts/common/rpc/xdrrdma_sizeof.c
214
xdrs->x_private = kmem_zalloc(sizeof (struct private), KM_SLEEP);
usr/src/uts/common/sys/ib/adapters/hermon/hermon.h
897
kmem_zalloc((num_spans + 7) / 8, KM_SLEEP); \
usr/src/uts/common/sys/ib/adapters/hermon/hermon.h
900
kmem_zalloc(num_spans * sizeof (hermon_dma_info_t), \
usr/src/uts/common/sys/ib/adapters/hermon/hermon.h
905
kmem_zalloc(num_spans * \
usr/src/uts/common/sys/ib/clients/of/sol_ofs/sol_cma.h
326
(newid->route).path_rec = kmem_zalloc(num_paths *
usr/src/uts/common/sys/kmem.h
60
extern void *kmem_zalloc(size_t size, int kmflags);
usr/src/uts/common/sys/nxge/nxge_common_impl.h
182
#define KMEM_ZALLOC(size, flag) kmem_zalloc(size, flag)
usr/src/uts/common/sys/pcie_impl.h
749
#define PCIE_ZALLOC(data) kmem_zalloc(sizeof (data), KM_SLEEP)
usr/src/uts/common/syscall/acctctl.c
190
kbuf = kmem_zalloc(bufsz, KM_SLEEP);
usr/src/uts/common/syscall/acctctl.c
555
acg = kmem_zalloc(sizeof (*acg), KM_SLEEP);
usr/src/uts/common/syscall/corectl.c
122
ccp = kmem_zalloc(sizeof (corectl_path_t), KM_SLEEP);
usr/src/uts/common/syscall/corectl.c
76
ccp = kmem_zalloc(sizeof (corectl_content_t), KM_SLEEP);
usr/src/uts/common/syscall/exacctsys.c
118
pu = kmem_zalloc(sizeof (proc_usage_t), KM_SLEEP);
usr/src/uts/common/syscall/exacctsys.c
119
pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP);
usr/src/uts/common/syscall/exacctsys.c
263
pu = kmem_zalloc(sizeof (proc_usage_t), KM_SLEEP);
usr/src/uts/common/syscall/exacctsys.c
264
pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1353
lgrp_snap = kmem_zalloc(bufsize, KM_NOSLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1705
user_info_buffer = kmem_zalloc(info_size, KM_NOSLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1709
user_lats_buffer = kmem_zalloc(snap_nlgrpsmax * sizeof (int *),
usr/src/uts/common/syscall/lgrpsys.c
1878
lgrp_snap32 = kmem_zalloc(snap_size, KM_NOSLEEP);
usr/src/uts/common/syscall/lgrpsys.c
1900
lgrp_lats32_kernel = kmem_zalloc(snap_nlgrpsmax * sizeof (int *),
usr/src/uts/common/syscall/lgrpsys.c
761
aff_buf = kmem_zalloc(nlgrpsmax * sizeof (lgrp_affinity_t),
usr/src/uts/common/syscall/lgrpsys.c
846
aff_buf_array = kmem_zalloc(nthreads *
usr/src/uts/common/syscall/lgrpsys.c
851
aff_buf_array[i] = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/syscall/lwp_sobj.c
249
lcp->lwpchan_cache = kmem_zalloc(lcp->lwpchan_size *
usr/src/uts/common/syscall/lwp_sobj.c
734
upimutex = kmem_zalloc(sizeof (upimutex_t), KM_SLEEP);
usr/src/uts/common/syscall/lwpsys.c
124
sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/common/syscall/poll.c
1105
pdp = kmem_zalloc(sizeof (polldat_t), KM_SLEEP);
usr/src/uts/common/syscall/poll.c
1107
pdp->pd_ref = kmem_zalloc(sizeof (xref_t) * nsets, KM_SLEEP);
usr/src/uts/common/syscall/poll.c
1171
pcp->pc_hash = kmem_zalloc(pcp->pc_hashsize * sizeof (polldat_t *),
usr/src/uts/common/syscall/poll.c
1203
newmap = kmem_zalloc((newsize / BT_NBIPUL) * sizeof (ulong_t),
usr/src/uts/common/syscall/poll.c
2326
ps = kmem_zalloc(sizeof (pollstate_t), KM_SLEEP);
usr/src/uts/common/syscall/poll.c
2945
return (kmem_zalloc(sizeof (pollcache_t), KM_SLEEP));
usr/src/uts/common/syscall/poll.c
2959
pcp->pc_bitmap = kmem_zalloc((mapsize / BT_NBIPUL) * sizeof (ulong_t),
usr/src/uts/common/syscall/poll.c
2974
pcp->pc_hash = kmem_zalloc(pcp->pc_hashsize * sizeof (polldat_t *),
usr/src/uts/common/syscall/poll.c
3016
return (kmem_zalloc(sizeof (pollcacheset_t) * nsets, KM_SLEEP));
usr/src/uts/common/syscall/poll.c
827
t = kmem_zalloc(
usr/src/uts/common/syscall/rctlsys.c
296
nblk = kmem_zalloc(sizeof (rctl_opaque_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
811
krblk = kmem_zalloc(sizeof (rctl_opaque_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
840
krblk = kmem_zalloc(sizeof (rctl_opaque_t), KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
930
krblk = kmem_zalloc(sizeof (rctl_opaque_t) * size, KM_SLEEP);
usr/src/uts/common/syscall/sem.c
704
kmem_zalloc(P2ROUNDUP(nsems * sizeof (struct sem), 64),
usr/src/uts/common/syscall/sem.c
817
undo = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/common/syscall/signotify.c
233
sigqueue_t *sqp = kmem_zalloc(sizeof (*sqp), KM_SLEEP);
usr/src/uts/common/syscall/tasksys.c
271
kbuf = pw.pw_buf = kmem_zalloc(bufsz, KM_SLEEP);
usr/src/uts/common/syscall/uadmin.c
477
bootargs = kmem_zalloc(BOOTARGS_MAX, KM_SLEEP);
usr/src/uts/common/vm/hat_refmod.c
308
hrm = kmem_zalloc(sizeof (struct hrmstat) * hrm_incr, KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
2133
sdp->vpage = kmem_zalloc(vpgtob(seg_pages(seg)),
usr/src/uts/common/vm/seg_dev.c
2915
tmp = kmem_zalloc(sizeof (struct devmap_softlock), KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
304
tmp = kmem_zalloc(sizeof (struct devmap_ctx), KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
3182
dhp = kmem_zalloc(sizeof (devmap_handle_t), KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
3904
if ((cp = kmem_zalloc(sizeof (struct ddi_umem_cookie),
usr/src/uts/common/vm/seg_dev.c
451
sdp = kmem_zalloc(sizeof (struct segdev_data), KM_SLEEP);
usr/src/uts/common/vm/seg_dev.c
507
newsdp->vpage = kmem_zalloc(nbytes, KM_SLEEP);
usr/src/uts/common/vm/seg_hole.c
109
newshd = kmem_zalloc(sizeof (seghole_data_t), KM_SLEEP);
usr/src/uts/common/vm/seg_kp.c
205
kpsd = kmem_zalloc(sizeof (struct segkp_segdata), KM_SLEEP);
usr/src/uts/common/vm/seg_kp.c
212
segkp_bitmap = kmem_zalloc(BT_SIZEOFMAP(np), KM_SLEEP);
usr/src/uts/common/vm/seg_kp.c
225
kpsd->kpsd_hash = kmem_zalloc(SEGKP_HASHSZ * sizeof (struct segkp *),
usr/src/uts/common/vm/seg_kp.c
414
if ((kpd = kmem_zalloc(sizeof (struct segkp_data), kmflag)) == NULL)
usr/src/uts/common/vm/seg_kpm.c
165
skd = kmem_zalloc(sizeof (struct segkpm_data), KM_SLEEP);
usr/src/uts/common/vm/seg_kpm.c
195
kmem_zalloc(NCPU * b->nvcolors * sizeof (ushort_t), KM_SLEEP);
usr/src/uts/common/vm/seg_map.c
321
smd = kmem_zalloc(sizeof (struct segmap_data), KM_SLEEP);
usr/src/uts/common/vm/seg_map.c
365
kmem_zalloc(smd_nfree * sizeof (struct smfree), KM_SLEEP);
usr/src/uts/common/vm/seg_map.c
387
kmem_zalloc(hashsz * sizeof (unsigned int), KM_SLEEP);
usr/src/uts/common/vm/seg_map.c
459
kmem_zalloc(sizeof (union segmap_cpu) * max_ncpus, KM_SLEEP);
usr/src/uts/common/vm/seg_map.c
473
colors_used = kmem_zalloc(smd_nfree * sizeof (int), KM_SLEEP);
usr/src/uts/common/vm/seg_spt.c
1139
pplist = kmem_zalloc(sizeof (page_t *) * tot_npages, KM_SLEEP);
usr/src/uts/common/vm/seg_spt.c
1465
pplist = kmem_zalloc(sizeof (page_t *)
usr/src/uts/common/vm/seg_spt.c
1831
shmd = kmem_zalloc((sizeof (*shmd)), KM_NOSLEEP);
usr/src/uts/common/vm/seg_spt.c
1850
if ((shmd->shm_vpage = kmem_zalloc(btopr(shm_amp->size),
usr/src/uts/common/vm/seg_spt.c
2052
ppa = kmem_zalloc(npages * sizeof (page_t *), KM_SLEEP);
usr/src/uts/common/vm/seg_spt.c
2281
ppa = kmem_zalloc(sizeof (page_t *) * npages, KM_SLEEP);
usr/src/uts/common/vm/seg_spt.c
2418
shmd_new = kmem_zalloc((sizeof (*shmd_new)), KM_SLEEP);
usr/src/uts/common/vm/seg_spt.c
2432
shmd_new->shm_vpage = kmem_zalloc(btopr(amp->size), KM_SLEEP);
usr/src/uts/common/vm/seg_spt.c
2848
if ((ppa = kmem_zalloc(((sizeof (page_t *)) * a_npages),
usr/src/uts/common/vm/seg_spt.c
554
if ((sptd = kmem_zalloc(sizeof (*sptd), KM_NOSLEEP)) == NULL)
usr/src/uts/common/vm/seg_spt.c
559
if ((ppa = kmem_zalloc(((sizeof (page_t *)) * npages),
usr/src/uts/common/vm/seg_spt.c
566
if ((vp = kmem_zalloc(sizeof (*vp), KM_NOSLEEP)) == NULL)
usr/src/uts/common/vm/seg_spt.c
636
sptd->spt_ppa_lckcnt = kmem_zalloc(npages *
usr/src/uts/common/vm/seg_umap.c
125
data = kmem_zalloc(sizeof (*data), KM_SLEEP);
usr/src/uts/common/vm/seg_umap.c
167
newsud = kmem_zalloc(sizeof (segumap_data_t), KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
1099
if ((nvpage = kmem_zalloc(nvpsize, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/vm/seg_vn.c
1344
kmem_zalloc(vpgtob(seg_pages(seg1) + seg_pages(seg2)),
usr/src/uts/common/vm/seg_vn.c
1457
kmem_zalloc(vpgtob(seg_pages(seg1) + seg_pages(seg2)),
usr/src/uts/common/vm/seg_vn.c
482
svntr_hashtab = kmem_zalloc(hsz, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
489
segvn_textrepl_stats = kmem_zalloc(NCPU *
usr/src/uts/common/vm/seg_vn.c
8695
svd->vpage = kmem_zalloc(mem_needed, KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
213
tmp = kmem_zalloc((2 * AH_LOCK_SIZE * sizeof (pad_mutex_t)) + 63,
usr/src/uts/common/vm/vm_anon.c
232
kmem_zalloc(sizeof (struct anon *) * anon_hash_size, KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
241
tmp = kmem_zalloc((ANI_MAX_POOL * sizeof (ani_free_t)) + 63, KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
296
if ((ahp = kmem_zalloc(sizeof (struct anon_hdr), kmemflags)) == NULL) {
usr/src/uts/common/vm/vm_anon.c
310
ahp->array_chunk = kmem_zalloc(
usr/src/uts/common/vm/vm_anon.c
332
ahp->array_chunk = kmem_zalloc(nchunks * sizeof (ulong_t *),
usr/src/uts/common/vm/vm_anon.c
3584
*ppp = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/common/vm/vm_anon.c
495
*ppp = kmem_zalloc(PAGESIZE, kmemflags);
usr/src/uts/common/vm/vm_anon.c
562
*dapp = kmem_zalloc(PAGESIZE,
usr/src/uts/common/vm/vm_as.c
135
cb = kmem_zalloc(sizeof (struct as_callback), sleepflag);
usr/src/uts/common/vm/vm_as.c
2305
if ((mlock_map = (ulong_t *)kmem_zalloc(mlock_size *
usr/src/uts/common/vm/vm_as.c
2379
if ((mlock_map = (ulong_t *)kmem_zalloc(mlock_size *
usr/src/uts/common/vm/vm_as.c
2632
plist = kmem_zalloc((npages + segcnt) * sizeof (page_t *), KM_SLEEP);
usr/src/uts/common/vm/vm_pagelist.c
1014
color_cache[r][mrange] = kmem_zalloc(sizeof (size_t) *
usr/src/uts/common/vm/vm_pagelist.c
1031
pi = kmem_zalloc(nranges * sizeof (pcc_info_t),
usr/src/uts/common/vm/vm_pagelist.c
1040
pgcntp = kmem_zalloc(colors_per_szc[r] *
usr/src/uts/common/vm/vm_pagelist.c
375
kmptr = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/common/vm/vm_pagelist.c
964
cands_cache = kmem_zalloc(sizeof (pcc_info_t *) * NPC_MUTEX *
usr/src/uts/common/vm/vm_pagelist.c
998
ctr_cache[r] = kmem_zalloc(pcsz *
usr/src/uts/common/vm/vm_seg.c
1426
seg_phashtab_win = kmem_zalloc(
usr/src/uts/common/vm/vm_seg.c
1464
seg_phashtab_wired = kmem_zalloc(
usr/src/uts/common/vm/vm_swap.c
1239
nsip = kmem_zalloc(sizeof (struct swapinfo), KM_SLEEP);
usr/src/uts/common/vm/vm_swap.c
1248
nsip->si_pname = (char *)kmem_zalloc(nsip->si_pnamelen, KM_SLEEP);
usr/src/uts/common/vm/vm_swap.c
1256
nsip->si_swapslots = kmem_zalloc(nsip->si_mapsize, KM_SLEEP);
usr/src/uts/common/vm/vm_swap.c
657
csip = kmem_zalloc(tmp_nswapfiles * sizeof (struct swapinfo),
usr/src/uts/common/vm/vm_swap.c
661
pname = kmem_zalloc(nlen, KM_SLEEP);
usr/src/uts/common/vm/vm_swap.c
963
csip = kmem_zalloc(tmp_nswapfiles * sizeof (*csip), KM_SLEEP);
usr/src/uts/common/vm/vm_swap.c
966
pname = kmem_zalloc(nlen, KM_SLEEP);
usr/src/uts/common/vm/vm_usage.c
1710
cache = kmem_zalloc(sizeof (vmu_cache_t), KM_SLEEP);
usr/src/uts/common/vm/vm_usage.c
1711
cache->vmc_results = kmem_zalloc(sizeof (vmusage_t) * nres, KM_SLEEP);
usr/src/uts/common/vm/vm_usage.c
472
entity = kmem_zalloc(sizeof (vmu_entity_t), KM_SLEEP);
usr/src/uts/common/vm/vm_usage.c
516
zone = kmem_zalloc(sizeof (vmu_zone_t), KM_SLEEP);
usr/src/uts/common/vm/vpm.c
217
vpmd_cpu = kmem_zalloc(sizeof (union vpm_cpu) * max_ncpus, KM_SLEEP);
usr/src/uts/common/vm/vpm.c
228
vpmd_free = kmem_zalloc(vpm_nfreelist * sizeof (struct vpmfree),
usr/src/uts/common/xen/dtrace/xdt.c
2057
xdt_cpu_schedinfo = (xdt_schedinfo_t *)kmem_zalloc(xdt_ncpus *
usr/src/uts/common/xen/io/blk_common.c
175
ring = kmem_zalloc(sizeof (struct blk_ring_s), KM_SLEEP);
usr/src/uts/common/xen/io/evtchn_dev.c
720
evtchndrv_clone_tab = kmem_zalloc(
usr/src/uts/common/xen/io/xdb.c
1136
li = kmem_zalloc(sizeof (*li), KM_SLEEP);
usr/src/uts/common/xen/io/xdb.c
1179
li = kmem_zalloc(sizeof (*li), KM_SLEEP);
usr/src/uts/common/xen/io/xdb.c
1247
nodepath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/xen/io/xdb.c
490
vdp->page_addrs = kmem_zalloc(XDB_MAX_IO_PAGES(vdp) *
usr/src/uts/common/xen/io/xdf.c
2139
path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/xen/io/xdf.c
3280
dkdevidp = (struct dk_devid *)kmem_zalloc(NBPSCTR, KM_SLEEP);
usr/src/uts/common/xen/io/xdf.c
3337
dkdevidp = kmem_zalloc(NBPSCTR, KM_SLEEP);
usr/src/uts/common/xen/io/xencons.c
345
xcp->priv = kmem_zalloc(sizeof (struct asyncline), KM_SLEEP);
usr/src/uts/common/xen/io/xnb.c
408
xnbp = kmem_zalloc(sizeof (*xnbp), KM_SLEEP);
usr/src/uts/common/xen/io/xnbo.c
638
xnbop = kmem_zalloc(sizeof (*xnbop), KM_SLEEP);
usr/src/uts/common/xen/io/xnbu.c
392
xnbup = kmem_zalloc(sizeof (*xnbup), KM_SLEEP);
usr/src/uts/common/xen/io/xnf.c
1014
xnfp = kmem_zalloc(sizeof (*xnfp), KM_SLEEP);
usr/src/uts/common/xen/io/xnf.c
1017
kmem_zalloc(sizeof (xnf_txid_t) * NET_TX_RING_SIZE, KM_SLEEP);
usr/src/uts/common/xen/io/xnf.c
1020
kmem_zalloc(sizeof (xnf_buf_t *) * NET_RX_RING_SIZE, KM_SLEEP);
usr/src/uts/common/xen/io/xpvtap.c
898
map->um_outstanding_reqs = kmem_zalloc(
usr/src/uts/common/xen/os/xvdi.c
1296
path = kmem_zalloc(n, KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
1302
xxw_new = kmem_zalloc(sizeof (*xxw_new), KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
1783
w = kmem_zalloc(sizeof (*w), KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
272
pdp = kmem_zalloc(sizeof (*pdp), KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
536
ring = kmem_zalloc(sizeof (xendev_ring_t), KM_SLEEP);
usr/src/uts/common/xen/os/xvdi.c
673
*ringpp = ring = kmem_zalloc(sizeof (xendev_ring_t), KM_SLEEP);
usr/src/uts/i86pc/cpu/amd_opteron/ao_main.c
85
ao = *datap = kmem_zalloc(sizeof (ao_ms_data_t), KM_SLEEP);
usr/src/uts/i86pc/cpu/amd_opteron/ao_main.c
96
sp = kmem_zalloc(sizeof (struct ao_chipshared), KM_SLEEP);
usr/src/uts/i86pc/cpu/amd_opteron/ao_mca.c
862
maskp = mca->ao_mca_bios_cfg.bcfg_bank_mask = kmem_zalloc(nbanks *
usr/src/uts/i86pc/cpu/authenticamd/authamd_main.c
505
authamd = *datap = kmem_zalloc(sizeof (authamd_data_t), KM_SLEEP);
usr/src/uts/i86pc/cpu/authenticamd/authamd_main.c
510
sp = kmem_zalloc(sizeof (struct authamd_nodeshared), KM_SLEEP);
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_main.c
210
gcpu = *datap = kmem_zalloc(sizeof (gcpu_data_t), KM_SLEEP);
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_main.c
220
sp = kmem_zalloc(sizeof (struct gcpu_chipshared), KM_SLEEP);
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1204
mca->gcpu_mca_bioscfg.bios_bankcfg = kmem_zalloc(nbanks *
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1220
kmem_zalloc(mca->gcpu_mca_lgsz, KM_SLEEP);
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1236
mca->gcpu_bank_cmci = kmem_zalloc(sizeof (gcpu_mca_cmci_t) * nbanks,
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_poll_subr.c
75
tbufs = kmem_zalloc(sizeof (gcpu_poll_trace_t) *
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
351
ihp = kmem_zalloc(sizeof (ddi_intr_handle_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_cpu.c
440
acpidev_cpu_map = kmem_zalloc(sizeof (acpidev_cpu_map[0])
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
442
buf = kmem_zalloc(cnt, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1143
item = kmem_zalloc(sizeof (*item), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
920
devname = kmem_zalloc(ACPIDEV_MAX_NAMELEN + 1, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_resource.c
121
regp = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_resource.c
136
rngp = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_resource.c
151
busp = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_resource.c
72
rhdl = kmem_zalloc(sizeof (*rhdl), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_util.c
342
infop = kmem_zalloc(sizeof (*infop), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_util.c
457
objhdl = kmem_zalloc(sizeof (*objhdl), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_util.c
587
up = kmem_zalloc(sizeof (*up), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_util.c
818
compatible = kmem_zalloc(sizeof (char *) * count, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/acpinex/acpinex_event.c
65
attach_pnt = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
1064
cp = kmem_zalloc(sizeof (drmach_cpu_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
1263
mp = kmem_zalloc(sizeof (drmach_mem_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
2198
name = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
338
np = kmem_zalloc(sizeof (drmach_node_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
393
arr = kmem_zalloc(sizeof (drmach_array_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
400
arr->arr = kmem_zalloc(arr->arr_sz, KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
550
bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
685
ap = kmem_zalloc(sizeof (*ap), KM_SLEEP);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
985
ip = kmem_zalloc(sizeof (drmach_io_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi_drv/acpi_video.c
444
vidop = kmem_zalloc(sizeof (struct acpi_video_output), KM_SLEEP);
usr/src/uts/i86pc/io/acpi_drv/acpi_video.c
456
vidbp = kmem_zalloc(sizeof (struct acpi_video_brightness),
usr/src/uts/i86pc/io/acpi_drv/acpi_video.c
467
vidbp->levels = kmem_zalloc(nlev * sizeof (uint32_t), KM_SLEEP);
usr/src/uts/i86pc/io/acpi_drv/acpi_video.c
546
vidsp = kmem_zalloc(sizeof (struct acpi_video_switch), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
268
c = kmem_zalloc(sizeof (ivhd_container_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
311
c = kmem_zalloc(sizeof (ivmd_container_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
353
acpi = kmem_zalloc(sizeof (amd_iommu_acpi_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
483
acpi_ivhdp = kmem_zalloc(sizeof (*acpi_ivhdp), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
700
acpi_ivmdp = kmem_zalloc(sizeof (*acpi_ivmdp), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
782
amd_iommu_acpi_global = kmem_zalloc(sizeof (amd_iommu_acpi_global_t),
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
785
amd_iommu_acpi_ivhd_hash = kmem_zalloc(sizeof (amd_iommu_acpi_ivhd_t *)
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
788
amd_iommu_acpi_ivmd_hash = kmem_zalloc(sizeof (amd_iommu_acpi_ivmd_t *)
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
124
iommulib_ops = kmem_zalloc(sizeof (iommulib_ops_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
753
iommu->aiomt_intr_htable = kmem_zalloc(iommu->aiomt_intr_htable_sz,
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
947
iommu = kmem_zalloc(sizeof (amd_iommu_t), KM_SLEEP);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
126
amd_iommu_domain_table = kmem_zalloc(
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
160
dp = kmem_zalloc(sizeof (*dp), km_flags);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
626
ampt->ampt_hash = kmem_zalloc(sizeof (amd_iommu_page_table_t *) *
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_page_tables.c
786
pt = kmem_zalloc(sizeof (amd_iommu_page_table_t), km_flags);
usr/src/uts/i86pc/io/apix/apix.c
1529
intr_params_p->avgi_dip_list = kmem_zalloc(
usr/src/uts/i86pc/io/apix/apix.c
2275
irqp = kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86pc/io/apix/apix.c
291
hdlp = kmem_zalloc(nproc * sizeof (apix_impl_t), KM_SLEEP);
usr/src/uts/i86pc/io/apix/apix.c
308
apix_dev_vector = kmem_zalloc(sizeof (apix_dev_vector_t *) * devcnt,
usr/src/uts/i86pc/io/apix/apix.c
312
apix_major_to_cpu = kmem_zalloc(sizeof (int) * devcnt,
usr/src/uts/i86pc/io/apix/apix_utils.c
114
vecp = kmem_zalloc(sizeof (apix_vector_t), KM_NOSLEEP);
usr/src/uts/i86pc/io/apix/apix_utils.c
1193
dvp = kmem_zalloc(sizeof (apix_dev_vector_t), KM_SLEEP);
usr/src/uts/i86pc/io/apix/apix_utils.c
1580
irqp = kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86pc/io/apix/apix_utils.c
1863
irqp = kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86pc/io/apix/apix_utils.c
702
vecp = kmem_zalloc(sizeof (apix_vector_t), KM_NOSLEEP);
usr/src/uts/i86pc/io/apix/apix_utils.c
801
mem = kmem_zalloc(sizeof (struct autovec), KM_SLEEP);
usr/src/uts/i86pc/io/dr/dr.c
1581
list = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/i86pc/io/dr/dr_cpu.c
372
ds = (sbd_dev_stat_t *) kmem_zalloc(sizeof (sbd_dev_stat_t) *
usr/src/uts/i86pc/io/dr/dr_cpu.c
718
cstat = kmem_zalloc(sizeof (sbd_cpu_stat_t) * MAX_CORES_PER_CMP,
usr/src/uts/i86pc/io/dr/dr_quiesce.c
1002
buf = (char *)kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/i86pc/io/fipe/fipe_pm.c
1204
fipe_gbl_ctrl.state_buf = kmem_zalloc(nsize, KM_SLEEP);
usr/src/uts/i86pc/io/fipe/fipe_pm.c
957
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/i86pc/io/fipe/fipe_pm.c
961
buf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/i86pc/io/gfx_private/gfxp_bitmap.c
242
softc->console->fb.shadow_fb = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/i86pc/io/gfx_private/gfxp_devmap.c
64
umem_cookie = kmem_zalloc(sizeof (struct ddi_umem_cookie), KM_SLEEP);
usr/src/uts/i86pc/io/gfx_private/gfxp_fb.c
166
return (kmem_zalloc(sizeof (struct gfxp_fb_softc), KM_SLEEP));
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
164
if ((pci_bsf = kmem_zalloc(sizeof (gfxp_pci_bsf_t), KM_SLEEP))
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
330
if ((pci_bsf = kmem_zalloc(sizeof (gfxp_pci_bsf_t), KM_SLEEP)) == NULL)
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
149
vga = kmem_zalloc(sizeof (*vga), KM_SLEEP);
usr/src/uts/i86pc/io/hpet_acpi.c
1513
hpet_proxy_users = kmem_zalloc(max_ncpus * sizeof (*hpet_proxy_users),
usr/src/uts/i86pc/io/hpet_acpi.c
239
hpet_info.timer_n_config = (hpet_TN_conf_cap_t *)kmem_zalloc(
usr/src/uts/i86pc/io/immu.c
786
s = kmem_zalloc(slen, VM_SLEEP);
usr/src/uts/i86pc/io/immu.c
812
immu = kmem_zalloc(sizeof (immu_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dmar.c
190
scope = kmem_zalloc(sizeof (scope_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dmar.c
242
idt = kmem_zalloc(sizeof (ioapic_drhd_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dmar.c
309
drhd = kmem_zalloc(sizeof (drhd_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dmar.c
367
rmrr = kmem_zalloc(sizeof (rmrr_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dmar.c
440
tbl = kmem_zalloc(sizeof (dmar_table_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dmar.c
695
pdptr = kmem_zalloc(sizeof (struct ddi_parent_private_data)
usr/src/uts/i86pc/io/immu_dvma.c
1272
domain = kmem_zalloc(sizeof (domain_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_dvma.c
1339
domain = kmem_zalloc(sizeof (domain_t), kmflags);
usr/src/uts/i86pc/io/immu_dvma.c
434
next = kmem_zalloc(IMMU_PAGESIZE, kmflag);
usr/src/uts/i86pc/io/immu_dvma.c
709
immu_devi = kmem_zalloc(sizeof (immu_devi_t), kmflags);
usr/src/uts/i86pc/io/immu_intrmap.c
346
intrmap = kmem_zalloc(sizeof (intrmap_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_intrmap.c
683
kmem_zalloc(sizeof (intrmap_private_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_intrmap.c
723
kmem_zalloc(sizeof (intrmap_private_t), KM_SLEEP);
usr/src/uts/i86pc/io/immu_qinv.c
416
qinv = kmem_zalloc(sizeof (qinv_t), KM_SLEEP);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
118
state->is_channel = kmem_zalloc(state->is_chansize, KM_SLEEP);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
640
ring = kmem_zalloc(sizeof (ioat_channel_ring_t), KM_SLEEP);
usr/src/uts/i86pc/io/ioat/ioat_ioctl.c
220
buf = kmem_zalloc((buf_size * 2) + 0x1000, KM_SLEEP);
usr/src/uts/i86pc/io/isa.c
397
ranges = (pib_ranges_t *)kmem_zalloc(sizeof (pib_ranges_t) * n,
usr/src/uts/i86pc/io/mp_platform_common.c
1098
kmem_zalloc(apic_cpus_size, KM_NOSLEEP);
usr/src/uts/i86pc/io/mp_platform_common.c
1180
kmem_zalloc(apic_cpus_size, KM_NOSLEEP)))
usr/src/uts/i86pc/io/mp_platform_common.c
1695
kmem_zalloc(sizeof (apic_irq_t), KM_NOSLEEP);
usr/src/uts/i86pc/io/mp_platform_common.c
1869
newent = kmem_zalloc(sizeof (struct prs_irq_list_ent), KM_SLEEP);
usr/src/uts/i86pc/io/mp_platform_common.c
2457
kmem_zalloc(sizeof (struct apic_state), KM_NOSLEEP);
usr/src/uts/i86pc/io/mp_platform_common.c
682
if ((local_ids = (uint32_t *)kmem_zalloc(NCPU * sizeof (uint32_t),
usr/src/uts/i86pc/io/mp_platform_common.c
687
if ((proc_ids = (uint32_t *)kmem_zalloc(NCPU * sizeof (uint32_t),
usr/src/uts/i86pc/io/mp_platform_common.c
874
if ((apic_cpus = kmem_zalloc(apic_cpus_size, KM_NOSLEEP)) == NULL)
usr/src/uts/i86pc/io/mp_platform_misc.c
1009
irqptr = kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86pc/io/mp_platform_misc.c
1158
irqptr = kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86pc/io/mp_platform_misc.c
1176
irqptr = kmem_zalloc(sizeof (apic_irq_t),
usr/src/uts/i86pc/io/mp_platform_misc.c
1368
kmem_zalloc(sizeof (newvector) * APIC_MAX_VECTOR * 2,
usr/src/uts/i86pc/io/mp_platform_misc.c
256
kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86pc/io/pci/pci_common.c
147
pdptr = (struct ddi_parent_private_data *)kmem_zalloc(
usr/src/uts/i86pc/io/pci/pci_kstats.c
170
kmem_zalloc(sizeof (pci_kstat_private_t), KM_SLEEP);
usr/src/uts/i86pc/io/pciex/npe.c
395
PCIE_DIP2PFD(devi) = kmem_zalloc(sizeof (pf_data_t), KM_SLEEP);
usr/src/uts/i86pc/io/pciex/pcie_x86.c
46
(pcie_x86_priv_t *)kmem_zalloc(sizeof (pcie_x86_priv_t), KM_SLEEP);
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
716
intr_params_p->avgi_dip_list = kmem_zalloc(
usr/src/uts/i86pc/io/ppm_plat.c
211
domp = kmem_zalloc(sizeof (*domp), KM_SLEEP);
usr/src/uts/i86pc/io/ppm_plat.c
214
domp->name = kmem_zalloc(MAXNAMELEN, KM_SLEEP);
usr/src/uts/i86pc/io/ppm_plat.c
226
dbp = kmem_zalloc(sizeof (struct ppm_db), KM_SLEEP);
usr/src/uts/i86pc/io/ppm_plat.c
227
dbp->name = kmem_zalloc((strlen(path) + 1),
usr/src/uts/i86pc/io/ppm_plat.c
244
dbp = kmem_zalloc(sizeof (struct ppm_db), KM_SLEEP);
usr/src/uts/i86pc/io/ppm_plat.c
245
dbp->name = kmem_zalloc((strlen(path) + 1),
usr/src/uts/i86pc/io/psm/psm_common.c
492
srsp = kmem_zalloc(srs_len, KM_SLEEP);
usr/src/uts/i86pc/io/psm/psm_common.c
808
irqlist = kmem_zalloc(irqlist_len * sizeof (*irqlist),
usr/src/uts/i86pc/io/psm/psm_common.c
843
new_arr = kmem_zalloc(newsize * sizeof (irq_cache_t), KM_SLEEP);
usr/src/uts/i86pc/io/psm/uppc.c
603
kmem_zalloc(sizeof (struct pic_state), KM_NOSLEEP);
usr/src/uts/i86pc/io/rootnex.c
1569
pdp->par_intr = kmem_zalloc(sizeof (struct intrspec) *
usr/src/uts/i86pc/io/rootnex.c
2427
cookie = kmem_zalloc(sizeof (ddi_dma_cookie_t) * (*ccountp), km_flags);
usr/src/uts/i86pc/io/rootnex.c
469
rootnex_state = kmem_zalloc(sizeof (rootnex_state_t), KM_SLEEP);
usr/src/uts/i86pc/io/rootnex.c
576
rootnex_warn_list = kmem_zalloc(devcnt * sizeof (*rootnex_warn_list),
usr/src/uts/i86pc/io/tzmon/tzmon.c
322
tzp = kmem_zalloc(sizeof (thermal_zone_t), KM_SLEEP);
usr/src/uts/i86pc/io/xsvc/xsvc.c
946
umem_cookiep = kmem_zalloc(sizeof (struct ddi_umem_cookie), flags);
usr/src/uts/i86pc/os/cmi.c
246
cmi = kmem_zalloc(sizeof (*cmi), KM_SLEEP);
usr/src/uts/i86pc/os/cmi_hw.c
1272
pg = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/i86pc/os/cmi_hw.c
1334
hdl = kmem_zalloc(sizeof (*hdl), KM_SLEEP);
usr/src/uts/i86pc/os/cms.c
237
cms = kmem_zalloc(sizeof (cms_t), KM_SLEEP);
usr/src/uts/i86pc/os/cpr_impl.c
1002
wc_other_cpus = kmem_zalloc(max_ncpus * sizeof (wc_cpu_t),
usr/src/uts/i86pc/os/cpr_impl.c
1097
wc_cpu->wc_saved_stack = kmem_zalloc(stack_size, KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/cpu_acpi.c
1067
hspeeds = kmem_zalloc(nspeeds * sizeof (int), KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/cpu_acpi.c
1114
handle = kmem_zalloc(sizeof (cpu_acpi_state_t), KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/cpu_acpi.c
365
CPU_ACPI_PSTATES(handle) = kmem_zalloc(CPU_ACPI_PSTATES_SIZE(cnt),
usr/src/uts/i86pc/os/cpupm/cpu_acpi.c
395
CPU_ACPI_TSTATES(handle) = kmem_zalloc(CPU_ACPI_TSTATES_SIZE(cnt),
usr/src/uts/i86pc/os/cpupm/cpu_acpi.c
742
CPU_ACPI_CSTATES(handle) = kmem_zalloc(alloc_size, KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/cpu_acpi.c
813
CPU_ACPI_CSTATES(handle) = kmem_zalloc(
usr/src/uts/i86pc/os/cpupm/cpu_acpi.c
995
buffer = kmem_zalloc(bufsize, KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/cpupm_mach.c
156
kmem_zalloc(sizeof (cpupm_mach_state_t), KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/cpupm_mach.c
499
dptr = kmem_zalloc(sizeof (cpupm_state_domains_t), KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/cpupm_mach.c
592
ms_cstate->cma_state.cstate = kmem_zalloc(sizeof (cma_c_state_t),
usr/src/uts/i86pc/os/cpupm/cpupm_mach.c
818
entry = kmem_zalloc(sizeof (cpupm_notification_t), KM_SLEEP);
usr/src/uts/i86pc/os/cpupm/turbo.c
179
turbo_info = kmem_zalloc(sizeof (cpupm_mach_turbo_info_t), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
1258
if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) {
usr/src/uts/i86pc/os/ddi_impl.c
1836
bop_staging_area = kmem_zalloc(MMU_PAGESIZE, KM_NOSLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
1984
bop_staging_area = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
2043
fp = kmem_zalloc(sizeof (*fp), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
2044
bd = kmem_zalloc(sizeof (*bd), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
2045
fd = kmem_zalloc(sizeof (*fd), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
476
new = pdptr->par_intr = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
513
new = pdptr->par_intr = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
608
*ppd = pdptr = kmem_zalloc(sizeof (*pdptr), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
676
new = kmem_zalloc(n * sizeof (struct intrspec), KM_SLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
925
hdlp->ih_private = (void *)kmem_zalloc(sizeof (ihdl_plat_t), KM_SLEEP);
usr/src/uts/i86pc/os/ibft.c
372
(uchar_t *)kmem_zalloc(
usr/src/uts/i86pc/os/ibft.c
543
(uchar_t *)kmem_zalloc(tgtp->target_name_len + 1,
usr/src/uts/i86pc/os/ibft.c
566
(uchar_t *)kmem_zalloc(
usr/src/uts/i86pc/os/ibft.c
587
(uchar_t *)kmem_zalloc(
usr/src/uts/i86pc/os/ibft.c
604
(uchar_t *)kmem_zalloc(
usr/src/uts/i86pc/os/ibft.c
629
(uchar_t *)kmem_zalloc(
usr/src/uts/i86pc/os/ibft.c
766
ibft_tbl_buf = (char *)kmem_zalloc(ISCSI_IBFT_TBL_BUF_LEN,
usr/src/uts/i86pc/os/mp_implfuncs.c
91
mlinkp = (struct modlinkage *)kmem_zalloc(memsz, KM_NOSLEEP);
usr/src/uts/i86pc/os/mp_pc.c
182
ct = kmem_zalloc(ctsize, KM_SLEEP);
usr/src/uts/i86pc/os/mp_startup.c
152
cp->cpu_idstr = kmem_zalloc(CPU_IDSTRLEN, KM_SLEEP);
usr/src/uts/i86pc/os/mp_startup.c
153
cp->cpu_brandstr = kmem_zalloc(CPU_IDSTRLEN, KM_SLEEP);
usr/src/uts/i86pc/os/mp_startup.c
306
cp = kmem_zalloc(sizeof (*cp), KM_SLEEP);
usr/src/uts/i86pc/os/mp_startup.c
415
cp->cpu_gdt = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/i86pc/os/mp_startup.c
422
cp->cpu_m.mcpu_ldt = kmem_zalloc(LDT_CPU_SIZE, KM_SLEEP);
usr/src/uts/i86pc/os/mp_startup.c
465
ttc->ttc_first = (uintptr_t)kmem_zalloc(trap_trace_bufsize, KM_SLEEP);
usr/src/uts/i86pc/os/pci_bios.c
142
routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP);
usr/src/uts/i86pc/os/pci_bios.c
154
routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP);
usr/src/uts/i86pc/os/pci_cfgacc_x86.c
268
entry = kmem_zalloc(sizeof (cfgacc_bus_range_t), KM_SLEEP);
usr/src/uts/i86pc/os/pmem.c
536
if ((*pcpp = kmem_zalloc(sizeof (struct devmap_pmem_cookie),
usr/src/uts/i86pc/os/pmem.c
541
kmem_zalloc(sizeof (vnode_t), kflags)) == NULL) {
usr/src/uts/i86pc/os/pmem.c
546
kmem_zalloc(n * sizeof (page_t *), kflags)) == NULL) {
usr/src/uts/i86pc/os/pmem.c
666
plp = kmem_zalloc(sizeof (pmem_lpg_t), kflags);
usr/src/uts/i86pc/os/pmem.c
669
plp->pl_bitmap = kmem_zalloc(BT_SIZEOFMAP(pmem_pgcnt), kflags);
usr/src/uts/i86pc/os/timestamp.c
1049
tsc_calibration = kmem_zalloc(tsc_name_len + 1, KM_SLEEP);
usr/src/uts/i86pc/os/timestamp.c
1093
tsccpp = kmem_zalloc(tsc_set_size, KM_SLEEP);
usr/src/uts/i86pc/os/timestamp.c
766
tscp = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/i86pc/os/x_call.c
215
msg = kmem_zalloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/i86pc/os/x_call.c
227
msg = kmem_zalloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/i86pc/os/x_call.c
232
msg = kmem_zalloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/i86pc/os/x_call.c
243
msg = kmem_zalloc(sizeof (*msg), KM_SLEEP);
usr/src/uts/i86pc/sys/dr_util.h
39
((t *)kmem_zalloc((size_t)(n) * sizeof (t), KM_SLEEP))
usr/src/uts/i86pc/vm/hat_i86.c
1054
hrm_hashtab = kmem_zalloc(HRM_HASHSIZE * sizeof (struct hrmstat *),
usr/src/uts/i86pc/vm/hat_i86.c
1088
hci->hci_pcp_l2ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
1094
hci->hci_pcp_l3ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP);
usr/src/uts/i86pc/vm/hment.c
638
hment_table = kmem_zalloc(hment_hash_entries * sizeof (*hment_table),
usr/src/uts/i86pc/vm/hment.c
641
mlist_lock = kmem_zalloc(MLIST_NUM_LOCK * sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/i86pc/vm/hment.c
643
hash_lock = kmem_zalloc(HASH_NUM_LOCK * sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/i86pc/vm/htable.c
1893
hci = kmem_zalloc(sizeof (*hci), KM_SLEEP);
usr/src/uts/i86pc/vm/vm_machdep.c
2241
contig_pfn_list = kmem_zalloc(contig_pfn_max * sizeof (pfn_t),
usr/src/uts/i86xpv/cpu/generic_cpu/gcpu_mca_xpv.c
66
gcpu_xpv_bankregs = kmem_zalloc(gcpu_xpv_bankregs_sz, KM_SLEEP);
usr/src/uts/i86xpv/cpu/generic_cpu/gcpu_poll_xpv.c
159
gcpu_xpv_poll_bankregs = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
1108
irqptr = kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
1126
irqptr = kmem_zalloc(sizeof (apic_irq_t),
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
1311
kmem_zalloc(sizeof (newvector) * APIC_MAX_VECTOR * 2,
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
240
kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c
959
irqptr = kmem_zalloc(sizeof (apic_irq_t), KM_SLEEP);
usr/src/uts/i86xpv/io/psm/xpv_intr.c
204
intr_params_p->avgi_dip_list = kmem_zalloc(
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1083
irqptr = kmem_zalloc(sizeof (apic_irq_t), KM_NOSLEEP);
usr/src/uts/i86xpv/os/mp_xen.c
334
cp->cpu_m.mcpu_evt_pend = kmem_zalloc(
usr/src/uts/i86xpv/os/xen_mmu.c
194
mfn_list_pages = kmem_zalloc(sz2, VM_SLEEP);
usr/src/uts/i86xpv/os/xen_mmu.c
195
mfn_list_pages_page = kmem_zalloc(MMU_PAGESIZE, VM_SLEEP);
usr/src/uts/i86xpv/os/xpv_panic.c
809
mp = kmem_zalloc(sizeof (*mp), KM_SLEEP);
usr/src/uts/i86xpv/os/xpv_panic.c
814
mcp = kmem_zalloc(sizeof (*mcp), KM_SLEEP);
usr/src/uts/i86xpv/os/xpv_panic.c
851
mp->shdrs = kmem_zalloc(n, KM_SLEEP);
usr/src/uts/i86xpv/os/xpv_panic.c
858
names = kmem_zalloc(shp->sh_size, KM_SLEEP);
usr/src/uts/i86xpv/os/xpv_panic.c
939
mp->symspace = kmem_zalloc(mp->symsize, KM_SLEEP);
usr/src/uts/i86xpv/os/xpv_panic.c
954
mp->ctfdata = kmem_zalloc(ctf_shp->sh_size, KM_SLEEP);
usr/src/uts/i86xpv/vm/seg_mf.c
110
struct segmf_data *data = kmem_zalloc(sizeof (*data), KM_SLEEP);
usr/src/uts/intel/dtrace/fasttrap_isa.c
688
sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/intel/dtrace/fbt.c
298
fbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
usr/src/uts/intel/dtrace/fbt.c
370
fbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
usr/src/uts/intel/dtrace/fbt.c
678
kmem_zalloc(fbt_probetab_size * sizeof (fbt_probe_t *), KM_SLEEP);
usr/src/uts/intel/dtrace/sdt.c
151
sdp = kmem_zalloc(sizeof (sdt_probe_t), KM_SLEEP);
usr/src/uts/intel/dtrace/sdt.c
422
kmem_zalloc(sdt_probetab_size * sizeof (sdt_probe_t *), KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
1083
io = kmem_zalloc(sizeof (int)*(*count), KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
162
used = kmem_zalloc(sizeof (used_io_mem_t),
usr/src/uts/intel/io/acpica/acpi_enum.c
557
io = kmem_zalloc(sizeof (struct regspec) *
usr/src/uts/intel/io/acpica/acpi_enum.c
749
d = kmem_zalloc(sizeof (device_id_t), KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
755
d = kmem_zalloc(sizeof (device_id_t), KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
811
strs = kmem_zalloc(list_len * sizeof (char *), KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
816
strs[i] = kmem_zalloc(13, KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
922
d = kmem_zalloc(sizeof (device_id_t), KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
928
d = kmem_zalloc(sizeof (device_id_t), KM_SLEEP);
usr/src/uts/intel/io/acpica/acpi_enum.c
945
d = kmem_zalloc(sizeof (device_id_t), KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
2020
new_map = kmem_zalloc(sizeof (cpu_map[0]) * cpu_map_count_max,
usr/src/uts/intel/io/acpica/osl.c
2071
item = kmem_zalloc(sizeof (*item), KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
2111
item = kmem_zalloc(sizeof (*item), KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
2192
item = kmem_zalloc(sizeof (*item), KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
525
tmp_ptr = (ACPI_SIZE *)kmem_zalloc(Size, KM_SLEEP);
usr/src/uts/intel/io/acpica/osl.c
589
dummy_ioapicadr = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
1686
kmem_zalloc(sizeof (struct LayerPointers), KM_SLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
1693
pOdl = (struct odl *)kmem_zalloc(sizeof (struct odl), KM_SLEEP);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
706
*(pmem_set_array) = (unsigned long) kmem_zalloc(
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
942
pRing->msg_buf = kmem_zalloc(sizeof (struct amd8111s_msgbuf) *
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
944
pRing->dma_hdl = kmem_zalloc(sizeof (ddi_dma_handle_t) *
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
946
pRing->acc_hdl = kmem_zalloc(sizeof (ddi_acc_handle_t) *
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
948
pRing->dma_cookie = kmem_zalloc(sizeof (ddi_dma_cookie_t) *
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
950
pRing->trunk_addr = kmem_zalloc(sizeof (caddr_t) *
usr/src/uts/intel/io/amdzen/amdzen.c
1244
df->adf_ents = kmem_zalloc(sizeof (amdzen_df_ent_t) * df->adf_nents,
usr/src/uts/intel/io/amdzen/amdzen.c
2697
ccdp = kmem_zalloc(sizeof (amdzen_topo_ccd_t), KM_NOSLEEP_LAZY);
usr/src/uts/intel/io/amdzen/amdzen.c
2856
amdzen_data = kmem_zalloc(sizeof (amdzen_t), KM_SLEEP);
usr/src/uts/intel/io/amdzen/smntemp.c
465
smntemp->smn_df = kmem_zalloc(sizeof (smntemp_df_t) * smntemp->smn_ndf,
usr/src/uts/intel/io/amdzen/smntemp.c
477
df->sd_tdie = kmem_zalloc(sizeof (smntemp_temp_t) *
usr/src/uts/intel/io/amdzen/zen_umc.c
3902
umc = kmem_zalloc(sizeof (zen_umc_t), KM_SLEEP);
usr/src/uts/intel/io/amr/amr.c
955
result = kmem_zalloc(bufsize, KM_SLEEP);
usr/src/uts/intel/io/coretemp/coretemp.c
356
sensor = kmem_zalloc(sizeof (coretemp_sensor_t), KM_SLEEP);
usr/src/uts/intel/io/coretemp/coretemp.c
455
ct = kmem_zalloc(sizeof (coretemp_t), KM_SLEEP);
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1012
ata_ctlp->ac_arq_pktp = kmem_zalloc(sizeof (ata_pkt_t), KM_SLEEP);
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1190
ata_drvp = kmem_zalloc(sizeof (ata_drv_t), KM_SLEEP);
usr/src/uts/intel/io/dktp/controller/ata/ata_disk.c
3209
fwfile_memp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/intel/io/dktp/controller/ata/ata_disk.c
374
devp = kmem_zalloc(scsi_device_size(), KM_SLEEP);
usr/src/uts/intel/io/dktp/dcdev/dadk.c
1037
iobp = kmem_zalloc(sizeof (*iobp), kmsflg);
usr/src/uts/intel/io/dktp/dcdev/dadk.c
301
dkobjp = kmem_zalloc((sizeof (*dkobjp) + sizeof (*dadkp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/dcdev/dadk.c
743
secbuf = kmem_zalloc(NBPSCTR, KM_SLEEP);
usr/src/uts/intel/io/dktp/dcdev/dadk.c
866
(struct dk_callback *)kmem_zalloc(
usr/src/uts/intel/io/dktp/disk/cmdk.c
2088
hp = (struct bbh_handle *)kmem_zalloc((sizeof (*hp) +
usr/src/uts/intel/io/dktp/drvobj/strategy.c
111
flcobjp = kmem_zalloc((sizeof (*flcobjp) + sizeof (*fcdp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
485
flcobjp = kmem_zalloc((sizeof (*flcobjp) + sizeof (*fcdp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
738
queobjp = kmem_zalloc((sizeof (*queobjp) + sizeof (*qfp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/drvobj/strategy.c
856
queobjp = kmem_zalloc((sizeof (*queobjp) + sizeof (*qfp)), KM_NOSLEEP);
usr/src/uts/intel/io/dktp/hba/ghd/ghd.c
848
rnp = (ghd_reset_notify_list_t *)kmem_zalloc(sizeof (*rnp),
usr/src/uts/intel/io/dktp/hba/ghd/ghd_gcmd.c
72
gwp = kmem_zalloc(gwrap_len, (sleep ? KM_SLEEP : KM_NOSLEEP));
usr/src/uts/intel/io/dktp/hba/ghd/ghd_waitq.c
107
gdevp = kmem_zalloc(sizeof (*gdevp), KM_SLEEP);
usr/src/uts/intel/io/dktp/hba/ghd/ghd_waitq.c
51
gtgtp = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/intel/io/dnet/dnet.c
1726
frp = kmem_zalloc(sizeof (*frp), KM_NOSLEEP);
usr/src/uts/intel/io/dnet/dnet.c
2229
kmem_zalloc(dnetp->max_tx_desc * sizeof (mblk_t **),
usr/src/uts/intel/io/dnet/dnet.c
2256
kmem_zalloc(dnetp->max_rx_desc * sizeof (caddr_t),
usr/src/uts/intel/io/dnet/dnet.c
2259
kmem_zalloc(dnetp->max_rx_desc * sizeof (uint32_t),
usr/src/uts/intel/io/dnet/dnet.c
2572
rp = kmem_zalloc(sizeof (struct rbuf_list), KM_SLEEP);
usr/src/uts/intel/io/dnet/dnet.c
2670
rp = kmem_zalloc(sizeof (struct rbuf_list), KM_SLEEP);
usr/src/uts/intel/io/dnet/dnet.c
3592
kmem_zalloc(sizeof (struct hackintr_inf), KM_SLEEP);
usr/src/uts/intel/io/dnet/dnet.c
4006
kmem_zalloc(sr->adapters * sizeof (LEAF_FORMAT), KM_SLEEP);
usr/src/uts/intel/io/dnet/dnet.c
576
dnetp = kmem_zalloc(sizeof (struct dnetinstance), KM_SLEEP);
usr/src/uts/intel/io/dnet/dnet_mii.c
164
kmem_zalloc(sizeof (struct phydata), KM_NOSLEEP);
usr/src/uts/intel/io/dnet/dnet_mii.c
92
kmem_zalloc(sizeof (struct mii_info), KM_NOSLEEP)) == NULL)
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1688
new = (pcicfg_phdl_t *)kmem_zalloc(sizeof (pcicfg_phdl_t), KM_SLEEP);
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
2396
nhole = (hole_t *)kmem_zalloc(sizeof (hole_t),
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
2969
newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3021
newreg = kmem_zalloc(rlen+sizeof (ppb_ranges_t), KM_SLEEP);
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3071
newreg = kmem_zalloc(rlen+sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/intel/io/imc/imc.c
2550
stub = kmem_zalloc(sizeof (imc_stub_t), KM_SLEEP);
usr/src/uts/intel/io/imc/imc.c
2942
imc_data = kmem_zalloc(sizeof (imc_t), KM_SLEEP);
usr/src/uts/intel/io/intel_nb5000/dimm_addr.c
172
rank_base = kmem_zalloc(sizeof (struct rank_base) *
usr/src/uts/intel/io/intel_nb5000/intel_nbdrv.c
115
newrank = kmem_zalloc(sizeof (nvlist_t *) * nb_dimm->nranks, KM_SLEEP);
usr/src/uts/intel/io/intel_nb5000/intel_nbdrv.c
232
dimmlist = kmem_zalloc(sizeof (nvlist_t *) * nb_dimms_per_channel,
usr/src/uts/intel/io/intel_nb5000/intel_nbdrv.c
234
newchannel = kmem_zalloc(sizeof (nvlist_t *) * nchannels, KM_SLEEP);
usr/src/uts/intel/io/intel_nb5000/nb5000_init.c
406
dp = kmem_zalloc(sizeof (nb_dimm_t), KM_SLEEP);
usr/src/uts/intel/io/intel_nb5000/nb5000_init.c
432
dp = kmem_zalloc(sizeof (nb_dimm_t), KM_SLEEP);
usr/src/uts/intel/io/intel_nb5000/nb5000_init.c
795
nb_dimms = (nb_dimm_t **)kmem_zalloc(sizeof (nb_dimm_t *) *
usr/src/uts/intel/io/intel_nb5000/nb5000_init.c
861
nb_dimms = (nb_dimm_t **)kmem_zalloc(sizeof (nb_dimm_t *) *
usr/src/uts/intel/io/intel_nhm/dimm_topo.c
109
newrank = kmem_zalloc(sizeof (nvlist_t *) * nhm_dimm->nranks, KM_SLEEP);
usr/src/uts/intel/io/intel_nhm/dimm_topo.c
205
dimmlist = kmem_zalloc(sizeof (nvlist_t *) * MAX_DIMMS_PER_CHANNEL,
usr/src/uts/intel/io/intel_nhm/dimm_topo.c
207
newchannel = kmem_zalloc(sizeof (nvlist_t *) * nchannels, KM_SLEEP);
usr/src/uts/intel/io/intel_nhm/nhm_init.c
285
nhm_dimms = (nhm_dimm_t **)kmem_zalloc(sizeof (nhm_dimm_t *) *
usr/src/uts/intel/io/intel_nhm/nhm_init.c
302
kmem_zalloc(sizeof (nhm_dimm_t),
usr/src/uts/intel/io/iommulib.c
247
nexp = kmem_zalloc(sizeof (iommulib_nex_t), KM_SLEEP);
usr/src/uts/intel/io/iommulib.c
437
unitp = kmem_zalloc(sizeof (iommulib_unit_t), KM_SLEEP);
usr/src/uts/intel/io/ipmi/ipmi.c
63
req = kmem_zalloc(sizeof (struct ipmi_request) + requestlen + replylen,
usr/src/uts/intel/io/ipmi/ipmi_main.c
171
dev = kmem_zalloc(sizeof (ipmi_device_t), KM_SLEEP);
usr/src/uts/intel/io/mc-amd/mcamd_drv.c
1352
mc = kmem_zalloc(sizeof (mc_t), KM_SLEEP);
usr/src/uts/intel/io/mc-amd/mcamd_drv.c
461
mc_dimm_t *mcd = kmem_zalloc(sizeof (mc_dimm_t), KM_SLEEP);
usr/src/uts/intel/io/mc-amd/mcamd_drv.c
592
mc_cs_t *mccs = kmem_zalloc(sizeof (mc_cs_t), KM_SLEEP);
usr/src/uts/intel/io/pci-ide/pci-ide.c
529
pdptr = kmem_zalloc(PCIIDE_PDSIZE, KM_SLEEP);
usr/src/uts/intel/io/pci/pci_boot.c
2338
entry = kmem_zalloc(sizeof (*entry), KM_SLEEP);
usr/src/uts/intel/io/pci/pci_boot.c
2422
gfxp = kmem_zalloc(sizeof (*gfxp), KM_SLEEP);
usr/src/uts/intel/io/pci/pci_boot.c
3521
pci_bus_res = (struct pci_bus_resource *)kmem_zalloc(
usr/src/uts/intel/io/pci/pci_boot.c
446
node = kmem_zalloc(sizeof (pua_node_t), KM_SLEEP);
usr/src/uts/intel/io/pci/pci_boot.c
569
node = kmem_zalloc(sizeof (pua_node_t), KM_SLEEP);
usr/src/uts/intel/io/pci/pci_memlist.c
61
return ((struct memlist *)kmem_zalloc(sizeof (struct memlist),
usr/src/uts/intel/io/pci/pci_pci.c
709
pdptr = kmem_zalloc((sizeof (struct ddi_parent_private_data) +
usr/src/uts/intel/io/pciex/hotplug/pciehpc_acpi.c
171
acpi_p = kmem_zalloc(sizeof (pciehpc_acpi_t), KM_SLEEP);
usr/src/uts/intel/io/pciex/pcieb_x86.c
184
pdptr = kmem_zalloc((sizeof (struct ddi_parent_private_data) +
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
2423
acb->phandle = kmem_zalloc(acb->intr_size, KM_SLEEP);
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
4274
ver_addr = kmem_zalloc(MSGDATABUFLEN, KM_SLEEP);
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
4324
ver_addr = kmem_zalloc(MSGDATABUFLEN, KM_SLEEP);
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
488
pktioctlfld = kmem_zalloc(sizeof (struct CMD_MESSAGE_FIELD), KM_SLEEP);
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
510
ver_addr = kmem_zalloc(MSGDATABUFLEN, KM_SLEEP);
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
571
ver_addr = kmem_zalloc(MSGDATABUFLEN, KM_SLEEP);
usr/src/uts/intel/io/ucode_drv.c
164
revp = kmem_zalloc(bufsz, KM_SLEEP);
usr/src/uts/intel/io/ucode_drv.c
218
ucodep = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/intel/io/viona/viona_hook.c
307
nip = kmem_zalloc(sizeof (*nip), KM_SLEEP);
usr/src/uts/intel/io/viona/viona_main.c
1014
link = kmem_zalloc(sizeof (viona_link_t), KM_SLEEP);
usr/src/uts/intel/io/viona/viona_main.c
958
link->l_vrings = kmem_zalloc(
usr/src/uts/intel/io/viona/viona_ring.c
554
vrp->vrp_map_pages = kmem_zalloc(vrp->vrp_npages * sizeof (void *),
usr/src/uts/intel/io/viona/viona_tx.c
155
kmem_zalloc(sizeof (viona_desb_t) * qsz, KM_SLEEP);
usr/src/uts/intel/io/viona/viona_tx.c
164
dp->d_headers = kmem_zalloc(header_sz, KM_SLEEP);
usr/src/uts/intel/io/vmm/amd/ivrs_drv.c
375
ivhd_hdrs = kmem_zalloc(sizeof(void *) * count, KM_SLEEP);
usr/src/uts/intel/io/vmm/amd/ivrs_drv.c
396
ivhd_devs = kmem_zalloc(sizeof(device_t) * ivhd_count, KM_SLEEP);
usr/src/uts/intel/io/vmm/amd/svm.c
2528
vlapic = kmem_zalloc(sizeof (struct vlapic), KM_SLEEP);
usr/src/uts/intel/io/vmm/amd/svm.c
422
svm_sc = kmem_zalloc(sizeof (*svm_sc), KM_SLEEP);
usr/src/uts/intel/io/vmm/intel/vmx.c
3762
vlapic_vtx = kmem_zalloc(sizeof (struct vlapic_vtx), KM_SLEEP);
usr/src/uts/intel/io/vmm/intel/vmx.c
696
vmx = kmem_zalloc(sizeof (struct vmx), KM_SLEEP);
usr/src/uts/intel/io/vmm/intel/vmx.c
741
vmx->apic_access_page = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/intel/io/vmm/intel/vtd.c
409
pdptr = kmem_zalloc(sizeof (struct ddi_parent_private_data)
usr/src/uts/intel/io/vmm/intel/vtd.c
849
dom = kmem_zalloc(sizeof (struct domain), KM_SLEEP);
usr/src/uts/intel/io/vmm/io/ppt.c
1347
ppt->msi.inth = kmem_zalloc(ppt->msi.inth_sz, KM_SLEEP);
usr/src/uts/intel/io/vmm/io/ppt.c
1434
ppt->msix.arg = kmem_zalloc(ppt->msix.arg_sz, KM_SLEEP);
usr/src/uts/intel/io/vmm/io/ppt.c
1436
ppt->msix.inth = kmem_zalloc(ppt->msix.inth_sz, KM_SLEEP);
usr/src/uts/intel/io/vmm/io/vatpic.c
788
vatpic = kmem_zalloc(sizeof (struct vatpic), KM_SLEEP);
usr/src/uts/intel/io/vmm/io/vatpit.c
481
vatpit = kmem_zalloc(sizeof (struct vatpit), KM_SLEEP);
usr/src/uts/intel/io/vmm/io/vhpet.c
700
vhpet = kmem_zalloc(sizeof (struct vhpet), KM_SLEEP);
usr/src/uts/intel/io/vmm/io/vioapic.c
430
vioapic = kmem_zalloc(sizeof (struct vioapic), KM_SLEEP);
usr/src/uts/intel/io/vmm/io/vpmtmr.c
77
vpmtmr = kmem_zalloc(sizeof (struct vpmtmr), KM_SLEEP);
usr/src/uts/intel/io/vmm/io/vrtc.c
1268
vrtc = kmem_zalloc(sizeof (struct vrtc), KM_SLEEP);
usr/src/uts/intel/io/vmm/seg_vmm.c
156
data = kmem_zalloc(sizeof (*data), KM_SLEEP);
usr/src/uts/intel/io/vmm/seg_vmm.c
191
newsvmd = kmem_zalloc(sizeof (segvmm_data_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm.c
639
vm = kmem_zalloc(sizeof (struct vm), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_gpt.c
338
node = kmem_zalloc(sizeof (*node), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_gpt.c
343
page = kmem_zalloc(PAGESIZE, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_gpt.c
356
vmm_gpt_t *gpt = kmem_zalloc(sizeof (vmm_gpt_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_instruction_emul.c
488
return (kmem_zalloc(sizeof (struct vie), KM_SLEEP));
usr/src/uts/intel/io/vmm/vmm_ioport.c
90
ents = kmem_zalloc(ndefault * sizeof (ioport_entry_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_reservoir.c
345
kmem_zalloc(sizeof (vmmr_span_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_reservoir.c
512
region = kmem_zalloc(sizeof (vmmr_region_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_reservoir.c
785
span = kmem_zalloc(sizeof (vmmr_span_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1222
kbuf = kmem_zalloc(req.len, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1270
entries = kmem_zalloc(entries_size, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1719
bitmap = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
1775
bitmap = kmem_zalloc(bitmap_size, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
2198
hold = kmem_zalloc(sizeof (*hold), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
224
entry = kmem_zalloc(sizeof (*entry), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
848
buf = kmem_zalloc(buf_sz, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_sol_glue.c
198
p = kmem_zalloc(PAGE_SIZE, KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_vm.c
1020
vmc = kmem_zalloc(sizeof (vm_client_t), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_vm.c
264
vms = kmem_zalloc(sizeof (*vms), KM_SLEEP);
usr/src/uts/intel/io/vmm/vmm_zsd.c
113
zsd = kmem_zalloc(sizeof (*zsd), KM_SLEEP);
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
1255
dp = kmem_zalloc(sizeof (vmxnet3_softc_t), KM_SLEEP);
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
358
txq->metaRing = kmem_zalloc(txq->cmdRing.size *
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
408
rxq->bufRing = kmem_zalloc(rxq->cmdRing.size *
usr/src/uts/intel/io/vmxnet3s/vmxnet3_rx.c
38
rxBuf = kmem_zalloc(sizeof (vmxnet3_rxbuf_t), flag);
usr/src/uts/intel/os/cpuid.c
2173
kmem_zalloc(sizeof (*cpu->cpu_m.mcpu_cpi), KM_SLEEP);
usr/src/uts/intel/os/cpuid.c
5847
kmem_zalloc(sizeof (regs), KM_SLEEP);
usr/src/uts/intel/os/cpuid.c
7895
ret = kmem_zalloc(mwait_size, KM_SLEEP);
usr/src/uts/intel/os/cpuid.c
7903
ret = kmem_zalloc(mwait_size * 2, KM_SLEEP);
usr/src/uts/intel/os/cpuid.c
8321
argdata = kmem_zalloc(sizeof (x86_featureset) * NCPU, KM_SLEEP);
usr/src/uts/intel/os/ddi_i86.c
159
if ((hp = kmem_zalloc(sizeof (ddi_acc_impl_t), sleepflag)) == NULL)
usr/src/uts/intel/os/ddi_i86.c
161
if ((hp->ahi_err = (ndi_err_t *)kmem_zalloc(
usr/src/uts/intel/os/ddi_i86.c
166
if ((otp = (on_trap_data_t *)kmem_zalloc(
usr/src/uts/intel/os/fmsmb.c
116
types = kmem_zalloc(sizeof (smbs_cnt_t), KM_SLEEP);
usr/src/uts/intel/os/fmsmb.c
118
types->ids = (smbs_con_ids_t **)kmem_zalloc(
usr/src/uts/intel/os/fmsmb.c
122
types->ids[i] = (smbs_con_ids_t *)kmem_zalloc(
usr/src/uts/intel/os/fmsmb.c
127
types->ids[i]->cont_ids = (uint16_t **)kmem_zalloc(
usr/src/uts/intel/os/fmsmb.c
133
types->ids[i]->cont_ids[j] = (uint16_t *)kmem_zalloc(
usr/src/uts/intel/os/fmsmb.c
284
cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP);
usr/src/uts/intel/os/fmsmb.c
419
sys_ma = kmem_zalloc(sizeof (uint16_t) * ma_cnt, KM_SLEEP);
usr/src/uts/intel/os/fmsmb.c
566
oem_strings = kmem_zalloc(sizeof (char *) * cnt,
usr/src/uts/intel/os/fmsmb.c
654
cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP);
usr/src/uts/intel/os/fpu.c
1668
if ((kfpu = kmem_zalloc(sizeof (kfpu_state_t), kmflags)) == NULL) {
usr/src/uts/intel/os/hma.c
195
reg = kmem_zalloc(sizeof (*reg), KM_SLEEP);
usr/src/uts/intel/os/hma_fpu.c
96
fpu = kmem_zalloc(sizeof (hma_fpu_t), kmflag);
usr/src/uts/intel/os/microcode.c
121
kmem_zalloc(sizeof (*cp->cpu_m.mcpu_ucode_info), KM_SLEEP);
usr/src/uts/intel/os/microcode.c
149
return (kmem_zalloc(size, KM_NOSLEEP));
usr/src/uts/intel/os/microcode.c
374
ucodepath = kmem_zalloc(sz, KM_NOSLEEP);
usr/src/uts/intel/os/microcode_amd.c
177
ucode_eqtbl_amd = kmem_zalloc(size, KM_NOSLEEP);
usr/src/uts/intel/os/sysi86.c
702
ldt = kmem_zalloc(ldtsz, KM_SLEEP);
usr/src/uts/intel/os/sysi86.c
825
nldt = kmem_zalloc(nldtsz, KM_SLEEP);
usr/src/uts/intel/promif/prom_emul.c
50
q = kmem_zalloc(sizeof (*q), KM_SLEEP);
usr/src/uts/intel/promif/prom_emul.c
51
q->pp_name = kmem_zalloc(strlen(name) + 1, KM_SLEEP);
usr/src/uts/intel/promif/prom_emul.c
91
pnp = kmem_zalloc(sizeof (prom_node_t), KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
1104
mmu_ctxs_tbl = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
1376
srd_buckets = kmem_zalloc(SFMMU_MAX_SRD_BUCKETS *
usr/src/uts/sfmmu/vm/hat_sfmmu.c
1400
hrm_hashtab = kmem_zalloc(HRM_HASHSIZE * sizeof (struct hrmstat *),
usr/src/uts/sfmmu/vm/hat_sfmmu.c
1404
cpu_hme_pend = kmem_zalloc((NCPU * sizeof (cpu_hme_pend_t)) + 64,
usr/src/uts/sfmmu/vm/hat_sfmmu.h
483
lnkp = kmem_zalloc(SFMMU_L2_HMERLINKS_SIZE, KM_SLEEP); \
usr/src/uts/sfmmu/vm/hat_sfmmu.h
496
lnkp = kmem_zalloc(SFMMU_L2_HMERLINKS_SIZE, KM_SLEEP); \
usr/src/uts/sparc/dtrace/fbt.c
1360
fbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
usr/src/uts/sparc/dtrace/fbt.c
1406
fbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
usr/src/uts/sparc/dtrace/sdt.c
211
sdp = kmem_zalloc(sizeof (sdt_probe_t), KM_SLEEP);
usr/src/uts/sparc/os/bootdev.c
235
dev_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sparc/os/bootdev.c
264
prom_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sparc/os/bootdev.c
281
offline = kmem_zalloc(len, KM_SLEEP); /* offline paths */
usr/src/uts/sparc/os/cpr_sparc.c
276
new_def_info = kmem_zalloc(sizeof (*new_def_info), KM_SLEEP);
usr/src/uts/sparc/os/iscsi_boot.c
156
(uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP);
usr/src/uts/sparc/os/iscsi_boot.c
181
(uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP);
usr/src/uts/sparc/os/iscsi_boot.c
191
(uchar_t *)kmem_zalloc(2, KM_SLEEP);
usr/src/uts/sparc/os/iscsi_boot.c
229
(uchar_t *)kmem_zalloc(chap_user_len + 1, KM_SLEEP);
usr/src/uts/sparc/os/iscsi_boot.c
235
(uchar_t *)kmem_zalloc(chap_pwd_len + 1, KM_SLEEP);
usr/src/uts/sparc/os/iscsi_boot.c
256
(uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP);
usr/src/uts/sparc/os/iscsi_boot.c
416
(uchar_t *)kmem_zalloc(boot_property.boot_init.ini_name_len,
usr/src/uts/sparc/syscall/getcontext.c
280
gwin = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP);
usr/src/uts/sparc/syscall/getcontext.c
528
gwin = kmem_zalloc(sizeof (gwindows32_t), KM_SLEEP);
usr/src/uts/sparc/syscall/getcontext.c
558
xregs = kmem_zalloc(xregs_size, KM_SLEEP);
usr/src/uts/sparc/v9/syscall/install_utrap.c
230
pv = sv = kmem_zalloc((UT_PRECISE_MAXTRAPS+1) *
usr/src/uts/sparc/v9/syscall/install_utrap.c
86
pv = sv = kmem_zalloc((UT_PRECISE_MAXTRAPS+1) *
usr/src/uts/sparc/zfs/spa_boot.c
48
value = kmem_zalloc(proplen, KM_SLEEP);
usr/src/uts/sun/io/audio/drv/audiocs/audio_4231.c
1972
eng = kmem_zalloc(sizeof (*eng), KM_SLEEP);
usr/src/uts/sun/io/audio/drv/audiocs/audio_4231.c
509
state = kmem_zalloc(sizeof (*state), KM_SLEEP);
usr/src/uts/sun/io/audio/drv/audiocs/audio_4231.c
739
cc = kmem_zalloc(sizeof (*cc), KM_SLEEP);
usr/src/uts/sun/io/dada/impl/dcd_hba.c
270
return (kmem_zalloc(sizeof (dcd_hba_tran_t),
usr/src/uts/sun/io/dada/impl/dcd_hba.c
348
hba_pkt = kmem_zalloc(pktlen,
usr/src/uts/sun/io/dada/targets/dad.c
3472
kmem_zalloc(sizeof (*dkc2), KM_SLEEP);
usr/src/uts/sun/io/dada/targets/dad.c
3648
cdb = kmem_zalloc(sizeof (struct dcd_cmd), KM_SLEEP);
usr/src/uts/sun/io/dada/targets/dad.c
3902
dkdevid = kmem_zalloc(un->un_secsize, KM_SLEEP);
usr/src/uts/sun/io/dada/targets/dad.c
967
kmem_zalloc(sizeof (struct dcd_drivetype), km_flags);
usr/src/uts/sun/io/eri/eri.c
4528
if ((nd = (ND *)kmem_zalloc(sizeof (ND), KM_NOSLEEP))
usr/src/uts/sun/io/eri/eri.c
4540
if ((nde = (NDE *)kmem_zalloc(nd->nd_size +
usr/src/uts/sun/io/eri/eri.c
698
erip = kmem_zalloc(sizeof (struct eri), KM_SLEEP);
usr/src/uts/sun/io/fd.c
2729
fa = kmem_zalloc(fc, KM_SLEEP);
usr/src/uts/sun/io/fd.c
2821
fa = kmem_zalloc(fc, KM_SLEEP);
usr/src/uts/sun/io/fd.c
3040
fd = kmem_zalloc(csb->csb_len, KM_SLEEP);
usr/src/uts/sun/io/fd.c
5266
kmem_zalloc(sizeof (struct dk_label), KM_SLEEP);
usr/src/uts/sun/io/fd.c
647
fdc = kmem_zalloc(sizeof (*fdc), KM_SLEEP);
usr/src/uts/sun/io/fd.c
728
fdc->c_un = kmem_zalloc(sizeof (struct fdunit), KM_SLEEP);
usr/src/uts/sun/io/fd.c
737
fdc->c_un->un_drive = kmem_zalloc(sizeof (struct fd_drive), KM_SLEEP);
usr/src/uts/sun/io/ms.c
290
msd = kmem_zalloc(sizeof (struct msdata), KM_SLEEP);
usr/src/uts/sun/io/ms.c
378
b = kmem_zalloc((uint_t)ms->ms_bufbytes, KM_SLEEP);
usr/src/uts/sun/io/scsi/adapters/fas.c
2275
if ((cdbp = kmem_zalloc((size_t)cmdlen, kf)) == NULL) {
usr/src/uts/sun/io/scsi/adapters/fas.c
2283
if ((tgt = kmem_zalloc(tgtlen, kf)) == NULL) {
usr/src/uts/sun/io/scsi/adapters/fas.c
2291
if ((scbp = kmem_zalloc((size_t)statuslen, kf)) == NULL) {
usr/src/uts/sun/io/scsi/adapters/fas.c
9208
new_active = kmem_zalloc(size, flag);
usr/src/uts/sun/io/zs_common.c
357
zscom = kmem_zalloc(maxzs * sizeof (struct zscom), KM_SLEEP);
usr/src/uts/sun/io/zs_common.c
358
zs_prog = kmem_zalloc(maxzs * sizeof (struct zs_prog),
usr/src/uts/sun/io/zs_common.c
360
zssoftCAR = kmem_zalloc(maxzs, KM_SLEEP);
usr/src/uts/sun/io/zs_common.c
476
zs->zs_excl = kmem_zalloc(sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/sun/io/zs_common.c
478
zs->zs_ocexcl = kmem_zalloc(sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/sun/io/zs_hdlc.c
611
stp = kmem_zalloc(sizeof (struct ser_str), KM_NOSLEEP);
usr/src/uts/sun4/io/efcode/fc_ops.c
108
rp = kmem_zalloc(sizeof (struct fc_resource_list), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_ops.c
115
up = kmem_zalloc(strlen(unit_address) + 1, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_ops.c
437
ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_ops.c
553
unit_address = kmem_zalloc(OBP_MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_ops.c
715
buf = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
157
fp = kmem_zalloc(sizeof (struct fc_request), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
496
np = kmem_zalloc(sizeof (struct fc_phandle_entry), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
539
np = kmem_zalloc(sizeof (struct fc_phandle_entry), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
596
dp = kmem_zalloc(sizeof (struct fc_device_tree), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
685
q = kmem_zalloc(sizeof (struct fc_device_tree), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcode.c
205
fc_states = kmem_zalloc(
usr/src/uts/sun4/io/efcode/fcode.c
327
cp = kmem_zalloc(sizeof (struct fc_client_interface), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcode.c
525
fcp = kmem_zalloc(sizeof (struct fc_parameters), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcode.c
658
cp = kmem_zalloc(csize, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcode.c
678
name = kmem_zalloc(FC_SVC_NAME_LEN, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcode.c
801
cp = kmem_zalloc(sizeof (struct fc_client_interface), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
1106
name = kmem_zalloc(FC_SVC_NAME_LEN, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
1113
fcode = kmem_zalloc(fcode_len, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
1151
name = kmem_zalloc(FC_SVC_NAME_LEN, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
1783
newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
190
rp = kmem_zalloc(sizeof (struct fc_resource_list), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
200
buf = kmem_zalloc(strlen(unit_address) + 1, KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
205
bp = kmem_zalloc(sizeof (struct pci_ops_bus_args), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
369
ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
596
ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fcpci.c
601
ph = kmem_zalloc(sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/sun4/io/fpc/fpc-impl.c
99
kmem_zalloc(strlen(pathname)+1, KM_SLEEP);
usr/src/uts/sun4/io/fpc/fpc-kstats.c
298
ksinfop = kmem_zalloc(sizeof (fi_ksinfo_t), KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
1741
new = (pcicfg_phdl_t *)kmem_zalloc(sizeof (pcicfg_phdl_t),
usr/src/uts/sun4/io/pcicfg.c
2522
nhole = (hole_t *)kmem_zalloc(sizeof (hole_t),
usr/src/uts/sun4/io/pcicfg.c
3095
newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3152
newreg = kmem_zalloc(rlen + sizeof (pcicfg_range_t), KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3200
newreg = kmem_zalloc(rlen+sizeof (pci_regspec_t), KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
3279
new_avail = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
usr/src/uts/sun4/io/pcicfg.c
5983
*fcode_addr = kmem_zalloc(ptob(btopr(*fcode_size)), KM_SLEEP);
usr/src/uts/sun4/io/px/px_debug.c
265
px_dbg_msgq = kmem_zalloc(sizeof (px_dbg_msg_t) * size,
usr/src/uts/sun4/io/px/px_dma.c
965
px_dma_win_t *win_p = kmem_zalloc(sizeof (px_dma_win_t) + sz,
usr/src/uts/sun4/io/px/px_fdvma.c
168
mp = kmem_zalloc(sizeof (px_dma_hdl_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_ib.c
469
ino_p = kmem_zalloc(sizeof (px_ino_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_ib.c
487
px_ino_pil_t *ipil_p = kmem_zalloc(sizeof (px_ino_pil_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_ib.c
70
ib_p = kmem_zalloc(sizeof (px_ib_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_mmu.c
55
mmu_p = kmem_zalloc(sizeof (px_mmu_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_mmu.c
90
kmem_zalloc(px_dvma_page_cache_entries, KM_SLEEP);
usr/src/uts/sun4/io/px/px_msi.c
73
msi_state_p->msi_p = kmem_zalloc(msi_state_p->msi_cnt *
usr/src/uts/sun4/io/px/px_msiq.c
80
msiq_state_p->msiq_p = kmem_zalloc(msiq_state_p->msiq_cnt *
usr/src/uts/sun4/io/px/px_pec.c
63
pec_p = kmem_zalloc(sizeof (px_pec_t), KM_SLEEP);
usr/src/uts/sun4/io/px/px_tools.c
173
iget = kmem_zalloc(iget_kmem_alloc_size, KM_SLEEP);
usr/src/uts/sun4/io/su_driver.c
634
kmem_zalloc(sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/sun4/io/su_driver.c
636
kmem_zalloc(sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/sun4/io/su_driver.c
638
kmem_zalloc(sizeof (kmutex_t), KM_SLEEP);
usr/src/uts/sun4/io/trapstat.c
2548
tstat_percpu = kmem_zalloc((max_cpuid + 1) *
usr/src/uts/sun4/os/ddi_impl.c
1277
if ((hp = kmem_zalloc(sizeof (ddi_acc_impl_t), sleepflag)) == NULL)
usr/src/uts/sun4/os/ddi_impl.c
1279
if ((hp->ahi_err = (ndi_err_t *)kmem_zalloc(
usr/src/uts/sun4/os/ddi_impl.c
1284
if ((otp = (on_trap_data_t *)kmem_zalloc(
usr/src/uts/sun4/os/ddi_impl.c
203
*ppd = pdptr = kmem_zalloc(sizeof (*pdptr), KM_SLEEP);
usr/src/uts/sun4/os/dtrace_subr.c
103
sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
usr/src/uts/sun4/os/intr.c
242
siron_cpu_inum = kmem_zalloc(sizeof (uint64_t) * NCPU, KM_SLEEP);
usr/src/uts/sun4/os/startup.c
1655
hblk_base = kmem_zalloc(nhblksz, KM_SLEEP);
usr/src/uts/sun4/vm/sfmmu.c
1151
ppa = kmem_zalloc(npages * sizeof (page_t *), KM_SLEEP);
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
154
nodename = kmem_zalloc(nodename_size, KM_SLEEP);
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
157
kmem_zalloc(sizeof (fire4u_specific_t), KM_SLEEP);
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
224
kmem_zalloc(sizeof (fire_counter_handle_impl_t), KM_SLEEP);
usr/src/uts/sun4u/cpu/spitfire.c
4181
mem_ce_simm = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/cpu/spitfire.c
4196
kceip = kmem_zalloc(sizeof (struct kstat_ecc_mm_info),
usr/src/uts/sun4u/daktari/io/hpc3130_dak.c
856
kmem_zalloc(hpc3130_p->hpc3130_slot_table_length *
usr/src/uts/sun4u/excalibur/io/xcalppm.c
1005
if ((p = kmem_zalloc(sizeof (pm_ppm_devlist_t),
usr/src/uts/sun4u/io/gptwocfg.c
167
gptwo_new_nodes = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/gptwocfg.c
198
gptwocfg_ops_t *ops = kmem_zalloc(sizeof (gptwocfg_ops_t), KM_SLEEP);
usr/src/uts/sun4u/io/gptwocfg.c
301
config = kmem_zalloc(sizeof (gptwocfg_config_t), KM_SLEEP);
usr/src/uts/sun4u/io/gptwocfg.c
357
config = kmem_zalloc(sizeof (gptwocfg_config_t),
usr/src/uts/sun4u/io/gptwocfg.c
597
h = kmem_zalloc(sizeof (gptwocfg_handle_list_t), KM_SLEEP);
usr/src/uts/sun4u/io/i2c/misc/i2c_svc.c
206
if ((i2cw = kmem_zalloc(size, sleep)) == NULL) {
usr/src/uts/sun4u/io/i2c/nexus/smbus.c
523
ppvt = kmem_zalloc(sizeof (smbus_ppvt_t), KM_SLEEP);
usr/src/uts/sun4u/io/iommu.c
1034
pfnp = iomemp->pfn = kmem_zalloc(sizeof (*pfnp) *
usr/src/uts/sun4u/io/iommu.c
1364
mp = kmem_zalloc(sizeof (*mp), KM_SLEEP);
usr/src/uts/sun4u/io/iommu.c
1395
iommu_fast_dvma->pagecnt = kmem_zalloc(np *
usr/src/uts/sun4u/io/iommu.c
1399
iommu_fast_dvma->sync_flag = kmem_zalloc(np *
usr/src/uts/sun4u/io/iommu.c
1404
kmem_zalloc(np * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/sun4u/io/iommu.c
1532
pfnp = iomemp->pfn = kmem_zalloc(sizeof (*pfnp) * (npages + 1),
usr/src/uts/sun4u/io/iommu.c
469
pfnp = iomemp->pfn = kmem_zalloc(sizeof (*pfnp) * (npages + 1),
usr/src/uts/sun4u/io/iommu.c
615
pfnp = iomemp->pfn = kmem_zalloc(sizeof (*pfnp) * (npages + 1),
usr/src/uts/sun4u/io/iommu.c
770
mppriv = kmem_zalloc(sizeof (*mppriv),
usr/src/uts/sun4u/io/mc-us3.c
1499
mctrl = kmem_zalloc(sizeof (struct mctrl_info), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3.c
1524
dgrp = kmem_zalloc(sizeof (struct dgrp_info), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3.c
1536
dev = kmem_zalloc(sizeof (struct device_info),
usr/src/uts/sun4u/io/mc-us3.c
1618
bank_curr = kmem_zalloc(sizeof (struct bank_info), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3.c
1722
kmem_zalloc(sizeof (struct seg_info), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3.c
2050
mc_dimm_sids[i].sids = (dimm_sid_t *)kmem_zalloc(
usr/src/uts/sun4u/io/mc-us3.c
558
mcmem = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3.c
616
mcseg = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3.c
756
mcctrlconf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3.c
820
mccontrol = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
1233
dgrp = kmem_zalloc(sizeof (*dgrp), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
1280
dev = kmem_zalloc(sizeof (*dev), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
1328
mctrl = kmem_zalloc(sizeof (*mctrl), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
496
mcmem = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
551
mcseg = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
679
mcctrlconf = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
743
mccontrol = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
847
banki = kmem_zalloc(sizeof (*banki), KM_SLEEP);
usr/src/uts/sun4u/io/mc-us3i.c
913
segi = kmem_zalloc(sizeof (*segi), KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1153
rp = kmem_zalloc(sizeof (struct fc_resource_list), KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1163
buf = kmem_zalloc(UNIT_ADDR_SIZE, KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1317
resp = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1669
resp = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1822
dropin_name = kmem_zalloc(FC_SVC_NAME_LEN, KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1834
fcode = kmem_zalloc(fcode_len, KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1872
dropin_name = kmem_zalloc(FC_SVC_NAME_LEN, KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
1915
rspecp = kmem_zalloc(sizeof (struct regspec), KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
2354
probe_string = kmem_zalloc(PROBE_STR_SIZE, KM_SLEEP);
usr/src/uts/sun4u/io/opl_cfg.c
2664
probe = kmem_zalloc(sizeof (opl_probe_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/db21554.c
1849
db_pvt = kmem_zalloc(sizeof (db_acc_pvt_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/db21554.c
2467
kmem_zalloc(i * sizeof (db_cfg_state_t), KM_NOSLEEP);
usr/src/uts/sun4u/io/pci/pci_cb.c
47
cb_t *cb_p = (cb_t *)kmem_zalloc(sizeof (cb_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_dma.c
1512
iommu_p->dvma_alloc_rec = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_dma.c
1513
iommu_p->dvma_free_rec = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_ecc.c
69
ecc_p = (ecc_t *)kmem_zalloc(sizeof (ecc_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_fdvma.c
216
mp = kmem_zalloc(sizeof (pci_dma_hdl_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_fdvma.c
238
fdvma_p->kvbase = kmem_zalloc(npages * sizeof (caddr_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_fdvma.c
239
fdvma_p->pagecnt = kmem_zalloc(npages * sizeof (uint_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_fdvma.c
240
fdvma_p->cbcookie = kmem_zalloc(npages * sizeof (void *), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_ib.c
513
ib_ino_pil_t *ipil_p = kmem_zalloc(sizeof (ib_ino_pil_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_ib.c
517
ino_p = kmem_zalloc(sizeof (ib_ino_info_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_ib.c
62
ib_p = kmem_zalloc(sizeof (ib_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_iommu.c
67
iommu_p = (iommu_t *)kmem_zalloc(sizeof (iommu_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_iommu.c
98
kmem_zalloc(pci_dvma_page_cache_entries, KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_pbm.c
75
pbm_p = (pbm_t *)kmem_zalloc(sizeof (pbm_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_pci.c
1076
kmem_zalloc(sizeof (pci_pwr_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_pwr.c
89
p = kmem_zalloc(sizeof (struct pci_pwr_chld), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pci_sc.c
63
sc_p = (sc_t *)kmem_zalloc(sizeof (sc_t), KM_SLEEP);
usr/src/uts/sun4u/io/pci/pcisch.c
1203
kmem_zalloc(sizeof (dvma_unbind_req_t) *
usr/src/uts/sun4u/io/pci/pcisch.c
1227
kmem_zalloc(IOMMU_CTX_BITMAP_SIZE, KM_SLEEP);
usr/src/uts/sun4u/io/pci/simba.c
893
kmem_zalloc(i * sizeof (struct simba_cfg_state), KM_NOSLEEP);
usr/src/uts/sun4u/io/ppm_xgsubr.c
249
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/sun4u/io/ppm_xgsubr.c
250
new->name = kmem_zalloc(strlen(*dev_namep) + 1, KM_SLEEP);
usr/src/uts/sun4u/io/ppm_xgsubr.c
340
new = kmem_zalloc(sizeof (*new), KM_SLEEP);
usr/src/uts/sun4u/io/ppm_xgsubr.c
341
new->path = kmem_zalloc(strlen(path) + 1, KM_SLEEP);
usr/src/uts/sun4u/io/px/px_hlib.c
2681
config_state = kmem_zalloc(total_size, KM_NOSLEEP);
usr/src/uts/sun4u/io/px/px_hlib.c
2831
config_state = kmem_zalloc(cb_size, KM_NOSLEEP);
usr/src/uts/sun4u/io/px/px_hlib.c
2919
if ((pxu_p->msiq_config_state = kmem_zalloc(bufsz, KM_NOSLEEP)) ==
usr/src/uts/sun4u/io/px/px_lib4u.c
1402
(uint64_t *)kmem_zalloc(sizeof (uint64_t)*
usr/src/uts/sun4u/io/px/px_lib4u.c
205
pxu_p = kmem_zalloc(sizeof (pxu_t), KM_SLEEP);
usr/src/uts/sun4u/io/px/px_lib4u.c
2187
cb_p = kmem_zalloc(sizeof (px_cb_t), KM_SLEEP);
usr/src/uts/sun4u/io/px/px_lib4u.c
2213
pxl = kmem_zalloc(sizeof (px_cb_list_t), KM_SLEEP);
usr/src/uts/sun4u/io/px/px_lib4u.c
2229
pxl_new = kmem_zalloc(sizeof (px_cb_list_t), KM_SLEEP);
usr/src/uts/sun4u/io/px/px_lib4u.c
738
msiq_state_p->msiq_buf_p = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/io/rmclomv.c
604
rmclomv_cache_section_t *ptr = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/sun4u/io/sbbc.c
683
childintr = kmem_zalloc(sizeof (struct sbbc_child_intr), KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
1448
shp = kmem_zalloc(sizeof (sbd_priv_handle_t), KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
1543
hdp = kmem_zalloc(sizeof (sbdp_handle_t), KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
1544
hdp->h_err = kmem_zalloc(sizeof (sbd_error_t), KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
4366
dstatp = kmem_zalloc(sz, KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
4371
dstat32p = kmem_zalloc(sz32, KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
4911
sbp->sb_cpupath[i] = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
4915
sbp->sb_mempath[i] = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
4919
sbp->sb_iopath[i] = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/io/sbd.c
5113
status_buf = kmem_zalloc(sizeof (char) * OBP_MAXPROPNAME, KM_SLEEP);
usr/src/uts/sun4u/io/sbd_io.c
197
sep = kmem_zalloc(sizeof (sbd_error_t), KM_SLEEP);
usr/src/uts/sun4u/io/sbd_io.c
333
sep = kmem_zalloc(sizeof (sbd_error_t), KM_SLEEP);
usr/src/uts/sun4u/io/sysiosbus.c
1425
msgbuf = kmem_zalloc(REPORTDEV_BUFSIZE, KM_SLEEP);
usr/src/uts/sun4u/io/sysiosbus.c
1696
intr_handler = kmem_zalloc(sizeof (struct sbus_intr_handler), KM_SLEEP);
usr/src/uts/sun4u/io/sysiosbus.c
1739
sbus_arg = kmem_zalloc(sizeof (struct sbus_wrapper_arg),
usr/src/uts/sun4u/io/sysiosbus.c
935
pdptr = kmem_zalloc(sizeof (*pdptr), KM_SLEEP);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1955
lcip = kmem_zalloc(sizeof (*lcip), KM_SLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
1217
lw8_eventresp = kmem_zalloc(sizeof (*lw8_eventresp), KM_SLEEP);
usr/src/uts/sun4u/lw8/io/lw8.c
1326
lw8_logmsgp = kmem_zalloc(sizeof (*lw8_logmsgp), KM_SLEEP);
usr/src/uts/sun4u/lw8/io/ntwdt.c
625
kmem_zalloc(sizeof (ntwdt_wdog_t), KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgenv.c
1139
env_cache_snapshot = kmem_zalloc(
usr/src/uts/sun4u/lw8/io/sgenv.c
2219
env_cache[key_posn] = (env_sensor_t *)kmem_zalloc(
usr/src/uts/sun4u/lw8/io/sgfru.c
1002
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
1058
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
398
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
413
clistp = (node_t *)kmem_zalloc(ssize, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
469
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
520
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
575
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
586
sectp = (section_t *)kmem_zalloc(ssize, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
639
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
649
segp = (segment_t *)kmem_zalloc(ssize, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
704
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
760
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
816
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
870
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
881
packp = (packet_t *)kmem_zalloc(ssize, KM_SLEEP);
usr/src/uts/sun4u/lw8/io/sgfru.c
935
datap = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/lw8/os/lw8_platmod.c
1132
msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t),
usr/src/uts/sun4u/lw8/os/lw8_platmod.c
1147
msgp->ecc_req.msg_buf = (caddr_t)kmem_zalloc(msg_size, sleep_flag);
usr/src/uts/sun4u/lw8/os/lw8_platmod.c
1190
msgp->ecc_resp.msg_buf = (caddr_t)kmem_zalloc(msg_size,
usr/src/uts/sun4u/lw8/os/lw8_platmod.c
1200
msgp->ecc_resp.msg_buf = (caddr_t)kmem_zalloc(
usr/src/uts/sun4u/ngdr/io/dr.c
1611
list = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
428
ds = (sbd_dev_stat_t *) kmem_zalloc(sizeof (sbd_dev_stat_t) *
usr/src/uts/sun4u/ngdr/io/dr_quiesce.c
1065
buf = (char *)kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/sun4u/ngdr/sys/dr_util.h
42
((t *)kmem_zalloc((size_t)(n) * sizeof (t), KM_SLEEP))
usr/src/uts/sun4u/opl/io/drmach.c
1039
bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
1273
ip = kmem_zalloc(sizeof (drmach_io_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
1837
cp = kmem_zalloc(sizeof (drmach_cpu_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
2229
mp = kmem_zalloc(sizeof (drmach_mem_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
2949
str = (char *)kmem_zalloc(len+1, KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
3533
prog_kmem = (drmach_copy_rename_program_t *)kmem_zalloc(
usr/src/uts/sun4u/opl/io/drmach.c
750
np = kmem_zalloc(sizeof (drmach_node_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
846
arr = kmem_zalloc(sizeof (drmach_array_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/drmach.c
853
arr->arr = kmem_zalloc(arr->arr_sz, KM_SLEEP);
usr/src/uts/sun4u/opl/io/mc-opl.c
1544
p = kmem_zalloc(sizeof (scf_log_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/mc-opl.c
3899
sid = kmem_zalloc(sid_sz, KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
1287
mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
1419
mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
1532
kmem_zalloc(sizeof (ser_devl_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
1584
mpath = (struct msu_path *)kmem_zalloc((size_t)size, KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
1585
plink_id = (int *)kmem_zalloc((sizeof (int) * devcnt), KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
1742
upath = (upath_t *)kmem_zalloc(sizeof (upath_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
383
oplmsu_ltrc_top = (msu_trc_t *)kmem_zalloc(
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
549
ctrl = (ctrl_t *)kmem_zalloc(sizeof (ctrl_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
559
(struct buf_tbl *)kmem_zalloc(sizeof (struct buf_tbl), KM_SLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu_ioctl_uwp.c
82
lpath = (lpath_t *)kmem_zalloc(sizeof (lpath_t), KM_NOSLEEP);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu_ioctl_uwp.c
96
(struct buf_tbl *)kmem_zalloc(sizeof (struct buf_tbl), KM_NOSLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1685
kmem_zalloc(sizeof (u2u_ittrans_data_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_cb.c
46
kmem_zalloc(sizeof (pcmu_cb_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ecc.c
63
pecc_p = (pcmu_ecc_t *)kmem_zalloc(sizeof (pcmu_ecc_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
56
pib_p = kmem_zalloc(sizeof (pcmu_ib_t), KM_SLEEP);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_pbm.c
65
pcbm_p = (pcmu_pbm_t *)kmem_zalloc(sizeof (pcmu_pbm_t), KM_SLEEP);
usr/src/uts/sun4u/opl/os/opl.c
1212
msg = (nm_msg_t *)kmem_zalloc(NM_LEN(len), KM_SLEEP);
usr/src/uts/sun4u/opl/os/opl.c
340
new = kmem_zalloc(sizeof (struct memlist), KM_SLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
1864
dp = kmem_zalloc(cpr_nbitmaps * sizeof (*dp), KM_NOSLEEP);
usr/src/uts/sun4u/os/cpr_impl.c
1874
space = kmem_zalloc(size * 2, KM_NOSLEEP);
usr/src/uts/sun4u/os/memscrub.c
1250
kmem_zalloc(sizeof (memscrub_page_retire_span_t), KM_NOSLEEP);
usr/src/uts/sun4u/os/plat_ecc_dimm.c
119
cache = (dimm_sid_cache_t *)kmem_zalloc(sizeof (dimm_sid_cache_t) *
usr/src/uts/sun4u/os/plat_ecc_dimm.c
366
wrapperp = kmem_zalloc(sizeof (plat_ecc_message_t), KM_SLEEP);
usr/src/uts/sun4u/os/plat_ecc_dimm.c
372
wrapperp->ecc_msg_data = kmem_zalloc(wrapperp->ecc_msg_len, KM_SLEEP);
usr/src/uts/sun4u/os/plat_ecc_unum.c
629
kmem_zalloc(sizeof (plat_ecc_message_t), KM_SLEEP);
usr/src/uts/sun4u/os/plat_ecc_unum.c
634
wrapperp->ecc_msg_data = kmem_zalloc(wrapperp->ecc_msg_len, KM_SLEEP);
usr/src/uts/sun4u/os/plat_ecc_unum.c
744
kmem_zalloc(sizeof (plat_ecc_message_t), KM_SLEEP);
usr/src/uts/sun4u/os/plat_ecc_unum.c
750
wrapperp->ecc_msg_data = kmem_zalloc(wrapperp->ecc_msg_len, KM_SLEEP);
usr/src/uts/sun4u/os/plat_ecc_unum.c
791
wrapperp = kmem_zalloc(sizeof (plat_ecc_message_t), KM_SLEEP);
usr/src/uts/sun4u/os/plat_ecc_unum.c
799
wrapperp->ecc_msg_data = kmem_zalloc(wrapperp->ecc_msg_len, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp.c
426
hp = kmem_zalloc(sizeof (sbdp_handle_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp.c
429
hp->h_err = kmem_zalloc(sizeof (*hp->h_err), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp.c
476
bdp->bd_sc = (show_board_t *)kmem_zalloc(sizeof (show_board_t),
usr/src/uts/sun4u/serengeti/io/sbdp.c
514
wnodep->bds = kmem_zalloc(sizeof (sbdp_bd_t) * boards, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp.c
653
wnodep = kmem_zalloc(sizeof (sbdp_wnode_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_dr.c
364
dev_list = kmem_zalloc(sizeof (dev_info_t *) * SBDP_MAX_NODES,
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
1819
new = kmem_zalloc(sizeof (sbdp_bank_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
1962
cur_seg = kmem_zalloc(sizeof (sbdp_seg_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
2168
cph = kmem_zalloc(sizeof (sbdp_cr_handle_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
2171
rsbuffer = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
299
cph = kmem_zalloc(sizeof (sbdp_cr_handle_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
352
rsbuffer = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
908
phys_banks = kmem_zalloc(bsize, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_mem.c
909
mc_idle_regs = kmem_zalloc(msize, KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sbdp_quiesce.c
152
srh = kmem_zalloc(sizeof (sbdp_sr_handle_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sgcn.c
198
sgcn_state = kmem_zalloc(sizeof (sgcn_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sghsc.c
1746
rb_head->buf = (sghsc_event_t *)kmem_zalloc(
usr/src/uts/sun4u/serengeti/io/sghsc.c
399
sghsc->sghsc_slot_table = (sghsc_slot_t *)kmem_zalloc((size_t)
usr/src/uts/sun4u/serengeti/io/sgsbbc_iosram.c
133
if ((master_iosram = kmem_zalloc(sizeof (struct chosen_iosram),
usr/src/uts/sun4u/serengeti/io/sgsbbc_iosram.c
139
if ((master_iosram->tunnel = kmem_zalloc(sizeof (tunnel_t),
usr/src/uts/sun4u/serengeti/io/sgsbbc_iosram.c
864
if ((new_tunnel = kmem_zalloc(sizeof (tunnel_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
1008
waiter = kmem_zalloc(sizeof (struct sbbc_msg_waiter), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
168
master_mbox = kmem_zalloc(sizeof (sbbc_mailbox_t), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
189
master_mbox->mbox_in = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
195
master_mbox->mbox_out = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
2346
dparray = kmem_zalloc(num * sizeof (uint16_t *), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
2429
snarray = kmem_zalloc(jj * sizeof (uint64_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
627
intr = kmem_zalloc(sizeof (sbbc_intrs_t), KM_SLEEP);
usr/src/uts/sun4u/serengeti/io/ssm.c
420
tsp = kmem_zalloc(sizeof (struct ssm_node2inst), KM_SLEEP);
usr/src/uts/sun4u/serengeti/os/serengeti.c
1119
msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t),
usr/src/uts/sun4u/serengeti/os/serengeti.c
1134
msgp->ecc_req.msg_buf = (caddr_t)kmem_zalloc(msg_size, sleep_flag);
usr/src/uts/sun4u/serengeti/os/serengeti.c
1176
msgp->ecc_resp.msg_buf = (caddr_t)kmem_zalloc(msg_size,
usr/src/uts/sun4u/serengeti/os/serengeti.c
1186
msgp->ecc_resp.msg_buf = (caddr_t)kmem_zalloc(
usr/src/uts/sun4u/sunfire/io/ac.c
520
pkt->errbuf = kmem_zalloc(SYSC_OUTPUT_LEN, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/ac_add.c
142
fill_buf = kmem_zalloc(ADD_PAGESIZE, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/ac_del.c
398
fill_buf = kmem_zalloc(DEL_PAGESIZE, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/ac_del.c
84
dsp = (struct del_status *)kmem_zalloc(sizeof (*dsp), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/ac_stat.c
100
statp = kmem_zalloc(sizeof (ac_stat_t), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/ac_stat.c
180
stat32p = kmem_zalloc(sizeof (ac_stat32_t), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/ac_test.c
185
test = kmem_zalloc(sizeof (struct test_info), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc.c
2643
list = kmem_zalloc(sizeof (struct ft_link_list), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
338
kmem_zalloc(sizeof (fhc_bd_t), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
345
kmem_zalloc(sizeof (fhc_bd_t), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
728
kmem_zalloc(sizeof (fhc_bd_t), KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/sysctrl.c
1186
pkt->errbuf = kmem_zalloc(SYSC_OUTPUT_LEN, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/sysctrl.c
1260
fhc_list = kmem_zalloc(sizeof (fhc_bd_t) * fhc_max_boards(),
usr/src/uts/sun4u/sunfire/io/sysctrl.c
1263
sc_list = kmem_zalloc(sizeof (sysc_cfga_stat_t) *
usr/src/uts/sun4u/sunfire/io/sysctrl_dr.c
1487
handle->dip_list = kmem_zalloc(sizeof (dev_info_t *) * SYSC_DR_MAX_NODE,
usr/src/uts/sun4u/sys/sbdpriv.h
167
((t *)kmem_zalloc((size_t)(n) * sizeof (t), KM_SLEEP))
usr/src/uts/sun4v/cpu/niagara_perfctr.c
323
ksinfop = (ni_ksinfo_t *)kmem_zalloc(
usr/src/uts/sun4v/cpu/niagara_perfctr.c
366
ksinfop = (ni_ksinfo_t *)kmem_zalloc(
usr/src/uts/sun4v/cpu/niagara_perfctr.c
402
ksinfop = (ni_ksinfo_t *)kmem_zalloc(
usr/src/uts/sun4v/cpu/niagara_perfctr.c
438
ksinfop = (ni_ksinfo_t *)kmem_zalloc(
usr/src/uts/sun4v/io/cnex.c
1306
listp = (mde_cookie_t *)kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/cnex.c
508
listp = (mde_cookie_t *)kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/cnex.c
567
new_cldcp = kmem_zalloc(sizeof (*new_cldcp), KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
1019
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
1448
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
433
drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
559
res = kmem_zalloc(nrsrc * sizeof (dr_cpu_res_t), KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
661
resp = kmem_zalloc(resp_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
792
psrset = kmem_zalloc(sizeof (*psrset) * nres, KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
976
rp = kmem_zalloc(rlen, KM_SLEEP);
usr/src/uts/sun4v/io/dr_io.c
406
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/dr_io.c
479
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/dr_io.c
528
drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_io.c
673
drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_io.c
789
res = kmem_zalloc(res_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
1021
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
472
drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
588
res = kmem_zalloc(nrsrc * sizeof (dr_mem_res_t), KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
680
resp = kmem_zalloc(resp_len, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
787
rp = kmem_zalloc(rlen, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
958
rp = kmem_zalloc(rlen, KM_SLEEP);
usr/src/uts/sun4v/io/dr_mem.c
987
rp = kmem_zalloc(rlen, KM_SLEEP);
usr/src/uts/sun4v/io/dr_util.c
156
*mlp = (struct memlist *)kmem_zalloc(sizeof (struct memlist),\
usr/src/uts/sun4v/io/ds_drv.c
218
portp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/ds_drv.c
219
chanp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/ds_drv.c
543
new = kmem_zalloc(sizeof (ds_log_entry_t), KM_SLEEP);
usr/src/uts/sun4v/io/glvc/glvc.c
322
(char *)kmem_zalloc(softsp->mtu, KM_NOSLEEP);
usr/src/uts/sun4v/io/glvc/glvc.c
331
(char *)kmem_zalloc(softsp->mtu, KM_NOSLEEP);
usr/src/uts/sun4v/io/glvc/glvc.c
967
(char *)kmem_zalloc(softsp->mtu, KM_NOSLEEP);
usr/src/uts/sun4v/io/iospc/iospc.c
271
grp_p->name_kstats_pp = kmem_zalloc((grp_p->num_counters *
usr/src/uts/sun4v/io/iospc/iospc.c
313
ksinfo_p = (iospc_ksinfo_t *)kmem_zalloc(
usr/src/uts/sun4v/io/ldc.c
2609
ldcp = kmem_zalloc(sizeof (ldc_chan_t), KM_SLEEP);
usr/src/uts/sun4v/io/ldc.c
390
ldcssp = kmem_zalloc(sizeof (ldc_soft_state_t), KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
1329
memseg->pages = kmem_zalloc((sizeof (ldc_page_t) * npages), KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
1331
kmem_zalloc((sizeof (ldc_mem_cookie_t) * ccount), KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
1461
memseg->vaddr = kmem_zalloc(exp_size, KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
1713
dringp = kmem_zalloc(sizeof (ldc_dring_t), KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
1727
dringp->base = kmem_zalloc(dringp->size, KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
2217
dringp = kmem_zalloc(sizeof (ldc_dring_t), KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
400
mtbl = kmem_zalloc(sizeof (ldc_mtbl_t), KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
492
memseg->pages = kmem_zalloc((sizeof (ldc_page_t) * npages), KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
494
kmem_zalloc((sizeof (ldc_mem_cookie_t) * npages), KM_SLEEP);
usr/src/uts/sun4v/io/mdeg.c
156
mdeg.tbl = kmem_zalloc(tblsz, KM_SLEEP);
usr/src/uts/sun4v/io/mdeg.c
246
newtbl = kmem_zalloc(newtblsz, KM_SLEEP);
usr/src/uts/sun4v/io/mdeg.c
359
mdeg_res = kmem_zalloc(sizeof (mdeg_result_t), KM_SLEEP);
usr/src/uts/sun4v/io/n2piupc/n2piupc_biterr.c
54
*arg = kmem_zalloc(sizeof (n2piupc_sw_biterr_t), KM_SLEEP);
usr/src/uts/sun4v/io/n2piupc/n2piupc_kstats.c
111
ksinfo_p = (n2piu_ksinfo_t *)kmem_zalloc(
usr/src/uts/sun4v/io/n2piupc/n2piupc_kstats.c
68
grp_p->name_kstats_pp = kmem_zalloc((grp_p->num_counters *
usr/src/uts/sun4v/io/n2rng/n2rng.c
1053
kmem_zalloc(n2rng->n_ctl_data->n_num_rngs *
usr/src/uts/sun4v/io/niumx/niumx.c
773
if (!(mp->dmai_cookie = kmem_zalloc(sizeof (ddi_dma_cookie_t),
usr/src/uts/sun4v/io/niumx/niumx_tools.c
338
iget_p = kmem_zalloc(iget_kmem_alloc_size, KM_SLEEP);
usr/src/uts/sun4v/io/ntwdt.c
279
kmem_zalloc(sizeof (ntwdt_runstate_t), KM_SLEEP);
usr/src/uts/sun4v/io/platsvc.c
487
kmem_zalloc(sizeof (platsvc_suspend_resp_t) + reason_length,
usr/src/uts/sun4v/io/platsvc.c
612
error_reason = (char *)kmem_zalloc(SUSPEND_MAX_REASON_SIZE, KM_SLEEP);
usr/src/uts/sun4v/io/px/px_lib4v.c
1608
kmem_zalloc(sizeof (px_config_acc_pvt_t), KM_SLEEP);
usr/src/uts/sun4v/io/px/px_lib4v.c
446
if ((pfns = pfn_p = kmem_zalloc((pages * sizeof (io_page_list_t)),
usr/src/uts/sun4v/io/qcn.c
200
qcn_state = kmem_zalloc(sizeof (qcn_t), KM_SLEEP);
usr/src/uts/sun4v/io/qcn.c
265
qcn_state->qcn_htable = kmem_zalloc(qcn_state->qcn_intr_size, KM_SLEEP);
usr/src/uts/sun4v/io/vcc.c
2262
channel = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4v/io/vcc.c
889
ispecp = kmem_zalloc(sizeof (mdeg_node_spec_t), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
2293
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
2388
portp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
2389
chanp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
2409
srvr = kmem_zalloc(sizeof (vdc_server_t), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
2696
kmem_zalloc(sizeof (ldc_mem_cookie_t), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
2727
kmem_zalloc(vdc->dring_len * sizeof (vdc_local_desc_t),
usr/src/uts/sun4v/io/vdc.c
5789
vd_scsi = kmem_zalloc(vd_scsi_len, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
7114
vd_cap = kmem_zalloc(alloc_len, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
733
vdc->vtoc = kmem_zalloc(sizeof (struct extvtoc), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
734
vdc->geom = kmem_zalloc(sizeof (struct dk_geom), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
735
vdc->minfo = kmem_zalloc(sizeof (struct dk_minfo), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
7561
dkarg = kmem_zalloc(sizeof (vdc_dk_arg_t), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
7604
mem_p = kmem_zalloc(alloc_len, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
8119
vdc->cinfo = kmem_zalloc(sizeof (struct dk_cinfo), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
8169
vdc->minfo = kmem_zalloc(sizeof (struct dk_minfo), KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
8549
vd_devid = kmem_zalloc(bufsize, KM_SLEEP);
usr/src/uts/sun4v/io/vdc.c
8570
vd_devid = kmem_zalloc(bufsize, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
1246
dkdevid = kmem_zalloc(DEV_BSIZE, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
1327
dkdevid = kmem_zalloc(DEV_BSIZE, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
1575
buf = kmem_zalloc(sizeof (caddr_t) * plen, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
2682
dk_efi->dki_data = kmem_zalloc(vd_efi->length, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
3703
buf = kmem_zalloc(request->nbytes, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
3765
vd_devid = kmem_zalloc(bufbytes, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
4663
kmem_zalloc((sizeof (*vd->dring_task)) * vd->dring_len, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
4680
vd->dring_task[i].request = kmem_zalloc((vd->descriptor_size -
usr/src/uts/sun4v/io/vds.c
4687
kmem_zalloc(sizeof (buf_t *) * vd->dring_len, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
5750
vd->flabel = kmem_zalloc(vd->flabel_size, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
5826
vd->flabel = kmem_zalloc(vd->flabel_size, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
6735
if ((vd = kmem_zalloc(sizeof (*vd), KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/io/vds.c
7061
channel = kmem_zalloc(size, KM_SLEEP);
usr/src/uts/sun4v/io/vds.c
7162
vds->driver_types = kmem_zalloc(sizeof (vd_driver_type_t) * num,
usr/src/uts/sun4v/io/vds.c
7438
ispecp = kmem_zalloc(sizeof (mdeg_node_spec_t), KM_SLEEP);
usr/src/uts/sun4v/io/vdsk_common.c
219
gpt = kmem_zalloc(gpt_len, KM_SLEEP);
usr/src/uts/sun4v/io/vdsk_common.c
243
data = kmem_zalloc(data_len, KM_SLEEP);
usr/src/uts/sun4v/io/vdsk_common.c
301
gpe = kmem_zalloc(gpe_len, KM_SLEEP);
usr/src/uts/sun4v/io/vio_util.c
325
tbuf = kmem_zalloc(vmultip->tbsz, KM_SLEEP);
usr/src/uts/sun4v/io/vio_util.c
65
vmplp = kmem_zalloc(sizeof (*vmplp), KM_SLEEP);
usr/src/uts/sun4v/io/vio_util.c
75
vmplp->basep = kmem_zalloc(num_mblks * sizeof (vio_mblk_t), KM_SLEEP);
usr/src/uts/sun4v/io/vio_util.c
77
vmplp->datap = kmem_zalloc(num_mblks * mblk_size, KM_SLEEP);
usr/src/uts/sun4v/io/vio_util.c
85
vmplp->quep = kmem_zalloc(vmplp->quelen *
usr/src/uts/sun4v/io/vlds.c
1286
vlds_nodes = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vlds.c
209
vlds_minor_bitmap = kmem_zalloc(
usr/src/uts/sun4v/io/vnet.c
1575
vresp = kmem_zalloc(sizeof (vnet_res_t), KM_SLEEP);
usr/src/uts/sun4v/io/vnet.c
436
vnetp = kmem_zalloc(sizeof (vnet_t), KM_SLEEP);
usr/src/uts/sun4v/io/vnet.c
978
tx_ringp = kmem_zalloc(sizeof (vnet_pseudo_tx_ring_t) *
usr/src/uts/sun4v/io/vnet.c
993
rx_ringp = kmem_zalloc(sizeof (vnet_pseudo_rx_ring_t) *
usr/src/uts/sun4v/io/vnet_dds.c
830
rangesp = (vdds_ranges_t *)kmem_zalloc(
usr/src/uts/sun4v/io/vnet_gen.c
1055
newtab = kmem_zalloc(newsize *
usr/src/uts/sun4v/io/vnet_gen.c
1313
listp = (mde_cookie_t *)kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
1478
*vidspp = kmem_zalloc(vids_size, KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
1660
vgenp->pri_types = kmem_zalloc(size * sizeof (uint16_t), KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
1724
pspecp = kmem_zalloc(templatesz, KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
1728
parentp = kmem_zalloc(sizeof (mdeg_node_spec_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2095
portp = kmem_zalloc(sizeof (vgen_port_t), KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2146
listp = kmem_zalloc(listsz, KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2165
ldc_ids = kmem_zalloc(num_ldcs * sizeof (uint64_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2220
portp->ldc_ids = kmem_zalloc(sizeof (uint64_t) * num_ldcs, KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2433
portp->vids = kmem_zalloc(sizeof (uint16_t) * nvids, KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
2474
ldcp = kmem_zalloc(sizeof (vgen_ldc_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
3348
msg = kmem_zalloc(msgsize, KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
508
vgenp = kmem_zalloc(sizeof (vgen_t), KM_SLEEP);
usr/src/uts/sun4v/io/vnet_gen.c
518
vgenp->mctab = kmem_zalloc(VGEN_INIT_MCTAB_SIZE *
usr/src/uts/sun4v/io/vnet_rxdring.c
154
rxdp_to_vmp = kmem_zalloc(ldcp->num_rxds * sizeof (uintptr_t),
usr/src/uts/sun4v/io/vnet_rxdring.c
180
datap = kmem_zalloc(ldcp->rx_data_sz, KM_SLEEP);
usr/src/uts/sun4v/io/vnet_rxdring.c
191
ldcp->rx_data_cookie = kmem_zalloc(VNET_DATA_AREA_COOKIES *
usr/src/uts/sun4v/io/vnet_rxdring.c
559
ldcp->tx_data_cookie = kmem_zalloc(emsg->data_ncookies *
usr/src/uts/sun4v/io/vnet_txdring.c
147
tbufp = kmem_zalloc(ldcp->num_txds * tbufsize, KM_NOSLEEP);
usr/src/uts/sun4v/io/vnet_txdring.c
193
datap = kmem_zalloc(ldcp->tx_data_sz, KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
1271
mcst_p = kmem_zalloc(sizeof (mcst_addr_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vsw.c
1388
pspecp = kmem_zalloc(templatesz, KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
1395
inst_specp = kmem_zalloc(sizeof (mdeg_node_spec_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
1686
listp = (mde_cookie_t *)kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
1888
*vidspp = kmem_zalloc(vids_size, KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
1976
vswp->pri_types = kmem_zalloc(size * sizeof (uint16_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
2484
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
2543
kmem_zalloc(sizeof (uint64_t) * nchan, KM_SLEEP);
usr/src/uts/sun4v/io/vsw.c
2580
portp = kmem_zalloc(sizeof (vsw_port_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_hio.c
155
hiop->vh_shares = kmem_zalloc((sizeof (vsw_share_t) *
usr/src/uts/sun4v/io/vsw_hio.c
958
hiokp = (vsw_hio_kstats_t *)kmem_zalloc(sizeof (kstat_named_t) *
usr/src/uts/sun4v/io/vsw_ldc.c
1417
if ((conn = kmem_zalloc(sizeof (vsw_conn_evt_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/sun4v/io/vsw_ldc.c
4428
dp = kmem_zalloc(sizeof (dring_info_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_ldc.c
4435
dp->priv_addr = kmem_zalloc(
usr/src/uts/sun4v/io/vsw_ldc.c
4520
dp = kmem_zalloc(sizeof (dring_info_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_ldc.c
4656
dp->data_cookie = kmem_zalloc(emsg->data_ncookies *
usr/src/uts/sun4v/io/vsw_ldc.c
580
ldcp = kmem_zalloc(sizeof (vsw_ldc_t), KM_NOSLEEP);
usr/src/uts/sun4v/io/vsw_phys.c
1409
mrp = kmem_zalloc(sizeof (*mrp), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_rxdring.c
124
mp = kmem_zalloc(VNET_DRING_REG_EXT_MSG_SIZE(dp->data_ncookies),
usr/src/uts/sun4v/io/vsw_rxdring.c
176
dp = (dring_info_t *)kmem_zalloc(sizeof (dring_info_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_rxdring.c
211
dp->rxdp_to_vmp = kmem_zalloc(dp->num_descriptors * sizeof (uintptr_t),
usr/src/uts/sun4v/io/vsw_rxdring.c
284
data_addr = kmem_zalloc(dp->data_sz, KM_SLEEP);
usr/src/uts/sun4v/io/vsw_rxdring.c
298
dp->data_cookie = kmem_zalloc(VNET_DATA_AREA_COOKIES *
usr/src/uts/sun4v/io/vsw_switching.c
1138
fp = kmem_zalloc(sizeof (vsw_fdbe_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_switching.c
1553
mcst_p = kmem_zalloc(sizeof (mcst_addr_t),
usr/src/uts/sun4v/io/vsw_txdring.c
123
mp = kmem_zalloc(sizeof (vio_dring_reg_msg_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_txdring.c
155
dp = (dring_info_t *)kmem_zalloc(sizeof (dring_info_t), KM_SLEEP);
usr/src/uts/sun4v/io/vsw_txdring.c
190
dp->priv_addr = (vsw_private_desc_t *)kmem_zalloc(
usr/src/uts/sun4v/ontario/io/tsalarm.c
1219
sc->read_area = (uint8_t *)kmem_zalloc(read_area_size,
usr/src/uts/sun4v/ontario/io/tsalarm.c
1356
if ((hdrp = (tsal_pcp_req_msg_hdr_t *)kmem_zalloc(hdr_sz,
usr/src/uts/sun4v/ontario/io/tsalarm.c
512
if ((softc->req_ptr = (tsal_pcp_alarm_req_t *)kmem_zalloc(
usr/src/uts/sun4v/ontario/io/tsalarm.c
517
if ((softc->resp_ptr = (tsal_pcp_alarm_resp_t *)kmem_zalloc(
usr/src/uts/sun4v/ontario/io/tsalarm.c
522
if ((softc->req_msg_hdr = (tsal_pcp_req_msg_hdr_t *)kmem_zalloc(
usr/src/uts/sun4v/ontario/io/tsalarm.c
527
if ((softc->resp_msg_hdr = (tsal_pcp_resp_msg_hdr_t *)kmem_zalloc(
usr/src/uts/sun4v/ontario/io/tsalarm.c
532
if ((softc->peek_area = (uint8_t *)kmem_zalloc(softc->mtu_size,
usr/src/uts/sun4v/ontario/io/tsalarm.c
536
if ((softc->peek_read_area = (uint8_t *)kmem_zalloc(2*softc->mtu_size,
usr/src/uts/sun4v/ontario/io/tsalarm.c
811
if ((sc->req_ptr = (tsal_pcp_alarm_req_t *)kmem_zalloc(
usr/src/uts/sun4v/os/fillsysinfo.c
1152
plat_ioaliases = pali = kmem_zalloc(nio * sizeof (plat_alias_t),
usr/src/uts/sun4v/os/fillsysinfo.c
1353
cpuid2pset = kmem_zalloc(sizeof (cpuset_t *) * NCPU,
usr/src/uts/sun4v/os/hsvc.c
221
hsvcp = kmem_zalloc(sizeof (hsvc_t), KM_SLEEP);
usr/src/uts/sun4v/os/mach_mp_startup.c
195
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/os/mpo.c
1485
mb = (struct mblock_md *)kmem_zalloc(allocsz, KM_SLEEP);
usr/src/uts/sun4v/os/wdt.c
119
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_emul.c
221
transroot = (struct translation *)kmem_zalloc(translen, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_emul.c
253
p = kmem_zalloc(strlen(isa_list) + 1, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_emul.c
400
listp = kmem_zalloc(listsz, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_io.c
348
regval = kmem_zalloc(rlen, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_prop.c
198
req = kmem_zalloc(sizeof (var_config_hdr_t) + paylen, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_stree.c
302
prop->pp_val = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_stree.c
390
pnp = kmem_zalloc(sizeof (prom_node_t), KM_SLEEP);
usr/src/uts/sun4v/promif/promif_stree.c
405
propval = kmem_zalloc(proplen, KM_SLEEP);
usr/src/uts/sun4v/promif/promif_stree.c
429
newprop = kmem_zalloc(sizeof (*newprop), KM_SLEEP);
usr/src/uts/sun4v/promif/promif_stree.c
430
newprop->pp_name = kmem_zalloc(prom_strlen(name) + 1, KM_SLEEP);
usr/src/uts/sun4v/sys/ds_impl.h
416
#define DS_MALLOC(size) kmem_zalloc(size, KM_SLEEP)
usr/src/uts/sun4v/vm/mach_vm_dep.c
465
ppa = kmem_zalloc(npages * sizeof (page_t *), KM_SLEEP);