• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cups-408/cups/scheduler/

Lines Matching refs:policy

1265   * Update the default policy, as needed...
1275 cupsd_location_t *po; /* New policy operation */
1279 cupsdLogMessage(CUPSD_LOG_ERROR, "Default policy \"%s\" not found.",
1286 "Using policy \"default\" as the default.");
1290 "Creating CUPS default administrative policy:");
3654 char *policy, /* I - Location name/path */
3669 * Create the policy...
3672 if ((pol = cupsdFindPolicy(policy)) != NULL)
3674 policy, linenum);
3675 else if ((pol = cupsdAddPolicy(policy)) == NULL)
3746 * If none are specified, apply the policy to all operations...
3756 * Add a new policy for the first operation...
3770 * Copy the policy to the other operations...
3909 "Unexpected end-of-file at line %d while reading policy "
3910 "\"%s\".", linenum, policy);
3917 * 'set_policy_defaults()' - Set default policy values as needed.
3927 * Verify that we have an explicit policy for Validate-Job, Cancel-Jobs,
3944 "No limit for Validate-Job defined in policy %s "
3945 "- using Print-Job's policy.", pol->name);
3951 "No limit for Validate-Job defined in policy %s "
3967 "No limit for Cancel-Jobs defined in policy %s "
3968 "- using Pause-Printer's policy.", pol->name);
3974 "No limit for Cancel-Jobs defined in policy %s "
3990 "No limit for Cancel-My-Jobs defined in policy %s "
3991 "- using Send-Document's policy.", pol->name);
3997 "No limit for Cancel-My-Jobs defined in policy %s "
4013 "No limit for Close-Job defined in policy %s "
4014 "- using Send-Document's policy.", pol->name);
4020 "No limit for Close-Job defined in policy %s "
4036 "No limit for CUPS-Get-Document defined in policy %s "
4037 "- using Send-Document's policy.", pol->name);
4043 "No limit for CUPS-Get-Document defined in policy %s "
4049 * SubscriptionPrivateAccess, and SubscriptionPrivateValues in the policy.
4055 "No JobPrivateAccess defined in policy %s "
4064 "No JobPrivateValues defined in policy %s "
4075 "No SubscriptionPrivateAccess defined in policy %s "
4084 "No SubscriptionPrivateValues defined in policy %s "