Searched refs:sioctl (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/ |
H A D | 0001-Remove-more-compatibility-stuff.patch | 25 -# include <sys/sioctl.h>
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 2096 typedef int (*sioctl) (struct scsi_device *, void *); in cxlflash_ioctl() typedef 2108 sioctl do_ioctl = NULL; in cxlflash_ioctl() 2112 sioctl ioctl; in cxlflash_ioctl() 2114 {sizeof(struct dk_cxlflash_attach), (sioctl)cxlflash_disk_attach}, in cxlflash_ioctl() 2116 {sizeof(struct dk_cxlflash_release), (sioctl)cxlflash_disk_release}, in cxlflash_ioctl() 2117 {sizeof(struct dk_cxlflash_detach), (sioctl)cxlflash_disk_detach}, in cxlflash_ioctl() 2118 {sizeof(struct dk_cxlflash_verify), (sioctl)cxlflash_disk_verify}, in cxlflash_ioctl() 2119 {sizeof(struct dk_cxlflash_recover_afu), (sioctl)cxlflash_afu_recover}, in cxlflash_ioctl() 2120 {sizeof(struct dk_cxlflash_manage_lun), (sioctl)cxlflash_manage_lun}, in cxlflash_ioctl() 2122 {sizeof(struct dk_cxlflash_resize), (sioctl)cxlflash_vlun_resize}, in cxlflash_ioctl() [all …]
|