Searched refs:sg_io_hdr_t (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dsg.h31 - new interface (sg_io_hdr_t) but still supports old interface
111 } sg_io_hdr_t; /* 64 bytes long (on i386) */ typedef in typeref:struct:sg_io_hdr
279 /* IOCTLs: The following are not required (or ignored) when the sg_io_hdr_t
287 Each time a sg_io_hdr_t object is seen on this file descriptor, this
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c132 sg_io_hdr_t header; /* scsi command+info, see <scsi/sg.h> */
207 #define SZ_SG_IO_HDR sizeof(sg_io_hdr_t)
349 sg_io_hdr_t *hp;
370 sg_io_hdr_t *new_hdr;
497 sg_io_hdr_t *hp = &srp->header;
541 sg_io_hdr_t *hp;
649 sg_io_hdr_t *hp;
720 sg_io_hdr_t *hp = &srp->header;
1627 sg_io_hdr_t *hp = &srp->header;
2521 const sg_io_hdr_t *h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_ioctl.c257 static int sg_build_iovec(sg_io_hdr_t __user *sgio, void __user *dxferp, u16 iovec_count)
281 sg_io_hdr_t __user *sgio;
298 void __user *new = compat_alloc_user_space(sizeof(sg_io_hdr_t) +

Completed in 121 milliseconds