Searched refs:bbp (Results 1 - 9 of 9) sorted by last modified time

/freebsd-9.3-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-9.3-release/contrib/wpa/src/wps/
H A Dhttpread.c407 char *bbp; /* pointer into body buffer */ local
547 bbp = h->body + h->body_nbytes;
554 if (bbp-cbp >= 2 && bbp[-2] == '\r' &&
555 bbp[-1] == '\n') {
567 bbp = cbp;
591 if (bbp[-1] == '\n' &&
592 bbp[-2] == '\r') {
596 bbp -= 2;
621 *bbp
[all...]
/freebsd-9.3-release/usr.bin/xargs/
H A Dxargs.c85 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable
265 if ((bbp = malloc((size_t)(nline + 1))) == NULL)
267 ebp = (argp = p = bbp) + nline - 1;
283 if (p == bbp) {
374 p = bbp;
420 memcpy(bbp, argp, (size_t)cnt);
421 p = (argp = bbp) + cnt;
/freebsd-9.3-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
973 char *bbp; local
1066 ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) argument
[all...]
H A Dext2_subr.c167 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, daddr_t bno, int cnt) argument
180 if ((bbp[loc] & bit) == 0)
214 if ((bbp[loc] & bit) != 0)
233 if ((bbp[loc] & bit) != 0)
/freebsd-9.3-release/sys/dev/ral/
H A Drt2860.c2568 uint8_t rf, bbp; local
2607 bbp = rt2860_mcu_bbp_read(sc, 4);
2608 rt2860_mcu_bbp_write(sc, 4, (bbp & ~0x08) | 0x10);
2617 bbp = rt2860_mcu_bbp_read(sc, 4);
2618 rt2860_mcu_bbp_write(sc, 4, bbp & ~0x18);
2629 bbp = rt2860_mcu_bbp_read(sc, 138);
2632 bbp |= 0x60; /* turn off DAC1 and DAC2 */
2634 bbp |= 0x40; /* turn off DAC2 */
2636 bbp &= ~0x06; /* turn off ADC1 and ADC2 */
2638 bbp
2807 uint8_t bbp; local
[all...]
H A Drt2860var.h188 } bbp[8], rf[10]; member in struct:rt2860_softc
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_run.c1770 sc->bbp[i].val = val & 0xff;
1771 sc->bbp[i].reg = val >> 8;
1772 DPRINTF("BBP%d=0x%02x\n", sc->bbp[i].reg,
1773 sc->bbp[i].val);
3913 uint8_t bbp; local
3916 run_bbp_read(sc, 27, &bbp);
3917 bbp &= ~(0x3 << 5);
3918 run_bbp_write(sc, 27, bbp | 0 << 5); /* select Rx0 */
3920 run_bbp_write(sc, 27, bbp | 1 << 5); /* select Rx1 */
5269 uint8_t bbp; local
5698 uint8_t bbp, rf; local
5777 uint8_t bbp, rf; local
5847 uint8_t bbp, rf; local
[all...]
H A Dif_runvar.h199 } bbp[10], rf[10]; member in struct:run_softc

Completed in 234 milliseconds