| /src/lib/libcurses/ |
| bell.c | 58 * flash 59 * Flash the terminal screen 62 flash(void) function 65 __CTRACE(__CTRACE_MISC, "flash: vb\n"); 68 __CTRACE(__CTRACE_MISC, "flash: bl\n");
|
| /src/external/bsd/nvi/dist/cl/ |
| cl_bsd.c | 89 * flash -- 90 * Flash the screen. 93 * PUBLIC: void flash __P((void)); 97 flash() function 195 vb = ((p = tigetstr("flash")) == (char *)-1) ? 212 { "flash", "vb", }, /* Visible bell. */
|
| /src/external/gpl3/gdb/dist/gdb/ |
| target-memory.c | 85 add memory requests for flash memory into FLASH_BLOCKS, and for 120 to the start of the flash block containing the address. Similarly, 144 returns write requests covering each group of flash blocks which must 169 flash erase commands, and WRITTEN_BLOCKS, the list of memory 267 std::vector<memory_write_request> flash; variable 282 and list of flash memory blocks. */ 283 split_regular_and_flash_blocks (blocks, ®ular, &flash); 285 /* If a variable is added to forbid flash write, even during "load", 287 for other situations besides "load" in which writing to flash 290 /* Find flash blocks to erase. * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target-memory.c | 85 add memory requests for flash memory into FLASH_BLOCKS, and for 120 to the start of the flash block containing the address. Similarly, 144 returns write requests covering each group of flash blocks which must 169 flash erase commands, and WRITTEN_BLOCKS, the list of memory 267 std::vector<memory_write_request> flash; variable 282 and list of flash memory blocks. */ 283 split_regular_and_flash_blocks (blocks, ®ular, &flash); 285 /* If a variable is added to forbid flash write, even during "load", 287 for other situations besides "load" in which writing to flash 290 /* Find flash blocks to erase. * [all...] |
| /src/external/bsd/ntp/dist/util/ |
| ntptime.c | 82 static volatile int flash; /* most recent ntp_adjtime() bits */ variable 283 flash = _ntx.status; 301 if (flash & STA_NANO) { 336 flash = ntx.status; 341 if (flash & STA_NANO)
|
| /src/sys/arch/arm/ti/ |
| omap2_nand.c | 197 struct flash_attach_args flash; local 308 memset(&flash, 0, sizeof(flash)); 309 flash.flash_if = &nand_flash_if; 310 flash.partinfo.part_offset = part_addr; 311 flash.partinfo.part_size = part_size; 312 flash.partinfo.part_flags = 0; 313 flash.partinfo.part_name = fdtbus_get_string(child, "label"); 314 if (flash.partinfo.part_name == NULL) 315 flash.partinfo.part_name = fdtbus_get_string(child, "name") [all...] |
| /src/sys/dev/pci/ |
| if_bnx.c | 181 /* Supported Flash NVRAM device data. */ 198 /* Saifun SA25F010 (non-buffered flash) */ 203 "Non-buffered flash (128kB)"}, 204 /* Saifun SA25F020 (non-buffered flash) */ 209 "Non-buffered flash (256kB)"}, 215 /* Entry 0101: ST M45PE10 (non-buffered flash, TetonII B0) */ 220 /* Entry 0110: ST M45PE20 (non-buffered flash)*/ 225 /* Saifun SA25F005 (non-buffered flash) */ 230 "Non-buffered flash (64kB)"}, 246 /* ATMEL AT45DB011B (buffered flash) */ 1711 struct flash_spec *flash; local [all...] |
| /src/external/gpl3/gdb/dist/sim/avr/ |
| interp.c | 41 /* Max size of I space (which is always flash on avr). */ 220 static struct avr_insn_cell flash[MAX_AVR_FLASH]; variable in typeref:struct:avr_insn_cell 400 word op1 = flash[pc].op; 438 flash[pc].r = SREG_C; 441 flash[pc].r = 0; 453 flash[pc].r = 0; 456 flash[pc].r = SREG_C; 489 flash[pc].r = get_q (op1); 494 flash[pc].r = get_q (op1); 502 flash[pc].r = get_q (op1) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/avr/ |
| interp.c | 41 /* Max size of I space (which is always flash on avr). */ 220 static struct avr_insn_cell flash[MAX_AVR_FLASH]; variable in typeref:struct:avr_insn_cell 400 word op1 = flash[pc].op; 438 flash[pc].r = SREG_C; 441 flash[pc].r = 0; 453 flash[pc].r = 0; 456 flash[pc].r = SREG_C; 489 flash[pc].r = get_q (op1); 494 flash[pc].r = get_q (op1); 502 flash[pc].r = get_q (op1) [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_request.h | 411 u_char flash; /* old peer.flash */ member in struct:info_peer 413 u_short flash2; /* new peer.flash */
|
| ntp.h | 352 int flash; /* protocol error test tally bits */ member in struct:peer
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 275 char flash2[] = " .+* "; /* flash decode for version 2 */ 276 char flash3[] = " x.-+#*o"; /* flash decode for peer status version 3 */ 1710 u_long flash = 0; local 1855 } else if (!strcmp("flash", name)) { 1856 decodeuint(value, &flash); 1936 if ((flash & TEST12) && (pvl != opeervarlist)) {
|