Home
last modified time | relevance | path

Searched refs:facility (Results 1 – 25 of 219) sorted by relevance

123456789

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.conf.sysvinit101 filter f_debug { level(debug) and not facility(auth, authpriv, news, mail); };
104 not facility(auth,authpriv,cron,daemon,mail,news); };
106 filter f_auth { facility(auth, authpriv) and not filter(f_debug); };
107 filter f_cron { facility(cron) and not filter(f_debug); };
108 filter f_daemon { facility(daemon) and not filter(f_debug); };
109 filter f_kern { facility(kern) and not filter(f_debug); };
110 filter f_lpr { facility(lpr) and not filter(f_debug); };
111 filter f_local { facility(local0, local1, local3, local4, local5,
113 filter f_mail { facility(mail) and not filter(f_debug); };
114 filter f_news { facility(news) and not filter(f_debug); };
[all …]
H A Dsyslog-ng.conf.systemd101 filter f_debug { level(debug) and not facility(auth, authpriv, news, mail); };
104 not facility(auth,authpriv,cron,daemon,mail,news); };
106 filter f_auth { facility(auth, authpriv) and not filter(f_debug); };
107 filter f_cron { facility(cron) and not filter(f_debug); };
108 filter f_daemon { facility(daemon) and not filter(f_debug); };
109 filter f_kern { facility(kern) and not filter(f_debug); };
110 filter f_lpr { facility(lpr) and not filter(f_debug); };
111 filter f_local { facility(local0, local1, local3, local4, local5,
113 filter f_mail { facility(mail) and not filter(f_debug); };
114 filter f_news { facility(news) and not filter(f_debug); };
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dalternative.h14 u16 facility; /* facility bit set for replacement */ member
97 #define ALTINSTR_ENTRY(facility, num) \ argument
100 "\t.word " __stringify(facility) "\n" /* facility bit */ \
109 #define ALTERNATIVE(oldinstr, altinstr, facility) \ argument
115 ALTINSTR_ENTRY(facility, 1) \
141 #define alternative(oldinstr, altinstr, facility) \ argument
142 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory")
H A DKbuild3 generated-y += facility-defs.h
/OK3568_Linux_fs/kernel/arch/s390/tools/
H A DMakefile7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
23 $(kapi)/facility-defs.h: $(obj)/gen_facilities FORCE
24 $(call filechk,facility-defs.h)
/OK3568_Linux_fs/kernel/drivers/base/firmware_loader/
H A DKconfig5 tristate "Firmware loading facility" if EXPERT
8 This enables the firmware loading facility in the kernel. The kernel
75 This option enables a sysfs loading facility to enable firmware
87 the requested firmware a sysfs fallback loading facility is made
95 This used to be the default firmware loading facility, and udev used
97 loading facility functionality in udev has been removed, as such it
104 Since this was the default firmware loading facility at one point,
131 for provisioning. Since udev's firmware loading facility has been
141 facility in userspace.
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_debug.h14 #define yprintk(facility, format, args...) \ argument
15 do { printk(facility "%s %d: " format , \
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_debug.h13 #define yprintk(facility, format, args...) \ argument
14 do { printk(facility "%s %d: " format , \
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddev-kmsg14 carries the syslog priority and facility. The single decimal
16 priority and the next 8 bits the syslog facility number.
19 log priority and the facility number is set to LOG_USER (1). It
21 facility number LOG_KERN (0), to make sure that the origin of
74 prefix including priority and facility, the 64 bit message
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk.c520 static int log_store(u32 caller_id, int facility, int level, in log_store() argument
545 r.info->facility = facility; in log_store()
633 (info->facility << 3) | info->level, info->seq, in info_print_ext_header()
706 int devkmsg_emit(int facility, int level, const char *fmt, ...) in devkmsg_emit() argument
712 r = vprintk_emit(facility, level, NULL, fmt, args); in devkmsg_emit()
722 int facility = 1; /* LOG_USER */ in devkmsg_write() local
769 facility = LOG_FACILITY(u); in devkmsg_write()
776 devkmsg_emit(facility, level, "%s", line); in devkmsg_write()
1122 dest_r.info->facility = r->info->facility; in add_to_rb()
1348 len = print_syslog((info->facility << 3) | info->level, buf); in info_print_prefix()
[all …]
H A Dinternal.h18 int vprintk_store(int facility, int level,
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dfix_warnings2.patch92 -openlog(name, logopt, facility)
93 +void openlog(name, logopt, facility)
96 int facility;
97 @@ -27,7 +27,7 @@ int facility;
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Ddscr.rst68 create a facility unavailable exception. Inside this exception handler
71 the DSCR facility for the next time around (both for read and write) by
72 setting DSCR facility in the FSCR register.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst36 that a workaround is not accepted in the Linux kernel. And this facility
40 This facility can be used by platform/BIOS vendors to provide a Linux
43 This facility also provides a powerful feature to easily debug and test
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Doperations.rst25 FS-Cache has an asynchronous operations handling facility that it uses for its
30 This facility is available to and expected to be used by the cache backends,
34 To make use of this facility, <linux/fscache-cache.h> should be #included.
109 will be given to the slow work facility to process. Such an operation is
/OK3568_Linux_fs/buildroot/package/lpty/
H A DConfig.in4 A simple facility for lua to control other programs via
/OK3568_Linux_fs/buildroot/package/dhcp/
H A Ddhcpd.conf26 log-facility local7;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Ddhcpd.conf28 log-facility local7;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/
H A Dsensord3 # 0 means turning facility off
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ap.rst2 Adjunct Processor (AP) facility
8 The Adjunct Processor (AP) facility is an IBM Z cryptographic facility comprised
422 facilities: The AP Facilities Test (APFT) facility; and the AP Query
423 Configuration Information (QCI) facility. These features/facilities are made
430 2. apft: Indicates the APFT facility is available on the guest. This facility
432 facility bit 15 is set).
434 3. apqci: Indicates the AP QCI facility is available on the guest. This facility
436 facility bit 12 is set).
449 Note: If the APFT facility is turned off (apft=off) for the guest, the guest
452 the APFT facility to ascertain the facilities installed on a given AP device. If
[all …]
/OK3568_Linux_fs/kernel/Documentation/features/locking/lockdep/
H A Darch-support.txt4 # description: arch supports the runtime locking correctness debug facility
/OK3568_Linux_fs/buildroot/package/pamtester/
H A DConfig.in6 (PAM) facility. While specifically designed to help PAM module
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_h323_main.c1008 Facility_UUIE *facility) in process_facility() argument
1015 if (facility->reason.choice == eFacilityReason_callForwarded) { in process_facility()
1016 if (facility->options & eFacility_UUIE_alternativeAddress) in process_facility()
1019 &facility-> in process_facility()
1024 if (facility->options & eFacility_UUIE_h245Address) { in process_facility()
1026 &facility->h245Address); in process_facility()
1031 if (facility->options & eFacility_UUIE_fastStart) { in process_facility()
1032 for (i = 0; i < facility->fastStart.count; i++) { in process_facility()
1035 &facility->fastStart.item[i]); in process_facility()
1105 &pdu->h323_message_body.facility); in process_q931()
/OK3568_Linux_fs/kernel/Documentation/features/core/generic-idle-thread/
H A Darch-support.txt4 # description: arch makes use of the generic SMP idle thread facility
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DLGPL-3.0-only28 …, a facility refers to a function or data to be supplied by an Application that uses the facility
30 …, in the event an Application does not supply the function or data, the facility still operates, a…

123456789