Lines Matching refs:priority
93 int priority = LOG_INFO;
122 server_dispatch_message(s, iovec, n, m, ucred, tv, label, label_len, NULL, priority, object_pid);
124 priority = LOG_INFO;
164 /* We need to determine the priority
170 priority = (priority & LOG_FACMASK) | (p[9] - '0');
175 priority = (priority & LOG_PRIMASK) | ((p[16] - '0') << 3);
181 priority = (priority & LOG_PRIMASK) | (((p[16] - '0')*10 + (p[17] - '0')) << 3);
281 server_forward_syslog(s, priority, identifier, message, ucred, tv);
284 server_forward_kmsg(s, priority, identifier, message, ucred);
287 server_forward_console(s, priority, identifier, message, ucred);
290 server_forward_wall(s, priority, identifier, message, ucred);
293 server_dispatch_message(s, iovec, n, m, ucred, tv, label, label_len, NULL, priority, object_pid);
498 return log_error_errno(r, "Failed to adjust native event source priority: %m");