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

  /src/external/gpl3/gdb.old/dist/gdb/
ser-tcp.c 168 /* Try to connect to the host represented by AINFO. If the connection
174 try_connect (const struct addrinfo *ainfo, unsigned int *polls,
177 int sock = gdb_socket_cloexec (ainfo->ai_family, ainfo->ai_socktype,
178 ainfo->ai_protocol);
197 if (connect (sock, ainfo->ai_addr, ainfo->ai_addrlen) < 0)
285 struct addrinfo *ainfo; local
301 &hint, &ainfo);
306 scoped_free_addrinfo free_ainfo (ainfo);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ser-tcp.c 168 /* Try to connect to the host represented by AINFO. If the connection
174 try_connect (const struct addrinfo *ainfo, unsigned int *polls,
177 int sock = gdb_socket_cloexec (ainfo->ai_family, ainfo->ai_socktype,
178 ainfo->ai_protocol);
197 if (connect (sock, ainfo->ai_addr, ainfo->ai_addrlen) < 0)
285 struct addrinfo *ainfo; local
301 &hint, &ainfo);
306 scoped_free_addrinfo free_ainfo (ainfo);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
gdbreplay.cc 136 struct addrinfo *ainfo; local
161 &hint, &ainfo);
172 scoped_free_addrinfo free_ainfo (ainfo);
176 for (p = ainfo; p != NULL; p = p->ai_next)
remote-utils.cc 236 struct addrinfo *ainfo; local
265 &hint, &ainfo);
270 scoped_free_addrinfo freeaddrinfo (ainfo);
274 for (iter = ainfo; iter != NULL; iter = iter->ai_next)
  /src/external/gpl3/gdb/dist/gdbserver/
gdbreplay.cc 136 struct addrinfo *ainfo; local
161 &hint, &ainfo);
172 scoped_free_addrinfo free_ainfo (ainfo);
176 for (p = ainfo; p != NULL; p = p->ai_next)
remote-utils.cc 236 struct addrinfo *ainfo; local
265 &hint, &ainfo);
270 scoped_free_addrinfo freeaddrinfo (ainfo);
274 for (iter = ainfo; iter != NULL; iter = iter->ai_next)
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 135 struct alias_info *ainfo; member in union:symbol::__anon3181
  /src/external/bsd/byacc/dist/
defs.h 473 struct ainfo struct
486 extern void destructor_redeclared_warning(const struct ainfo *);
518 extern GCC_NORETURN void unexpected_value(const struct ainfo *);
519 extern GCC_NORETURN void unterminated_action(const struct ainfo *);
520 extern GCC_NORETURN void unterminated_comment(const struct ainfo *);
521 extern GCC_NORETURN void unterminated_string(const struct ainfo *);
522 extern GCC_NORETURN void unterminated_text(const struct ainfo *);
523 extern GCC_NORETURN void unterminated_union(const struct ainfo *);
528 extern GCC_NORETURN void unterminated_arglist(const struct ainfo *);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_ackm.c 1005 OSSL_CC_ACK_INFO ainfo = { 0 }; local
1027 ainfo.tx_time = apkt->time;
1028 ainfo.tx_size = apkt->num_bytes;
1034 ackm->cc_method->on_data_acked(ackm->cc_data, &ainfo);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
hdcp.h 124 uint8_t ainfo; member in struct:mod_hdcp_message_hdcp1
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 399 add_file_shuffle (struct accumulate *ainfo,
415 if ((*tail)->size > ainfo->largest_file_shuffle)
416 ainfo->largest_file_shuffle = (*tail)->size;
420 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
437 if (size > ainfo->largest_file_shuffle)
438 ainfo->largest_file_shuffle = size;
445 add_memory_shuffle (struct accumulate *ainfo,
453 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
481 struct accumulate *ainfo;
484 ainfo = (struct accumulate *) bfd_malloc (amt)
480 struct accumulate *ainfo; local
540 struct accumulate *ainfo = (struct accumulate *) handle; local
570 struct accumulate *ainfo = (struct accumulate *) handle; local
1099 struct accumulate *ainfo = (struct accumulate *) handle; local
1588 struct accumulate *ainfo = (struct accumulate *) handle; local
2541 struct accumulate *ainfo = (struct accumulate *) handle; local
2551 struct accumulate *ainfo = (struct accumulate *) handle; local
2561 struct accumulate *ainfo = (struct accumulate *) handle; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 399 add_file_shuffle (struct accumulate *ainfo,
415 if ((*tail)->size > ainfo->largest_file_shuffle)
416 ainfo->largest_file_shuffle = (*tail)->size;
420 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
437 if (size > ainfo->largest_file_shuffle)
438 ainfo->largest_file_shuffle = size;
445 add_memory_shuffle (struct accumulate *ainfo,
453 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
481 struct accumulate *ainfo;
484 ainfo = (struct accumulate *) bfd_malloc (amt)
480 struct accumulate *ainfo; local
540 struct accumulate *ainfo = (struct accumulate *) handle; local
570 struct accumulate *ainfo = (struct accumulate *) handle; local
1099 struct accumulate *ainfo = (struct accumulate *) handle; local
1588 struct accumulate *ainfo = (struct accumulate *) handle; local
2543 struct accumulate *ainfo = (struct accumulate *) handle; local
2553 struct accumulate *ainfo = (struct accumulate *) handle; local
2563 struct accumulate *ainfo = (struct accumulate *) handle; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 389 add_file_shuffle (struct accumulate *ainfo,
405 if ((*tail)->size > ainfo->largest_file_shuffle)
406 ainfo->largest_file_shuffle = (*tail)->size;
410 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
427 if (size > ainfo->largest_file_shuffle)
428 ainfo->largest_file_shuffle = size;
435 add_memory_shuffle (struct accumulate *ainfo,
443 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
471 struct accumulate *ainfo;
474 ainfo = (struct accumulate *) bfd_malloc (amt)
469 struct accumulate *ainfo; local
529 struct accumulate *ainfo = (struct accumulate *) handle; local
559 struct accumulate *ainfo = (struct accumulate *) handle; local
1088 struct accumulate *ainfo = (struct accumulate *) handle; local
1577 struct accumulate *ainfo = (struct accumulate *) handle; local
2532 struct accumulate *ainfo = (struct accumulate *) handle; local
2542 struct accumulate *ainfo = (struct accumulate *) handle; local
2552 struct accumulate *ainfo = (struct accumulate *) handle; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 399 add_file_shuffle (struct accumulate *ainfo,
415 if ((*tail)->size > ainfo->largest_file_shuffle)
416 ainfo->largest_file_shuffle = (*tail)->size;
420 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
437 if (size > ainfo->largest_file_shuffle)
438 ainfo->largest_file_shuffle = size;
445 add_memory_shuffle (struct accumulate *ainfo,
453 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
481 struct accumulate *ainfo;
484 ainfo = (struct accumulate *) bfd_malloc (amt)
480 struct accumulate *ainfo; local
540 struct accumulate *ainfo = (struct accumulate *) handle; local
570 struct accumulate *ainfo = (struct accumulate *) handle; local
1099 struct accumulate *ainfo = (struct accumulate *) handle; local
1588 struct accumulate *ainfo = (struct accumulate *) handle; local
2543 struct accumulate *ainfo = (struct accumulate *) handle; local
2553 struct accumulate *ainfo = (struct accumulate *) handle; local
2563 struct accumulate *ainfo = (struct accumulate *) handle; local
    [all...]

Completed in 32 milliseconds