/src/sys/arch/arm/fdt/ |
arm_simplefb.c | 196 bool swapped = false; local in function:arm_simplefb_preattach 221 swapped = true; 252 sc->sc_swapped = swapped;
|
/src/sys/dev/dkwedge/ |
dkwedge_bsdlabel.c | 278 int error, swapped; local in function:validate_label 306 swapped = 1; 308 swapped = 0; 310 npartitions = (swapped) ? bswap16(lp->d_npartitions) 335 if (swapped)
|
/src/sys/dev/raidframe/ |
rf_driver.c | 302 bool swapped = false; local in function:rf_Configure 452 swapped = compswapped; 453 else if (swapped != compswapped) 463 if (swapped) 464 printf("raid%d: Using swapped-endian component labels.\n",
|
/src/sys/arch/powerpc/booke/ |
booke_machdep.c | 630 bool swapped = false; local in function:sort_data 631 while (gap > 1 || swapped) { 649 swapped = false; 654 swapped = true;
|
/src/sys/arch/powerpc/stand/mkbootimage/ |
mkbootimage.c | 459 uint32_t swapped[128]; local in function:rs6000_build_image 578 memcpy(swapped, &bootrec, sizeof(rs6000_boot_record_t)); 580 swapped[i] = sa_htobe32(swapped[i]); 581 write(rs6000_fd, swapped, sizeof(rs6000_boot_record_t)); 582 memcpy(swapped, &confrec, sizeof(rs6000_config_record_t)); 584 swapped[i] = sa_htobe32(swapped[i]); 585 write(rs6000_fd, swapped, sizeof(rs6000_config_record_t)); 687 uint32_t swapped[128] local in function:bebox_build_image [all...] |
/src/sys/kern/ |
subr_disk_mbr.c | 590 int swapped = 0; local in function:validate_label 639 swapped = 1; 658 if (swapped) 674 if (swapped)
|
/src/sys/arch/mac68k/include/ |
bus.h | 85 int swapped; member in struct:bus_space_handle_s
|
/src/usr.bin/make/unit-tests/ |
directive-include-guard.mk | 336 CASES+= variable-swapped 337 LINES.variable-swapped= \ 338 'SWAPPED=' \ 339 '.ifndef SWAPPED' \ 342 # expect: Parse_PushInput: variable-swapped.tmp:1 343 # expect: Parse_PushInput: variable-swapped.tmp:1
|