HomeSort by: relevance | last modified time | path
    Searched defs:group_list (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/common/
capabilities.c 33 static const TLS_GROUP_CONSTANTS group_list[35] = { variable
109 (unsigned int *)&group_list[idx].group_id), \
111 (unsigned int *)&group_list[idx].secbits), \
113 (unsigned int *)&group_list[idx].mintls), \
115 (unsigned int *)&group_list[idx].maxtls), \
117 (unsigned int *)&group_list[idx].mindtls), \
119 (unsigned int *)&group_list[idx].maxdtls), \
  /src/crypto/external/apache2/openssl/dist/providers/common/
capabilities.c 49 static const TLS_GROUP_CONSTANTS group_list[] = { variable
108 (unsigned int *)&group_list[idx].group_id), \
110 (unsigned int *)&group_list[idx].secbits), \
112 (unsigned int *)&group_list[idx].mintls), \
114 (unsigned int *)&group_list[idx].maxtls), \
116 (unsigned int *)&group_list[idx].mindtls), \
118 (unsigned int *)&group_list[idx].maxdtls), \
120 (unsigned int *)&group_list[idx].is_kem), \
125 * - The 4th field of each entry is an index into "group_list" above.
  /src/external/gpl3/gdb/dist/gdb/
break-catch-syscall.c 520 gdb::unique_xmalloc_ptr<const char *> group_list; member in class:gdb
532 group_list.reset (get_syscall_group_names (gdbarch));
533 if (group_list != NULL)
534 complete_on_enum (tracker, group_list.get (), word, word);
541 group_list.reset (get_syscall_group_names (gdbarch));
543 const char **group_ptr = group_list.get ();
557 if (group_list != NULL)
  /src/external/gpl3/gdb.old/dist/gdb/
break-catch-syscall.c 520 gdb::unique_xmalloc_ptr<const char *> group_list; member in class:gdb
532 group_list.reset (get_syscall_group_names (gdbarch));
533 if (group_list != NULL)
534 complete_on_enum (tracker, group_list.get (), word, word);
541 group_list.reset (get_syscall_group_names (gdbarch));
543 const char **group_ptr = group_list.get ();
557 if (group_list != NULL)
  /src/sbin/iscsid/
iscsid_globals.h 189 TAILQ_ENTRY(portal_s) group_list; /* group list link */ member in struct:portal_s
249 portal_group_list_t group_list; /* the list of portal groups */ member in struct:target_s
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 454 struct group_list struct
461 static struct group_list groups;
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 450 struct group_list struct
457 static struct group_list groups;
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 1171 TLS_GROUP_INFO *group_list; member in struct:ssl_ctx_st
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 1199 TLS_GROUP_INFO *group_list; member in struct:ssl_ctx_st
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 267 struct group_list
269 struct group_list * next;
275 struct group_list * root;
9591 struct group_list * g;
9649 g = (struct group_list *) xmalloc (sizeof (struct group_list));
10586 struct group_list * g;
24772 struct group_list * g;
24773 struct group_list * next;
265 struct group_list struct
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 265 struct group_list
267 struct group_list * next;
273 struct group_list * root;
9159 struct group_list * g;
9217 g = (struct group_list *) xmalloc (sizeof (struct group_list));
10078 struct group_list * g;
23642 struct group_list * g;
23643 struct group_list * next;
263 struct group_list struct

Completed in 67 milliseconds