Searched refs:sinfo (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dmerge.c349 struct sec_merge_info *sinfo; local
385 for (sinfo = (struct sec_merge_info *) *psinfo; sinfo; sinfo = sinfo->next)
386 if ((secinfo = sinfo->chain)
393 if (sinfo == NULL)
396 sinfo = bfd_alloc (abfd, sizeof (struct sec_merge_info));
397 if (sinfo == NULL)
399 sinfo
442 record_section(struct sec_merge_info *sinfo, struct sec_merge_sec_info *secinfo) argument
591 merge_strings(struct sec_merge_info *sinfo) argument
706 struct sec_merge_info *sinfo; local
[all...]
H A Dstabs.c150 struct stab_info *sinfo,
188 if (sinfo->stabstr == NULL)
194 sinfo->strings = _bfd_stringtab_init ();
195 if (sinfo->strings == NULL)
198 (void) _bfd_stringtab_add (sinfo->strings, "", TRUE, TRUE);
199 if (! bfd_hash_table_init (&sinfo->includes,
205 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
207 if (sinfo->stabstr == NULL)
285 *pstridx = _bfd_stringtab_add (sinfo->strings, string, TRUE, TRUE);
365 bfd_hash_lookup (&sinfo
147 _bfd_link_section_stabs(bfd *abfd, struct stab_info *sinfo, asection *stabsec, asection *stabstrsec, void * *psecinfo, bfd_size_type *pstring_offset) argument
656 _bfd_write_section_stabs(bfd *output_bfd, struct stab_info *sinfo, asection *stabsec, void * *psecinfo, bfd_byte *contents) argument
727 _bfd_write_stab_strings(bfd *output_bfd, struct stab_info *sinfo) argument
[all...]
H A Delf32-spu.c1651 struct spu_elf_stack_info *sinfo = sec_data->stack_info; local
1655 if (sinfo == NULL)
1657 sinfo = alloc_stack_info (sec, 20);
1658 if (sinfo == NULL)
1675 for (i = sinfo->num_fun; --i >= 0; )
1676 if (sinfo->fun[i].lo <= off)
1683 if (sinfo->fun[i].lo == off)
1686 if (global && !sinfo->fun[i].global)
1688 sinfo->fun[i].global = TRUE;
1689 sinfo
1806 struct spu_elf_stack_info *sinfo = sec_data->stack_info; local
1852 struct spu_elf_stack_info *sinfo = sec_data->stack_info; local
2043 struct spu_elf_stack_info *sinfo; local
2282 struct spu_elf_stack_info *sinfo; local
2400 struct spu_elf_stack_info *sinfo; local
2439 struct spu_elf_stack_info *sinfo; local
2465 struct spu_elf_stack_info *sinfo; local
2599 struct spu_elf_stack_info *sinfo; local
[all...]
H A Delflink.c1836 struct elf_assign_sym_version_info *sinfo;
1843 sinfo = data;
1844 info = sinfo->info;
1855 sinfo->failed = TRUE;
1864 bed = get_elf_backend_data (sinfo->output_bfd);
1891 for (t = sinfo->verdefs; t != NULL; t = t->next)
1944 t = bfd_zalloc (sinfo->output_bfd, amt);
1947 sinfo->failed = TRUE;
1957 if (sinfo->verdefs != NULL && sinfo
1831 struct elf_assign_sym_version_info *sinfo; local
5998 struct elf_find_verdep_info sinfo; local
6009 &sinfo); local
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dsctp_sys_calls.c525 struct sctp_sndrcvinfo sinfo; local
527 memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
528 sinfo.sinfo_ppid = ppid;
529 sinfo.sinfo_flags = flags;
530 sinfo.sinfo_stream = stream_no;
531 sinfo.sinfo_timetolive = timetolive;
532 sinfo.sinfo_context = context;
533 sinfo.sinfo_assoc_id = 0;
535 data, len, to, tolen, &sinfo, 0));
538 struct sctp_sndrcvinfo *sinfo;
639 sctp_send(int sd, const void *data, size_t len, const struct sctp_sndrcvinfo *sinfo, int flags) argument
681 sctp_sendx(int sd, const void *msg, size_t msg_len, struct sockaddr *addrs, int addrcnt, struct sctp_sndrcvinfo *sinfo, int flags) argument
793 struct sctp_sndrcvinfo sinfo; local
805 sctp_recvmsg(int s, void *dbuf, size_t len, struct sockaddr *from, socklen_t * fromlen, struct sctp_sndrcvinfo *sinfo, int *msg_flags) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_kdf.c66 const unsigned char *sinfo, size_t sinfolen,
90 if (!EVP_DigestUpdate(&mctx, sinfo, sinfolen))
64 ECDH_KDF_X9_62(unsigned char *out, size_t outlen, const unsigned char *Z, size_t Zlen, const unsigned char *sinfo, size_t sinfolen, const EVP_MD *md) argument
H A Decdh.h108 const unsigned char *sinfo, size_t sinfolen,
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c217 struct sctp_sndrcvinfo *sinfo,
222 struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL; local
234 if (uap->sinfo != NULL) {
235 error = copyin(uap->sinfo, &sinfo, sizeof (sinfo));
238 u_sinfo = &sinfo;
330 struct sctp_sndrcvinfo *sinfo,
335 struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL; local
348 if (uap->sinfo !
468 struct sctp_sndrcvinfo sinfo; local
[all...]
H A Dsctp_indata.h79 struct sctp_sndrcvinfo *sinfo);
H A Dsctputil.c5266 struct sctp_sndrcvinfo *sinfo,
5643 /* First lets get off the sinfo and sockaddr info */
5644 if ((sinfo != NULL) && (filling_sinfo != 0)) {
5645 sinfo->sinfo_stream = control->sinfo_stream;
5646 sinfo->sinfo_ssn = (uint16_t)control->mid;
5647 sinfo->sinfo_flags = control->sinfo_flags;
5648 sinfo->sinfo_ppid = control->sinfo_ppid;
5649 sinfo->sinfo_context = control->sinfo_context;
5650 sinfo->sinfo_timetolive = control->sinfo_timetolive;
5651 sinfo
5260 sctp_sorecvmsg(struct socket *so, struct uio *uio, struct mbuf **mp, struct sockaddr *from, int fromlen, int *msg_flags, struct sctp_sndrcvinfo *sinfo, int filling_sinfo) argument
6305 struct sctp_extrcvinfo sinfo; local
[all...]
H A Dsctp_indata.c173 sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo) argument
196 seinfo = (struct sctp_extrcvinfo *)sinfo;
235 rcvinfo->rcv_sid = sinfo->sinfo_stream;
236 rcvinfo->rcv_ssn = sinfo->sinfo_ssn;
237 rcvinfo->rcv_flags = sinfo->sinfo_flags;
238 rcvinfo->rcv_ppid = sinfo->sinfo_ppid;
239 rcvinfo->rcv_tsn = sinfo->sinfo_tsn;
240 rcvinfo->rcv_cumtsn = sinfo->sinfo_cumtsn;
241 rcvinfo->rcv_context = sinfo->sinfo_context;
242 rcvinfo->rcv_assoc_id = sinfo
[all...]
H A Dsctp_uio.h241 /* Flags that go into the sinfo->sinfo_flags field */
1287 struct sctp_sndrcvinfo *sinfo,
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c206 struct rfb_srvr_info sinfo; local
210 sinfo.width = htons(gc_image->width);
211 sinfo.height = htons(gc_image->height);
212 sinfo.pixfmt.bpp = 32;
213 sinfo.pixfmt.depth = 32;
214 sinfo.pixfmt.bigendian = 0;
215 sinfo.pixfmt.truecolor = 1;
216 sinfo.pixfmt.red_max = htons(255);
217 sinfo.pixfmt.green_max = htons(255);
218 sinfo
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_scan.h42 typedef struct sinfo { struct
/freebsd-11-stable/contrib/binutils/binutils/
H A Dnm.c57 symbol_info *sinfo; member in struct:extended_symbol_info
62 #define SYM_NAME(sym) (sym->sinfo->name)
63 #define SYM_VALUE(sym) (sym->sinfo->value)
64 #define SYM_TYPE(sym) (sym->sinfo->type)
65 #define SYM_STAB_NAME(sym) (sym->sinfo->stab_name)
66 #define SYM_STAB_DESC(sym) (sym->sinfo->stab_desc)
67 #define SYM_STAB_OTHER(sym) (sym->sinfo->stab_other)
789 info.sinfo = &syminfo;
H A Ddlltool.c2085 } sinfo; typedef in typeref:struct:__anon274
2106 static sinfo secdata[NSECS] =
2133 static sinfo secdata[NSECS] =
2269 sinfo *si = secdata + i;
2386 sinfo *si = secdata + i;
2637 sinfo *si = secdata + i;
2646 sinfo *si = secdata + i;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c36 struct nlattr *sinfo[NL80211_SURVEY_INFO_MAX + 1]; local
54 if (nla_parse_nested(sinfo, NL80211_SURVEY_INFO_MAX,
62 if (!sinfo[NL80211_SURVEY_INFO_NOISE])
65 if (!sinfo[NL80211_SURVEY_INFO_FREQUENCY])
69 nla_get_u32(sinfo[NL80211_SURVEY_INFO_FREQUENCY]);
71 (s8) nla_get_u8(sinfo[NL80211_SURVEY_INFO_NOISE]);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1388 struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo); local
1415 sinfo = &handshake_sinfo;
1453 sndinfo->snd_sid = sinfo->snd_sid;
1454 sndinfo->snd_flags = sinfo->snd_flags;
1455 sndinfo->snd_ppid = sinfo->snd_ppid;
1456 sndinfo->snd_context = sinfo->snd_context;
1476 sndrcvinfo->sinfo_stream = sinfo->snd_sid;
1477 sndrcvinfo->sinfo_flags = sinfo->snd_flags;
1481 sndrcvinfo->sinfo_ppid = sinfo->snd_ppid;
1482 sndrcvinfo->sinfo_context = sinfo
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dreadcdf.c434 private struct sinfo { struct
517 const struct sinfo *si = &sectioninfo[sd];
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c701 int64_t sinfo; local
742 &sinfo) == 0) {
773 &info, &sinfo) == 0) {
785 &sinfo) == 0) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dpi-defs.h1553 uint64_t sinfo : 6; /**< Packet Scatterlist Doorbell count overflow info */ member in struct:cvmx_dpi_pint_info::cvmx_dpi_pint_info_s
1555 uint64_t sinfo : 6;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c2485 char sinfo[sizeof (gdb_siginfo_t)]; member in struct:__anon1585
2510 mysinfo = (gdb_siginfo_t *) &arg.sinfo;
2520 win = (ioctl (pi->ctl_fd, PIOCSSIG, (void *) &arg.sinfo) >= 0);
2554 char sinfo[sizeof (gdb_siginfo_t)]; member in struct:__anon1586
2560 mysinfo = (gdb_siginfo_t *) &arg.sinfo;
/freebsd-11-stable/sys/kern/
H A Dsystrace_args.c2644 uarg[5] = (intptr_t) p->sinfo; /* struct sctp_sndrcvinfo * */
2657 uarg[5] = (intptr_t) p->sinfo; /* struct sctp_sndrcvinfo * */
2670 uarg[5] = (intptr_t) p->sinfo; /* struct sctp_sndrcvinfo * */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2482 uarg[5] = (intptr_t) p->sinfo; /* struct sctp_sndrcvinfo * */
2495 uarg[5] = (intptr_t) p->sinfo; /* struct sctp_sndrcvinfo * */
2508 uarg[5] = (intptr_t) p->sinfo; /* struct sctp_sndrcvinfo * */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1401 char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)]; member in struct:sctp_generic_sendmsg_args
1410 char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)]; member in struct:sctp_generic_sendmsg_iov_args
1419 char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)]; member in struct:sctp_generic_recvmsg_args

Completed in 387 milliseconds