HomeSort by: relevance | last modified time | path
    Searched refs:unsol (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mac68k/dev/
adb_direct.c 210 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 = 0
    [all...]
pm_direct.c 233 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
1085 packet.unsol = 0;
1173 packet.unsol = 0;
1197 packet.unsol = 1;
  /src/sys/arch/macppc/dev/
adb_direct.c 185 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 packets we don't want to copy th
    [all...]
pm_direct.c 212 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
700 packet.unsol = 0;
783 packet.unsol = 0;
817 packet.unsol = 1;
  /src/sys/dev/hdaudio/
hdaudio.c 251 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)
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 44 milliseconds