Searched refs:ioctl_code (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.c615 vntsd_vcc_ioctl(int ioctl_code, uint_t portno, void *buf) argument
618 ioctl_code);
620 if ((ioctl_code == (VCC_CONS_INFO)) ||
621 (ioctl_code == (VCC_FORCE_CLOSE))) {
626 if (ioctl(vntsdp->ctrl_fd, ioctl_code, (caddr_t)buf)) {
H A Dvntsd.h469 int vntsd_vcc_ioctl(int ioctl_code, uint_t portno, void *buf);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c329 * ioctl_code: ioctl function to perform
345 ql_sdm_ioctl(ql_adapter_state_t *ha, int ioctl_code, void *arg, int mode) argument
426 switch (ioctl_code) {
530 EL(ha, "failed, function not supported=%d\n", ioctl_code);
658 * ioctl_code: ioctl function to perform

Completed in 63 milliseconds