Home
last modified time | relevance | path

Searched refs:criteria (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtablefilter.py107 def __init__(self, name, title, criteria): argument
110 self.criteria = criteria
124 if self.criteria:
125 return queryset.filter(self.criteria)
186 self.criteria = self.query_helper.dateStringsToQ(
192 return queryset.filter(self.criteria)
231 self.criteria = None
236 self.criteria = self.query_helper.dateStringsToQ(
H A Dtables.py56 criteria = Q(projectlayer__in=self.project_layers)
61 criteria
67 ~criteria
1111 criteria = (Q(logmessage__level=LogMessage.ERROR) |
1118 When(criteria, then=Value(1)),
1400 criteria = Q(task_build__outcome=Task.OUTCOME_FAILED)
1405 criteria
1411 ~criteria
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c345 u8 criteria, const u64 matcher_id) in dr_dump_matcher_mask() argument
352 if (criteria & DR_MATCHER_CRITERIA_OUTER) { in dr_dump_matcher_mask()
359 if (criteria & DR_MATCHER_CRITERIA_INNER) { in dr_dump_matcher_mask()
366 if (criteria & DR_MATCHER_CRITERIA_MISC) { in dr_dump_matcher_mask()
373 if (criteria & DR_MATCHER_CRITERIA_MISC2) { in dr_dump_matcher_mask()
380 if (criteria & DR_MATCHER_CRITERIA_MISC3) { in dr_dump_matcher_mask()
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dpower_off_config.md31 of the `cause` criteria is met.
44 `cause` criteria still exists. This timer is canceled when the `count`
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_fan_operation.robot47 # Set the speed tolerance criteria.
64 # Speed criteria for passing, which is 85% of max_speed.
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.c179 int lbs_host_sleep_cfg(struct lbs_private *priv, uint32_t criteria, in lbs_host_sleep_cfg() argument
190 if (criteria == EHS_REMOVE_WAKEUP && !priv->ehs_remove_supported) in lbs_host_sleep_cfg()
191 criteria = 0; in lbs_host_sleep_cfg()
194 cmd_config.criteria = cpu_to_le32(criteria); in lbs_host_sleep_cfg()
363 uint32_t criteria = EHS_REMOVE_WAKEUP; in lbs_set_host_sleep() local
401 ret = lbs_host_sleep_cfg(priv, criteria, in lbs_set_host_sleep()
H A Dcmd.h90 int lbs_host_sleep_cfg(struct lbs_private *priv, uint32_t criteria,
/openbmc/linux/security/keys/trusted-keys/
H A DKconfig17 criteria match.
/openbmc/linux/Documentation/driver-api/usb/
H A Dhotplug.rst96 at existing drivers. Each table entry describes one or more criteria to
98 specific criteria are identified by bits set in "match_flags", paired
99 with field values. You can construct the criteria directly, or with
/openbmc/linux/Documentation/pcmcia/
H A Ddevicetable.rst6 following criteria:
/openbmc/qemu/docs/interop/
H A Dvhost-user.json178 # search criteria of management software. Applications thus need rules
204 # the sorted list that matches the search criteria. If a more specific
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-isl295019 criteria for optimal gain is determined by the sensor.
/openbmc/docs/
H A Dhw-vendor-repos-policy.md11 This document covers the criteria from the TOF (Technical Oversight Forum) when
76 additional criteria:
95 additional criteria:
/openbmc/linux/Documentation/driver-api/
H A Dvfio-pci-device-specific-driver-acceptance.rst3 Acceptance criteria for vfio-pci device specific driver variants
/openbmc/openbmc/poky/documentation/test-manual/
H A Dyocto-project-compatible.rst25 questions where layers can declare if they meet the appropriate criteria.
85 The TSC is responsible for the technical criteria used by the program.
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt592 …scan commands search a stream of input data elements for values which match the selection criteria.
601 …exists one bit in the vector that is set if the input element matched the scan criteria, or clear …
604 …t format contains one array entry for each input element that matched the scan criteria. Each array
612 entry is the index of an input element that matched the scan criteria. An inverted scan command pro…
613 a similar array, but of all the input elements which did NOT match the scan criteria.
616 the scan criteria (or number that did not match for the inverted scans). The “number of elements pr…
661 … [9:5] Operand size for first scan criteria value. In a scan value
675 [4:0] Operand size for second scan criteria value. In a scan value
686 40 4 Most significant 4 bytes of first scan criteria operand. If first operand is less
688 44 4 Most significant 4 bytes of second scan criteria operand. If second operand
[all …]
H A Doracle-dax.rst315 | (0 << 5) /* 36.2.1.3 First scan criteria size = 0 (1 byte) */
316 | (31 << 0); /* 36.2.1.3 Disable second scan criteria */
328 ccb->op_data = 0; /* scan criteria (value to be matched) */
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfirmware_cache.rst36 criteria the firmware cache is setup by adding a devres entry for the
/openbmc/linux/Documentation/block/
H A Ddeadline-iosched.rst54 same criteria as reads.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParity-7.0.025 …to [contribute](#contribute) any change, addition, or other software that meets all these criteria:
/openbmc/linux/Documentation/admin-guide/LSM/
H A DYama.rst62 classic criteria is also met. To change the relationship, an
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h411 u32 criteria; member
/openbmc/linux/Documentation/process/
H A Dsubmit-checklist.rst45 default to off unless they meet the exception criteria documented in
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst40 List mandatory and advisory criteria, beyond the common "submit-checklist",
/openbmc/linux/Documentation/hwmon/
H A Dhp-wmi-sensors.rst75 other sensors in WMI that do not meet these criteria. In addition, a number of

1234