Lines Matching defs:facility
389 * the standard userspace syslog level and syslog facility. The usual kernel
391 * syslog facility, by default LOG_USER. The origin of every message can be
417 * record.info.facility = 0 (LOG_KERN)
658 (info->facility << 3) | info->level, info->seq,
727 int devkmsg_emit(int facility, int level, const char *fmt, ...)
733 r = vprintk_emit(facility, level, NULL, fmt, args);
743 int facility = 1; /* LOG_USER */
775 * level, the rest are the log facility.
777 * If no prefix or no userspace facility is specified, we
790 facility = LOG_FACILITY(u);
796 devkmsg_emit(facility, level, "%s", line);
1124 dest_r.info->facility = r->info->facility;
1382 len = print_syslog((info->facility << 3) | info->level, buf);
2216 static u16 printk_sprint(char *text, u16 size, int facility,
2231 if (facility == 0) {
2269 int vprintk_store(int facility, int level,
2314 if (facility == 0)
2330 facility, &flags, fmt, args);
2364 text_len = printk_sprint(&r.text_buf[0], reserve_size, facility, &flags, fmt, args);
2368 r.info->facility = facility;
2423 asmlinkage int vprintk_emit(int facility, int level,
2455 printed_len = vprintk_store(facility, level, dev_info, fmt, args);