HomeSort by relevance Sort by last modified time
    Searched defs:pentry (Results 1 - 5 of 5) sorted by null

  /hardware/intel/bootstub/
sfi.h 42 u64 pentry[1]; member in struct:sfi_table
  /system/core/libdiskconfig/
config_mbr.c 30 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type,
36 memset(&pentry->start, 0xff, sizeof(struct chs));
37 memset(&pentry->end, 0xff, sizeof(struct chs));
40 memset(&pentry->start, 0, sizeof(struct chs));
41 memset(&pentry->end, 0, sizeof(struct chs));
44 pentry->status = status;
45 pentry->type = type;
46 pentry->start_lba = start;
47 pentry->len_lba = len;
49 ALOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u"
74 struct pc_partition *pentry; local
    [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...]
  /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 535 GtkWidget *dialog, *box, *vbox, *hbox, *frame, *pentry; local
569 pentry = create_spinbutton(hbox, 1, 65535, FIO_NET_PORT);
614 ge->port = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(pentry));
    [all...]

Completed in 278 milliseconds