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

1 2

  /src/external/mit/libuv/dist/src/unix/
haiku.c 60 system_info sinfo; local
62 status = get_system_info(&sinfo);
66 return (sinfo.max_pages - sinfo.used_pages) * B_PAGE_SIZE;
72 system_info sinfo; local
74 status = get_system_info(&sinfo);
78 return sinfo.max_pages * B_PAGE_SIZE;
  /src/sys/external/bsd/ipf/netinet/
ip_scan.h 50 typedef struct sinfo { struct
  /src/external/bsd/file/dist/src/
readcdf.c 440 file_private struct sinfo { struct
523 const struct sinfo *si = &sectioninfo[sd];
  /src/external/bsd/ipf/dist/
ip_scan.h 50 typedef struct sinfo { struct
  /src/external/bsd/unbound/dist/winrc/
win_svc.c 276 STARTUPINFO sinfo; local
279 memset(&sinfo, 0, sizeof(sinfo));
280 sinfo.cb = sizeof(sinfo);
284 CREATE_NO_WINDOW, NULL, NULL, &sinfo, &pinfo))
583 STARTUPINFO sinfo; local
586 memset(&sinfo, 0, sizeof(sinfo));
587 sinfo.cb = sizeof(sinfo)
    [all...]
  /src/lib/libc/net/
sctp_sys_calls.c 477 const struct sctp_sndrcvinfo *sinfo,
505 *s_info = *sinfo;
516 struct sctp_sndrcvinfo *sinfo,
555 sinfo->sinfo_assoc_id = sctp_getassocid(sd, addrs);
556 if (sinfo->sinfo_assoc_id == 0) {
563 ret = sctp_send(sd, msg, len, sinfo, flags);
584 struct sctp_sndrcvinfo sinfo; local
586 memset((void *) &sinfo, 0, sizeof(struct sctp_sndrcvinfo));
587 sinfo.sinfo_ppid = ppid;
588 sinfo.sinfo_flags = flags
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_rsa.c 815 unsigned char *sinfo; local
818 sinfo = OPENSSL_malloc(sinfo_length);
819 if (sinfo == NULL)
822 extension_append(SSL_SERVERINFOV1, serverinfo, serverinfo_length, sinfo);
824 ret = SSL_CTX_use_serverinfo_ex(ctx, SSL_SERVERINFOV2, sinfo,
827 OPENSSL_free(sinfo);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_rsa.c 751 unsigned char *sinfo; local
754 sinfo = OPENSSL_malloc(sinfo_length);
755 if (sinfo == NULL) {
760 extension_append(SSL_SERVERINFOV1, serverinfo, serverinfo_length, sinfo);
762 ret = SSL_CTX_use_serverinfo_ex(ctx, SSL_SERVERINFOV2, sinfo,
765 OPENSSL_free(sinfo);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_rsa.c 886 unsigned char *sinfo; local
889 sinfo = OPENSSL_malloc(sinfo_length);
890 if (sinfo == NULL) {
895 extension_append(SSL_SERVERINFOV1, serverinfo, serverinfo_length, sinfo);
897 ret = SSL_CTX_use_serverinfo_ex(ctx, SSL_SERVERINFOV2, sinfo,
900 OPENSSL_free(sinfo);
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c 36 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]);
  /src/sys/opencrypto/
cryptodev.c 135 struct selinfo sinfo; member in struct:fcrypt
262 selinit(&criofcr->sinfo);
731 selnotify(&crp->fcrp->sinfo, 0, 0);
752 selnotify(&krp->fcrp->sinfo, 0, 0);
905 seldestroy(&fcr->sinfo);
1027 selinit(&fcr->sinfo);
2013 selrecord(curlwp, &fcr->sinfo);
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_msg.c 878 OSSL_CMP_PKISI *sinfo; local
932 sinfo = fail_info != 0 ? OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, fail_info, text) : OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_accepted, 0, text);
933 if (sinfo == NULL)
935 certStatus->statusInfo = sinfo;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_dgram.c 1222 struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo); local
1249 sinfo = &handshake_sinfo;
1280 sndinfo->snd_sid = sinfo->snd_sid;
1281 sndinfo->snd_flags = sinfo->snd_flags;
1282 sndinfo->snd_ppid = sinfo->snd_ppid;
1283 sndinfo->snd_context = sinfo->snd_context;
1303 sndrcvinfo->sinfo_stream = sinfo->snd_sid;
1304 sndrcvinfo->sinfo_flags = sinfo->snd_flags;
1308 sndrcvinfo->sinfo_ppid = sinfo->snd_ppid;
1309 sndrcvinfo->sinfo_context = sinfo->snd_context
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_msg.c 791 OSSL_CMP_PKISI *sinfo; local
835 sinfo = fail_info != 0 ?
838 if (sinfo == NULL)
840 certStatus->statusInfo = sinfo;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_dgram.c 1240 struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo); local
1267 sinfo = &handshake_sinfo;
1298 sndinfo->snd_sid = sinfo->snd_sid;
1299 sndinfo->snd_flags = sinfo->snd_flags;
1300 sndinfo->snd_ppid = sinfo->snd_ppid;
1301 sndinfo->snd_context = sinfo->snd_context;
1321 sndrcvinfo->sinfo_stream = sinfo->snd_sid;
1322 sndrcvinfo->sinfo_flags = sinfo->snd_flags;
1326 sndrcvinfo->sinfo_ppid = sinfo->snd_ppid;
1327 sndrcvinfo->sinfo_context = sinfo->snd_context
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_dgram.c 2201 struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo); local
2227 sinfo = &handshake_sinfo;
2258 sndinfo->snd_sid = sinfo->snd_sid;
2259 sndinfo->snd_flags = sinfo->snd_flags;
2260 sndinfo->snd_ppid = sinfo->snd_ppid;
2261 sndinfo->snd_context = sinfo->snd_context;
2280 sndrcvinfo->sinfo_stream = sinfo->snd_sid;
2281 sndrcvinfo->sinfo_flags = sinfo->snd_flags;
2285 sndrcvinfo->sinfo_ppid = sinfo->snd_ppid;
2286 sndrcvinfo->sinfo_context = sinfo->snd_context
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
merge.c 136 struct sec_merge_info *sinfo; member in struct:sec_merge_sec_info
137 /* The section associated with sinfo (i.e. the representative section).
138 Same as sinfo->chain->sec, but faster to access in the hot function. */
614 struct sec_merge_info *sinfo; local
678 for (sinfo = (struct sec_merge_info *) *psinfo; sinfo; sinfo = sinfo->next)
679 if (sinfo->chain
680 && (repr = sinfo->chain->sec
981 struct sec_merge_info *sinfo; local
1181 struct sec_merge_info *sinfo; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-gmon.cc 420 Stack_info *sinfo = (Stack_info*) d; local
430 sinfo->kind = STACK_INFO;
431 sinfo->hsize = (d - (char*) sinfo);
  /src/external/gpl3/binutils.old/dist/bfd/
merge.c 138 struct sec_merge_info *sinfo; member in struct:sec_merge_sec_info
139 /* The section associated with sinfo (i.e. the representative section).
140 Same as sinfo->chain->sec, but faster to access in the hot function. */
617 struct sec_merge_info *sinfo; local
682 for (sinfo = (struct sec_merge_info *) *psinfo; sinfo; sinfo = sinfo->next)
683 if (sinfo->chain
684 && (repr = sinfo->chain->sec
984 struct sec_merge_info *sinfo; local
1159 struct sec_merge_info *sinfo; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
merge.c 138 struct sec_merge_info *sinfo; member in struct:sec_merge_sec_info
139 /* The section associated with sinfo (i.e. the representative section).
140 Same as sinfo->chain->sec, but faster to access in the hot function. */
617 struct sec_merge_info *sinfo; local
682 for (sinfo = (struct sec_merge_info *) *psinfo; sinfo; sinfo = sinfo->next)
683 if (sinfo->chain
684 && (repr = sinfo->chain->sec
984 struct sec_merge_info *sinfo; local
1159 struct sec_merge_info *sinfo; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
merge.c 144 struct sec_merge_info *sinfo; member in struct:sec_merge_sec_info
145 /* The section associated with sinfo (i.e. the representative section).
146 Same as sinfo->chain->sec, but faster to access in the hot function. */
598 struct sec_merge_info *sinfo; local
662 for (sinfo = (struct sec_merge_info *) *psinfo; sinfo; sinfo = sinfo->next)
663 if (sinfo->chain
664 && (repr = sinfo->chain->sec
973 struct sec_merge_info *sinfo; local
1151 struct sec_merge_info *sinfo; local
    [all...]
  /src/usr.sbin/sysinst/
label.c 1550 struct disk_part_info sinfo, cinfo; local
1623 csrc->pscheme->get_part_info(csrc, cid, &sinfo);
1625 pset->parts, &cinfo, csrc->pscheme, &sinfo))
part_edit.c 466 struct disk_part_info sinfo, cinfo; local
520 if (!parts->pscheme->get_part_info(parts, cid, &sinfo))
522 offset = sinfo.start + sinfo.size;
535 csrc->pscheme->get_part_info(csrc, cid, &sinfo);
537 parts, &cinfo, csrc->pscheme, &sinfo))
  /src/external/gpl3/binutils/dist/binutils/
nm.c 69 symbol_info *sinfo; member in struct:extended_symbol_info
76 #define SYM_VALUE(sym) (sym->sinfo->value)
77 #define SYM_TYPE(sym) (sym->sinfo->type)
78 #define SYM_STAB_NAME(sym) (sym->sinfo->stab_name)
79 #define SYM_STAB_DESC(sym) (sym->sinfo->stab_desc)
80 #define SYM_STAB_OTHER(sym) (sym->sinfo->stab_other)
687 name = info->sinfo->name;
1232 info.sinfo = &syminfo;
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 70 symbol_info *sinfo; member in struct:extended_symbol_info
76 #define SYM_VALUE(sym) (sym->sinfo->value)
77 #define SYM_TYPE(sym) (sym->sinfo->type)
78 #define SYM_STAB_NAME(sym) (sym->sinfo->stab_name)
79 #define SYM_STAB_DESC(sym) (sym->sinfo->stab_desc)
80 #define SYM_STAB_OTHER(sym) (sym->sinfo->stab_other)
693 name = info->sinfo->name;
1234 info.sinfo = &syminfo;

Completed in 56 milliseconds

1 2