Searched refs:vbr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_brvar.h | 38 struct vmbus_bufring *vbr; member 42 #define vbr_windex vbr->br_windex 43 #define vbr_rindex vbr->br_rindex 44 #define vbr_imask vbr->br_imask 45 #define vbr_psndsz vbr->br_pending_snd_sz 46 #define vbr_fpsndsz vbr->br_feature_bits.feat_pending_snd_sz 47 #define vbr_fvalue vbr->br_feature_bits.value 48 #define vbr_intrcnt vbr->br_g2h_intr_cnt 49 #define vbr_data vbr->br_data
|
H A D | vmbus_br.c | 172 br->vbr = buf; in vmbus_br_setup()
|
/freebsd/contrib/mandoc/ |
H A D | term.c | 98 size_t vbr; /* Actual visual position of the end of field. */ in term_flushln() local 139 term_fill(p, &nbr, &vbr, in term_flushln() 150 if (vbr < vtarget) { in term_flushln() 152 vbl += (vtarget - vbr) / 2; in term_flushln() 154 vbl += vtarget - vbr; in term_flushln() 160 if (vbr < vtarget) in term_flushln() 161 p->tcol->taboff += vbr; in term_flushln() 177 vbr = term_tab_next(vbr); in term_flushln() 181 vbr += (*p->width)(p, ' '); in term_flushln() 248 vbr + term_len(p, p->trailspace) > vfield)) in term_flushln() [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
H A D | pd.h | 208 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument 210 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \ 425 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument 428 | ((vcpwr) & 0x7) << 5 | (vcr) << 4 | (vbr) << 3 \
|