| /netbsd-src/usr.sbin/timed/timed/ |
| H A D | readmsg.c | 56 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 D | oosiop.c | 172 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 D | oosiopvar.h | 39 uint8_t msgin[8]; member 50 #define OOSIOP_MSGINOFF OOSIOP_XFEROFF(msgin[0])
|
| H A D | osiopvar.h | 103 buf_table_t msgin; /* 40: Message in */ member
|
| H A D | esiop.c | 809 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 D | siop.c | 682 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 D | osiop.c | 289 acb->ds->msgin.count = 1; in osiop_attach() 290 acb->ds->msgin.addr = dsa + OSIOP_DSMSGINOFF; in osiop_attach()
|
| H A D | ncr53c9x.c | 2404 goto msgin; in ncr53c9x_intr() 2695 msgin: in ncr53c9x_intr()
|
| /netbsd-src/sys/dev/microcode/siop/ |
| H A D | siop.ss | 63 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 D | oosiop.ss | 80 JUMP REL(msgin), WHEN MSG_IN 90 msgin:
|
| H A D | esiop.ss | 102 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 D | osiop.ss | 86 JUMP REL(msgin), WHEN MSG_IN 95 msgin:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | t1_trce.c | 885 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 D | t1_trce.c | 896 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 D | siop_script.ss | 77 JUMP REL(msgin), WHEN MSG_IN 86 msgin:
|
| H A D | siop2_script.ss | 78 JUMP REL(msgin), WHEN MSG_IN 87 msgin:
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2009 | 7529 (msgin, msgout, msg_state, exc_msg): Removed.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2009 | 7529 (msgin, msgout, msg_state, exc_msg): Removed.
|