Symbol: MALLOC
usr/src/cmd/fm/eversholt/common/esclex.c
329
struct filestats *nfs = MALLOC(sizeof (*nfs));
usr/src/cmd/fm/eversholt/common/lut.c
103
*tmp_hdl = MALLOC(sizeof (*root));
usr/src/cmd/fm/eversholt/common/stable.c
125
n = MALLOC(CHUNK_SIZE);
usr/src/cmd/fm/eversholt/common/stable.c
129
Stablechunks = MALLOC(sizeof (struct chunklst));
usr/src/cmd/fm/eversholt/common/stable.c
80
Stable = MALLOC(Stablesz * sizeof (*Stable));
usr/src/cmd/fm/eversholt/common/stats.c
79
struct stats *ret = MALLOC(sizeof (*ret));
usr/src/cmd/fm/eversholt/common/tree.c
691
buf = MALLOC(len);
usr/src/cmd/fm/eversholt/common/tree.c
714
buf = MALLOC(len);
usr/src/cmd/fm/eversholt/common/tree.c
827
Newname = MALLOC(namesz);
usr/src/cmd/fm/eversholt/common/tree.c
898
Newname = MALLOC(namesz);
usr/src/cmd/fm/modules/common/eversholt/config.c
67
retval = MALLOC(sizeof (struct config));
usr/src/cmd/fm/modules/common/eversholt/eft.c
186
buf = MALLOC(len);
usr/src/cmd/fm/modules/common/eversholt/eval.c
1321
char *s = MALLOC(len + 1);
usr/src/cmd/fm/modules/common/eversholt/eval.c
1330
char *s = MALLOC(len + 1);
usr/src/cmd/fm/modules/common/eversholt/eval.c
1438
gval = MALLOC(sizeof (*gval));
usr/src/cmd/fm/modules/common/eversholt/eval.c
1484
gval = MALLOC(sizeof (*gval));
usr/src/cmd/fm/modules/common/eversholt/eval.c
184
s = MALLOC(len + 1);
usr/src/cmd/fm/modules/common/eversholt/eval.c
666
payloadvalp = MALLOC(sizeof (*payloadvalp));
usr/src/cmd/fm/modules/common/eversholt/eval.c
736
serdvalp = MALLOC(sizeof (*serdvalp));
usr/src/cmd/fm/modules/common/eversholt/eval.c
770
char *buf = MALLOC(len + 1);
usr/src/cmd/fm/modules/common/eversholt/eval.c
782
char *buf = MALLOC(len + 1);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1086
serdclass = MALLOC(len);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1096
serdname = MALLOC(len);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1127
nserdname = MALLOC(nname);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1200
char *prop_name = MALLOC(strlen(serdclass) + 3);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1264
newentp = MALLOC(sizeof (*newentp));
usr/src/cmd/fm/modules/common/eversholt/fme.c
173
fmep = MALLOC(sizeof (*fmep));
usr/src/cmd/fm/modules/common/eversholt/fme.c
2397
Istatbufptr = Istatbuf = MALLOC(Istatsz);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2517
newentp = MALLOC(sizeof (*newentp));
usr/src/cmd/fm/modules/common/eversholt/fme.c
2649
Serdbufptr = Serdbuf = MALLOC(Serdsz);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2700
newentp = MALLOC(sizeof (*newentp));
usr/src/cmd/fm/modules/common/eversholt/fme.c
3056
buf = MALLOC(strlen(ptr) + strlen(arg) - 1);
usr/src/cmd/fm/modules/common/eversholt/fme.c
3059
buf = MALLOC(strlen(ptr) + 1);
usr/src/cmd/fm/modules/common/eversholt/fme.c
3078
newcase = MALLOC(sizeof (struct case_list));
usr/src/cmd/fm/modules/common/eversholt/fme.c
3411
srl = MALLOC(rpcnt * sizeof (struct rsl));
usr/src/cmd/fm/modules/common/eversholt/fme.c
3413
srl2 = MALLOC(rpcnt * sizeof (struct rsl));
usr/src/cmd/fm/modules/common/eversholt/fme.c
614
estr = MALLOC(elen);
usr/src/cmd/fm/modules/common/eversholt/fme.c
660
pkd = MALLOC(pkdlen);
usr/src/cmd/fm/modules/common/eversholt/fme.c
786
estr = MALLOC(elen);
usr/src/cmd/fm/modules/common/eversholt/fme.c
812
cfgdata = MALLOC(sizeof (struct cfgdata));
usr/src/cmd/fm/modules/common/eversholt/fme.c
826
cfgdata->begin = MALLOC(rawsz);
usr/src/cmd/fm/modules/common/eversholt/fme.c
877
bad = MALLOC(sizeof (struct case_list));
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
247
cp = MALLOC(sizeof (*cp));
usr/src/cmd/fm/modules/common/eversholt/ipath.c
178
ret = MALLOC(sizeof (*ret) * 2);
usr/src/cmd/fm/modules/common/eversholt/ipath.c
202
ret = MALLOC(sizeof (*ret) * (i + 1));
usr/src/cmd/fm/modules/common/eversholt/ipath.c
249
ret = MALLOC(sizeof (*ret) * (count + 1));
usr/src/cmd/fm/modules/common/eversholt/ipath.c
313
cp = ret = MALLOC(len);
usr/src/cmd/fm/modules/common/eversholt/itree.c
1308
wcp = MALLOC(sizeof (struct wildcardinfo));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1264
*envp = (char **)MALLOC(sizeof (char *) * *envplen);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1280
envvalues[3] = MALLOC(sizeof (char) * 25);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1287
(*envp)[i] = MALLOC(elen);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1872
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1908
retvals = MALLOC(sizeof (struct evalue) * hccount);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1928
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1938
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1948
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1959
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1969
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1980
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1990
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
2001
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
2011
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
2022
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
2032
retvals = MALLOC(sizeof (struct evalue));
usr/src/cmd/fm/modules/common/eversholt/platform.c
2046
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2060
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2074
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2089
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2103
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2117
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2131
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2145
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2159
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2173
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2187
retvals = MALLOC(sizeof (struct evalue) * nel);
usr/src/cmd/fm/modules/common/eversholt/platform.c
463
propv = MALLOC(sz);
usr/src/cmd/fm/modules/common/eversholt/platform.c
670
Lastcfg->begin = MALLOC(cfglen);
usr/src/cmd/fm/modules/common/eversholt/platform.c
737
Lastcfg = MALLOC(sizeof (struct cfgdata));
usr/src/cmd/fm/modules/common/eversholt/platform.c
910
files[nfiles] = MALLOC(totlen);
usr/src/cmd/fm/modules/common/eversholt/platform.c
940
eftgendir = MALLOC(MAXPATHLEN);
usr/src/cmd/fm/modules/common/eversholt/platform.c
941
eftmachdir = MALLOC(MAXPATHLEN);
usr/src/cmd/fm/modules/common/eversholt/platform.c
942
eftplatdir = MALLOC(MAXPATHLEN);
usr/src/cmd/fm/modules/common/eversholt/stats.c
62
struct stats *ret = MALLOC(sizeof (*ret));
usr/src/cmd/gencat/gencat.c
1061
cat = MALLOC(n);
usr/src/cmd/gencat/gencat.c
171
p = (struct cat_set *) MALLOC(sizeof (struct cat_set));
usr/src/cmd/gencat/gencat.c
289
p = (struct cat_msg *) MALLOC(sizeof (struct cat_msg) + len);
usr/src/cmd/gencat/gencat.c
555
cat = MALLOC(hdr.__mem);
usr/src/cmd/gencat/gencat.c
580
text = MALLOC(text_size);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1322
msg_token->value = (void *) MALLOC(msg_token->length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
135
MALLOC(sizeof (GSS_OID) * desired_mechs->count);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
142
MALLOC(desired_mechs->elements[i].length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1516
(void *) MALLOC(output_message_buffer->length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1621
(void *) MALLOC(output_message_buffer->length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1733
(void *)MALLOC(status_string->length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1786
*mech_set = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1789
MALLOC ((*mech_set)->count * sizeof (gss_OID_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1794
MALLOC ((*mech_set)->elements[i].length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1897
name_type = (gss_OID) MALLOC(sizeof (gss_OID_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1900
name_type->elements = (void *) MALLOC(name_type->length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1924
(gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1929
MALLOC(sizeof (gss_OID) * (*mechanisms)->count);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
1935
MALLOC((*mechanisms)->elements[i].length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
198
*actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
202
MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
208
(void *) MALLOC((*actual_mechs)->elements[i].length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
2344
(void *) MALLOC(output_token->length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
387
*actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
391
MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
397
(void *) MALLOC((*actual_mechs)->elements[i].length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
741
MALLOC(sizeof (gss_OID_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
745
MALLOC((*actual_mech_type)->length);
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
991
(gss_OID) MALLOC(sizeof (gss_OID_desc));
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
995
(void *) MALLOC((*mech_type)->length);
usr/src/cmd/gss/gssd/gssdtest.c
1406
message_buffer.value = (void *) MALLOC(message_buffer.length);
usr/src/cmd/gss/gssd/gssdtest.c
1568
(void *) MALLOC(input_message_buffer.length);
usr/src/cmd/gss/gssd/gssdtest.c
1852
byteStr = (unsigned char *)MALLOC(newLen+1);
usr/src/cmd/gss/gssd/gssdtest.c
415
desired_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_desc));
usr/src/cmd/gss/gssd/gssdtest.c
77
char *new = MALLOC(len+1);
usr/src/cmd/ldap/ns_ldap/mapping.c
101
MALLOC(ptr2, len2); \
usr/src/cmd/ldap/ns_ldap/mapping.c
164
MALLOC(keyfilter, totlen);
usr/src/cmd/ldap/ns_ldap/mapping.c
96
MALLOC(ptr1, len1); \
usr/src/cmd/logadm/conf.c
98
struct confinfo *cp = MALLOC(sizeof (*cp));
usr/src/cmd/logadm/err.c
230
cmd = MALLOC(len);
usr/src/cmd/logadm/fn.c
230
newbuf = MALLOC(buflen);
usr/src/cmd/logadm/fn.c
348
struct fn_list *fnlp = MALLOC(sizeof (struct fn_list));
usr/src/cmd/logadm/fn.c
80
struct fn *fnp = MALLOC(sizeof (struct fn));
usr/src/cmd/logadm/fn.c
92
fnp->fn_buf = MALLOC(buflen);
usr/src/cmd/logadm/fn.c
99
fnp->fn_buf = MALLOC(FN_MIN);
usr/src/cmd/logadm/lut.c
74
root = MALLOC(sizeof (*root));
usr/src/cmd/logadm/opts.c
133
opts = MALLOC(sizeof (*opts));
usr/src/cmd/logadm/opts.c
221
rval = MALLOC(sizeof (off_t));
usr/src/cmd/logadm/opts.c
303
struct opts *ret = MALLOC(sizeof (struct opts));
usr/src/cmd/lp/cmd/lpadmin/options.c
292
MALLOC(A);
usr/src/cmd/lp/cmd/lpadmin/options.c
301
MALLOC(c);
usr/src/cmd/lp/cmd/lpadmin/options.c
313
MALLOC(d);
usr/src/cmd/lp/cmd/lpadmin/options.c
319
MALLOC(D);
usr/src/cmd/lp/cmd/lpadmin/options.c
326
MALLOC(e);
usr/src/cmd/lp/cmd/lpadmin/options.c
333
MALLOC(f);
usr/src/cmd/lp/cmd/lpadmin/options.c
339
MALLOC(P);
usr/src/cmd/lp/cmd/lpadmin/options.c
345
MALLOC(F);
usr/src/cmd/lp/cmd/lpadmin/options.c
371
MALLOC(i);
usr/src/cmd/lp/cmd/lpadmin/options.c
402
MALLOC(m);
usr/src/cmd/lp/cmd/lpadmin/options.c
410
MALLOC(n_opt);
usr/src/cmd/lp/cmd/lpadmin/options.c
427
MALLOC(p);
usr/src/cmd/lp/cmd/lpadmin/options.c
456
MALLOC(r);
usr/src/cmd/lp/cmd/lpadmin/options.c
490
MALLOC(s);
usr/src/cmd/lp/cmd/lpadmin/options.c
523
MALLOC(u);
usr/src/cmd/lp/cmd/lpadmin/options.c
529
MALLOC(U);
usr/src/cmd/lp/cmd/lpadmin/options.c
536
MALLOC(v);
usr/src/cmd/lp/cmd/lpadmin/options.c
562
MALLOC(x);
usr/src/cmd/lp/cmd/lpadmin/options.c
753
MALLOC (stty_opt);
usr/src/cmd/ypcmd/revnetgroup/getgroup.c
148
gpls = MALLOC(struct grouplist);
usr/src/cmd/ypcmd/revnetgroup/revnetgroup.c
211
new = MALLOC(groupentrynode);
usr/src/cmd/ypcmd/revnetgroup/revnetgroup.c
215
new->groups = MALLOC(stringnode);
usr/src/cmd/ypcmd/revnetgroup/revnetgroup.c
239
prev->next = MALLOC(stringnode);
usr/src/cmd/ypcmd/revnetgroup/table.c
76
new = MALLOC(tablenode);
usr/src/common/smbclnt/smbfs_ntacl.c
1071
zacep0 = MALLOC(zacl_size);
usr/src/common/smbclnt/smbfs_ntacl.c
117
if ((sid = MALLOC(sidsz)) == NULL)
usr/src/common/smbclnt/smbfs_ntacl.c
1209
sid = MALLOC(size);
usr/src/common/smbclnt/smbfs_ntacl.c
1386
if ((ntace = MALLOC(alloc_size)) == NULL) {
usr/src/common/smbclnt/smbfs_ntacl.c
1479
mapinfo = MALLOC(mapcnt * sizeof (*mapinfo));
usr/src/common/smbclnt/smbfs_ntacl.c
1579
if ((sd = MALLOC(sizeof (*sd))) == NULL) {
usr/src/common/smbclnt/smbfs_ntacl.c
1609
if ((acl = MALLOC(aclsz)) == NULL) {
usr/src/common/smbclnt/smbfs_ntacl.c
1651
if ((acl = MALLOC(aclsz)) == NULL) {
usr/src/common/smbclnt/smbfs_ntacl.c
221
if ((ace = MALLOC(alloc_size)) == NULL)
usr/src/common/smbclnt/smbfs_ntacl.c
350
if ((acl = MALLOC(aclsz)) == NULL)
usr/src/common/smbclnt/smbfs_ntacl.c
446
if ((sd = MALLOC(sizeof (*sd))) == NULL)
usr/src/common/smbclnt/smbfs_ntacl.c
949
mapinfo = MALLOC(mapcnt * sizeof (*mapinfo));
usr/src/lib/gss_mechs/mech_krb5/krb5/krb/auth_con.c
35
(krb5_auth_context)MALLOC(sizeof(struct _krb5_auth_context));
usr/src/lib/gss_mechs/mech_krb5/krb5/krb/preauth2.c
991
if ((enc_data->ciphertext.data = MALLOC(enclen)) == NULL) {
usr/src/uts/common/gssapi/gss_display_name.c
62
(void *) MALLOC(output_name_buffer->length);
usr/src/uts/common/gssapi/gss_import_name.c
105
union_name->name_type = (gss_OID) MALLOC(sizeof (gss_OID_desc));
usr/src/uts/common/gssapi/gss_import_name.c
113
MALLOC(input_name_type->length);
usr/src/uts/common/gssapi/gss_import_name.c
63
union_name = (gss_union_name_t) MALLOC(sizeof (gss_union_name_desc));
usr/src/uts/common/gssapi/gss_import_name.c
82
(gss_buffer_t) MALLOC(sizeof (gss_buffer_desc));
usr/src/uts/common/gssapi/gss_import_name.c
91
(void *) MALLOC(input_name_buffer->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
1036
output_token->value = (void *)MALLOC(output_token->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
1073
(gss_OID)MALLOC(sizeof (gss_OID_desc));
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
1077
(void *)MALLOC((*mech_type)->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
1447
(void *) MALLOC(output_token->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
161
MALLOC(sizeof (GSS_OID) * desired_mechs->count);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
1657
msg_token->value = (void *) MALLOC(msg_token->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
167
(char *)MALLOC(desired_mechs->elements[i].length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
1857
(void *) MALLOC(output_message_buffer->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
1968
(void *) MALLOC(output_message_buffer->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2086
(void *) MALLOC(status_string->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2144
*mech_set = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2147
MALLOC ((*mech_set)->count * sizeof (gss_OID_desc));
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2152
MALLOC ((*mech_set)->elements[i].length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
229
*actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2291
*mechanisms = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2295
MALLOC(sizeof (gss_OID_desc) * (*mechanisms)->count);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2301
(void *) MALLOC((*mechanisms)->elements[i].length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
233
MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
239
(void *) MALLOC((*actual_mechs)->elements[i].length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
2785
mech->mech_type.elements = MALLOC(mech_oid->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
429
*actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
433
MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
439
(void *) MALLOC((*actual_mechs)->elements[i].length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
767
(void *)MALLOC(output_token->length);
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
787
(gss_OID) MALLOC(sizeof (gss_OID_desc));
usr/src/uts/common/gssapi/gssd_clnt_stubs.c
791
(void *)MALLOC((*actual_mech_type)->length);
usr/src/uts/common/gssapi/include/mechglueP.h
777
MALLOC(sizeof (struct kgss_cred))
usr/src/uts/common/gssapi/include/mechglueP.h
779
#define KGSS_ALLOC() (struct kgss_ctx *)MALLOC(sizeof (struct kgss_ctx))
usr/src/uts/common/gssapi/mechs/dummy/dmech.c
338
output.value = (void *)MALLOC(output.length);
usr/src/uts/common/gssapi/mechs/dummy/dmech.c
375
ctx = (dummy_gss_ctx_id_t)MALLOC(sizeof (dummy_gss_ctx_id_rec));
usr/src/uts/common/gssapi/mechs/dummy/dmech.c
585
t = (unsigned char *) MALLOC(tlen);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
100
d1.data=MALLOC(d1.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
115
d2.data=MALLOC(d2.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
132
d3.data=MALLOC(d3.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
144
salt.data=MALLOC(salt.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
157
plaintext.data=MALLOC(plaintext.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
301
d1.data=MALLOC(d1.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
316
d2.data=MALLOC(d2.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
333
d3.data=MALLOC(d3.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
345
salt.data=MALLOC(salt.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/k5_arcfour.c
358
plaintext.data=MALLOC(plaintext.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/default_state.c
46
new_state->data = (void *) MALLOC(8);
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
107
krb5_keyblock *key = MALLOC(sizeof(krb5_keyblock));
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
116
key->contents = (uchar_t *)MALLOC(key->length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
281
if ((inblockdata = (unsigned char *) MALLOC(blocksize)) == NULL)
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
284
if ((outblockdata = (unsigned char *) MALLOC(blocksize)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
289
if ((rawkey = (unsigned char *) MALLOC(keybytes)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
76
key->dk_list = MALLOC(sizeof(krb5_dk_node));
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
87
dknode->next = MALLOC(sizeof(krb5_dk_node));
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/dk_decrypt.c
122
if ((plaindata = (unsigned char *) MALLOC(enclen)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/dk_decrypt.c
147
if ((cksum = (unsigned char *) MALLOC(hashsize)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/dk_encrypt.c
258
if ((plaintext = (unsigned char *) MALLOC(plainlen)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/dk_encrypt.c
95
if ((plaintext = (unsigned char *) MALLOC(plainlen)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/aes_provider.c
1051
state->data = (void *) MALLOC(BLOCK_SIZE);
usr/src/uts/common/gssapi/mechs/krb5/crypto/hmac.c
153
if ((xorkey = (unsigned char *) MALLOC(blocksize)) == NULL)
usr/src/uts/common/gssapi/mechs/krb5/crypto/hmac.c
155
if ((ihash = (unsigned char *) MALLOC(hashsize)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/hmac.c
159
if ((hashin = (krb5_data *)MALLOC(sizeof(krb5_data)*(icount+1))) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/k5_kmd5des.c
225
hash_input = (krb5_data *)MALLOC(hisize);
usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/k5_kmd5des.c
88
hash_input = (krb5_data *)MALLOC(sizeof(krb5_data) * 2);
usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/k_hmac_md5.c
83
ds.data = MALLOC(ds.length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/make_checksum.c
160
trunc = (krb5_octet *) MALLOC(cksum->length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/make_checksum.c
69
if ((cksum->contents = (krb5_octet *) MALLOC(cksum->length)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/old/old_decrypt.c
67
if ((output.data = (char *) MALLOC(output.length)) == NULL) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/old/old_decrypt.c
84
cn = MALLOC(blocksize);
usr/src/uts/common/gssapi/mechs/krb5/include/gssapiP_generic.h
111
#define xmalloc(n) MALLOC(n)
usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h
93
#ifdef MALLOC
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_athctr.c
43
if (!(tempto = (krb5_authenticator *)MALLOC(sizeof(*tempto))))
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_cksum.c
43
if (!(tempto = (krb5_checksum *)MALLOC(sizeof(*tempto))))
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_cksum.c
48
(krb5_octet *)MALLOC(tempto->length))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_key.c
100
if (!(new_key->contents = (krb5_octet *)MALLOC(from->length))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_key.c
97
if (!(new_key = (krb5_keyblock *) MALLOC(sizeof(krb5_keyblock))))
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_princ.c
47
tempprinc = (krb5_principal)MALLOC(sizeof(krb5_principal_data));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_princ.c
55
tempprinc->data = MALLOC(nelems * sizeof(krb5_data));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_princ.c
72
MALLOC(len + 1)) == 0)) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/copy_princ.c
94
tempprinc->realm.data = MALLOC(tempprinc->realm.length + 1);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/init_ctx.c
412
ctx = MALLOC(sizeof(struct _krb5_context));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/init_ctx.c
443
ctx->conf_tgs_ktypes = MALLOC(ctx->tgs_ktype_count *
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/init_ctx.c
825
*newktypes = MALLOC(nktypes * sizeof(krb5_enctype));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/init_ctx.c
843
nctx = MALLOC(sizeof(*nctx));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/parse.c
155
principal = (krb5_principal)MALLOC(sizeof(krb5_principal_data));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/parse.c
159
principal->data = (krb5_data *)MALLOC(sizeof(krb5_data) * components);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/parse.c
256
tmpdata = MALLOC(realmsize + 1);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/parse.c
269
MALLOC(krb5_princ_component(context, principal, i)->length + 1);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_actx.c
383
MALLOC(sizeof(struct _krb5_auth_context)))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_actx.c
411
(krb5_pointer) MALLOC((size_t)ivlen)))
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_adata.c
160
(authdata = (krb5_authdata *) MALLOC(sizeof(krb5_authdata)))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_adata.c
174
MALLOC((size_t) (ibuf));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_addr.c
162
(address = (krb5_address *) MALLOC(sizeof(krb5_address)))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_addr.c
177
address->contents = (krb5_octet *) MALLOC((size_t) (ibuf));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_auth.c
253
MALLOC(sizeof(krb5_authenticator)))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_auth.c
311
MALLOC(sizeof(krb5_authdata *) * len))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_cksum.c
161
(checksum = (krb5_checksum *) MALLOC(sizeof(krb5_checksum)))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_cksum.c
176
MALLOC((size_t) (ibuf));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_ctx.c
359
context = (krb5_context) MALLOC(sizeof(struct _krb5_context));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_ctx.c
369
context->default_realm = (char *) MALLOC((size_t) ibuf+1);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_ctx.c
388
context->in_tkt_ktypes = (krb5_enctype *) MALLOC(sizeof(krb5_enctype) *
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_ctx.c
408
context->tgs_ktypes = (krb5_enctype *) MALLOC(sizeof(krb5_enctype) *
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_ctx.c
601
MALLOC(sizeof(struct _krb5_os_context))) &&
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_key.c
160
(keyblock = (krb5_keyblock *) MALLOC(sizeof(krb5_keyblock)))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_key.c
173
keyblock->contents = (krb5_octet *) MALLOC((size_t) (ibuf));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ser_princ.c
161
tmpname = (char *) MALLOC(tmpsize);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
150
if ((buffer = (krb5_octet *) MALLOC(bufsize))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
79
if ((stable = (krb5_ser_handle) MALLOC(sizeof(krb5_ser_entry) *
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/unparse.c
243
*name = MALLOC(totalsize);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/unparse.c
247
*name = MALLOC(totalsize);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/unparse.c
56
char *newp = MALLOC(new_size);
usr/src/uts/common/gssapi/mechs/krb5/krb5/os/init_os_ctx.c
153
*pbuffer = MALLOC(size);
usr/src/uts/common/gssapi/mechs/krb5/krb5/os/init_os_ctx.c
275
files = (char**) MALLOC((n_entries+1) * sizeof(char*));
usr/src/uts/common/gssapi/mechs/krb5/krb5/os/init_os_ctx.c
85
name = MALLOC(size);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
164
plain.data = MALLOC(plain.length);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
177
outbuf = MALLOC(bufsize);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
233
plain.data = MALLOC(message->length + 16);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
243
outbuf = MALLOC(bufsize);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
456
plain.data = MALLOC(plain.length);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
476
message_buffer->value = MALLOC(message_buffer->length);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
520
message_buffer->value = MALLOC(message_buffer->length);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
550
plain.data = MALLOC(plain.length);
usr/src/uts/common/gssapi/mechs/krb5/mech/k5sealv3.c
69
tbuf = MALLOC(rc);
usr/src/uts/common/gssapi/mechs/krb5/mech/ser_sctx.c
104
oid = (gss_OID) MALLOC(sizeof(gss_OID_desc));
usr/src/uts/common/gssapi/mechs/krb5/mech/ser_sctx.c
112
oid->elements = MALLOC(ibuf);
usr/src/uts/common/gssapi/mechs/krb5/mech/util_crypt.c
143
ivd.data = MALLOC(ivd.length);
usr/src/uts/common/gssapi/mechs/krb5/mech/util_crypt.c
190
ivd.data = MALLOC(ivd.length);
usr/src/uts/common/gssapi/mechs/krb5/mech/util_crypt.c
232
usage_key.contents = MALLOC(usage_key.length);
usr/src/uts/common/gssapi/mechs/krb5/mech/util_crypt.c
245
seq_enc_key.contents = MALLOC(seq_enc_key.length);
usr/src/uts/common/gssapi/mechs/krb5/mech/util_ordering.c
165
if ((q = (queue *) MALLOC(sizeof(queue))) == NULL)
usr/src/uts/common/gssapi/mechs/krb5/mech/util_ordering.c
292
if ((q = (void *) MALLOC(sizeof(queue))) == 0)
usr/src/uts/common/gssapi/mechs/krb5/mech/util_set.c
67
if ((first = (struct _g_set_elt *) MALLOC(sizeof(struct _g_set_elt))) == NULL)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1318
# define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1319
# define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_TEMP, \
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1627
# define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1628
# define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
487
# define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
488
# define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
713
# define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
714
# define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_PFILT, \