Home
last modified time | relevance | path

Searched refs:MAXWAIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dnet.c64 #ifndef MAXWAIT
65 #define MAXWAIT 0 /* seconds */ macro
68 #if MAXWAIT < 0
69 #error MAXWAIT must not be a negative number
106 if (MAXWAIT > 0 && (getsecs() - tref) >= MAXWAIT) { in sendrecv()
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c2506 #define MAXWAIT 10 in destroy_action() macro
2535 for (wait = 0; ap->ippa_packets > 0 && wait < (MAXWAIT * 1000000); in destroy_action()
2607 #undef MAXWAIT in destroy_action()