Home
last modified time | relevance | path

Searched refs:xa_pipe_name (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c111 xa->xa_pipe_name = smb_mem_strdup(stn); in smb_com_transaction()
1507 if (!is_supported_mailslot(xa->xa_pipe_name)) in smb_trans_dispatch()
1936 if (xa->xa_pipe_name) in smb_xa_delete()
1937 smb_mem_free(xa->xa_pipe_name); in smb_xa_delete()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2017 char *xa_pipe_name; member