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

  /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/u-boot/arch/x86/cpu/tangier/
sdram.c 86 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i];
97 for (i = 0, mentry = (struct sfi_mem_entry *)sb->pentry; \
  /external/u-boot/arch/x86/include/asm/
sfi.h 50 u64 pentry[1]; member in struct:sfi_table_simple
  /external/u-boot/cmd/
mtdparts.c 1080 struct list_head *pentry, *dentry; local
1114 list_for_each(pentry, &dev->parts) {
1115 part = list_entry(pentry, struct part_info, link);
1246 struct list_head *dentry, *pentry; local
1266 list_for_each(pentry, &dev->parts) {
1270 part = list_entry(pentry, struct part_info, link);
1283 list_for_each(pentry, &dev->parts) {
1284 part = list_entry(pentry, struct part_info, link);
1347 struct list_head *dentry, *pentry; local
1482 struct list_head *dentry, *pentry; 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/u-boot/common/
fdt_support.c 788 struct list_head *pentry; local
808 list_for_each_prev(pentry, &dev->parts) {
811 part = list_entry(pentry, struct part_info, link);
    [all...]

Completed in 184 milliseconds