Searched refs:unsol (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dadb_direct.c210 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
475 packet.unsol = 0;
485 packet.unsol = 1;
575 packet.unsol = 0;
863 packet.unsol = 1;
870 packet.unsol = 0;
992 packet.unsol = 0;
1315 packet.unsol = 0;
1325 packet.unsol = 1;
1401 packet.unsol
[all...]
H A Dpm_direct.c221 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
1017 packet.unsol = 0;
1105 packet.unsol = 0;
1129 packet.unsol = 1;
/netbsd-current/sys/arch/macppc/dev/
H A Dadb_direct.c185 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
408 packet.unsol = 0;
418 packet.unsol = 1;
508 packet.unsol = 0;
676 * If in->unsol is 0, then this is either the notification
681 * If in->unsol is 1, then this packet was unsolicited and
720 if (in->unsol)
745 if (in->unsol) {
761 if (in->unsol) {
839 * Note that for unsol packet
[all...]
H A Dpm_direct.c212 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
700 packet.unsol = 0;
783 packet.unsol = 0;
817 packet.unsol = 1;
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudio.c251 hda_error(sc, "unsol: codec id 0x%02x out of range\n", codecid);
256 hda_error(sc, "unsol: codec id 0x%02x not valid\n", codecid);
268 hdaudio_rirb_dequeue(struct hdaudio_softc *sc, bool unsol) argument
280 if (unsol) {
281 /* don't wait for more unsol events */
282 hda_trace(sc, "unsol: rirb empty\n");
304 unsol ? "unsol" : "cmd ",

Completed in 187 milliseconds