[go: nahoru, domu]

Searched refs:pmcraid_ioctl_header (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dpmcraid.h1025 * pmcraid_ioctl_header - definition of header structure that precedes all the
1032 struct pmcraid_ioctl_header { struct
1055 struct pmcraid_ioctl_header ioctl_header;
1080 #define _ARGSIZE(arg) (sizeof(struct pmcraid_ioctl_header) + sizeof(arg))
1085 DRV_IOCTL(5, sizeof(struct pmcraid_ioctl_header))
H A Dpmcraid.c4044 * @hdr: pointer to kernel memory for pmcraid_ioctl_header
4054 struct pmcraid_ioctl_header *hdr
4060 if (copy_from_user(hdr, arg, sizeof(struct pmcraid_ioctl_header))) {
4079 (arg + sizeof(struct pmcraid_ioctl_header)),
4100 struct pmcraid_ioctl_header *hdr = NULL;
4103 hdr = kmalloc(sizeof(struct pmcraid_ioctl_header), GFP_KERNEL);
4145 arg += sizeof(struct pmcraid_ioctl_header);

Completed in 22 milliseconds