Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/musb/
Dmusb_debug.h38 #define yprintk(facility, format, args...) \ argument
39 do { printk(facility "%s %d: " format , \
/linux-4.4.14/kernel/printk/
Dprintk.c232 u8 facility; /* syslog facility */ member
423 static int log_store(int facility, int level, in log_store() argument
464 msg->facility = facility; in log_store()
555 (msg->facility << 3) | msg->level, seq, ts_usec, cont); in msg_print_ext_header()
619 int facility = 1; /* LOG_USER */ in devkmsg_write() local
653 facility = LOG_FACILITY(u); in devkmsg_write()
660 printk_emit(facility, level, NULL, 0, "%s", line); in devkmsg_write()
1059 unsigned int prefix = (msg->facility << 3) | msg->level; in print_prefix()
1564 u8 facility; /* log facility of first message */ member
1582 log_store(cont.facility, cont.level, flags | LOG_NOCONS, in cont_flush()
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Ddev-kmsg13 carries the syslog priority and facility. The single decimal
15 priority and the higher bits the syslog facility number.
18 log priority and the facility number is set to LOG_USER (1). It
20 facility number LOG_KERN (0), to make sure that the origin of
60 prefix including priority and facility, the 64 bit message
/linux-4.4.14/Documentation/powerpc/
Ddscr.txt64 create a facility unavailable exception. Inside this exception handler
67 the DSCR facility for the next time around (both for read and write) by
68 setting DSCR facility in the FSCR register.
/linux-4.4.14/Documentation/features/locking/lockdep/
Darch-support.txt4 # description: arch supports the runtime locking correctness debug facility
/linux-4.4.14/arch/powerpc/platforms/powernv/
DKconfig27 This enables the opal-prd driver, a facility to run processor
/linux-4.4.14/Documentation/features/core/generic-idle-thread/
Darch-support.txt4 # description: arch makes use of the generic SMP idle thread facility
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt24 FS-Cache has an asynchronous operations handling facility that it uses for its
29 This facility is available to and expected to be be used by the cache backends,
33 To make use of this facility, <linux/fscache-cache.h> should be #included.
110 will be given to the slow work facility to process. Such an operation is
Dfscache.txt9 This facility is a general purpose cache for network filesystems, though it
34 facility to a network filesystem such that the cache is transparent to the
340 If CONFIG_FSCACHE_OBJECT_LIST is enabled, the FS-Cache facility will maintain a
421 If CONFIG_FSCACHE_DEBUG is enabled, the FS-Cache facility can have runtime
Dobject.txt131 the slow work facility. This was used in preference to the workqueue facility
Dcachefiles.txt163 kernel module contains its own very cut-down path walking facility that ignores
315 the Linux kernel and the SELinux facility.
483 If CONFIG_CACHEFILES_DEBUG is enabled, the CacheFiles facility can have runtime
Dnetfs-api.txt592 A facility is provided to read several pages at once, as requested by the
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddebug_if.h37 dword facility; member
Ddebug.c470 pmsg->facility = MSG_TYPE_STRING; in DI_register()
542 pmsg->facility = MSG_TYPE_STRING; in DI_deregister()
628 pmsg->facility = MSG_TYPE_BINARY; in DI_format()
666 pmsg->facility = MSG_TYPE_BINARY; in DI_format()
707 pmsg->facility = MSG_TYPE_STRING; in DI_format()
998 pmsg->facility = MSG_TYPE_STRING; in diva_mnt_add_xdi_adapter()
1085 pmsg->facility = MSG_TYPE_STRING; in diva_mnt_remove_xdi_adapter()
1861 pmsg->facility = MSG_TYPE_MLOG; in diva_maint_trace_notify()
Dmessage.c4854 byte facility[256]; in sig_ind() local
4976 ai_len = AddInfo(add_i, multi_fac_parms, esc_chi, facility); in sig_ind()
5503 facility[2] = 0; /* returncode */ in sig_ind()
5505 else facility[2] = 0xff; in sig_ind()
5510 facility[2] = 0xff; /* returncode */ in sig_ind()
5512 facility[0] = 2; in sig_ind()
5513 facility[1] = MWI_RESPONSE; /* Function */ in sig_ind()
5514 add_p(plci, CAI, facility); in sig_ind()
9040 byte *facility) in AddInfo() argument
9071 facility[j++] = 0x1c; /* copy fac IE */ in AddInfo()
[all …]
/linux-4.4.14/arch/tile/gxio/
DKconfig7 # Support direct access to the common I/O DMA facility within the
/linux-4.4.14/drivers/message/fusion/
DKconfig111 bool "Fusion MPT logging facility"
113 This turns on a logging facility that can be used to debug a number
/linux-4.4.14/net/ceph/
DKconfig38 be resolved using the CONFIG_DNS_RESOLVER facility.
/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_main.c1031 Facility_UUIE *facility) in process_facility() argument
1038 if (facility->reason.choice == eFacilityReason_callForwarded) { in process_facility()
1039 if (facility->options & eFacility_UUIE_alternativeAddress) in process_facility()
1042 &facility-> in process_facility()
1047 if (facility->options & eFacility_UUIE_h245Address) { in process_facility()
1049 &facility->h245Address); in process_facility()
1054 if (facility->options & eFacility_UUIE_fastStart) { in process_facility()
1055 for (i = 0; i < facility->fastStart.count; i++) { in process_facility()
1058 &facility->fastStart.item[i]); in process_facility()
1130 &pdu->h323_message_body.facility); in process_q931()
Dnf_conntrack_h323_types.c1345 offsetof(H323_UU_PDU_h323_message_body, facility), _Facility_UUIE},
/linux-4.4.14/tools/perf/Documentation/
Dperf-inject.txt22 information could make use of this facility.
Dperf-record.txt151 (Hardware Last Branch Record facility) as the method to collect
/linux-4.4.14/arch/s390/kernel/
Dhead.S313 .insn s,0xb2b00000,__LC_STFL_FAC_LIST # store facility list extended
343 # the kernel will crash. Format is number of facility words with bits set,
344 # followed by the facility words.
/linux-4.4.14/include/linux/
Dprintk.h129 int vprintk_emit(int facility, int level,
137 int printk_emit(int facility, int level,
/linux-4.4.14/Documentation/
DSubmitChecklist12 1: If you use a facility then #include the file that defines/declares
13 that facility. Don't depend on other header files pulling in ones
Dmodule-signing.txt22 The kernel module signing facility cryptographically signs modules during
30 This facility uses X.509 ITU-T standard certificates to encode the public keys
32 type. The facility currently only supports the RSA public key encryption
42 The module signing facility is enabled by going to the "Enable Loadable Module
Dbraille-console.txt23 to the cursor, hence providing very basic screen reviewing facility.
Dstatic-keys.txt58 kernel code paths should be able to make use of the static keys facility.
86 the basis for the static keys facility.
Ddebugging-via-ohci1394.txt35 this facility proved most useful for examining long debugs logs in the printk
Dkernel-docs.txt438 camera driver, control, query capabilities, capability, facility.
Ddevices.txt407 190 = /dev/crash Mission Critical Linux crash dump facility
2682 197 char OpenTNF tracing facility
2686 128 = /dev/tnf/status Tracing facility status
/linux-4.4.14/Documentation/acpi/
Dmethod-tracing.txt10 tracing facility.
63 There are special log entries added by the method tracing facility at
125 Note that all above method tracing facility related module parameters can
Ddebug.txt5 output. This document describes how to use this facility.
/linux-4.4.14/drivers/net/wireless/ath/
DKconfig34 Currently, ath9k makes use of this facility.
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-usb8 not the "USB-Persist" facility is enabled for the device. For
9 hubs this facility is always enabled and their device
/linux-4.4.14/Documentation/networking/
Ddns_resolver.txt49 To set up this facility, the /etc/request-key.conf file must be altered so that
68 To make use of this facility, one of the following functions that are
Drxrpc.txt56 (1) Part of an RxRPC facility for both kernel and userspace applications by
66 (4) A secure protocol, using the Linux kernel's key retention facility to
693 To use the RxRPC facility, a kernel utility must still open an AF_RXRPC socket,
Dcs89x0.txt208 be specified as command-line arguments to the load command. This facility
Dpacket_mmap.txt5 This file documents the mmap() facility available with the PACKET
Dip-sysctl.txt540 Note, that syncookies is fallback facility.
1278 reserved for the IPv6 flow manager facility, 0x80000-0xFFFFF
Dbonding.txt820 not all, device drivers support this facility.
/linux-4.4.14/Documentation/hwmon/
Dads782852 The chip also has the facility to use an external voltage reference. This
/linux-4.4.14/arch/arm/
DKconfig-nommu47 If your CPU provides a remap facility which allows the exception
/linux-4.4.14/Documentation/sound/oss/
DVIBRA1613 A good starting point is that the vibra16x chip full-duplex facility
/linux-4.4.14/Documentation/timers/
Dtimer_stats.txt4 timer_stats is a debugging facility to make the timer (ab)usage in a Linux
/linux-4.4.14/drivers/s390/block/
DKconfig72 use applications written for the EER facility.
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dvm.txt77 setups. Instruction interceptions triggered by additionally set facility bits that
/linux-4.4.14/fs/f2fs/
DKconfig59 Security labels provide an access control facility to support Linux
/linux-4.4.14/Documentation/vm/
Dpage_owner.txt34 code size change due to this facility.
Dunevictable-lru.txt53 The Unevictable LRU facility adds an additional LRU list to track unevictable
124 The unevictable LRU facility interacts with the memory control group [aka
/linux-4.4.14/Documentation/filesystems/
Dautomount-support.txt3 fs/nfs/). This facility includes allowing in-kernel mounts to be
Dcoda.txt167 possesses the facility to inform the kernel when elements from its
257 Among these interfaces the VFS interface and the facility to place,
293 A facility must exist to notify Venus that the message has been
519 The kernel involvement in this is limited to providing the facility to
Dext4.txt355 noblock_validity facility for tracking filesystem metadata blocks
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO52 m) Create UID mapping facility so server UIDs can be mapped on a per
DCHANGES712 advantage of trans2 SetFileInfo rename facility if available on target server.
/linux-4.4.14/arch/um/
DKconfig.char17 information and command line examples of how to use this facility.
/linux-4.4.14/Documentation/RCU/
Dlockdep-splat.txt2 (http://lwn.net/Articles/371986/). This facility checks for some common
Dstallwarn.txt31 Although the lockdep facility is extremely useful, it does add
DRTFP.txt566 Use of RCU-like facility in K42/Tornado. Another independent
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c1380 char *facility = "unknown"; in facility_unavailable_exception() local
1439 facility = facility_strings[status]; in facility_unavailable_exception()
1447 hv ? "Hypervisor " : "", facility, regs->nip, regs->msr); in facility_unavailable_exception()
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt46 connected to the PCI chipset IRQ routing facility (the incoming PIRQ1-4
/linux-4.4.14/Documentation/usb/
Dcallbacks.txt68 You are strongly encouraged to use usbcore's facility,
Dusbmon.txt3 The name "usbmon" in lowercase refers to a facility in kernel which is
Dpower-management.txt323 using the USB Persist facility.)
325 The reset_resume method is used by the USB Persist facility (see
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs.txt52 via a net boot facility such as PXE. It may also be specified as an nfs.ko
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_h323_types.h457 Facility_UUIE facility; member
/linux-4.4.14/arch/mn10300/kernel/
Dentry.S280 # facility.
/linux-4.4.14/Documentation/laptops/
Ddisk-shock-protection.txt24 a shock protection facility. The idea is to stop all I/O operations on
/linux-4.4.14/Documentation/video4linux/
Duvcvideo.txt87 The API doesn't currently provide a fine-grained access control facility. The
/linux-4.4.14/drivers/input/serio/
DKconfig300 this facility userspace programs can implement serio ports that
/linux-4.4.14/drivers/iommu/
DKconfig150 Shared Virtual Memory (SVM) provides a facility for devices
/linux-4.4.14/Documentation/sysctl/
Dnet.txt140 and controlled by the dynamic_debug facility.
/linux-4.4.14/Documentation/power/
Dbasic-pm-debugging.txt42 facility available if the kernel is compiled with CONFIG_PM_DEBUG set. Then,
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt41 of fork() and the SCM_RIGHTS facility of unix domain socket. These
53 facility that allows backward-compatible extensions to the API to be
57 Instead, kvm defines extension identifiers and a facility to query
1768 because it supports the Virtual RMA (VRMA) facility.
2371 the virtualized real-mode area (VRMA) facility, the kernel will
3489 Parameters: args[0] defines whether the proxy facility is active
3493 external proxy facility.
3499 When disabled (args[0] == 0), behavior is as if this facility is unsupported.
/linux-4.4.14/Documentation/device-mapper/
Dcache.txt147 uses this facility to store the hit count of the cache blocks. If
/linux-4.4.14/drivers/acpi/
DKconfig408 This debug facility allows ACPI AML methods to be inserted and/or
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1009 (e->facility < ARRAY_SIZE(devlog_facility_strings) in devlog_show()
1010 ? devlog_facility_strings[e->facility] in devlog_show()
Dt4fw_api.h3174 __u8 facility; member
/linux-4.4.14/Documentation/scsi/
Dtmscsim.txt407 defines). The driver will produce some data for the syslog facility then.
DChangeLog.ncr53c8xx28 This facility was not this useful and thus was not longer
DChangeLog.sym53c8xx92 This facility was not this useful and thus was not longer
/linux-4.4.14/Documentation/development-process/
D4.Coding282 how to use this facility.
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt434 through the cpuset facility (Documentation/cgroups/cpusets.txt).
/linux-4.4.14/drivers/scsi/
DKconfig212 bool "SCSI logging facility"
215 This turns on a logging facility that can be used to debug a number
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960271 Initialization facility so that system downtime is minimized both for initial
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1347 If an error occurs, more sophisticated control units have a facility known as
1440 laser version known as XDF (extended distance facility). This can be further
/linux-4.4.14/Documentation/security/
Dkeys.txt1038 The facility provides access to the keyring type for managing such a bundle:
/linux-4.4.14/
DCREDITS3258 D: Dial on demand facility (diald).