Searched refs:pci (Results 1 - 25 of 25) sorted by relevance

/external/blktrace/
H A Dblkparse.c346 struct per_cpu_info *pci = &pdi->cpus[new_count]; local
348 if (!pci->fd) {
349 pci->fd = -1;
350 memset(&pci->rb_last, 0, sizeof(pci->rb_last));
351 pci->rb_last_entries = 0;
352 pci->last_sequence = -1;
359 struct per_cpu_info *pci; local
364 pci = &pdi->cpus[cpu];
365 pci
408 insert_skip(struct per_cpu_info *pci, unsigned long start, unsigned long end) argument
436 remove_sip(struct per_cpu_info *pci, struct skip_info *sip) argument
458 check_current_skips(struct per_cpu_info *pci, unsigned long seq) argument
491 struct per_cpu_info *pci = &pdi->cpus[cpu]; local
780 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); local
839 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); local
903 trace_rb_find_last(struct per_dev_info *pdi, struct per_cpu_info *pci, unsigned long seq) argument
1189 account_m(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1213 account_pc_queue(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1237 account_pc_issue(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1261 account_pc_requeue(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1281 account_pc_c(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1305 account_queue(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1328 account_c(struct blk_io_trace *t, struct per_cpu_info *pci, int rw, int bytes) argument
1352 account_issue(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1372 account_unplug(struct blk_io_trace *t, struct per_cpu_info *pci, int timer) argument
1396 account_requeue(struct blk_io_trace *t, struct per_cpu_info *pci, int rw) argument
1408 log_complete(struct per_dev_info *pdi, struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1414 log_insert(struct per_dev_info *pdi, struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1420 log_queue(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1426 log_issue(struct per_dev_info *pdi, struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1432 log_merge(struct per_dev_info *pdi, struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1441 log_action(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1447 log_generic(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1453 log_unplug(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1459 log_split(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1465 log_pc(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) argument
1472 dump_trace_pc(struct blk_io_trace *t, struct per_dev_info *pdi, struct per_cpu_info *pci) argument
1521 dump_trace_fs(struct blk_io_trace *t, struct per_dev_info *pdi, struct per_cpu_info *pci) argument
1604 dump_trace(struct blk_io_trace *t, struct per_cpu_info *pci, struct per_dev_info *pdi) argument
1770 struct per_cpu_info *pci; local
1909 struct per_cpu_info *pci = NULL; local
1994 struct per_cpu_info *pci; local
2042 struct per_cpu_info *pci = NULL; local
2317 struct per_cpu_info *pci = get_cpu_info(pdi, msp->cpu); local
2413 struct per_cpu_info *pci = get_cpu_info(pdi, cpu); local
2456 struct per_cpu_info *pci; local
[all...]
H A Dblkparse_fmt.c162 static void print_field(char *act, struct per_cpu_info *pci, argument
182 fprintf(ofp, strcat(format, "d"), pci->cpu);
256 static char *parse_field(char *act, struct per_cpu_info *pci, argument
277 print_field(act, pci, t, elapsed, pdu_len, pdu_buf, *p++,
283 static void process_default(char *act, struct per_cpu_info *pci, argument
306 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence,
418 void process_fmt(char *act, struct per_cpu_info *pci, struct blk_io_trace *t, argument
425 process_default(act, pci, t, elapsed, pdu_len, pdu_buf);
438 p = parse_field(act, pci, t, elapsed,
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_pci.c61 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, argument
65 if (pci->pcPathLengthConstraint)
66 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint);
71 i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage);
73 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
75 pci->proxyPolicy->policy->data);
250 PROXY_CERT_INFO_EXTENSION *pci = NULL; local
314 pci = PROXY_CERT_INFO_EXTENSION_new();
315 if (!pci)
[all...]
H A Dv3_purp.c356 PROXY_CERT_INFO_EXTENSION *pci; local
381 if((pci=X509_get_ext_d2i(x, NID_proxyCertInfo, NULL, NULL))) {
387 if (pci->pcPathLengthConstraint) {
389 ASN1_INTEGER_get(pci->pcPathLengthConstraint);
391 PROXY_CERT_INFO_EXTENSION_free(pci);
/external/openssl/crypto/x509v3/
H A Dv3_pci.c57 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, argument
61 if (pci->pcPathLengthConstraint)
62 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint);
67 i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage);
69 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
71 pci->proxyPolicy->policy->data);
246 PROXY_CERT_INFO_EXTENSION *pci = NULL; local
309 pci = PROXY_CERT_INFO_EXTENSION_new();
310 if (!pci)
[all...]
H A Dv3_purp.c360 PROXY_CERT_INFO_EXTENSION *pci; local
390 if((pci=X509_get_ext_d2i(x, NID_proxyCertInfo, NULL, NULL))) {
396 if (pci->pcPathLengthConstraint) {
398 ASN1_INTEGER_get(pci->pcPathLengthConstraint);
400 PROXY_CERT_INFO_EXTENSION_free(pci);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h60 } pci; member in union:pipe_loader_device::__anon13727
H A Dpipe_loader_drm.c87 sscanf(pci_id, "%x:%x", &ddev->base.u.pci.vendor_id,
88 &ddev->base.u.pci.chip_id) != 2)
99 debug_printf("pci id for fd %d not found\n", ddev->fd);
110 if (dev->u.pci.vendor_id != driver_map[i].vendor_id)
119 if (dev->u.pci.chip_id == driver_map[i].chip_ids[j]) {
129 debug_printf("driver for %04x:%04x: %s\n", dev->u.pci.vendor_id,
130 dev->u.pci.chip_id, dev->driver_name);
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h60 } pci; member in union:pipe_loader_device::__anon27138
H A Dpipe_loader_drm.c87 sscanf(pci_id, "%x:%x", &ddev->base.u.pci.vendor_id,
88 &ddev->base.u.pci.chip_id) != 2)
99 debug_printf("pci id for fd %d not found\n", ddev->fd);
110 if (dev->u.pci.vendor_id != driver_map[i].vendor_id)
119 if (dev->u.pci.chip_id == driver_map[i].chip_ids[j]) {
129 debug_printf("driver for %04x:%04x: %s\n", dev->u.pci.vendor_id,
130 dev->u.pci.chip_id, dev->driver_name);
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc94 bool GetLatestPnaclDirectory(PnaclComponentInstaller* pci, argument
99 base::FilePath base_dir = pci->GetPnaclBaseDirectory();
297 PnaclComponentInstaller* pci) {
299 pci->set_current_version(current_version);
301 pci->set_current_fingerprint(current_fingerprint);
302 CrxComponent pnacl_component = pci->GetCrxComponent();
305 pci->cus()->RegisterComponent(pnacl_component);
314 void StartPnaclUpdateRegistration(PnaclComponentInstaller* pci) { argument
316 base::FilePath path = pci->GetPnaclBaseDirectory();
327 if (GetLatestPnaclDirectory(pci,
295 FinishPnaclUpdateRegistration(const Version& current_version, const std::string& current_fingerprint, PnaclComponentInstaller* pci) argument
[all...]
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc326 pthread_create_info pci(*(pthread_create_info *)p);
329 return pci.start_routine_trampoline(pci.start_routine, pci.arg, 0,
340 pthread_create_info *pci = local
342 pci->start_routine_trampoline = start_routine_trampoline;
343 pci->start_routine = start_routine;
344 pci->arg = arg;
345 int rv = pthread_create(thread, attr, pthread_create_cb, (void *)pci);
347 free(pci);
[all...]
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp54 // pci and pcr denote the real and imaginary parts of c.
61 Packet pcr, pci = pci_start, pzr, pzi = pzi_start, pzr_buf; local
80 pzi += pci;
/external/libpcap/msdos/
H A Dmakefile.dj34 printk.o pci.o pci-scan.o bios32.o dma.o irq.o intwrap.o \
137 msdos/pm_drvr/printk.h msdos/pm_drvr/pci.h msdos/pm_drvr/bios32.h \
142 msdos/pm_drvr/rtl8139.h msdos/pm_drvr/ne2k-pci.h msdos/pktdrvr.h
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp78 return ldev->u.pci.vendor_id;
/external/kernel-headers/original/uapi/linux/
H A Dedd.h98 } __attribute__ ((packed)) pci; member in union:edd_device_params::__anon22974
99 /* pcix is same as pci */
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp78 return ldev->u.pci.vendor_id;
/external/clang/test/SemaCXX/
H A Dmember-pointer.cpp17 int C::*pci; // expected-error {{'pci' does not point into a class}} member in class:C
H A Dnew-delete.cpp42 const int *pci = new const int(); local
/external/openssl/ssl/
H A Dssltest.c1922 PROXY_CERT_INFO_EXTENSION *pci = local
1926 switch (OBJ_obj2nid(pci->proxyPolicy->policyLanguage))
1947 pci->proxyPolicy->policy->data;
1948 i = pci->proxyPolicy->policy->length;
2001 PROXY_CERT_INFO_EXTENSION_free(pci);
/external/iputils/Modules/
H A Dpg3.c94 #include <linux/pci.h>
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c9319 pci_pro_f02: ;; find pci device
9501 pci_real_f02: ;; find pci device
9700 db 0 ;; pci bus number
9701 db 0x08 ;; pci device number (bit 7-3)
9713 db 0 ;; pci bus number
9714 db 0x10 ;; pci device number (bit 7-3)
9726 db 0 ;; pci bus number
9727 db 0x18 ;; pci device number (bit 7-3)
9739 db 0 ;; pci bus number
9740 db 0x20 ;; pci devic
[all...]
/external/qemu-pc-bios/bochs/
H A Dconfigure1558 --enable-pci enable limited i440FX PCI support
33622 # Check whether --enable-pci was given.
33631 pci=1
33632 PCI_OBJ='pci.o pci2isa.o pci_ide.o pcivga.o acpi.o'
33640 pci=0
33651 pci=0
33670 if test "$pci" != "1"; then
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 496 milliseconds