Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ioctl.h60 } smb_ioc_header_t; typedef
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 hdr;
[all …]
/titanic_41/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_kmod.c62 fksmbd_adjust_config(smb_ioc_header_t *ioc_hdr) in fksmbd_adjust_config()
105 smb_kmod_ioctl(int cmd, smb_ioc_header_t *ioc, uint32_t len) in smb_kmod_ioctl()
147 smb_ioc_header_t ioc; in smb_kmod_stop()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c47 int smb_kmod_ioctl(int, smb_ioc_header_t *, uint32_t);
126 smb_ioc_header_t ioc; in smb_kmod_stop()
451 smb_kmod_ioctl(int cmd, smb_ioc_header_t *ioc, uint32_t len) in smb_kmod_ioctl()
459 ioc->crc = smb_crc_gen((uint8_t *)ioc, sizeof (smb_ioc_header_t)); in smb_kmod_ioctl()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_init.c256 smb_ioc_header_t ioc_hdr; in smb_drv_ioctl()
261 if (ddi_copyin((const void *)argp, &ioc_hdr, sizeof (smb_ioc_header_t), in smb_drv_ioctl()