| /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/ |
| esiop.c | 809 int msgin = bus_space_read_1(sc->sc_c.sc_rt, local 811 if (msgin == MSG_MESSAGE_REJECT) { 912 if (msgin == MSG_IGN_WIDE_RESIDUE) { 925 printf("unhandled message 0x%x\n", msgin);
|
| 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 */
|
| siop.c | 682 int msgin = bus_space_read_1(sc->sc_c.sc_rt, local 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
|
| /src/external/gpl3/gdb/dist/gdb/ |
| darwin-nat.c | 1194 } msgin; local 1195 mach_msg_header_t *hdr = &msgin.hdr; 1222 kret = mach_msg (&msgin.hdr, MACH_RCV_MSG | MACH_RCV_INTERRUPT, 0, 1223 sizeof (msgin.data), darwin_port_set, 0, MACH_PORT_NULL); 1268 kret = mach_msg (&msgin.hdr, 1270 sizeof (msgin.data), darwin_port_set, 1, MACH_PORT_NULL);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| darwin-nat.c | 1191 } msgin; local 1192 mach_msg_header_t *hdr = &msgin.hdr; 1219 kret = mach_msg (&msgin.hdr, MACH_RCV_MSG | MACH_RCV_INTERRUPT, 0, 1220 sizeof (msgin.data), darwin_port_set, 0, MACH_PORT_NULL); 1265 kret = mach_msg (&msgin.hdr, 1267 sizeof (msgin.data), darwin_port_set, 1, MACH_PORT_NULL);
|