HomeSort by relevance Sort by last modified time
    Searched refs:pinfo (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/iproute2/tc/
f_rsvp.c 41 struct tc_rsvp_pinfo *pinfo, int dir, int family)
46 struct tc_rsvp_gpi *pi = dir ? &pinfo->dpi : &pinfo->spi;
85 if (pinfo->protocol == 0)
86 pinfo->protocol = IPPROTO_AH;
97 if (pinfo->protocol == 0)
98 pinfo->protocol = IPPROTO_ESP;
172 struct tc_rsvp_pinfo pinfo; local
178 memset(&pinfo, 0, sizeof(pinfo));
319 struct tc_rsvp_pinfo *pinfo = NULL; local
    [all...]
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 35 struct part_info *pinfo; member in struct:pf_map
129 struct part_info *pinfo; local
142 if (!(pinfo = find_part(*dinfo, part_name))) {
148 part_file_map[x].pinfo = pinfo;
156 pinfo->len_kb = (uint32_t) ((tmp_stat.st_size + 1023) >> 10);
159 ((uint64_t)pinfo->len_kb * 1024) / (*dinfo)->sect_size;
160 printf("Updated %s length to be %uKB\n", pinfo->name, pinfo->len_kb);
190 for (cnt = 0; cnt < MAX_NUM_PARTS && part_file_map[cnt].pinfo; ++cnt)
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 71 mk_pri_pentry(struct disk_info *dinfo, struct part_info *pinfo, int pnum,
97 if (pinfo) {
101 if (pinfo->len_kb != (uint32_t)-1) {
103 len_lba = ((uint64_t)pinfo->len_kb * 1024);
112 cfg_pentry(pentry, ((pinfo->flags & PART_ACTIVE_FLAG) ?
114 pinfo->type, *lba, (uint32_t)len_lba);
116 pinfo->start_lba = *lba;
141 mk_ext_pentry(struct disk_info *dinfo, struct part_info *pinfo, uint32_t *lba,
162 if (pinfo->len_kb != (uint32_t)-1)
163 len = kb_to_lba(pinfo->len_kb, dinfo->sect_size)
214 struct part_info *pinfo; local
    [all...]
diskconfig.c 99 struct part_info *pinfo = &dinfo->part_lst[dinfo->num_parts]; local
105 pinfo->name = strdup(partnode->name);
108 pinfo->flags |= PART_ACTIVE_FLAG;
111 ALOGE("Partition type required: %s", pinfo->name);
117 pinfo->type = PC_PART_TYPE_LINUX;
119 pinfo->type = PC_PART_TYPE_FAT32;
129 pinfo->len_kb = (uint32_t) len;
131 pinfo->len_kb = 0;
506 struct part_info *pinfo; local
510 pinfo = &dinfo->part_lst[cnt]
    [all...]
  /sdk/find_java/
utils.cpp 64 PROCESS_INFORMATION pinfo; local
66 ZeroMemory(&pinfo, sizeof(pinfo));
83 &pinfo);
86 CloseHandle(pinfo.hProcess);
87 CloseHandle(pinfo.hThread);
98 PROCESS_INFORMATION pinfo; local
100 ZeroMemory(&pinfo, sizeof(pinfo));
117 &pinfo);
    [all...]
find_java_lib.cpp 427 PROCESS_INFORMATION pinfo; local
450 ZeroMemory(&pinfo, sizeof(pinfo));
471 &pinfo);
514 WaitForSingleObject(pinfo.hProcess, INFINITE);
517 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) {
522 CloseHandle(pinfo.hProcess);
523 CloseHandle(pinfo.hThread);
  /sdk/sdklauncher/
sdklauncher.c 74 PROCESS_INFORMATION pinfo; local
78 ZeroMemory(&pinfo, sizeof(pinfo));
114 &pinfo);
131 &pinfo);
  /sdk/avdlauncher/
avdlauncher.c 74 PROCESS_INFORMATION pinfo; local
78 ZeroMemory(&pinfo, sizeof(pinfo));
112 &pinfo);
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 283 get_spdy_conversation_data(packet_info *pinfo)
289 conversation = find_conversation(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo->destport, 0);
292 printf("Conversation for frame #%d is %p\n", pinfo->fd->num, conversation);
298 conversation = conversation_new(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo->destport, 0)
    [all...]
  /external/chromium_org/net/tools/spdyshark/
packet-spdy.c 283 get_spdy_conversation_data(packet_info *pinfo)
289 conversation = find_conversation(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo->destport, 0);
292 printf("Conversation for frame #%d is %p\n", pinfo->fd->num, conversation);
298 conversation = conversation_new(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo->destport, 0)
    [all...]
  /system/core/toolbox/cp/
