Searched refs:bbp (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/ntp/scripts/build/
H A DUpdatePoint91 bbp=0
141 bbp=1
149 # bbp=0
162 bbp=1
172 bbp=1
244 case "$bbp::$betapoint" in
/freebsd-11.0-release/sys/fs/ext2fs/
H A Dext2_alloc.c650 char *bbp; local
674 bbp = (char *)bp->b_data;
683 if (isclr(bbp, bpref)) {
703 if (bbp[loc] == (char)0xff) {
710 bit = fls(bbp[loc]);
713 } else if (bbp[loc] == 0) {
721 bit = ffs(bbp[loc]) - 1;
729 bit = fls(bbp[loc]);
746 bno = ext2_mapsearch(fs, bbp, bpref);
754 if (isset(bbp, bn
780 char *bbp; local
965 char *bbp; local
1058 ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) argument
[all...]
H A Dext2_subr.c135 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, daddr_t bno, int cnt) argument
148 if ((bbp[loc] & bit) == 0)
182 if ((bbp[loc] & bit) != 0)
201 if ((bbp[loc] & bit) != 0)
/freebsd-11.0-release/usr.bin/xargs/
H A Dxargs.c88 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable
280 if ((bbp = malloc((size_t)(nline + 1))) == NULL)
282 ebp = (argp = p = bbp) + nline - 1;
298 if (p == bbp)
391 p = bbp;
443 memcpy(bbp, argp, (size_t)cnt);
444 p = (argp = bbp) + cnt;
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dhttpread.c373 char *bbp; /* pointer into body buffer */ local
528 bbp = h->body + h->body_nbytes;
535 if (bbp-cbp >= 2 && bbp[-2] == '\r' &&
536 bbp[-1] == '\n') {
558 bbp = cbp;
581 if (bbp[-1] == '\n' &&
582 bbp[-2] == '\r') {
589 bbp -= 2;
612 *bbp
[all...]
/freebsd-11.0-release/sys/dev/ral/
H A Drt2860.c2645 uint8_t rf, bbp; local
2684 bbp = rt2860_mcu_bbp_read(sc, 4);
2685 rt2860_mcu_bbp_write(sc, 4, (bbp & ~0x08) | 0x10);
2694 bbp = rt2860_mcu_bbp_read(sc, 4);
2695 rt2860_mcu_bbp_write(sc, 4, bbp & ~0x18);
2706 bbp = rt2860_mcu_bbp_read(sc, 138);
2709 bbp |= 0x60; /* turn off DAC1 and DAC2 */
2711 bbp |= 0x40; /* turn off DAC2 */
2713 bbp &= ~0x06; /* turn off ADC1 and ADC2 */
2715 bbp
2752 uint8_t rf, bbp; local
2988 uint8_t bbp; local
3707 uint8_t bbp; local
[all...]
H A Drt2860var.h189 } bbp[8], rf[10]; member in struct:rt2860_softc
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_run.c1769 sc->bbp[i].val = val & 0xff;
1770 sc->bbp[i].reg = val >> 8;
1771 DPRINTF("BBP%d=0x%02x\n", sc->bbp[i].reg,
1772 sc->bbp[i].val);
3850 uint8_t bbp; local
3853 run_bbp_read(sc, 27, &bbp);
3854 bbp &= ~(0x3 << 5);
3855 run_bbp_write(sc, 27, bbp | 0 << 5); /* select Rx0 */
3857 run_bbp_write(sc, 27, bbp | 1 << 5); /* select Rx1 */
5246 uint8_t bbp; local
5675 uint8_t bbp, rf; local
5754 uint8_t bbp, rf; local
5824 uint8_t bbp, rf; local
[all...]
H A Dif_runvar.h210 } bbp[10], rf[10]; member in struct:run_softc

Completed in 104 milliseconds