/system/core/libdiskconfig/ |
config_mbr.c | 31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, 37 memset(&pentry->start, 0xff, sizeof(struct chs)); 38 memset(&pentry->end, 0xff, sizeof(struct chs)); 41 memset(&pentry->start, 0, sizeof(struct chs)); 42 memset(&pentry->end, 0, sizeof(struct chs)); 45 pentry->status = status; 46 pentry->type = type; 47 pentry->start_lba = start; 48 pentry->len_lba = len; 50 ALOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u" 75 struct pc_partition *pentry; local [all...] |
/external/svox/pico/lib/ |
picoklex.c | 540 picoos_uint32 pentry; local 549 pentry = 0x000000ff & (ind[0]); 550 pentry |= ((picoos_uint32)(ind[1]) << 8); 551 pentry |= ((picoos_uint32)(ind[2]) << 16); 554 if (pentry >= ((picoos_uint32)klex->nrblocks * PICOKLEX_LEXBLOCK_SIZE)) { 558 pentry += (klex->lexblocks[pentry]); 559 *phonlen = (klex->lexblocks[pentry++]) - 2; 560 *pos = klex->lexblocks[pentry++]; 561 *phon = &(klex->lexblocks[pentry]); [all...] |
/hardware/qcom/bootctrl/ |
boot_control.cpp | 58 #define UPDATE_SLOT(pentry, guid, slot_state) ({ \ 59 memcpy(pentry, guid, TYPE_GUID_SIZE); \ 61 *(pentry + AB_FLAG_OFFSET) = AB_SLOT_ACTIVE_VAL; \ 63 *(pentry + AB_FLAG_OFFSET) = (*(pentry + AB_FLAG_OFFSET)& \ 93 uint8_t *pentry = NULL; local 107 pentry = gpt_disk_get_pentry(disk, partname, PRIMARY_GPT); 108 if (!pentry) { 109 ALOGE("%s: pentry does not exist in disk struct", 113 attr = pentry + AB_FLAG_OFFSET 139 uint8_t *pentry = NULL; local [all...] |
/hardware/intel/bootstub/ |
sfi.h | 42 u64 pentry[1]; member in struct:sfi_table
|
sfi.c | 114 mentry = (struct sfi_mem_entry *)sb->pentry;
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.c | 112 static PTABLE_ENTRY *scan_partition_table(PTABLE_ENTRY *pentry, 123 if(pentry[*pno].type == LINUX_EXT2FS) 124 return &pentry[*pno]; 127 if(!pentry[*pno].type) 129 else if(pentry[*pno].type == LINUX_SWAP) 136 if(pentry[i].type == LINUX_EXT2FS) 139 return &pentry[i];
|
/external/icu/icu4c/source/tools/tzcode/ |
zdump.c | 1057 listentry * pentry; local 1064 if ((pentry = malloc(sizeof(listentry))) == NULL) { 1068 pentry->name = pzonename; 1069 pentry->next = NULL; 1070 (*last)->next = pentry; 1071 *last = pentry;
|
/external/fio/ |
gfio.c | 533 GtkWidget *dialog, *box, *vbox, *hbox, *frame, *pentry; local 567 pentry = create_spinbutton(hbox, 1, 65535, FIO_NET_PORT); 612 ge->port = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(pentry)); [all...] |