Searched refs:channel_op (Results 1 – 2 of 2) sorted by relevance
543 glvc_xport_opt_op_t channel_op; in pcp_get_prop() local546 channel_op.op_sel = GLVC_XPORT_OPT_GET; in pcp_get_prop()547 channel_op.opt_sel = prop; in pcp_get_prop()548 channel_op.opt_val = 0; in pcp_get_prop()553 &channel_op)) < 0) { in pcp_get_prop()560 *val = channel_op.opt_val; in pcp_get_prop()
474 glvc_xport_opt_op_t channel_op; in tsalarm_open() local501 channel_op.op_sel = GLVC_XPORT_OPT_GET; in tsalarm_open()502 channel_op.opt_sel = GLVC_XPORT_OPT_MTU_SZ; in tsalarm_open()503 channel_op.opt_val = 0; in tsalarm_open()506 (intptr_t)&channel_op, FKIOCTL, kcred, &rval)) < 0) { in tsalarm_open()510 softc->mtu_size = channel_op.opt_val; in tsalarm_open()