Lines Matching refs:operation
684 enum { OP_NONE, OP_SUBMIT, OP_QUERY, OP_CANCEL } operation = OP_NONE;
742 if (operation != OP_NONE)
744 operation = OP_CANCEL;
748 if (operation != OP_NONE)
750 operation = OP_QUERY;
754 if (operation != OP_NONE)
756 operation = OP_SUBMIT;
766 (operation == OP_NONE))
769 if (operation == OP_SUBMIT) /* get a job-id if we need it */
791 /* perform the requested operation */
792 switch (operation) {
810 /* if the operation succeeded, send the fd to our parent */