Searched refs:megasas_ioctl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.h | 1559 struct megasas_ioctl { struct 1591 static int megasas_ioctl(dev_t, int, intptr_t, int, cred_t *, int *); argument 1654 struct megasas_ioctl *ioctl, int mode); 1656 struct megasas_ioctl *ioctl, int mode); 1667 megasas_ioctl *ioctl, struct megasas_cmd *cmd, int mode); 1669 megasas_ioctl *ioctl, struct megasas_cmd *cmd, int mode); 1671 megasas_ioctl *ioctl, struct megasas_cmd *cmd, int mode); 1673 megasas_ioctl *ioctl, struct megasas_cmd *cmd, int mode);
|
H A D | megaraid_sas.c | 115 megasas_ioctl, /* ioctl */ 992 megasas_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, in megasas_ioctl() function 998 struct megasas_ioctl ioctl; in megasas_ioctl() 1014 sizeof (struct megasas_ioctl), mode)) { in megasas_ioctl() 1027 (sizeof (struct megasas_ioctl) - 1), mode)) { in megasas_ioctl() 3534 issue_mfi_pthru(struct megasas_instance *instance, struct megasas_ioctl *ioctl, in issue_mfi_pthru() 3659 issue_mfi_dcmd(struct megasas_instance *instance, struct megasas_ioctl *ioctl, in issue_mfi_dcmd() 3771 issue_mfi_smp(struct megasas_instance *instance, struct megasas_ioctl *ioctl, in issue_mfi_smp() 3998 issue_mfi_stp(struct megasas_instance *instance, struct megasas_ioctl *ioctl, in issue_mfi_stp() 4188 handle_drv_ioctl(struct megasas_instance *instance, struct megasas_ioctl *ioctl, in handle_drv_ioctl() [all …]
|