| /freebsd-13.1/contrib/ntp/scripts/build/ |
| H A D | UpdatePoint | 91 bbp=0 142 bbp=1 171 bbp=1 181 bbp=1 253 case "$bbp::$betapoint" in
|
| /freebsd-13.1/contrib/wpa/src/wps/ |
| H A D | httpread.c | 373 char *bbp; /* pointer into body buffer */ in httpread_read_handler() local 528 bbp = h->body + h->body_nbytes; in httpread_read_handler() 535 if (bbp-cbp >= 2 && bbp[-2] == '\r' && in httpread_read_handler() 536 bbp[-1] == '\n') { in httpread_read_handler() 558 bbp = cbp; in httpread_read_handler() 581 if (bbp[-1] == '\n' && in httpread_read_handler() 582 bbp[-2] == '\r') { in httpread_read_handler() 589 bbp -= 2; in httpread_read_handler() 612 *bbp++ = *rbp++; in httpread_read_handler() 629 os_memcpy(bbp, rbp, ncopy); in httpread_read_handler() [all …]
|
| /freebsd-13.1/sys/fs/ext2fs/ |
| H A D | ext2_alloc.c | 1009 char *bbp; in ext2_alloccg() local 1046 bbp = (char *)bp->b_data; in ext2_alloccg() 1082 bit = fls(bbp[loc]); in ext2_alloccg() 1101 bit = fls(bbp[loc]); in ext2_alloccg() 1123 if (isset(bbp, bno)) { in ext2_alloccg() 1129 setbit(bbp, bno); in ext2_alloccg() 1157 char *bbp; in ext2_clusteralloc() local 1238 setbit(bbp, bno + i); in ext2_clusteralloc() 1427 char *bbp; in ext2_blkfree() local 1445 if (isclr(bbp, bno)) { in ext2_blkfree() [all …]
|
| H A D | ext2_subr.c | 103 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, e4fs_daddr_t bno, int cnt) in ext2_clusteracct() argument 118 if ((bbp[loc] & bit) == 0) in ext2_clusteracct() 152 if ((bbp[loc] & bit) != 0) in ext2_clusteracct() 171 if ((bbp[loc] & bit) != 0) in ext2_clusteracct()
|
| /freebsd-13.1/usr.bin/xargs/ |
| H A D | xargs.c | 91 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable 299 if ((bbp = malloc((size_t)(nline + 1))) == NULL) in main() 301 ebp = (argp = p = bbp) + nline - 1; in main() 317 if (p == bbp) in parse_input() 410 p = bbp; in parse_input() 462 memcpy(bbp, argp, (size_t)cnt); in parse_input() 463 p = (argp = bbp) + cnt; in parse_input()
|
| /freebsd-13.1/sys/dev/usb/wlan/ |
| H A D | if_run.c | 1889 "BBP%d=0x%02x\n", sc->bbp[i].reg, sc->bbp[i].val); in run_read_eeprom() 4001 uint8_t bbp; in run_set_agc() local 4005 bbp &= ~(0x3 << 5); in run_set_agc() 5415 uint8_t bbp; in run_rt5390_bbp_init() local 5423 run_bbp_read(sc, 4, &bbp); in run_rt5390_bbp_init() 5844 uint8_t bbp, rf; in run_rt3070_rf_setup() local 5923 uint8_t bbp, rf; in run_rt3593_rf_setup() local 5963 run_bbp_read(sc, 4, &bbp); in run_rt3593_rf_setup() 5993 uint8_t bbp, rf; in run_rt5390_rf_setup() local 6248 if (sc->bbp[i].reg == 0 || sc->bbp[i].reg == 0xff) in run_init_locked() [all …]
|
| H A D | if_runvar.h | 208 } bbp[10], rf[10]; member
|
| /freebsd-13.1/sys/dev/ral/ |
| H A D | rt2860.c | 2643 uint8_t rf, bbp; in rt3090_rf_init() local 2682 bbp = rt2860_mcu_bbp_read(sc, 4); in rt3090_rf_init() 2750 uint8_t rf, bbp; in rt5390_rf_init() local 2986 uint8_t bbp; in rt3090_rf_setup() local 3399 sc->bbp[i].val = val & 0xff; in rt2860_read_eeprom() 3400 sc->bbp[i].reg = val >> 8; in rt2860_read_eeprom() 3401 DPRINTF(("BBP%d=0x%02x\n", sc->bbp[i].reg, sc->bbp[i].val)); in rt2860_read_eeprom() 3708 uint8_t bbp; in rt5390_bbp_init() local 3718 bbp = rt2860_mcu_bbp_read(sc, 4); in rt5390_bbp_init() 3981 if (sc->bbp[i].reg == 0 || sc->bbp[i].reg == 0xff) in rt2860_init_locked() [all …]
|
| H A D | rt2860var.h | 190 } bbp[8], rf[10]; member
|