extern.h 47 extern sig_atomic_t pinfo;
utils.c 106 pinfo = 0;
248 if (pinfo)
268 if (pinfo)
  /frameworks/native/libs/ui/
Fence.cpp 117 struct sync_pt_info* pinfo = NULL; local
119 while ((pinfo = sync_pt_info(finfo, pinfo)) != NULL) {
120 if (pinfo->timestamp_ns > timestamp) {
121 timestamp = pinfo->timestamp_ns;
  /bootable/diskinstaller/
installer.c 199 struct part_info *pinfo = NULL; local
223 if (!(pinfo = find_part(dinfo, tmp))) {
229 if (!(dest_part = find_part_device(dinfo, pinfo->name))) {
231 " processing image %s", pinfo->name, img->name);
234 offset = pinfo->start_lba * dinfo->sect_size;
242 if (!pinfo) {
262 strncpy(vol_lbl, pinfo->name, sizeof(vol_lbl));
325 /* at this point we MUST either have a partition in 'pinfo' or a raw
327 if (!pinfo && (offset == (loff_t)-1)) {
332 if (!pinfo && (type != INSTALL_IMAGE_RAW))
    [all...]
  /external/libpng/
pngtest.c 533 memory_infop pinfo; local
535 pinfo = (memory_infop)png_malloc(png_ptr,
536 (png_uint_32)png_sizeof(*pinfo));
537 pinfo->size = size;
543 pinfo->pointer = (png_voidp)png_malloc(png_ptr, size);
548 if (size != 0 && pinfo->pointer == NULL)
555 pinfo->next = pinformation;
556 pinformation = pinfo;
558 png_memset(pinfo->pointer, 0xdd, pinfo->size)
585 memory_infop pinfo = *ppinfo; local
1581 memory_infop pinfo = pinformation; local
1658 memory_infop pinfo = pinformation; local
    [all...]
  /external/qemu/
cpu-exec.c 885 int cpu_signal_handler(int host_signum, void *pinfo,
888 siginfo_t *info = pinfo;
    [all...]
  /system/vold/
Volume.cpp 624 struct part_info *pinfo = &dinfo.part_lst[0]; local
626 pinfo->name = strdup("android_sdcard");
627 pinfo->flags |= PART_ACTIVE_FLAG;
628 pinfo->type = PC_PART_TYPE_FAT32;
629 pinfo->len_kb = -1;
639 free(pinfo->name);
  /external/qemu/android/
qemu-setup.c 510 PROCESS_INFORMATION pinfo; local
517 ZeroMemory( &pinfo, sizeof(pinfo) );
542 &pinfo );
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_cpols.c 369 POLICYINFO *pinfo;
372 pinfo = sk_POLICYINFO_value(pol, i);
374 i2a_ASN1_OBJECT(out, pinfo->policyid);
376 if(pinfo->qualifiers)
377 print_qualifiers(out, pinfo->qualifiers, indent + 2);
  /external/openssl/crypto/x509v3/
v3_cpols.c 369 POLICYINFO *pinfo;
372 pinfo = sk_POLICYINFO_value(pol, i);
374 i2a_ASN1_OBJECT(out, pinfo->policyid);
376 if(pinfo->qualifiers)
377 print_qualifiers(out, pinfo->qualifiers, indent + 2);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
ameth_lib.c 265 const char **pinfo, const char **ppem_str,
276 if (pinfo)
277 *pinfo = ameth->info;
  /external/openssl/crypto/asn1/
ameth_lib.c 265 const char **pinfo, const char **ppem_str,
276 if (pinfo)
277 *pinfo = ameth->info;
  /external/qemu/target-i386/
hax-windows.c 98 struct hax_set_ram_info info, *pinfo = &info; local
125 pinfo, sizeof(*pinfo),
hax-darwin.c 59 struct hax_set_ram_info info, *pinfo = &info; local
79 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_SET_RAM, pinfo);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 823 pinfo = processinfo(pr[0][0])
825 print '\t\tmemory partition', pinfo.partition # the memory allocated to this process
826 print '\t\tmemory used', pinfo.used # the memory actuall used by this process
827 print '\t\tis visible', pinfo.visible # is the process visible to the user
828 print '\t\tis frontmost', pinfo.frontmost # is the process the front most one?
829 print '\t\thas scripting', pinfo.hasscripting # is the process scriptable?
830 print '\t\taccepts high level events', pinfo.accepthighlevel # does the process accept high level appleevents?

Completed in 572 milliseconds

1 2 3