Searched defs:channel_op (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c545 glvc_xport_opt_op_t channel_op; local
548 channel_op.op_sel = GLVC_XPORT_OPT_GET;
549 channel_op.opt_sel = prop;
550 channel_op.opt_val = 0;
555 &channel_op)) < 0) {
562 *val = channel_op.opt_val;
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c474 glvc_xport_opt_op_t channel_op; local
501 channel_op.op_sel = GLVC_XPORT_OPT_GET;
502 channel_op.opt_sel = GLVC_XPORT_OPT_MTU_SZ;
503 channel_op.opt_val = 0;
506 (intptr_t)&channel_op, FKIOCTL, kcred, &rval)) < 0) {
510 softc->mtu_size = channel_op.opt_val;

Completed in 54 milliseconds