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

/freebsd-10.1-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-10.1-release/contrib/wpa/src/wps/
H A Dhttpread.c401 char *bbp; /* pointer into body buffer */ local
541 bbp = h->body + h->body_nbytes;
548 if (bbp-cbp >= 2 && bbp[-2] == '\r' &&
549 bbp[-1] == '\n') {
561 bbp = cbp;
585 if (bbp[-1] == '\n' &&
586 bbp[-2] == '\r') {
590 bbp -= 2;
615 *bbp
[all...]
/freebsd-10.1-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.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-10.1-release/usr.bin/xargs/
H A Dxargs.c86 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable
266 if ((bbp = malloc((size_t)(nline + 1))) == NULL)
268 ebp = (argp = p = bbp) + nline - 1;
284 if (p == bbp)
377 p = bbp;
429 memcpy(bbp, argp, (size_t)cnt);
430 p = (argp = bbp) + cnt;
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_run.c1771 sc->bbp[i].val = val & 0xff;
1772 sc->bbp[i].reg = val >> 8;
1773 DPRINTF("BBP%d=0x%02x\n", sc->bbp[i].reg,
1774 sc->bbp[i].val);
3914 uint8_t bbp; local
3917 run_bbp_read(sc, 27, &bbp);
3918 bbp &= ~(0x3 << 5);
3919 run_bbp_write(sc, 27, bbp | 0 << 5); /* select Rx0 */
3921 run_bbp_write(sc, 27, bbp | 1 << 5); /* select Rx1 */
5270 uint8_t bbp; local
5699 uint8_t bbp, rf; local
5778 uint8_t bbp, rf; local
5848 uint8_t bbp, rf; local
[all...]
H A Dif_runvar.h199 } bbp[10], rf[10]; member in struct:run_softc
/freebsd-10.1-release/sys/dev/ral/
H A Drt2860var.h188 } bbp[8], rf[10]; member in struct:rt2860_softc
H A Drt2860.c2569 uint8_t rf, bbp; local
2608 bbp = rt2860_mcu_bbp_read(sc, 4);
2609 rt2860_mcu_bbp_write(sc, 4, (bbp & ~0x08) | 0x10);
2618 bbp = rt2860_mcu_bbp_read(sc, 4);
2619 rt2860_mcu_bbp_write(sc, 4, bbp & ~0x18);
2630 bbp = rt2860_mcu_bbp_read(sc, 138);
2633 bbp |= 0x60; /* turn off DAC1 and DAC2 */
2635 bbp |= 0x40; /* turn off DAC2 */
2637 bbp &= ~0x06; /* turn off ADC1 and ADC2 */
2639 bbp
2808 uint8_t bbp; local
[all...]

Completed in 183 milliseconds