| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | aout0.c | 33 #define MACHTYPE_OK(mtype) \ argument 34 ((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020)
|
| H A D | aout-sparcle.c | 32 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET) argument
|
| H A D | i386freebsd.c | 27 #define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN) argument
|
| H A D | i386bsd.c | 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN) argument
|
| H A D | sparclynx.c | 56 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \ argument 57 || (mtype) == M_68010 \ 58 || (mtype) == M_68020 \ 59 || (mtype) == M_SPARC)
|
| H A D | i386dynix.c | 30 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN) argument
|
| H A D | mipsbsd.c | 34 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \ argument 35 || (mtype) == M_MIPS1 || (mtype) == M_MIPS2)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | aout0.c | 33 #define MACHTYPE_OK(mtype) \ argument 34 ((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020)
|
| H A D | aout-sparcle.c | 32 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET) argument
|
| H A D | i386freebsd.c | 27 #define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN) argument
|
| H A D | i386bsd.c | 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN) argument
|
| H A D | sparclynx.c | 46 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \ argument 47 || (mtype) == M_68010 \ 48 || (mtype) == M_68020 \ 49 || (mtype) == M_SPARC)
|
| H A D | i386dynix.c | 30 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN) argument
|
| H A D | mipsbsd.c | 34 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \ argument 35 || (mtype) == M_MIPS1 || (mtype) == M_MIPS2)
|
| /openbsd-src/usr.bin/vi/vi/ |
| H A D | vs_msg.c | 229 vs_msg(SCR *sp, mtype_t mtype, char *line, size_t len) in vs_msg() argument 286 if (mtype == M_ERR) in vs_msg() 289 if (mtype == M_ERR) in vs_msg() 302 (void)vs_msgsave(sp, mtype, line, len); in vs_msg() 310 if (mtype == M_NONE) { in vs_msg() 311 vs_output(sp, mtype, line, len); in vs_msg() 348 vs_output(sp, vip->mtype, ".\n", 2); in vs_msg() 350 vs_output(sp, vip->mtype, ";", 1); in vs_msg() 354 vip->mtype = mtype; in vs_msg() 376 vs_output(sp, mtype, s, e - s); in vs_msg() [all …]
|
| /openbsd-src/sys/dev/ |
| H A D | spdmem.c | 665 uint8_t mtype, chipsize, dividend, divisor; in spdmem_ddr3_decode() local 690 mtype = s->sm_data[SPDMEM_DDR3_MODTYPE]; in spdmem_ddr3_decode() 691 if (mtype == SPDMEM_DDR3_RDIMM || mtype == SPDMEM_DDR3_MINI_RDIMM) in spdmem_ddr3_decode() 750 uint8_t mtype, chipsize, mtb; in spdmem_ddr4_decode() local 784 mtype = s->sm_data[SPDMEM_DDR4_MODTYPE]; in spdmem_ddr4_decode() 785 if (mtype & SPDMEM_DDR4_MODTYPE_HYBRID) in spdmem_ddr4_decode() 787 mtype &= SPDMEM_DDR4_MODTYPE_MASK; in spdmem_ddr4_decode() 788 if (mtype == SPDMEM_DDR4_RDIMM || mtype == SPDMEM_DDR4_MINI_RDIMM || in spdmem_ddr4_decode() 789 mtype == SPDMEM_DDR4_72B_SO_RDIMM) in spdmem_ddr4_decode() 791 if (mtype == SPDMEM_DDR4_72B_SO_UDIMM || in spdmem_ddr4_decode() [all …]
|
| /openbsd-src/regress/sys/kern/sysvmsg/ |
| H A D | msgtest.c | 61 long mtype; member 184 m.mtype = MTYPE_1; in main() 198 m.mtype = MTYPE_2; in main() 332 m.mtype = MTYPE_1_ACK; in receiver() 349 m.mtype = MTYPE_2_ACK; in receiver()
|
| /openbsd-src/usr.bin/vi/common/ |
| H A D | mark.c | 107 mark_get(SCR *sp, CHAR_T key, MARK *mp, mtype_t mtype) in mark_get() argument 116 msgq(sp, mtype, "Mark %s: not set", KEY_NAME(sp, key)); in mark_get() 120 msgq(sp, mtype, in mark_get() 131 msgq(sp, mtype, in mark_get()
|
| /openbsd-src/usr.bin/rdist/ |
| H A D | message.c | 325 msgsendstdout(struct msgfacility *msgfac, int mtype, int flags, char *msgbuf) in msgsendstdout() argument 335 switch(mtype) { in msgsendstdout() 345 switch(mtype) { in msgsendstdout() 379 msgsendsyslog(struct msgfacility *msgfac, int mtype, int flags, char *msgbuf) in msgsendsyslog() argument 386 switch(mtype) { in msgsendsyslog() 420 msgsendfile(struct msgfacility *msgfac, int mtype, int flags, char *msgbuf) in msgsendfile() argument 436 msgsendnotify(struct msgfacility *msgfac, int mtype, int flags, char *msgbuf) in msgsendnotify() argument
|
| /openbsd-src/usr.sbin/sasyncd/ |
| H A D | monitor.c | 242 u_int32_t mtype = MONITOR_CARPDEC; in monitor_carpundemote() local 245 if (m_write(m_state.s, &mtype, sizeof mtype) < 1) in monitor_carpundemote() 254 u_int32_t mtype = MONITOR_CARPINC; in monitor_carpdemote() local 257 if (m_write(m_state.s, &mtype, sizeof mtype) < 1) in monitor_carpdemote()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_doorbell_mgr.c | 212 pcireg_t mtype; in amdgpu_doorbell_init() local 213 mtype = pci_mapreg_type(adev->pdev->pc, adev->pdev->tag, 0x18); in amdgpu_doorbell_init() 215 mtype, &adev->doorbell.base, &adev->doorbell.size, NULL)) in amdgpu_doorbell_init()
|
| H A D | gmc_v9_0.c | 1103 * 58:57 mtype 1189 unsigned int mtype_local, mtype; in gmc_v9_0_get_coherence_flags() local 1199 mtype = MTYPE_UC; in gmc_v9_0_get_coherence_flags() 1201 mtype = MTYPE_CC; in gmc_v9_0_get_coherence_flags() 1203 mtype = MTYPE_RW; in gmc_v9_0_get_coherence_flags() 1213 mtype = MTYPE_UC; in gmc_v9_0_get_coherence_flags() 1215 mtype = MTYPE_NC; in gmc_v9_0_get_coherence_flags() 1221 mtype = MTYPE_UC; in gmc_v9_0_get_coherence_flags() 1223 mtype = MTYPE_NC; in gmc_v9_0_get_coherence_flags() 1253 mtype in gmc_v9_0_get_coherence_flags() [all...] |
| /openbsd-src/usr.sbin/ldpd/ |
| H A D | pfkey.c | 51 pfkey_send(int sd, uint8_t satype, uint8_t mtype, uint8_t dir, in pfkey_send() argument 113 smsg.sadb_msg_type = mtype; in pfkey_send() 116 switch (mtype) { in pfkey_send() 148 switch (mtype) { in pfkey_send() 173 switch (mtype) { in pfkey_send() 210 switch (mtype) { in pfkey_send()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_vi.c | 172 unsigned int mtype, unsigned int atc_bit) in __update_mqd() argument 180 mtype << CP_HQD_PQ_CONTROL__MTYPE__SHIFT; in __update_mqd() 199 mtype << CP_HQD_EOP_CONTROL__MTYPE__SHIFT; in __update_mqd() 203 mtype << CP_HQD_IB_CONTROL__MTYPE__SHIFT; in __update_mqd() 220 mtype << CP_HQD_IQ_TIMER__MTYPE__SHIFT; in __update_mqd() 232 mtype << CP_HQD_CTX_SAVE_CONTROL__MTYPE__SHIFT; in __update_mqd()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | c-typeprint.c | 41 static void cp_type_print_method_args (struct type *mtype, char *prefix, 153 cp_type_print_method_args (struct type *mtype, char *prefix, char *varstring, in cp_type_print_method_args() argument 156 struct field *args = TYPE_FIELDS (mtype); in cp_type_print_method_args() 157 int nargs = TYPE_NFIELDS (mtype); in cp_type_print_method_args() 158 int varargs = TYPE_VARARGS (mtype); in cp_type_print_method_args() 1024 struct type *mtype = TYPE_FN_FIELD_TYPE (f, j); in c_type_print_base() local 1025 cp_type_print_method_args (mtype, in c_type_print_base()
|