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

/openbsd-current/sys/arch/macppc/dev/
H A Dadb.c183 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
399 packet.unsol = 0;
409 packet.unsol = 1;
499 packet.unsol = 0;
664 * If in->unsol is 0, then this is either the notification
669 * If in->unsol is 1, then this packet was unsolicited and
703 if (in->unsol)
728 if (in->unsol) {
744 if (in->unsol) {
814 * Note that for unsol packet
[all...]
H A Dpm_direct.c192 u_int unsol; /* 1 if packet was unsolicited */ member in struct:adbCommand
579 packet.unsol = 0;
658 packet.unsol = 0;
682 packet.unsol = 1;

Completed in 75 milliseconds