Home
last modified time | relevance | path

Searched refs:acceptable (Results 1 – 25 of 135) sorted by relevance

123456

/openbmc/linux/fs/exportfs/
H A Dexpfs.c44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias()
50 if (acceptable(context, result)) in find_acceptable_alias()
60 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias()
448 int (*acceptable)(void *, struct dentry *), in exportfs_decode_fh_raw()
471 if (!acceptable) in exportfs_decode_fh_raw()
489 if (!acceptable(context, result)) { in exportfs_decode_fh_raw()
510 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh_raw()
579 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh_raw()
596 int (*acceptable)(void *, struct dentry *), in exportfs_decode_fh()
602 acceptable, context); in exportfs_decode_fh()
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Danalyze-commits.py10 import libvoters.acceptable as acceptable namespace
75 if not acceptable.project(project):
86 if not acceptable.file(project, file_data["file"]):
H A Danalyze-reviews.py10 import libvoters.acceptable as acceptable namespace
57 if not acceptable.project(project):
78 if not acceptable.file(project, comment["file"]):
/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp106 bool acceptable = false; in inputProc() local
158 acceptable = true; in inputProc()
161 if (!acceptable) in inputProc()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe_property_parameters.rst164 The acceptable values are defined by :c:type:`fe_spectral_inversion`.
192 The acceptable values are defined by :c:type:`fe_code_rate`.
207 The acceptable values are defined by :c:type:`fe_sec_voltage`.
227 The acceptable values are defined by :c:type:`fe_pilot`.
239 The acceptable values are defined by :c:type:`fe_rolloff`.
273 The acceptable values are defined by :c:type:`fe_delivery_system`.
721 The acceptable values are defined by :c:type:`atscmh_rs_frame_mode`.
733 The acceptable values are defined by :c:type:`atscmh_rs_frame_ensemble`.
745 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
757 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/
H A DAddingTestCases.txt51 more acceptable exit codes for this command.
65 of 0 is acceptable.
72 more acceptable exit codes for this command.
89 It's possible to include acceptable exit codes with the setup/teardown command
92 acceptable exit codes for the command.
/openbmc/linux/include/linux/
H A Dexportfs.h246 int (*acceptable)(void *, struct dentry *),
249 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
/openbmc/u-boot/drivers/ram/
H A DKconfig16 If this is acceptable and you have a need to use RAM drivers in
25 If this is acceptable and you have a need to use RAM drivers in
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-waitress_3.0.2.bb3 server with very acceptable performance."
/openbmc/linux/net/dccp/
H A Dinput.c577 bool acceptable; in dccp_rcv_state_process() local
609 acceptable = inet_csk(sk)->icsk_af_ops->conn_request(sk, skb) >= 0; in dccp_rcv_state_process()
612 if (!acceptable) in dccp_rcv_state_process()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch8 Upstream-Status: Inappropriate [would need reworking somehow to be acceptable upstream]
/openbmc/u-boot/drivers/clk/
H A DKconfig18 If this is acceptable and you have a need to use clock drivers in
28 If this is acceptable and you have a need to use clock drivers in
/openbmc/openbmc/meta-openembedded/meta-networking/
H A DMAINTAINERS22 One pattern per line. Multiple F: lines acceptable.
/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc_message_registry.readmefirst.md14 acceptable)
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch13 is a solution, but not the best one. An acceptable approach is
/openbmc/openbmc-test-automation/openpower/
H A Dtest_nmi_interface.robot75 # caller considers acceptable.
/openbmc/linux/Documentation/networking/
H A Ddccp.rst118 range 0..15 are acceptable. The default setting is 0 (full coverage),
122 sets a threshold, where again values 0..15 are acceptable. The default
125 coverage value are also acceptable. The higher the number, the more
/openbmc/linux/Documentation/admin-guide/
H A Dpnp.rst80 Dependent: 01 - Priority acceptable
85 Dependent: 02 - Priority acceptable
/openbmc/openbmc-test-automation/extended/
H A Dtest_bios_update.robot20 # OBMC Boot Test failures are not acceptable so we set the threshold to 0.
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D05_wildcard_matching.patch95 + /* Check if the next character of the string is acceptable. */
/openbmc/linux/Documentation/power/regulator/
H A Dconsumer.rst84 Where min_uV and max_uV are the minimum and maximum acceptable voltages in
115 Where min_uA and max_uA are the minimum and maximum acceptable current limit in
/openbmc/qemu/docs/devel/
H A Dcode-of-conduct.rst24 Harassment and other exclusionary behavior are not acceptable. A community
/openbmc/linux/Documentation/process/
H A Dcode-of-conduct.rst44 Maintainers are responsible for clarifying the standards of acceptable behavior
H A Dresearcher-guidelines.rst21 acceptable and non-acceptable practices when conducting such research. At
/openbmc/linux/Documentation/scsi/
H A Dmegaraid.rst36 "Shared code in a third module, a "library module", is an acceptable

123456