Searched refs:pentry (Results 1 – 7 of 7) sorted by relevance
114 static PTABLE_ENTRY *scan_partition_table(PTABLE_ENTRY *pentry, in scan_partition_table() argument125 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()
1057 listentry * pentry; in getzones() local1064 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()
1090 dns_backupserver_available(struct dns_table_entry *pentry) in dns_backupserver_available() argument1094 if (pentry) { in dns_backupserver_available()1095 …if ((pentry->server_idx + 1 < DNS_MAX_SERVERS) && !ip_addr_isany_val(dns_servers[pentry->server_id… in dns_backupserver_available()
1006 struct fuse_entry_param *pentry, u64 iref) in ntfs_fuse_fillstat() argument1011 pentry->ino = MREF(iref); in ntfs_fuse_fillstat()1012 ni = ntfs_inode_open(ctx->vol, pentry->ino); in ntfs_fuse_fillstat()1014 if (!ntfs_fuse_getstat(scx, ni, &pentry->attr)) { in ntfs_fuse_fillstat()1015 pentry->generation = 1; in ntfs_fuse_fillstat()1016 pentry->attr_timeout = ATTR_TIMEOUT; in ntfs_fuse_fillstat()1017 pentry->entry_timeout = ENTRY_TIMEOUT; in ntfs_fuse_fillstat()
2070 IFaceEntry *pentry = type_lookup_iface_entry_L (pnode, iface); in type_iface_vtable_base_init_Wm() local2072 if (pentry) in type_iface_vtable_base_init_Wm()2073 vtable = g_memdup2 (pentry->vtable, iface->data->iface.vtable_size); in type_iface_vtable_base_init_Wm()2263 IFaceEntry *pentry = &pentries->entry[j]; in type_class_init_Wm() local2265 if (pentry->iface_type == entry->iface_type) in type_class_init_Wm()2267 entry->vtable = pentry->vtable; in type_class_init_Wm()