Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/timed/timed/
Dreadmsg.c51 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/
Doosiop.c193 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 …]
Doosiopvar.h40 u_int8_t msgin[8]; member
51 #define OOSIOP_MSGINOFF OOSIOP_XFEROFF(msgin[0])
Dosiopvar.h106 buf_table_t msgin; /* Message in */ member
Dosiop.c325 acb->ds->msgin.count = 1;
326 acb->ds->msgin.addr = dsa + OSIOP_DSMSGINOFF;
Dsiop.c708 int msgin = bus_space_read_1(sc->sc_c.sc_rt, local
710 if (msgin == MSG_MESSAGE_REJECT) {
Dncr53c9x.c2242 goto msgin;
2525 msgin:
/mirbsd/src/sys/dev/microcode/siop/
Doosiop.ss80 JUMP REL(msgin), WHEN MSG_IN
90 msgin:
Dsiop.ss68 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
Dosiop.ss92 JUMP REL(msgin), WHEN MSG_IN
101 msgin:
/mirbsd/src/sys/dev/pci/
Dncr.c1265 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 …]
Dncrstat.c1403 printf (" msg in:"); printm (ncr.msgin,0); printf ("\n"); in dump_ncr()