Searched refs:ioctl_code (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/vntsd/ |
H A D | vntsd.c | 618 vntsd_vcc_ioctl(int ioctl_code, uint_t portno, void *buf) in vntsd_vcc_ioctl() argument 621 ioctl_code); in vntsd_vcc_ioctl() 623 if ((ioctl_code == (VCC_CONS_INFO)) || in vntsd_vcc_ioctl() 624 (ioctl_code == (VCC_FORCE_CLOSE))) { in vntsd_vcc_ioctl() 629 if (ioctl(vntsdp->ctrl_fd, ioctl_code, (caddr_t)buf)) { in vntsd_vcc_ioctl()
|
H A D | vntsd.h | 469 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 D | ql_xioctl.c | 359 ql_sdm_ioctl(ql_adapter_state_t *ha, int ioctl_code, void *arg, int mode) in ql_sdm_ioctl() argument 442 switch (ioctl_code) { in ql_sdm_ioctl() 567 EL(ha, "failed, function not supported=%d\n", ioctl_code); in ql_sdm_ioctl()
|