Searched refs:op_ctl (Results 1 – 1 of 1) sorted by relevance
1352 etm_xport_opt_op_t op_ctl; /* struct for option ops */ in etm_xport_get_opt() local1365 op_ctl.oo_op = ETM_XPORT_OPT_GET; in etm_xport_get_opt()1366 op_ctl.oo_opt = opt; in etm_xport_get_opt()1369 n = etm_fake_ioctl(_conn->fd, ETM_XPORT_IOCTL_OPT_OP, &op_ctl); in etm_xport_get_opt()1379 op_ctl.oo_val = operation.opt_val; in etm_xport_get_opt()1384 n = ioctl(_conn->fd, ETM_XPORT_IOCTL_OPT_OP, &op_ctl); in etm_xport_get_opt()1391 rv = (int)op_ctl.oo_val; in etm_xport_get_opt()