/src/usr.sbin/flashctl/ |
flashctl.c | 155 struct flash_badblock_params bbp; local in function:main 169 bbp.bbp_addr = addr; 171 error = ioctl(fd, FLASH_BLOCK_ISBAD, &bbp); 177 if (bbp.bbp_isbad) {
|
/src/usr.bin/xargs/ |
xargs.c | 76 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable in typeref:typename:char ** 267 if ((bbp = malloc((size_t)(nline + 1))) == NULL) 269 ebp = (argp = p = bbp) + nline - 1; 285 if (p == bbp) { 376 p = bbp; 422 (void)memcpy(bbp, argp, (size_t)cnt); 423 p = (argp = bbp) + cnt;
|
/src/sys/dev/flash/ |
flash.c | 383 struct flash_badblock_params *bbp; local in function:flashioctl 423 bbp = data; 425 err = flash_block_isbad(sc->sc_dev, bbp->bbp_addr, &bad); 429 bbp->bbp_isbad = bad; 433 bbp = data; 435 err = flash_block_markbad(sc->sc_dev, bbp->bbp_addr);
|
/src/sys/ufs/ext2fs/ |
ext2fs_alloc.c | 344 char *bbp; local in function:ext2fs_alloccg 359 bbp = (char *)bp->b_data; 367 ext2fs_init_bb(fs, cg, &fs->e2fs_gd[cg], bbp); 376 if (isclr(bbp, bpref)) { 393 if (bbp[loc] == 0) { 399 if (bbp[loc] == 0) { 405 bno = ext2fs_mapsearch(fs, bbp, bpref); 416 if (isset(bbp, (daddr_t)bno)) { 422 setbit(bbp, (daddr_t)bno); 519 char *bbp; local in function:ext2fs_blkfree [all...] |
/src/sbin/newfs_ext2fs/ |
mke2fs.c | 1259 uint8_t *bbp; local in function:alloc 1268 bbp = malloc(sblock.e2fs_bsize); 1269 if (bbp == NULL) 1272 sblock.e2fs_bsize, bbp); 1279 if (bbp[loc] == 0) { 1286 loc = skpc(~0U, len, bbp); 1288 free(bbp); 1292 map = bbp[loc]; 1298 free(bbp); 1302 if (isset(bbp, bno) [all...] |
/src/sys/dev/ic/ |
rt2860var.h | 188 } bbp[8], rf[10]; member in struct:rt2860_softc
|
rt2860.c | 254 aprint_normal_dev(sc->sc_dev, "MAC/BBP RT%X (rev 0x%04X), " 919 /* ..and reset MAC/BBP for a while.. */ 2022 * Reading and writing from/to the BBP is different from RT2560 and RT2661. 2023 * We access the BBP through the 8051 microcontroller unit which means that 2038 "could not write to BBP through MCU\n"); 2063 "could not read from BBP through MCU\n"); 2080 aprint_error_dev(sc->sc_dev, "could not read from BBP through MCU\n"); 2270 /* Wait for BBP to settle */ 2585 uint8_t rf, bbp; local in function:rt3090_rf_init 2631 bbp = rt2860_mcu_bbp_read(sc, 4) 2697 uint8_t rf, bbp; local in function:rt5390_rf_init 2933 uint8_t bbp; local in function:rt3090_rf_setup 3659 uint8_t bbp; local in function:rt5390_bbp_init [all...] |
/src/sys/dev/usb/ |
if_runvar.h | 182 } bbp[10], rf[10]; member in struct:run_softc
|
if_run.c | 466 * Default values for BBP register R196 for RT5592. 669 "MAC/BBP RT%04X (rev 0x%04X), RF %s (MIMO %dT%dR), address %s\n", 1558 /* read vendor BBP settings */ 1561 sc->bbp[i].val = val & 0xff; 1562 sc->bbp[i].reg = val >> 8; 1563 DPRINTF(("BBP%d=0x%02x\n", sc->bbp[i].reg, 1564 sc->bbp[i].val)); 3749 uint8_t bbp; local in function:run_set_agc 3752 run_bbp_read(sc, 27, &bbp); 4023 uint8_t bbp; local in function:run_rt5390_bbp_init 4445 uint8_t bbp, rf; local in function:run_rt3070_rf_setup 4523 uint8_t bbp, rf; local in function:run_rt3593_rf_setup 4593 uint8_t bbp, rf; local in function:run_rt5390_rf_setup [all...] |