Lines Matching refs:MALLOC
37 #define MALLOC(n) kmem_alloc((n), KM_SLEEP) macro
58 #define MALLOC(n) malloc(n) macro
135 MALLOC(sizeof (GSS_OID) * desired_mechs->count);
142 MALLOC(desired_mechs->elements[i].length);
198 *actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
202 MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
208 (void *) MALLOC((*actual_mechs)->elements[i].length);
387 *actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
391 MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
397 (void *) MALLOC((*actual_mechs)->elements[i].length);
741 MALLOC(sizeof (gss_OID_desc));
745 MALLOC((*actual_mech_type)->length);
991 (gss_OID) MALLOC(sizeof (gss_OID_desc));
995 (void *) MALLOC((*mech_type)->length);
1322 msg_token->value = (void *) MALLOC(msg_token->length);
1516 (void *) MALLOC(output_message_buffer->length);
1621 (void *) MALLOC(output_message_buffer->length);
1733 (void *)MALLOC(status_string->length);
1786 *mech_set = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
1789 MALLOC ((*mech_set)->count * sizeof (gss_OID_desc));
1794 MALLOC ((*mech_set)->elements[i].length);
1897 name_type = (gss_OID) MALLOC(sizeof (gss_OID_desc));
1900 name_type->elements = (void *) MALLOC(name_type->length);
1924 (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
1929 MALLOC(sizeof (gss_OID) * (*mechanisms)->count);
1935 MALLOC((*mechanisms)->elements[i].length);
2344 (void *) MALLOC(output_token->length);