Home
last modified time | relevance | path

Searched defs: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
1560 uint16_t version;
1561 uint16_t controller_id;
1562 uint8_t signature[8];
1563 uint32_t reserved_1;
1564 uint32_t control_code;
1565 uint32_t reserved_2[2];
1566 uint8_t frame[64];
1567 union megasas_sgl_frame sgl_frame;
1591 static int megasas_ioctl(dev_t, int, intptr_t, int, cred_t *, int *); argument
H A Dmegaraid_sas.c992 megasas_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, in megasas_ioctl() function