Searched refs:wo (Results 1 - 4 of 4) sorted by relevance

/src/usr.sbin/ldpd/
H A Dsocketops.c1110 int32_t wo = 0; local in function:recv_session_pdu
1147 wo = sizeof(struct ldp_pdu);
1149 while (wo + TLV_TYPE_LENGTH < (uint)c) {
1151 ttmp = (struct tlv *) (&recvspace[wo]);
1292 wo = -1; /* Ignore rest of message */
1302 wo = -1;
1314 wo = -1;
1319 wo = -1;
1325 wo = -1;/* discard the rest of the message */
1328 if (wo <
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_workarounds.c934 static const struct regmask wo[] = { local in function:writeonly_reg
938 return find_reg(i915, reg, wo, ARRAY_SIZE(wo));
/src/sys/arch/evbppc/nintendo/dev/
H A Dwiifb.c438 uint32_t wo = xo + w - 1; local in function:wiifb_gx_set_scissor
442 wiifb_gx_bp_load(sc, 0x21000000 | ho | (wo << 12));
/src/sys/dev/ic/
H A Disp.c7814 isp_rdnvram_word(ispsoftc_t *isp, int wo, uint16_t *rp) argument
7825 wo &= ((ISP2100_NVRAM_SIZE >> 1) - 1);
7827 wo += 128;
7829 rqst = (ISP_NVRAM_READ << 8) | wo;
7832 wo &= ((ISP1080_NVRAM_SIZE >> 1) - 1);
7833 rqst = (ISP_NVRAM_READ << 8) | wo;
7836 wo &= ((ISP_NVRAM_SIZE >> 1) - 1);
7837 rqst = (ISP_NVRAM_READ << 6) | wo;

Completed in 12 milliseconds