Searched refs:vntsd_vcc_ioctl (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/vntsd/ |
H A D | vntsdvcc.c | 613 if ((rv = vntsd_vcc_ioctl(VCC_CONS_INFO, cons_no, (void *)&console)) in do_add_cons() 650 if (vntsd_vcc_ioctl(VCC_INQUIRY, 0, (void *)&inq_data) != in vntsd_daemon_wakeup() 690 if (vntsd_vcc_ioctl(VCC_NUM_CONSOLE, 0, (void *)&num_cons) != in vntsd_get_config() 711 if (vntsd_vcc_ioctl(VCC_CONS_TBL, 0, (void *)consp) != VNTSD_SUCCESS) { in vntsd_get_config()
|
H A D | common.c | 185 if (vntsd_vcc_ioctl(VCC_FORCE_CLOSE, cons_no, &cons_no) in vntsd_open_vcc() 442 rv = vntsd_vcc_ioctl(VCC_CONS_STATUS, consp->cons_no, &vcc_cons); in vntsd_vcc_cons_alive()
|
H A D | vntsd.h | 469 int vntsd_vcc_ioctl(int ioctl_code, uint_t portno, void *buf);
|
H A D | vntsd.c | 615 vntsd_vcc_ioctl(int ioctl_code, uint_t portno, void *buf) in vntsd_vcc_ioctl() function
|