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

  /external/e2fsprogs/lib/ext2fs/
dosio.c 185 PTABLE_ENTRY *pent; local
311 pent = (PTABLE_ENTRY*)&sec[0x1BE];
312 pent = scan_partition_table(pent, part->phys, &part->pno);
314 if(!pent)
329 fsec = (unsigned long)(pent->start_sec & 0x3F);
330 fhead = (unsigned long)pent->start_head;
331 fcyl = ((pent->start_sec >> 6) << 8) + pent->start_cyl;
334 part->len = pent->size
    [all...]
  /external/iptables/extensions/
libip6t_ipv6header.c 70 const struct protoent *pent = getprotobynumber(proto); local
71 if (pent)
72 return pent->p_name;
86 const struct protoent *pent; local
88 if ((pent = getprotobyname(s)))
89 proto = pent->p_proto;
  /external/iptables/iptables/
nft-ipv4.c 458 const struct protoent *pent = local
462 if (!xlate_find_match(cs, pent->p_name)) {
469 pent ? pent->p_name : protonum);
nft-ipv6.c 415 const struct protoent *pent = local
419 if (!xlate_find_match(cs, pent->p_name)) {
426 pent ? pent->p_name : protonum);
xshared.c 55 struct protoent *pent = getprotobynumber(proto); local
56 if (pent)
57 return pent->p_name;
nft-shared.c 371 const struct protoent *pent = getprotobynumber(proto); local
376 if (pent) {
377 printf("-p %s ", pent->p_name);
713 const struct protoent *pent = getprotobynumber(proto); local
718 if (pent)
719 printf("-p %s ", pent->p_name);
ip6tables.c 1017 const struct protoent *pent = getprotobynumber(proto); local
1018 if (pent) {
1020 invertstr, pent->p_name);
    [all...]
iptables.c 974 const struct protoent *pent = getprotobynumber(proto); local
975 if (pent) {
976 printf("%s -p %s", invertstr, pent->p_name);
    [all...]
  /external/f2fs-tools/tools/
f2fs_io_parse.c 164 struct pid_ent *pent; local
166 pent = calloc(1, sizeof(struct pid_ent));
167 assert(pent);
170 pent->pid = atoh(ptr);
173 strcpy(pent->name, ptr);
175 LIST_INSERT_HEAD(&pid_info, pent, ptr);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 349 ProcStatsEntry.Service pent = services.get(is); local
350 if (pent.mDuration >= mOnePercentTime) {
359 psvc.mServices.add(pent);
360 psvc.mDuration += pent.mDuration;
  /external/iptables/libxtables/
xtables.c 1914 const struct protoent *pent; local
    [all...]
  /external/strace/
strace.c 1806 struct passwd *pent; local
    [all...]
  /external/libdrm/
xf86drm.c 2784 struct dirent *pent, *ent; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf64-ppc.c 7144 struct plt_entry *pent; local
9769 struct plt_entry *pent; local
9841 struct plt_entry *pent; local
9984 struct got_entry **pent, *ent; local
12843 struct plt_entry *pent; local
    [all...]

Completed in 1662 milliseconds