Searched refs:msgin (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/usr.sbin/timed/timed/ |
| D | readmsg.c | 51 struct tsp msgin; variable 118 msgin = ptr->info; in readmsg() 138 print(&msgin, &from); in readmsg() 147 && ptr->info.tsp_type == msgin.tsp_type) { in readmsg() 154 return(&msgin); in readmsg() 202 if ((n = recvfrom(sock, (char *)&msgin, sizeof(struct tsp), 0, in readmsg() 214 bytehostorder(&msgin); in readmsg() 216 if (msgin.tsp_vers > TSPVERSION) { in readmsg() 224 if (memchr(msgin.tsp_name, '\0', sizeof msgin.tsp_name) == in readmsg() 247 if (msgin.tsp_type != TSP_TRACEON && in readmsg() [all …]
|
| /mirbsd/src/sys/dev/ic/ |
| D | oosiop.c | 193 offsetof(struct oosiop_xfer, msgin[0]); in oosiop_attach() 538 offsetof(struct oosiop_xfer, msgin[0])); in oosiop_setup_dma() 540 offsetof(struct oosiop_xfer, msgin[1])); in oosiop_setup_dma() 1284 offsetof(struct oosiop_xfer, msgin[2])); in oosiop_scriptintr() 1381 switch (xfer->msgin[0]) { in oosiop_msgin() 1383 switch (xfer->msgin[2]) { in oosiop_msgin() 1390 if (xfer->msgin[3] < sc->sc_minperiod) in oosiop_msgin() 1391 xfer->msgin[3] = sc->sc_minperiod; in oosiop_msgin() 1392 if (xfer->msgin[4] > OOSIOP_MAX_OFFSET) in oosiop_msgin() 1393 xfer->msgin[4] = OOSIOP_MAX_OFFSET; in oosiop_msgin() [all …]
|
| D | oosiopvar.h | 40 u_int8_t msgin[8]; member 51 #define OOSIOP_MSGINOFF OOSIOP_XFEROFF(msgin[0])
|
| D | osiopvar.h | 106 buf_table_t msgin; /* Message in */ member
|
| D | osiop.c | 325 acb->ds->msgin.count = 1; 326 acb->ds->msgin.addr = dsa + OSIOP_DSMSGINOFF;
|
| D | siop.c | 708 int msgin = bus_space_read_1(sc->sc_c.sc_rt, local 710 if (msgin == MSG_MESSAGE_REJECT) {
|
| D | ncr53c9x.c | 2242 goto msgin; 2525 msgin:
|
| /mirbsd/src/sys/dev/microcode/siop/ |
| D | oosiop.ss | 80 JUMP REL(msgin), WHEN MSG_IN 90 msgin:
|
| D | siop.ss | 68 ENTRY msgin; 130 JUMP REL(msgin), WHEN MSG_IN; 255 msgin: 276 ; entry point for msgout after a msgin or status phase 362 NOP; space to store msgin when reselect
|
| D | osiop.ss | 92 JUMP REL(msgin), WHEN MSG_IN 101 msgin:
|
| /mirbsd/src/sys/dev/pci/ |
| D | ncr.c | 1265 u_char msgin [8]; member 1890 NADDR (msgin), 2112 NADDR (msgin[0]), 2525 NADDR (msgin), 2566 NADDR (msgin), 2578 NADDR (msgin), 2727 NADDR (msgin[1]), 2786 NADDR (msgin[1]), 2813 NADDR (msgin[2]), 2841 NADDR (msgin[3]), [all …]
|
| D | ncrstat.c | 1403 printf (" msg in:"); printm (ncr.msgin,0); printf ("\n"); in dump_ncr()
|