Lines Matching defs:priority
84 int priority;
105 int priority;
115 * Returns true if the chained priority is equal to or higher than
116 * given priority.
120 int priority)
122 while (category->priority == LXC_LOG_PRIORITY_NOTSET &&
126 int cmp_prio = category->priority;
133 return priority >= cmp_prio;
137 * converts a priority to a literal string
139 static inline const char* lxc_log_priority_to_string(int priority)
141 switch (priority) {
156 * converts a literal priority to an int
214 .priority = LXC_LOG_PRIORITY_##PRIORITY, \
258 (lxc_log_priority_to_string(lxc_log_category_##name.priority))
317 const char *priority, const char *prefix, int quiet,