Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_kmod.c62 fksmbd_adjust_config(smb_ioc_header_t *ioc_hdr) in fksmbd_adjust_config()
125 smb_kmod_ioctl(int cmd, smb_ioc_header_t *ioc, uint32_t len) in smb_kmod_ioctl()
167 smb_ioc_header_t ioc; in smb_kmod_stop()
/titanic_50/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; in smb_kmod_stop()
463 smb_kmod_ioctl(int cmd, smb_ioc_header_t *ioc, uint32_t len) in smb_kmod_ioctl()
471 ioc->crc = smb_crc_gen((uint8_t *)ioc, sizeof (smb_ioc_header_t)); in smb_kmod_ioctl()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_init.c259 smb_ioc_header_t ioc_hdr; in smb_drv_ioctl()
264 if (ddi_copyin((const void *)argp, &ioc_hdr, sizeof (smb_ioc_header_t), in smb_drv_ioctl()