Searched refs:msgin (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dreadmsg.c56 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 if ((n = recvfrom(sock, &msgin, sizeof(struct tsp), 0,
219 bytehostorder(&msgin);
221 if (msgin.tsp_vers > TSPVERSION) {
229 if (memchr(msgin.tsp_name,
230 '\0', sizeof msgin
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Doosiopvar.h39 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 */
H A Doosiop.c169 /* Use first cb to reselection msgin buffer */
172 offsetof(struct oosiop_xfer, msgin[0]);
526 offsetof(struct oosiop_xfer, msgin[0]));
528 offsetof(struct oosiop_xfer, msgin[1]));
1165 offsetof(struct oosiop_xfer, msgin[2]));
1262 switch (xfer->msgin[0]) {
1264 switch (xfer->msgin[2]) {
1271 if (xfer->msgin[3] < sc->sc_minperiod)
1272 xfer->msgin[3] = sc->sc_minperiod;
1273 if (xfer->msgin[
[all...]
H A Dosiopvar.h103 buf_table_t msgin; /* 40: Message in */ member in struct:osiop_ds
H A Desiop.c809 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);
H A Dsiop.c682 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) {
H A Dosiop.c293 acb->ds->msgin.count = 1;
294 acb->ds->msgin.addr = dsa + OSIOP_DSMSGINOFF;
H A Dncr53c9x.c1562 printf("%s: msgin: no msg byte available\n",
2407 goto msgin;
2698 msgin:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat.c1018 } msgin; local
1019 mach_msg_header_t *hdr = &msgin.hdr;
1046 kret = mach_msg (&msgin.hdr, MACH_RCV_MSG | MACH_RCV_INTERRUPT, 0,
1047 sizeof (msgin.data), darwin_port_set, 0, MACH_PORT_NULL);
1084 kret = mach_msg (&msgin.hdr,
1086 sizeof (msgin.data), darwin_port_set, 1, MACH_PORT_NULL);

Completed in 204 milliseconds