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

123

/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-sparcle.c32 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET)
H A Daout0.c33 #define MACHTYPE_OK(mtype) \
34 ((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020)
H A Di386freebsd.c27 #define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN)
H A Di386bsd.c37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
H A Dmipsbsd.c34 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \
35 || (mtype) == M_MIPS1 || (mtype) == M_MIPS2)
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) \
/freebsd-11-stable/contrib/ntp/include/
H A Dadjtime.h47 long mtype; member in struct:__anon4750::__anon4751
55 * mtype values
/freebsd-11-stable/contrib/nvi/common/
H A Dmsg.h58 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */ member in struct:_msg
H A Dmark.c118 mtype_t mtype)
127 msgq(sp, mtype, "017|Mark %s: not set", KEY_NAME(sp, key));
131 msgq(sp, mtype,
142 msgq(sp, mtype,
114 mark_get( SCR *sp, ARG_CHAR_T key, MARK *mp, mtype_t mtype) argument
H A Dmsg.c364 mtype_t mtype,
372 msgq(sp, mtype, "%s", fmt);
376 msgq_str(sp, mtype, nstr, fmt);
388 mtype_t mtype,
396 msgq(sp, mtype, "%s", fmt);
403 msgq(sp, mtype, fmt, p);
362 msgq_wstr( SCR *sp, mtype_t mtype, const CHAR_T *str, const char *fmt) argument
386 msgq_str( SCR *sp, mtype_t mtype, const char *str, const char *fmt) argument
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c69 out->mtype = *msg->b_rptr++;
112 uni_decode_body_internal(enum uni_msgtype mtype, struct uni_msg *msg, argument
185 ret = uni_msgtable[mtype]->decode(out, msg, ietype,
234 if (out->mtype >= 256)
236 if (uni_msgtable[out->mtype] == NULL)
238 return (uni_decode_body_internal(out->mtype, msg, &out->u, cx));
259 if (in->mtype >= 256)
261 if (uni_msgtable[in->mtype] == NULL)
264 return ((uni_msgtable[in->mtype]->encode)(msg, &in->u, cx));
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_msg.c231 vs_msg(SCR *sp, mtype_t mtype, char *line, size_t len) argument
286 if (mtype == M_ERR)
289 if (mtype == M_ERR)
302 (void)vs_msgsave(sp, mtype, line, len);
310 if (mtype == M_NONE) {
311 vs_output(sp, mtype, line, len);
348 vs_output(sp, vip->mtype, ".\n", 2);
350 vs_output(sp, vip->mtype, ";", 1);
353 vip->mtype = mtype;
393 vs_output(SCR *sp, mtype_t mtype, const char *line, int llen) argument
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tipc.c165 u_int mtype; local
181 mtype = TIPC_MTYPE(w1);
192 tok2str(tipcmtype_values, "Unknown", mtype)));
205 tok2str(tipcmtype_values, "Unknown", mtype)));
230 u_int mtype; local
251 mtype = TIPC_MTYPE(w1);
260 tok2str(tipcmtype_values, "Unknown", mtype), w1));
298 u_int mtype; local
311 mtype = TIPC_MTYPE(w1);
321 tok2str(tipc_linkconf_mtype_values, "Unknown", mtype)));
[all...]
/freebsd-11-stable/tools/regression/sysvmsg/
H A Dmsgtest.c68 long mtype; member in struct:test_mymsg
171 m.mtype = MTYPE_1;
185 m.mtype = MTYPE_2;
321 m.mtype = MTYPE_1_ACK;
338 m.mtype = MTYPE_2_ACK;
/freebsd-11-stable/sys/kern/
H A Dsubr_kobj.c257 struct malloc_type *mtype,
265 obj = malloc(cls->size, mtype, mflags | M_ZERO);
318 kobj_delete(kobj_t obj, struct malloc_type *mtype) argument
338 if (mtype)
339 free(obj, mtype);
256 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) argument
H A Dsubr_mchain.c275 int mtype, error; local
277 mtype = (uiop->uio_segflg == UIO_SYSSPACE) ? MB_MSYSTEM : MB_MUSER;
290 error = mb_put_mem(mbp, uiop->uio_iov->iov_base, left, mtype);
529 int mtype, error; local
531 mtype = (uiop->uio_segflg == UIO_SYSSPACE) ? MB_MSYSTEM : MB_MUSER;
544 error = md_get_mem(mdp, uiocp, left, mtype);
H A Dsysv_msg.c757 size_t msgsz, int msgflg, long mtype)
946 msghdr->msg_type = mtype;
986 DPRINTF(("mtype (%ld) < 1\n", msghdr->msg_type));
1099 long mtype; local
1104 if ((error = copyin(uap->msgp, &mtype, sizeof(mtype))) != 0) {
1109 (const char *)uap->msgp + sizeof(mtype),
1110 uap->msgsz, uap->msgflg, mtype));
1125 int msgflg, long *mtype)
1336 *mtype
756 kern_msgsnd(struct thread *td, int msqid, const void *msgp, size_t msgsz, int msgflg, long mtype) argument
1124 kern_msgrcv(struct thread *td, int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg, long *mtype) argument
1384 long mtype; local
1776 long mtype; local
1793 long mtype; local
[all...]
/freebsd-11-stable/sys/sys/
H A Dkobj.h197 struct malloc_type *mtype,
207 * Delete an object. If mtype is non-zero, free the memory.
209 void kobj_delete(kobj_t obj, struct malloc_type *mtype);
H A Dmsg.h111 * to the mtype and mtext field declarations below. It isn't clear
116 long mtype; /* message type (+ve integer) */ member in struct:mymsg
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ipc.h90 long mtype; /* message type */ member in struct:svr4_msgbuf
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h36 (MSG)->mtype = (TYPE); \
44 (MSG)->mtype = (TYPE); \
91 (IE).u.mtype = MTYPE; \
H A Dsig_coord.c361 VERBOSE(uni, UNI_FAC_COORD, 2, "GLOB MTYPE = %x", u->mtype);
363 switch (u->mtype) {
426 VERBOSE(uni, UNI_FAC_COORD, 2, "UNKNOWN MTYPE = %x", u->mtype);
428 switch (u->mtype) {
521 ADD_CAUSE_MTYPE(resp->u.release_compl.cause[0], u->mtype);
552 u->mtype, c->cref, c->mine ? "mine":"his");
554 switch (u->mtype) {
1130 enum uni_callstate cs, enum uni_cause c1, u_int mtype)
1140 ADD_CAUSE_MTYPE(resp->u.status.cause, mtype);
1129 uni_respond_status_mtype(struct uni *uni, struct uni_cref *cref, enum uni_callstate cs, enum uni_cause c1, u_int mtype) argument
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dreadmsg.c45 #define LOOKAT(msg, mtype, mfrom, netp, froms) \
46 (((mtype) == TSP_ANY || (mtype) == (msg).tsp_type) && \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgsnd.c57 long mtype; member in struct:msg
216 msg.mtype = 0;
H A Dt_msgrcv.c58 long mtype; member in struct:msg
220 ATF_CHECK(msg1.buf[0] != msg2.buf[0]); /* Different mtype. */
226 ATF_CHECK(msg1.buf[0] == msg2.buf[0]); /* Same mtype. */
306 long mtype; member in struct:msgsmall

Completed in 188 milliseconds

123