/src/usr.sbin/timed/timed/ |
readmsg.c | 56 struct tsp msgin; variable in typeref:struct:tsp 122 msgin = ptr->info; 142 print(&msgin, &from); 151 && ptr->info.tsp_type == msgin.tsp_type) { 158 return(&msgin); 206 memset(&msgin, 0, sizeof(msgin)); 207 if ((n = recvfrom(sock, &msgin, sizeof(struct tsp), 0, 226 bytehostorder(&msgin); 228 if (msgin.tsp_vers > TSPVERSION) [all...] |
/src/sys/dev/ic/ |
oosiopvar.h | 39 uint8_t msgin[8]; member in struct:oosiop_xfer 50 #define OOSIOP_MSGINOFF OOSIOP_XFEROFF(msgin[0]) 139 bus_addr_t sc_reselbuf; /* msgin buffer for reselection */
|
esiop.c | 809 int msgin = bus_space_read_1(sc->sc_c.sc_rt, local in function:esiop_intr 811 if (msgin == MSG_MESSAGE_REJECT) { 912 if (msgin == MSG_IGN_WIDE_RESIDUE) { 925 printf("unhandled message 0x%x\n", msgin);
|
siop.c | 682 int msgin = bus_space_read_1(sc->sc_c.sc_rt, local in function:siop_intr 685 if (msgin == MSG_MESSAGE_REJECT) { 772 if (msgin == MSG_IGN_WIDE_RESIDUE) {
|
osiopvar.h | 103 buf_table_t msgin; /* 40: Message in */ member in struct:osiop_ds
|