/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Facility_v1.xml | 4 <!--# Redfish Schema: Facility v1.4.2 --> 51 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility"> 55 <EntityType Name="Facility" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 56 …<Annotation Term="OData.Description" String="The `Facility` schema represents the physical locatio… 83 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_0_0"> 87 <EntityType Name="Facility" BaseType="Facility.Facility"> 88 <Property Name="FacilityType" Nullable="false" Type="Facility.v1_0_0.FacilityType"> 99 <Annotation Term="OData.Description" String="The location of the facility."/> 100 …iption" String="This property shall contain the location information of the associated facility."/> 104 … <Annotation Term="OData.Description" String="Link to the power domains in this facility."/> [all …]
|
H A D | FacilityCollection_v1.xml | 27 <edmx:Include Namespace="Facility"/> 37 … <Annotation Term="OData.Description" String="The collection of `Facility` resource instances."/> 38 …iption" String="This resource shall represent a resource collection of `Facility` instances for a … 42 …n some implementations, facilities can be added through a `POST` to the facility collection. In o… 60 <NavigationProperty Name="Members" Type="Collection(Facility.Facility)">
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 25 DEF_FEAT(DAT_ENH, "dateh", STFL, 3, "DAT-enhancement facility") 28 DEF_FEAT(ASN_LX_REUSE, "asnlxr", STFL, 6, "ASN-and-LX reuse facility") 29 DEF_FEAT(STFLE, "stfle", STFL, 7, "Store-facility-list-extended facility") 30 DEF_FEAT(EDAT, "edat", STFL, 8, "Enhanced-DAT facility") 31 DEF_FEAT(SENSE_RUNNING_STATUS, "srs", STFL, 9, "Sense-running-status facility") 32 DEF_FEAT(CONDITIONAL_SSKE, "csske", STFL, 10, "Conditional-SSKE facility") 33 DEF_FEAT(CONFIGURATION_TOPOLOGY, "ctop", STFL, 11, "Configuration-topology facility") 34 DEF_FEAT(AP_QUERY_CONFIG_INFO, "apqci", STFL, 12, "Query AP Configuration Information facility") 35 DEF_FEAT(IPTE_RANGE, "ipter", STFL, 13, "IPTE-range facility") 36 DEF_FEAT(NONQ_KEY_SETTING, "nonqks", STFL, 14, "Nonquiescing key-setting facility") [all …]
|
H A D | cpu_features.c | 241 FEAT_GROUP_INIT("plo", PLO, "Perform-locked-operation facility"), 242 FEAT_GROUP_INIT("tods", TOD_CLOCK_STEERING, "Tod-clock-steering facility"), 244 FEAT_GROUP_INIT("msa", MSA, "Message-security-assist facility"), 245 FEAT_GROUP_INIT("msa1", MSA_EXT_1, "Message-security-assist-extension 1 facility"), 246 FEAT_GROUP_INIT("msa2", MSA_EXT_2, "Message-security-assist-extension 2 facility"), 247 FEAT_GROUP_INIT("msa3", MSA_EXT_3, "Message-security-assist-extension 3 facility"), 248 FEAT_GROUP_INIT("msa4", MSA_EXT_4, "Message-security-assist-extension 4 facility"), 249 FEAT_GROUP_INIT("msa5", MSA_EXT_5, "Message-security-assist-extension 5 facility"), 250 FEAT_GROUP_INIT("msa6", MSA_EXT_6, "Message-security-assist-extension 6 facility"), 251 FEAT_GROUP_INIT("msa7", MSA_EXT_7, "Message-security-assist-extension 7 facility"), [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Facility.v1_4_2.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Facility.v1_4_2.json", 3 "$ref": "#/definitions/Facility", 34 "Facility": { object 36 …"description": "The `Facility` schema represents the physical location containing equipment, such … 72 "description": "The link to the ambient environment metrics for this facility.", 73 …ce of type `EnvironmentMetrics` that specifies the outdoor environment metrics for this facility.", 90 "description": "The link to the environment metrics for this facility.", 91 …a resource of type `EnvironmentMetrics` that specifies the environment metrics for this facility.", 112 "description": "The location of the facility.", 113 …ongDescription": "This property shall contain the location information of the associated facility." [all …]
|
H A D | FacilityCollection.json | 14 "description": "The collection of `Facility` resource instances.", 15 …gDescription": "This resource shall represent a resource collection of `Facility` instances for a … 57 … "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility"
|
/openbmc/linux/Documentation/powerpc/ |
H A D | elf_hwcaps.rst | 48 The Power ISA uses the term "facility" to describe a class of instructions, 49 registers, interrupts, etc. The presence or absence of a facility indicates 51 ISA version. For example, if the VSX facility is available, the VSX 84 Vector (aka Altivec, VMX) facility is available. 87 Floating point facility is available. 101 Signal Processing Engine facility is available. 110 The timebase facility (mftb instruction) is not available. 153 DFP facility is available. 163 VSX facility is available. 188 DSCR facility is available. [all …]
|
H A D | dscr.rst | 68 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.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
H A D | syslog-ng.conf.sysvinit | 101 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 D | syslog-ng.conf.systemd | 101 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 …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative.h | 14 u16 facility; /* facility bit set for replacement */ member 51 #define ALTINSTR_ENTRY(facility, num) \ argument 54 "\t.word " __stringify(facility) "\n" /* facility bit */ \ 63 #define ALTERNATIVE(oldinstr, altinstr, facility) \ argument 69 ALTINSTR_ENTRY(facility, 1) \ 95 #define alternative(oldinstr, altinstr, facility) \ argument 96 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory") 108 #define alternative_io(oldinstr, altinstr, facility, output, input...) \ argument 109 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) \
|
H A D | facility.h | 11 #include <asm/facility-defs.h> 55 * That makes it easier to query facility bits with the bit number as 86 * stfle - Store facility list extended 87 * @stfle_fac_list: array where facility list can be stored 102 /* More facility bits available with stfle */ in __stfle()
|
H A D | crw.h | 39 #define CRW_RSC_MONITOR 0x2 /* monitoring facility */ 42 #define CRW_RSC_CONFIG 0x9 /* configuration-alert facility */ 52 #define CRW_ERC_PERRI 0x07 /* perm. error, facility init */
|
/openbmc/linux/arch/s390/tools/ |
H A D | gen_facilities.c | 3 * Simple program to generate defines out of facility lists that use the bit 32 18, /* long displacement facility */ 33 21, /* extended-immediate facility */ 45 52, /* interlocked facility 2 */ 62 * of the default facility mask and list that are passed to the 89 139, /* multiple epoch facility */ 109 156, /* etoken facility */ 110 165, /* nnpa facility */ 111 193, /* bear enhancement facility */ 112 194, /* rdp enhancement facility */ [all …]
|
H A D | Makefile | 7 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)
|
/openbmc/linux/drivers/base/firmware_loader/ |
H A D | Kconfig | 5 tristate "Firmware loading facility" if EXPERT 10 This enables the firmware loading facility in the kernel. The kernel 94 This option enables a sysfs loading facility to enable firmware 106 the requested firmware a sysfs fallback loading facility is made 114 This used to be the default firmware loading facility, and udev used 116 loading facility functionality in udev has been removed, as such it 123 Since this was the default firmware loading facility at one point, 150 for provisioning. Since udev's firmware loading facility has been 160 facility in userspace.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi-raw | 5 Description: SCMI Raw synchronous message injection/snooping facility; write 20 Description: SCMI Raw asynchronous message injection/snooping facility; write 38 Description: SCMI Raw message errors facility; any kind of timed-out or 49 Description: SCMI Raw notification snooping facility; any notification 60 Description: SCMI Raw stack reset facility; writing a value to this entry 72 Description: SCMI Raw synchronous message injection/snooping facility; write 96 Description: SCMI Raw asynchronous message injection/snooping facility; write
|
H A D | dev-kmsg | 14 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
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | debug.h | 25 dfprintk(FACILITY, fmt, ##__VA_ARGS__) 27 dfprintk_cont(FACILITY, fmt, ##__VA_ARGS__) 29 dfprintk_rcu(FACILITY, fmt, ##__VA_ARGS__) 31 dfprintk_rcu_cont(FACILITY, fmt, ##__VA_ARGS__)
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 12_makefile_config.patch | 27 FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use 28 +FACILITY= LOG_DAEMON 63 -CFLAGS = -O -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \ 65 +CFLAGS = $(COPTS) -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | hcalls.c | 476 * certain coherent platform facility behaviors. 490 case H_SUCCESS: /* The operation is completed for the coherent platform facility */ in cxl_h_control_facility() 503 case H_STATE: /* The coherent platform facility is not in a valid state */ in cxl_h_control_facility() 513 * cxl_h_reset_adapter - Perform a reset to the coherent platform facility. 543 * platform facility, and for validating the entire 548 * facility is first erased, and then 552 * facility is compared with the image 597 case H_SUCCESS: /* The operation is completed for the coherent platform facility */ in cxl_h_download_facility() 607 case H_STATE: /* The coherent platform facility is not in a valid state */ in cxl_h_download_facility() 621 * platform facility. [all …]
|
/openbmc/qemu/docs/system/s390x/ |
H A D | protvirt.rst | 15 indicated by the Ultravisor Call facility (stfle bit 158), is 29 ``Unpack facility`` (stfle bit 161 represented by the feature 37 * Ensure the ``unpack`` facility is available
|
/openbmc/linux/arch/s390/boot/ |
H A D | als.c | 7 #include <asm/facility.h> 79 * each facility bit adds up to five characters and in print_missing_facilities() 101 sclp_early_printk("See Principles of Operations for facility bits\n"); in facility_mismatch()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | LGPL-3.0-only | 28 …, 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…
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_event.c | 157 seq_printf(m, "CPU-MF: Counter facility: version=%u.%u " in sl_print_counter() 172 seq_printf(m, "CPU-MF: Sampling facility: min_rate=%lu max_rate=%lu" in sl_print_sampling() 176 seq_printf(m, "CPU-MF: Sampling facility: mode=basic" in sl_print_sampling() 179 seq_printf(m, "CPU-MF: Sampling facility: mode=diagnostic" in sl_print_sampling()
|