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

  /src/sys/arch/mac68k/dev/
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;
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...]
  /src/sys/arch/macppc/dev/
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;
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...]

Completed in 51 milliseconds