Searched refs:smb_msgbuf_encode (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/smbsrv/fksmbd/ |
H A D | Watch-all.d | 67 pid$target::smb_msgbuf_encode:entry, 84 pid$target::smb_msgbuf_encode:return,
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | msgbuf.h | 108 extern int smb_msgbuf_encode(smb_msgbuf_t *, char *, ...);
|
/titanic_44/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 302 announce_len = smb_msgbuf_encode(&mb, "wssUlww", in smb_netlogon_query() 406 announce_len = smb_msgbuf_encode(&mb, "wwUUsll3.#clww", in smb_netlogon_samlogon()
|
H A D | smbns_browser.c | 621 result = smb_msgbuf_encode(&mb, fmt, in smb_browser_load_transact_header() 831 announce_len = smb_msgbuf_encode(&mb, "bbl16cbblls", in smb_browser_send_HostAnnouncement()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_trans2_find.c | 833 if (smb_msgbuf_encode(&mb, "U", fileinfo->fi_shortname) < 0) { in smb_trans2_find_mbc_encode() 862 if (smb_msgbuf_encode(&mb, "u", fileinfo->fi_shortname) < 0) { in smb_trans2_find_mbc_encode()
|
H A D | smb_negotiate.c | 435 if (smb_msgbuf_encode(&mb, "U", nbdomain) < 0) { in smb_com_negotiate()
|
H A D | smb_fsinfo.c | 248 rc = smb_msgbuf_encode(&mb, "U", tree->t_volume); in smb_com_trans2_query_fs_information()
|
H A D | smb_kshare.c | 609 if (smb_msgbuf_encode(&info_mb, "13c.wl", in smb_kshare_enum() 615 if (smb_msgbuf_encode(&cmnt_mb, "s", shr->shr_cmnt) < 0) { in smb_kshare_enum()
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | mapfile-vers | 280 smb_msgbuf_encode;
|
/titanic_44/usr/src/common/smbsrv/ |
H A D | smb_msgbuf.c | 414 smb_msgbuf_encode(smb_msgbuf_t *mb, char *fmt, ...) in smb_msgbuf_encode() function
|