Searched defs:smb_mbc_vencodef (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c391 * (for a description of the format string see smb_mbc_vencodef()).
430 * smb_mbc_vencodef
436 * as an action to be taken by smb_mbc_vencodef().
520 smb_mbc_vencodef(mbuf_chain_t *mbc, const char *fmt, va_list ap) function
757 * (for a description of the format string see smb_mbc_vencodef()).
766 rc = smb_mbc_vencodef(mbc, fmt, ap);
778 * (for a description of the format string see smb_mbc_vencodef()).
794 rc = smb_mbc_vencodef(&tmp, fmt, ap);

Completed in 61 milliseconds