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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ioctl.h60 } smb_ioc_header_t; typedef in typeref:struct:smb_ioc_header
63 smb_ioc_header_t hdr;
71 smb_ioc_header_t hdr;
76 smb_ioc_header_t hdr;
82 smb_ioc_header_t hdr;
88 smb_ioc_header_t hdr;
99 smb_ioc_header_t hdr;
104 smb_ioc_header_t hdr;
138 smb_ioc_header_t hdr;
143 smb_ioc_header_t hd
[all...]
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_kmod.c62 fksmbd_adjust_config(smb_ioc_header_t *ioc_hdr)
125 smb_kmod_ioctl(int cmd, smb_ioc_header_t *ioc, uint32_t len)
167 smb_ioc_header_t ioc;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c47 int smb_kmod_ioctl(int, smb_ioc_header_t *, uint32_t);
138 smb_ioc_header_t ioc;
463 smb_kmod_ioctl(int cmd, smb_ioc_header_t *ioc, uint32_t len)
471 ioc->crc = smb_crc_gen((uint8_t *)ioc, sizeof (smb_ioc_header_t));
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_init.c259 smb_ioc_header_t ioc_hdr;
264 if (ddi_copyin((const void *)argp, &ioc_hdr, sizeof (smb_ioc_header_t),

Completed in 59 milliseconds