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

1 2 3

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_soft_pkcs11.c 87 CK_ULONG num_slots; local
100 ret = (*func->C_GetSlotList)(FALSE, NULL, &num_slots);
104 if (num_slots == 0)
107 if ((slot_ids = calloc(1, num_slots * sizeof(*slot_ids))) == NULL)
110 ret = (*func->C_GetSlotList)(FALSE, slot_ids, &num_slots);
test_soft_pkcs11.c 87 CK_ULONG num_slots; local
100 ret = (*func->C_GetSlotList)(FALSE, NULL, &num_slots);
104 if (num_slots == 0)
107 if ((slot_ids = calloc(1, num_slots * sizeof(*slot_ids))) == NULL)
110 ret = (*func->C_GetSlotList)(FALSE, slot_ids, &num_slots);
ks_p11.c 68 CK_ULONG num_slots; member in struct:p11_module
909 ret = P11FUNC(p, GetSlotList, (FALSE, NULL, &p->num_slots));
917 if (p->num_slots == 0) {
930 slot_ids = malloc(p->num_slots * sizeof(*slot_ids));
937 ret = P11FUNC(p, GetSlotList, (FALSE, slot_ids, &p->num_slots));
947 p->slot = calloc(p->num_slots, sizeof(p->slot[0]));
956 for (i = 0; i < p->num_slots; i++) {
996 for (i = 0; i < p->num_slots; i++) {
1039 for (i = 0; i < p->num_slots; i++) {
1072 for (i = 0 ; i < p->num_slots; i++)
    [all...]
ks_p11.c 68 CK_ULONG num_slots; member in struct:p11_module
909 ret = P11FUNC(p, GetSlotList, (FALSE, NULL, &p->num_slots));
917 if (p->num_slots == 0) {
930 slot_ids = malloc(p->num_slots * sizeof(*slot_ids));
937 ret = P11FUNC(p, GetSlotList, (FALSE, slot_ids, &p->num_slots));
947 p->slot = calloc(p->num_slots, sizeof(p->slot[0]));
956 for (i = 0; i < p->num_slots; i++) {
996 for (i = 0; i < p->num_slots; i++) {
1039 for (i = 0; i < p->num_slots; i++) {
1072 for (i = 0 ; i < p->num_slots; i++)
    [all...]
  /src/external/gpl2/lvm2/dist/libdm/datastruct/
hash.c 29 unsigned num_slots; member in struct:dm_hash_table
108 hc->num_slots = new_size;
128 for (i = 0; i < t->num_slots; i++)
145 unsigned h = _hash(key, len) & (t->num_slots - 1);
227 for (i = 0; i < t->num_slots; i++)
237 memset(t->slots, 0, sizeof(struct dm_hash_node *) * t->num_slots);
258 for (i = s; i < t->num_slots && !c; i++)
271 unsigned h = _hash(n->key, n->keylen) & (t->num_slots - 1);
hash.c 29 unsigned num_slots; member in struct:dm_hash_table
108 hc->num_slots = new_size;
128 for (i = 0; i < t->num_slots; i++)
145 unsigned h = _hash(key, len) & (t->num_slots - 1);
227 for (i = 0; i < t->num_slots; i++)
237 memset(t->slots, 0, sizeof(struct dm_hash_node *) * t->num_slots);
258 for (i = s; i < t->num_slots && !c; i++)
271 unsigned h = _hash(n->key, n->keylen) & (t->num_slots - 1);
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-istack.h 98 int num_slots; member in struct:vliw_insn
xtensa-istack.h 98 int num_slots; member in struct:vliw_insn
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-istack.h 98 int num_slots; member in struct:vliw_insn
xtensa-istack.h 98 int num_slots; member in struct:vliw_insn
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl5070.h 97 __u8 num_slots; member in struct:nv50_disp_sor_dp_mst_vcpi_v0
cl5070.h 97 __u8 num_slots; member in struct:nv50_disp_sor_dp_mst_vcpi_v0
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-protos.h 367 int num_slots; member in struct:tune_params::__anon12682
arm-protos.h 367 int num_slots; member in struct:tune_params::__anon12682
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-protos.h 336 int num_slots; member in struct:tune_params::__anon15297
arm-protos.h 336 int num_slots; member in struct:tune_params::__anon15297
  /src/external/gpl3/binutils/dist/include/
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
  /src/external/gpl3/binutils.old/dist/include/
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
  /src/external/gpl3/gdb.old/dist/include/
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
  /src/external/gpl3/gdb/dist/include/
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
xtensa-isa-internal.h 61 int num_slots; member in struct:xtensa_format_internal_struct
62 const int *slot_id; /* Array[num_slots] of slot IDs. */
184 int num_slots; member in struct:xtensa_isa_internal_struct
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 62 * @num_slots: number of slots for this PBN
68 int num_slots; member in struct:drm_dp_vcpi
502 int num_slots; member in struct:drm_dp_payload

Completed in 82 milliseconds

1 2 3