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

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1559 struct megasas_ioctl { struct
1591 static int megasas_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
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 Dmegaraid_sas.c115 megasas_ioctl, /* ioctl */
992 megasas_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, function
998 struct megasas_ioctl ioctl;
1014 sizeof (struct megasas_ioctl), mode)) {
1015 con_log(CL_ANN, (CE_WARN, "megasas_ioctl: "
1027 (sizeof (struct megasas_ioctl) - 1), mode)) {
1029 "megasas_ioctl: copy_to_user failed\n"));
1038 "megasas_ioctl: ERROR AEN copyin"));
1047 "megasas_ioctl: copy_to_user failed\n"));
1056 con_log(CL_DLEVEL1, (CE_NOTE, "megasas_ioctl
[all...]

Completed in 70 milliseconds