Searched refs:ptn_entry (Results 1 – 3 of 3) sorted by relevance
/device/google/bonito/gpt-utils/ |
D | gpt-utils.cpp | 235 uint8_t *ptn_entry; in gpt_boot_chain_swap() local 245 ptn_entry = gpt_pentry_seek(ptn_swap_list[i], pentries_start, in gpt_boot_chain_swap() 247 if (ptn_entry == NULL) in gpt_boot_chain_swap() 251 ptn_entry + pentry_size, pentries_end, pentry_size); in gpt_boot_chain_swap() 259 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 260 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|
/device/google/coral/gpt-utils/ |
D | gpt-utils.cpp | 235 uint8_t *ptn_entry; in gpt_boot_chain_swap() local 245 ptn_entry = gpt_pentry_seek(ptn_swap_list[i], pentries_start, in gpt_boot_chain_swap() 247 if (ptn_entry == NULL) in gpt_boot_chain_swap() 251 ptn_entry + pentry_size, pentries_end, pentry_size); in gpt_boot_chain_swap() 259 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 260 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|
/device/google/crosshatch/gpt-utils/ |
D | gpt-utils.cpp | 235 uint8_t *ptn_entry; in gpt_boot_chain_swap() local 245 ptn_entry = gpt_pentry_seek(ptn_swap_list[i], pentries_start, in gpt_boot_chain_swap() 247 if (ptn_entry == NULL) in gpt_boot_chain_swap() 251 ptn_entry + pentry_size, pentries_end, pentry_size); in gpt_boot_chain_swap() 259 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 260 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|