Home
last modified time | relevance | path

Searched refs:EXIT_RETRY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/model/
H A Duri55 EXIT_RETRY=129
75 fail ${EXIT_RETRY} "connection to the printer dropped; off-line?"
79 fail ${EXIT_RETRY} "interrupt from the printer; baud-rate issues?"
83 fail ${EXIT_RETRY} "job cancelled"
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h114 #define EXIT_RETRY 129 /* interface failed, try again */ macro
H A Ddowait.c152 if (exited != EXIT_RETRY) { in dowait()