Home
last modified time | relevance | path

Searched refs:pentry (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Ddosio.c114 static PTABLE_ENTRY *scan_partition_table(PTABLE_ENTRY *pentry, in scan_partition_table() argument
125 if(pentry[*pno].type == LINUX_EXT2FS) in scan_partition_table()
126 return &pentry[*pno]; in scan_partition_table()
129 if(!pentry[*pno].type) in scan_partition_table()
131 else if(pentry[*pno].type == LINUX_SWAP) in scan_partition_table()
138 if(pentry[i].type == LINUX_EXT2FS) in scan_partition_table()
141 return &pentry[i]; in scan_partition_table()
/external/u-boot/cmd/
Dmtdparts.c1080 struct list_head *pentry, *dentry; in generate_mtdparts() local
1114 list_for_each(pentry, &dev->parts) { in generate_mtdparts()
1115 part = list_entry(pentry, struct part_info, link); in generate_mtdparts()
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
1356 list_for_each(pentry, &(*dev)->parts) {
[all …]
/external/u-boot/arch/x86/cpu/tangier/
Dsdram.c86 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i]; in sfi_search_mmap()
97 for (i = 0, mentry = (struct sfi_mem_entry *)sb->pentry; \
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c1057 listentry * pentry; in getzones() local
1064 if ((pentry = malloc(sizeof(listentry))) == NULL) { in getzones()
1068 pentry->name = pzonename; in getzones()
1069 pentry->next = NULL; in getzones()
1070 (*last)->next = pentry; in getzones()
1071 *last = pentry; in getzones()
/external/u-boot/arch/x86/include/asm/
Dsfi.h50 u64 pentry[1]; member
/external/u-boot/common/
Dfdt_support.c788 struct list_head *pentry; in fdt_node_set_part_info() local
808 list_for_each_prev(pentry, &dev->parts) { in fdt_node_set_part_info()
811 part = list_entry(pentry, struct part_info, link); in fdt_node_set_part_info()