Searched refs:mtype (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-12-stable/contrib/binutils/bfd/
H A Daoutf1.h39 #define MACHTYPE_OK(mtype) \
40 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
41 || (((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020) \
H A Di386linux.c27 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
H A Dsparclinux.c28 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_UNKNOWN)
H A Dsunos.c34 #define MACHTYPE_OK(mtype) \
35 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
36 || ((mtype) == M_SPARCLET \
38 || ((mtype) == M_SPARCLITE_LE \
40 || (((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020) \
/freebsd-12-stable/contrib/gdb/gdb/
H A Dc-typeprint.c44 static void cp_type_print_method_args (struct type *mtype, char *prefix,
157 cp_type_print_method_args (struct type *mtype, char *prefix, char *varstring,
160 struct field *args = TYPE_FIELDS (mtype);
161 int nargs = TYPE_NFIELDS (mtype);
162 int varargs = TYPE_VARARGS (mtype);
1028 struct type *mtype = TYPE_FN_FIELD_TYPE (f, j);
1029 cp_type_print_method_args (mtype,
156 cp_type_print_method_args(struct type *mtype, char *prefix, char *varstring, int staticp, struct ui_file *stream) argument
1027 struct type *mtype = TYPE_FN_FIELD_TYPE (f, j); local
H A Dgdbtypes.c595 struct type *mtype; local
597 mtype = alloc_type (TYPE_OBJFILE (type));
598 smash_to_member_type (mtype, domain, type);
599 return (mtype);
611 struct type *mtype; local
613 mtype = init_type (TYPE_CODE_METHOD, 1, TYPE_FLAG_STUB, NULL,
615 TYPE_TARGET_TYPE (mtype) = type;
616 /* _DOMAIN_TYPE (mtype) = unknown yet */
617 return (mtype);
1531 struct type *mtype; local
[all...]
H A Ddwarfread.c3127 unsigned short modcount, int mtype)
3159 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) argument
3169 switch (mtype)
3189 "DIE @ 0x%x \"%s\", botched modified type decoding (mtype 0x%x)",
3190 DIE_ID, DIE_NAME, mtype);
3198 typep = decode_modified_type (modifiers, --modcount, mtype);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dadjtime.c226 msgp->msgb.mtype = CLIENT;
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ipc.c654 long mtype; local
663 mtype = (long)lmtype;
666 args->msgsz, args->msgflg, mtype));
673 long mtype; local
682 args->msgtyp, args->msgflg, &mtype)) != 0)
684 lmtype = (l_long)mtype;
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_lib.c118 uint8_t mtype; member in struct:__anon8267
161 mdevp[dane_mds[i].mtype] = md;
162 mdord[dane_mds[i].mtype] = dane_mds[i].ord;
231 if (SSL_dane_tlsa_add(to, t->usage, t->selector, t->mtype,
239 const EVP_MD *md, uint8_t mtype, uint8_t ord)
243 if (mtype == DANETLS_MATCHING_FULL && md != NULL) {
248 if (mtype > dctx->mdmax) {
251 int n = ((int)mtype) + 1;
268 for (i = dctx->mdmax + 1; i < mtype; ++i) {
273 dctx->mdmax = mtype;
238 dane_mtype_set(struct dane_ctx_st *dctx, const EVP_MD *md, uint8_t mtype, uint8_t ord) argument
283 tlsa_md_get(SSL_DANE *dane, uint8_t mtype) argument
290 dane_tlsa_add(SSL_DANE *dane, uint8_t usage, uint8_t selector, uint8_t mtype, unsigned const char *data, size_t dlen) argument
1082 SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, uint8_t *mtype, unsigned const char **data, size_t *dlen) argument
1109 SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, uint8_t mtype, unsigned const char *data, size_t dlen) argument
1115 SSL_CTX_dane_mtype_set(SSL_CTX *ctx, const EVP_MD *md, uint8_t mtype, uint8_t ord) argument
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-llm.c313 int mtype = 0; // MTYPE (0: RLDRAM/1: FCRAM local
450 if (mtype != 0)
617 (mtype << 3) |
H A Dcvmx-dfa-defs.h3734 uint64_t mtype : 1; /**< FCRAM-II Memory Type member in struct:cvmx_dfa_memcfg0::cvmx_dfa_memcfg0_s
3761 uint64_t mtype : 1;
4004 uint64_t mtype : 1; /**< Memory Type (0=RLDRAM-II/1=Network DRAM-II/FCRAM) member in struct:cvmx_dfa_memcfg0::cvmx_dfa_memcfg0_cn38xx
4050 uint64_t mtype : 1;
4261 uint64_t mtype : 1; /**< Memory Type (0=RLDRAM-II/1=Network DRAM-II/FCRAM) member in struct:cvmx_dfa_memcfg0::cvmx_dfa_memcfg0_cn38xxp2
4307 uint64_t mtype : 1;
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c2632 unsigned mtype = DANETLS_NONE; local
2697 mtype = DANETLS_NONE;
2698 ordinal = dane->dctx->mdord[t->mtype];
2710 mtype = DANETLS_NONE;
2711 ordinal = dane->dctx->mdord[t->mtype];
2712 } else if (t->mtype != DANETLS_MATCHING_FULL) {
2719 * highest mtype ordinal, ignore all mtypes with lower ordinals
2722 if (dane->dctx->mdord[t->mtype] < ordinal)
2727 * Each time we hit a (new selector or) mtype, re-compute the relevant
2730 if (t->mtype !
[all...]
/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c400 /** convert mtype to string */
401 static const char* mtype_to_str(enum _Dnstap__Message__Type mtype) argument
403 switch(mtype) {
519 const char* mtype = NULL; local
536 mtype = mtype_to_str(d->message->type);
547 mtype = "nomessage";
550 printf("%s%s%s%s%s\n", mtype, (maddr?" ":""), (maddr?maddr:""),
H A Ddnstap.c98 Dnstap__Message__Type mtype)
105 dm->m.type = mtype;
96 dt_msg_init(const struct dt_env *env, struct dt_msg *dm, Dnstap__Message__Type mtype) argument
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c54 long mtype; member in struct:msg
/freebsd-12-stable/contrib/nvi/common/
H A Dexf.c754 enum { NEWFILE, OLDFILE } mtype; local
823 mtype = NEWFILE;
835 mtype = OLDFILE;
965 switch (mtype) {
H A Dmain.c492 mp->mtype == M_ERR ? "ex/vi: " : "", (int)mp->len, mp->buf);
/freebsd-12-stable/contrib/nvi/vi/
H A Dvi.h246 mtype_t mtype; /* Last displayed message type. */ member in struct:_vi_private
/freebsd-12-stable/contrib/bmake/
H A Dparse.c819 int mtype; local
823 mtype = PARSE_INFO;
826 mtype = PARSE_WARNING;
829 mtype = PARSE_FATAL;
844 Parse_Error(mtype, "%s", line);
847 if (mtype == PARSE_FATAL) {
/freebsd-12-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c233 msg.msgb.mtype = SERVER;
/freebsd-12-stable/tests/sys/audit/
H A Dinter-process.c46 long int mtype; member in struct:msgstr
126 msg.mtype = 1;
183 msg1.mtype = 1;
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_cb.c1166 uint8_t usage, selector, mtype; local
1171 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen);
1186 usage, selector, mtype,
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c731 uni_entry("mtype", cx);
732 if(msg->mtype >= 256 || uni_msgtable[msg->mtype] == NULL) {
733 uni_printf(cx, "0x%02x(ERROR)", msg->mtype);
735 uni_printf(cx, "%s", uni_msgtable[msg->mtype]->name);
739 (*uni_msgtable[msg->mtype]->print)(&msg->u, cx);
755 uni_print_msg_internal(u_int mtype, const union uni_msgall *msg, argument
759 uni_entry("mtype", cx);
760 if (mtype >= 256 || uni_msgtable[mtype]
776 uni_print_msg(char *buf, size_t size, u_int mtype, const union uni_msgall *all, struct unicx *cx) argument
[all...]
H A Dunistruct.h734 uint8_t mtype; member in union:uni_ie_cause::__anon11028
1362 enum uni_msgtype mtype; member in struct:uni_all

Completed in 577 milliseconds

123