HomeSort by relevance Sort by last modified time
    Searched defs:pci (Results 1 - 25 of 45) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.h 63 } pci; member in union:pipe_loader_device::__anon29406
  /external/syslinux/gpxe/src/arch/i386/include/
undirom.h 14 /** An UNDI PCI device ID */
16 /** PCI vendor ID */
18 /** PCI device ID */
24 /** PCI device ID */
25 struct undi_pci_device_id pci; member in union:undi_device_id
  /external/boringssl/src/crypto/x509v3/
v3_pci.c 64 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci,
68 if (pci->pcPathLengthConstraint)
69 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint);
74 i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage);
76 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
78 pci->proxyPolicy->policy->data);
199 PROXY_CERT_INFO_EXTENSION *pci = NULL; local
254 pci = PROXY_CERT_INFO_EXTENSION_new();
255 if (!pci) {
    [all...]
v3_purp.c 411 PROXY_CERT_INFO_EXTENSION *pci; local
454 if ((pci = X509_get_ext_d2i(x, NID_proxyCertInfo, NULL, NULL))) {
460 if (pci->pcPathLengthConstraint) {
461 x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint);
464 PROXY_CERT_INFO_EXTENSION_free(pci);
  /external/syslinux/gpxe/src/drivers/bus/
pci.c 4 * Based in part on pci.c from Etherboot 5.4, by Ken Yap and David
5 * Munro, in turn based on the Linux kernel's PCI implementation.
31 #include <gpxe/pci.h>
35 * PCI bus
42 * Read PCI BAR
44 * @v pci PCI device
45 * @v reg PCI register number
48 * Reads the specified PCI base address register, including the flags
55 static unsigned long pci_bar ( struct pci_device *pci, unsigned int reg )
232 struct pci_device *pci = NULL; local
320 struct pci_device *pci; local
    [all...]
  /external/syslinux/gpxe/src/util/
efirom.c 114 PCI_DATA_STRUCTURE pci __attribute__ (( aligned ( 4 ) )); member in struct:__anon38459
155 offsetof ( typeof ( *headers ), pci );
156 headers->pci.Signature = PCI_DATA_STRUCTURE_SIGNATURE;
157 headers->pci.VendorId = opts->vendor;
158 headers->pci.DeviceId = opts->device;
159 headers->pci.Length = sizeof ( headers->pci );
160 headers->pci.ClassCode[0] = PCI_CLASS_NETWORK;
161 headers->pci.ImageLength = ( rom_size / 512 );
162 headers->pci.CodeType = 0x03; /* No constant in EFI headers? *
    [all...]
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 54 // 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/clang/test/SemaCXX/
member-pointer.cpp 24 int C::*pci; // expected-error {{'pci' does not point into a class}} member in class:C
new-delete.cpp 42 const int *pci = new const int(); local
  /external/syslinux/com32/gplinclude/disk/
geom.h 58 uint8_t host_bus_type[4]; /* ASCIZ name of host bus ("ISA" or "PCI") */
73 * ---PCI---
74 * 00h BYTE PCI bus number
75 * 01h BYTE PCI device number
76 * 02h BYTE PCI function number
91 } __attribute__ ((packed)) pci; member in union:edd_device_parameters::__anon36942
92 /* pcix is same as pci */
  /external/syslinux/com32/gplinclude/dmi/
dmi_bios.h 38 bool pci; member in struct:__anon36968
  /external/syslinux/gpxe/src/interface/efi/
efi_snp.c 29 #include <gpxe/pci.h>
110 /** EFI PCI I/O protocol GUID */
760 EFI_PCI_IO_PROTOCOL *pci; member in union:__anon38437
768 /* See if device is a PCI device */
775 DBGCP ( driver, "SNPDRV %p device %p is not a PCI device\n",
780 /* Get PCI bus:dev.fn address */
781 if ( ( efirc = u.pci->GetLocation ( u.pci, &pci_segment, &pci_bus,
783 DBGC ( driver, "SNPDRV %p device %p could not get PCI "
788 DBGCP ( driver, "SNPDRV %p device %p is PCI %04lx:%02lx:%02lx.%lx\n"
    [all...]
  /bionic/libc/kernel/uapi/linux/
edd.h 77 } __attribute__((packed)) pci; member in union:edd_device_params::__anon599
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmm.h 64 // PCI Yes, for BiosWp
122 PCI_ADDR pci; member in union:__anon11422::__anon11423
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 361 pthread_create_info pci(*(pthread_create_info *)p);
364 return pci.start_routine_trampoline(pci.start_routine, pci.arg, 0,
375 pthread_create_info *pci = local
377 pci->start_routine_trampoline = start_routine_trampoline;
378 pci->start_routine = start_routine;
379 pci->arg = arg;
380 int rv = pthread_create(thread, attr, pthread_create_cb, (void *)pci);
382 free(pci);
    [all...]
  /external/kernel-headers/original/uapi/linux/
edd.h 99 } __attribute__ ((packed)) pci; member in union:edd_device_params::__anon22805
100 /* pcix is same as pci */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 98 } __attribute__ ((packed)) pci; member in union:edd_device_params::__anon62475
99 /* pcix is same as pci */
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 171 int32_t pci; member in struct:chreWwanCellIdentityLte
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 171 int32_t pci; member in struct:chreWwanCellIdentityLte
  /art/compiler/optimizing/
inliner.cc 666 const ProfileCompilationInfo* pci = compiler_driver_->GetProfileCompilationInfo(); local
667 if (pci == nullptr) {
672 pci->GetMethod(caller_dex_file.GetLocation(),
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
tlan.c 45 #include <gpxe/pci.h>
112 u32 pci, pci_mask, subsystem, subsystem_mask; member in struct:pci_id_info::match_info
120 {"Compaq Netelligent 10 T PCI UTP", NETEL10,
123 {"Compaq Netelligent 10/100 TX PCI UTP", NETEL100,
138 {"Compaq Netelligent Dual 10/100 TX PCI UTP", NETEL100D,
156 {"Compaq Netelligent 10 T/2 PCI UTP/Coax", NETELLIGENT_10_T2,
201 unsigned short vendor_id; /* PCI Vendor code */
202 unsigned short dev_id; /* PCI Device code */
779 static int tlan_probe ( struct nic *nic, struct pci_device *pci ) {
785 if (pci->ioaddr == 0
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 86 private static final int PCI = 503;
300 int pci = lte.getPci(); local
302 assertTrue("getPci() out of range [0, 503], pci=" + pci,
303 (pci== Integer.MAX_VALUE) || (pci >= 0 && pci <= PCI));
  /hardware/intel/bootstub/
bootparam.h 163 } __attribute__ ((packed)) pci; member in union:edd_device_params::__anon47171
164 /* pcix is same as pci */
  /external/blktrace/
blkparse.c 346 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->cpu = cpu
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
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...]
  /external/libdrm/
xf86drm.h 168 DRM_SCATTER_GATHER = 4, /**< PCI scatter/gather */
169 DRM_CONSISTENT = 5 /**< PCI consistent */
681 /* PCI scatter/gather support: X server (root) only */
824 drmPciBusInfoPtr pci; member in union:_drmDevice::__anon24709
830 drmPciDeviceInfoPtr pci; member in union:_drmDevice::__anon24710

Completed in 562 milliseconds

1 2