Searched refs:smb_zmalloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netsmb/
H A Dsmb_subr.h111 void *smb_zmalloc(size_t size, struct malloc_type *type, int flags);
H A Dsmb_subr.c174 smb_zmalloc(size_t size, struct malloc_type *type, int flags) function
H A Dsmb_iod.c381 evp = smb_zmalloc(sizeof(*evp), M_SMBIOD, M_WAITOK);
679 iod = smb_zmalloc(sizeof(*iod), M_SMBIOD, M_WAITOK);
H A Dsmb_conn.c408 vcp = smb_zmalloc(sizeof(*vcp), M_SMBCONN, M_WAITOK);
769 ssp = smb_zmalloc(sizeof(*ssp), M_SMBCONN, M_WAITOK);

Completed in 128 milliseconds