Home
last modified time | relevance | path

Searched refs:MEM_MALLOC (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/smbsrv/
H A Dalloc.h62 #define MEM_MALLOC(AREA, SIZE) malloc(SIZE) macro
75 #define MEM_MALLOC(AREA, SIZE) smb_mem_alloc(SIZE)
/titanic_50/usr/src/common/smbsrv/
H A Dsmb_door_legacy.c51 smb_dr_ctx_t *ctx = MEM_MALLOC("CommonDoor", sizeof (smb_dr_ctx_t)); in smb_dr_decode_start()
74 smb_dr_ctx_t *ctx = MEM_MALLOC("CommonDoor", sizeof (smb_dr_ctx_t)); in smb_dr_encode_start()
147 buf = MEM_MALLOC("CommonDoor", len +1); in smb_dr_get_string()
H A Dsmb_xdr.c566 node = MEM_MALLOC("xdr", elsize); in smb_list_xdr()