Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/scripts/build/
H A DUpdatePoint91 bbp=0
142 bbp=1
171 bbp=1
181 bbp=1
253 case "$bbp::$betapoint" in
/freebsd-12.1/contrib/wpa/src/wps/
H A Dhttpread.c373 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-12.1/sys/fs/ext2fs/
H A Dext2_alloc.c1007 char *bbp; in ext2_alloccg() local
1044 bbp = (char *)bp->b_data; in ext2_alloccg()
1080 bit = fls(bbp[loc]); in ext2_alloccg()
1099 bit = fls(bbp[loc]); in ext2_alloccg()
1121 if (isset(bbp, bno)) { in ext2_alloccg()
1127 setbit(bbp, bno); in ext2_alloccg()
1154 char *bbp; in ext2_clusteralloc() local
1235 setbit(bbp, bno + i); in ext2_clusteralloc()
1407 char *bbp; in ext2_blkfree() local
1425 if (isclr(bbp, bno)) { in ext2_blkfree()
[all …]
H A Dext2_subr.c103 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-12.1/usr.bin/xargs/
H A Dxargs.c90 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable
282 if ((bbp = malloc((size_t)(nline + 1))) == NULL) in main()
284 ebp = (argp = p = bbp) + nline - 1; in main()
300 if (p == bbp) in parse_input()
393 p = bbp; in parse_input()
445 memcpy(bbp, argp, (size_t)cnt); in parse_input()
446 p = (argp = bbp) + cnt; in parse_input()
/freebsd-12.1/sys/dev/usb/wlan/
H A Dif_run.c1808 "BBP%d=0x%02x\n", sc->bbp[i].reg, sc->bbp[i].val); in run_read_eeprom()
3910 uint8_t bbp; in run_set_agc() local
3914 bbp &= ~(0x3 << 5); in run_set_agc()
5317 uint8_t bbp; in run_rt5390_bbp_init() local
5325 run_bbp_read(sc, 4, &bbp); in run_rt5390_bbp_init()
5746 uint8_t bbp, rf; in run_rt3070_rf_setup() local
5825 uint8_t bbp, rf; in run_rt3593_rf_setup() local
5865 run_bbp_read(sc, 4, &bbp); in run_rt3593_rf_setup()
5895 uint8_t bbp, rf; in run_rt5390_rf_setup() local
6150 if (sc->bbp[i].reg == 0 || sc->bbp[i].reg == 0xff) in run_init_locked()
[all …]
H A Dif_runvar.h209 } bbp[10], rf[10]; member
/freebsd-12.1/sys/dev/ral/
H A Drt2860.c2641 uint8_t rf, bbp; in rt3090_rf_init() local
2680 bbp = rt2860_mcu_bbp_read(sc, 4); in rt3090_rf_init()
2748 uint8_t rf, bbp; in rt5390_rf_init() local
2984 uint8_t bbp; in rt3090_rf_setup() local
3397 sc->bbp[i].val = val & 0xff; in rt2860_read_eeprom()
3398 sc->bbp[i].reg = val >> 8; in rt2860_read_eeprom()
3399 DPRINTF(("BBP%d=0x%02x\n", sc->bbp[i].reg, sc->bbp[i].val)); in rt2860_read_eeprom()
3706 uint8_t bbp; in rt5390_bbp_init() local
3716 bbp = rt2860_mcu_bbp_read(sc, 4); in rt5390_bbp_init()
3979 if (sc->bbp[i].reg == 0 || sc->bbp[i].reg == 0xff) in rt2860_init_locked()
[all …]
H A Drt2860var.h190 } bbp[8], rf[10]; member