Home
last modified time | relevance | path

Searched refs:msgin (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/usr.sbin/timed/timed/
H A Dreadmsg.c56 struct tsp msgin; variable
122 msgin = ptr->info; in readmsg()
142 print(&msgin, &from); in readmsg()
151 && ptr->info.tsp_type == msgin.tsp_type) { in readmsg()
158 return(&msgin); in readmsg()
206 memset(&msgin, 0, sizeof(msgin)); in readmsg()
207 if ((n = recvfrom(sock, &msgin, sizeof(struct tsp), 0, in readmsg()
226 bytehostorder(&msgin); in readmsg()
228 if (msgin.tsp_vers > TSPVERSION) { in readmsg()
236 if (memchr(msgin.tsp_name, in readmsg()
[all …]
/netbsd-src/sys/dev/ic/
H A Doosiop.c172 offsetof(struct oosiop_xfer, msgin[0]); in oosiop_attach()
545 offsetof(struct oosiop_xfer, msgin[0])); in oosiop_setup_dma()
547 offsetof(struct oosiop_xfer, msgin[1])); in oosiop_setup_dma()
1184 offsetof(struct oosiop_xfer, msgin[2])); in oosiop_scriptintr()
1281 switch (xfer->msgin[0]) { in oosiop_msgin()
1283 switch (xfer->msgin[2]) { in oosiop_msgin()
1290 if (xfer->msgin[3] < sc->sc_minperiod) in oosiop_msgin()
1291 xfer->msgin[3] = sc->sc_minperiod; in oosiop_msgin()
1292 if (xfer->msgin[4] > OOSIOP_MAX_OFFSET) in oosiop_msgin()
1293 xfer->msgin[4] = OOSIOP_MAX_OFFSET; in oosiop_msgin()
[all …]
H A Doosiopvar.h39 uint8_t msgin[8]; member
50 #define OOSIOP_MSGINOFF OOSIOP_XFEROFF(msgin[0])
H A Dosiopvar.h103 buf_table_t msgin; /* 40: Message in */ member
H A Desiop.c809 int msgin = bus_space_read_1(sc->sc_c.sc_rt, in esiop_intr() local
811 if (msgin == MSG_MESSAGE_REJECT) { in esiop_intr()
912 if (msgin == MSG_IGN_WIDE_RESIDUE) { in esiop_intr()
925 printf("unhandled message 0x%x\n", msgin); in esiop_intr()
H A Dsiop.c682 int msgin = bus_space_read_1(sc->sc_c.sc_rt, in siop_intr() local
685 if (msgin == MSG_MESSAGE_REJECT) { in siop_intr()
772 if (msgin == MSG_IGN_WIDE_RESIDUE) { in siop_intr()
H A Dosiop.c289 acb->ds->msgin.count = 1; in osiop_attach()
290 acb->ds->msgin.addr = dsa + OSIOP_DSMSGINOFF; in osiop_attach()
H A Dncr53c9x.c2404 goto msgin; in ncr53c9x_intr()
2695 msgin: in ncr53c9x_intr()
/netbsd-src/sys/dev/microcode/siop/
H A Dsiop.ss63 ENTRY msgin;
125 JUMP REL(msgin), WHEN MSG_IN;
250 msgin:
272 ; entry point for msgout after a msgin or status phase
358 NOP; space to store msgin when reselect
H A Doosiop.ss80 JUMP REL(msgin), WHEN MSG_IN
90 msgin:
H A Desiop.ss102 ENTRY msgin;
198 JUMP REL(msgin), WHEN MSG_IN;
323 send_msgout: ; entry point for msgout after a msgin or status phase
336 msgin:
H A Dosiop.ss86 JUMP REL(msgin), WHEN MSG_IN
95 msgin:
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_trce.c885 unsigned char mt, const unsigned char **msgin, in ssl_print_extensions() argument
889 const unsigned char *msg = *msgin; in ssl_print_extensions()
903 *msgin = msg; in ssl_print_extensions()
932 *msgin = msg; in ssl_print_extensions()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_trce.c896 unsigned char mt, const unsigned char **msgin, in ssl_print_extensions() argument
900 const unsigned char *msg = *msgin; in ssl_print_extensions()
914 *msgin = msg; in ssl_print_extensions()
943 *msgin = msg; in ssl_print_extensions()
/netbsd-src/sys/arch/amiga/dev/
H A Dsiop_script.ss77 JUMP REL(msgin), WHEN MSG_IN
86 msgin:
H A Dsiop2_script.ss78 JUMP REL(msgin), WHEN MSG_IN
87 msgin:
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20097529 (msgin, msgout, msg_state, exc_msg): Removed.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20097529 (msgin, msgout, msg_state, exc_msg): Removed.