HomeSort by: relevance | last modified time | path
    Searched defs:cap (Results 1 - 25 of 156) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/arch/x86/acpi/
acpi_pdc.c 130 uint32_t cap[3]; local in function:acpi_md_pdc_set
135 cap[0] = ACPICPU_PDC_REVID;
136 cap[1] = 1;
137 cap[2] = val;
140 obj.Buffer.Length = sizeof(cap);
141 obj.Buffer.Pointer = (void *)cap;
acpi_pdc.c 130 uint32_t cap[3]; local in function:acpi_md_pdc_set
135 cap[0] = ACPICPU_PDC_REVID;
136 cap[1] = 1;
137 cap[2] = val;
140 obj.Buffer.Length = sizeof(cap);
141 obj.Buffer.Pointer = (void *)cap;
  /src/sys/dev/acpi/
ahcisata_acpi.c 78 uint32_t cap; local in function:ahcisata_acpi_attach
106 cap = AHCI_READ(sc, AHCI_CAP);
107 if ((cap & AHCI_CAP_64BIT) != 0 && BUS_DMA_TAG_VALID(aa->aa_dmat64)) {
ahcisata_acpi.c 78 uint32_t cap; local in function:ahcisata_acpi_attach
106 cap = AHCI_READ(sc, AHCI_CAP);
107 if ((cap & AHCI_CAP_64BIT) != 0 && BUS_DMA_TAG_VALID(aa->aa_dmat64)) {
  /src/usr.bin/make/
buf.h 84 size_t cap; /* Allocated size of the buffer, including the '\0' */ member in struct:Buffer
105 if (old_len + 1 >= buf->cap)
buf.h 84 size_t cap; /* Allocated size of the buffer, including the '\0' */ member in struct:Buffer
105 if (old_len + 1 >= buf->cap)
lst.h 168 size_t cap; /* capacity */ member in struct:Vector
lst.h 168 size_t cap; /* capacity */ member in struct:Vector
  /src/sys/arch/x68k/stand/mboot/
mboot.c 46 struct iocs_readcap cap; local in function:bootmain
52 if (IOCS_S_READCAP(scsiid, &cap) < 0) {
56 size = cap.size >> 9;
mboot.c 46 struct iocs_readcap cap; local in function:bootmain
52 if (IOCS_S_READCAP(scsiid, &cap) < 0) {
56 size = cap.size >> 9;
  /src/usr.sbin/hdaudioctl/
graph.c 57 uint32_t cap, config; local in function:hdaudioctl_graph
99 prop_dictionary_get_uint32(response, "cap", &cap);
127 if (cap & COP_PINCAP_OUTPUT_CAPABLE &&
128 cap & COP_PINCAP_INPUT_CAPABLE)
131 else if (cap & COP_PINCAP_OUTPUT_CAPABLE)
133 else if (cap & COP_PINCAP_INPUT_CAPABLE)
graph.c 57 uint32_t cap, config; local in function:hdaudioctl_graph
99 prop_dictionary_get_uint32(response, "cap", &cap);
127 if (cap & COP_PINCAP_OUTPUT_CAPABLE &&
128 cap & COP_PINCAP_INPUT_CAPABLE)
131 else if (cap & COP_PINCAP_OUTPUT_CAPABLE)
133 else if (cap & COP_PINCAP_INPUT_CAPABLE)
  /src/usr.bin/xlint/lint2/
msg.c 109 size_t cap; member in struct:mkpos::buffer
130 if (len > buf->cap)
131 buf->buf = xrealloc(buf->buf, buf->cap = len);
133 (void)snprintf(buf->buf, buf->cap, "%s%s(%d)",
136 (void)snprintf(buf->buf, buf->cap, "%s", fn);
msg.c 109 size_t cap; member in struct:mkpos::buffer
130 if (len > buf->cap)
131 buf->buf = xrealloc(buf->buf, buf->cap = len);
133 (void)snprintf(buf->buf, buf->cap, "%s%s(%d)",
136 (void)snprintf(buf->buf, buf->cap, "%s", fn);
hash.c 118 size_t cap; member in struct:hte_list
124 if (list->len >= list->cap) {
125 list->cap = list->cap == 0 ? 1024 : 2 * list->cap;
127 sizeof(list->items[0]) * list->cap);
  /src/sys/dev/pci/qat/
qat_c3xxx.c 120 uint32_t cap; local in function:qat_c3xxx_get_accel_cap
126 cap = QAT_ACCEL_CAP_CRYPTO_SYMMETRIC +
135 cap &= ~QAT_ACCEL_CAP_CRYPTO_SYMMETRIC;
136 cap &= ~QAT_ACCEL_CAP_CIPHER;
139 cap &= ~QAT_ACCEL_CAP_AUTHENTICATION;
141 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
143 cap &= ~QAT_ACCEL_CAP_COMPRESSION;
145 cap &= ~QAT_ACCEL_CAP_ZUC;
148 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
150 cap &= ~QAT_ACCEL_CAP_COMPRESSION
    [all...]
qat_c62x.c 122 uint32_t cap; local in function:qat_c62x_get_accel_cap
128 cap = QAT_ACCEL_CAP_CRYPTO_SYMMETRIC +
137 cap &= ~QAT_ACCEL_CAP_CRYPTO_SYMMETRIC;
138 cap &= ~QAT_ACCEL_CAP_CIPHER;
141 cap &= ~QAT_ACCEL_CAP_AUTHENTICATION;
143 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
145 cap &= ~QAT_ACCEL_CAP_COMPRESSION;
147 cap &= ~QAT_ACCEL_CAP_ZUC;
150 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
152 cap &= ~QAT_ACCEL_CAP_COMPRESSION
    [all...]
qat_d15xx.c 122 uint32_t cap; local in function:qat_d15xx_get_accel_cap
128 cap = QAT_ACCEL_CAP_CRYPTO_SYMMETRIC +
137 cap &= ~QAT_ACCEL_CAP_CRYPTO_SYMMETRIC;
138 cap &= ~QAT_ACCEL_CAP_CIPHER;
141 cap &= ~QAT_ACCEL_CAP_AUTHENTICATION;
143 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
145 cap &= ~QAT_ACCEL_CAP_COMPRESSION;
147 cap &= ~QAT_ACCEL_CAP_ZUC;
150 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
152 cap &= ~QAT_ACCEL_CAP_COMPRESSION
    [all...]
qat_c3xxx.c 120 uint32_t cap; local in function:qat_c3xxx_get_accel_cap
126 cap = QAT_ACCEL_CAP_CRYPTO_SYMMETRIC +
135 cap &= ~QAT_ACCEL_CAP_CRYPTO_SYMMETRIC;
136 cap &= ~QAT_ACCEL_CAP_CIPHER;
139 cap &= ~QAT_ACCEL_CAP_AUTHENTICATION;
141 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
143 cap &= ~QAT_ACCEL_CAP_COMPRESSION;
145 cap &= ~QAT_ACCEL_CAP_ZUC;
148 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
150 cap &= ~QAT_ACCEL_CAP_COMPRESSION
    [all...]
qat_c62x.c 122 uint32_t cap; local in function:qat_c62x_get_accel_cap
128 cap = QAT_ACCEL_CAP_CRYPTO_SYMMETRIC +
137 cap &= ~QAT_ACCEL_CAP_CRYPTO_SYMMETRIC;
138 cap &= ~QAT_ACCEL_CAP_CIPHER;
141 cap &= ~QAT_ACCEL_CAP_AUTHENTICATION;
143 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
145 cap &= ~QAT_ACCEL_CAP_COMPRESSION;
147 cap &= ~QAT_ACCEL_CAP_ZUC;
150 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
152 cap &= ~QAT_ACCEL_CAP_COMPRESSION
    [all...]
qat_d15xx.c 122 uint32_t cap; local in function:qat_d15xx_get_accel_cap
128 cap = QAT_ACCEL_CAP_CRYPTO_SYMMETRIC +
137 cap &= ~QAT_ACCEL_CAP_CRYPTO_SYMMETRIC;
138 cap &= ~QAT_ACCEL_CAP_CIPHER;
141 cap &= ~QAT_ACCEL_CAP_AUTHENTICATION;
143 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
145 cap &= ~QAT_ACCEL_CAP_COMPRESSION;
147 cap &= ~QAT_ACCEL_CAP_ZUC;
150 cap &= ~QAT_ACCEL_CAP_CRYPTO_ASYMMETRIC;
152 cap &= ~QAT_ACCEL_CAP_COMPRESSION
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_vector.h 109 uptr cap = cap0 * 5 / 4; // 25% growth local in function:__sanitizer::Vector::EnsureSize
110 if (cap == 0)
111 cap = 16;
112 if (cap < size)
113 cap = size;
114 T *p = (T*)InternalAlloc(cap * sizeof(T));
121 last_ = begin_ + cap;
sanitizer_vector.h 109 uptr cap = cap0 * 5 / 4; // 25% growth local in function:__sanitizer::Vector::EnsureSize
110 if (cap == 0)
111 cap = 16;
112 if (cap < size)
113 cap = size;
114 T *p = (T*)InternalAlloc(cap * sizeof(T));
121 last_ = begin_ + cap;
  /src/usr.sbin/nvmmctl/
nvmmctl.c 68 static struct nvmm_capability cap; variable in typeref:struct:nvmm_capability
120 if (nvmm_capability(&cap) == -1)
123 printf("nvmm: Kernel API version %u\n", cap.version);
124 printf("nvmm: State size %u\n", cap.state_size);
125 printf("nvmm: Max machines %u\n", cap.max_machines);
126 printf("nvmm: Max VCPUs per machine %u\n", cap.max_vcpus);
128 if (humanize_number(ram, sizeof(ram), cap.max_ram, NULL, HN_AUTOSCALE,
133 snprintb(buf, sizeof(buf), MACH_CONF_FLAGS, cap.arch.mach_conf_support);
136 snprintb(buf, sizeof(buf), VCPU_CONF_FLAGS, cap.arch.vcpu_conf_support);
139 snprintb(buf, sizeof(buf), XCR0_FLAGS1, cap.arch.xcr0_mask)
    [all...]
nvmmctl.c 68 static struct nvmm_capability cap; variable in typeref:struct:nvmm_capability
120 if (nvmm_capability(&cap) == -1)
123 printf("nvmm: Kernel API version %u\n", cap.version);
124 printf("nvmm: State size %u\n", cap.state_size);
125 printf("nvmm: Max machines %u\n", cap.max_machines);
126 printf("nvmm: Max VCPUs per machine %u\n", cap.max_vcpus);
128 if (humanize_number(ram, sizeof(ram), cap.max_ram, NULL, HN_AUTOSCALE,
133 snprintb(buf, sizeof(buf), MACH_CONF_FLAGS, cap.arch.mach_conf_support);
136 snprintb(buf, sizeof(buf), VCPU_CONF_FLAGS, cap.arch.vcpu_conf_support);
139 snprintb(buf, sizeof(buf), XCR0_FLAGS1, cap.arch.xcr0_mask)
    [all...]

Completed in 30 milliseconds

1 2 3 4 5 6 7