| /src/sys/ufs/chfs/ |
| ebh.h | 75 /* Maximum retries when getting new PEB before exit with failure */ 129 * @info: the status of the PEB's eraseblock header when NOR serial when NAND 174 * struct chfs_peb - PEB information for erasing and wear leveling 252 * @lmap: LEB to PEB mapping 292 * @peb: physical eraseblock information 296 struct chfs_peb *peb; member in struct:chfs_erase_info_priv
|
| ebh.c | 322 /* check if the PEB is free: magic, crc_ec and erase_cnt is good and 327 dbg_ebh("free peb found\n"); 400 /* check if the PEB is free: magic, crc_ec and erase_cnt is good and 405 dbg_ebh("free peb found\n"); 451 chfs_err("can't mark peb dirty"); 486 chfs_err("can't invalidate peb"); 498 * @ec: erase counter of PEB 526 chfs_err("can't mark peb as free: %d\n", pebnr); 756 /* Generate functions for in use PEB's red-black tree */ 763 * add_peb_to_erase_queue: adds a PEB to to_erase/fully_erased queu 777 struct chfs_peb *peb; local 801 struct chfs_peb peb, *result; local 822 struct chfs_peb *peb, *result; local 852 struct chfs_peb *peb, *result; local 878 struct chfs_peb *peb = priv->peb; local 934 struct chfs_peb *peb = NULL; local 1022 struct chfs_peb *peb; local 1772 struct chfs_peb *peb; local 2053 struct chfs_peb *peb = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| windows-tdep.c | 329 peb_type->set_name (xstrdup ("peb")); 879 int base_offset; /* Offset of image_base_address in PEB. */ 898 CORE_ADDR peb = extract_unsigned_integer (buf, ptr_bytes, byte_order); local 899 if (!target_read_memory (peb + base_offset, buf, ptr_bytes))
|
| /src/external/gpl3/gdb/dist/gdb/ |
| windows-tdep.c | 328 peb_type->set_name (xstrdup ("peb")); 861 int base_offset; /* Offset of image_base_address in PEB. */ 880 CORE_ADDR peb = extract_unsigned_integer (buf, ptr_bytes, byte_order); local 881 if (!target_read_memory (peb + base_offset, buf, ptr_bytes))
|