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

  /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/syslinux/utils/
mkdiskimage.in 98 $pentry = 1;
99 $pentry = 2 if ( $opt{'2'} );
100 $pentry = 3 if ( $opt{'3'} );
101 $pentry = 4 if ( $opt{'4'} );
207 if ( $i == $pentry ) {
254 $pstart = $header_size + 446 + 16*($pentry-1);
isohybrid.in 234 $pentry = $opt{'entry'}; # Partition slot
237 if ( $i == $pentry ) {
  /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 114 static PTABLE_ENTRY *scan_partition_table(PTABLE_ENTRY *pentry,
125 if(pentry[*pno].type == LINUX_EXT2FS)
126 return &pentry[*pno];
129 if(!pentry[*pno].type)
131 else if(pentry[*pno].type == LINUX_SWAP)
138 if(pentry[i].type == LINUX_EXT2FS)
141 return &pentry[i];
  /external/syslinux/bios/utils/
mkdiskimage 98 $pentry = 1;
99 $pentry = 2 if ( $opt{'2'} );
100 $pentry = 3 if ( $opt{'3'} );
101 $pentry = 4 if ( $opt{'4'} );
207 if ( $i == $pentry ) {
254 $pstart = $header_size + 446 + 16*($pentry-1);
isohybrid.pl 234 $pentry = $opt{'entry'}; # Partition slot
237 if ( $i == $pentry ) {
  /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 125 milliseconds