Lines Matching defs:oh
5086 struct opthdr oh;
5356 optmgmt_req.OPT_length = (t_scalar_t)(sizeof (oh) + maxlen);
5359 oh.level = level;
5360 oh.name = option_name;
5361 oh.len = maxlen;
5364 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr);
5442 struct opthdr oh;
5464 optmgmt_req.OPT_length = (t_scalar_t)sizeof (oh) + optlen;
5467 oh.level = level;
5468 oh.name = option_name;
5469 oh.len = optlen;
5472 &oh, sizeof (oh), optval, optlen, 0, _ALLOC_SLEEP, cr);