Searched refs:set_qstate (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmds.c416 setres = set_qstate(SQS_STOPP, lf);
419 * If set_qstate found that there already was a lock file, then
441 printf("\t<unexpected result (%d) from set_qstate>\n",
884 setres = set_qstate(SQS_ENABLEQ, lf);
899 setres = set_qstate(SQS_DISABLEQ, lf);
951 setres = set_qstate(SQS_DISABLEQ+SQS_STOPP, lf);
985 setres = set_qstate(SQS_STARTP, lf);
1051 setres = set_qstate(SQS_STARTP, lf);
1138 setres = set_qstate(SQS_STOPP, lf);
1321 setres = set_qstate(SQS_ENABLE
[all...]
H A Dmovejobs.c261 setres = set_qstate(SQS_QCHANGED, pp->lock_file);
264 "\t* attempt to set_qstate() failed [%d]!\n",
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.h226 * Bit-flags for set_qstate() actions, followed by the return values.
307 int set_qstate(int _action, const char *_lfname);
H A Dcommon.c332 set_qstate(int action, const char *lfname) function
398 printf("\t<error in set_qstate!>\n");

Completed in 78 milliseconds