Home
last modified time | relevance | path

Searched full:modes (Results 1 – 25 of 1905) sorted by relevance

12345678910>>...77

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg48 /* Register window Modes */
325 modes M_CCHAN
334 modes M_CCHAN
343 modes M_CCHAN
353 modes M_CCHAN
397 modes M_DFF0, M_DFF1
417 modes M_CFG
432 modes M_DFF0, M_DFF1
448 modes M_DFF0, M_DFF1
457 modes M_DFF0, M_DFF1
[all …]
/freebsd/sys/dev/videomode/
H A Dpickmode.c109 * Sort modes by refresh rate, aspect ratio (*), then resolution.
110 * Preferred mode or largest mode is first in the list and other modes
117 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) in sort_modes() argument
131 if (*preferred != modes) { in sort_modes()
132 swap_modes(*preferred, modes); in sort_modes()
133 *preferred = modes; in sort_modes()
144 if (modes[i].hdisplay > hbest) { in sort_modes()
145 hbest = modes[i].hdisplay; in sort_modes()
146 vbest = modes[i].vdisplay; in sort_modes()
147 mtemp = &modes[i]; in sort_modes()
[all …]
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.1108 all operating modes.
111 (c and r modes only)
168 (c, r, u, x modes only)
172 and the default behavior in c, r, and u modes (except on Mac OS X) or if
227 (c, r, u, x modes only)
231 and the default behavior in c, r, and u modes or if
246 In r and u modes, when extending an existing archive, the format specified
291 (c and r modes only)
295 (c and r modes only)
335 In extract or list modes, this option is ignored.
[all …]
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Ddelegate_common.kshlib513 set -A modes "on" "off"
520 log_note "$user $ZFS set $perm=${modes[$n]} $dtst"
521 user_run $user $ZFS set $perm=${modes[$n]} $dtst
522 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
537 set -A modes 1 2 3
546 log_note "$user $ZFS set $perm=${modes[$n]} $dtst"
547 user_run $user $ZFS set $perm=${modes[$n]} $dtst
548 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
1114 set -A modes "on" "off"
1121 log_note "$user $ZFS set $perm=${modes[$n]} $fs"
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rtq2208.yaml16 Bucks support "regulator-allowed-modes" and "regulator-mode". The former defines the permitted
20 operation modes for all buck rails, automatic power saving mode (Auto mode) and forced continuous
23 The definition of modes is in the datasheet which is available in below link
63 regulator-allowed-modes:
65 two buck modes in different switching accuracy.
108 regulator-allowed-modes = <0 1>;
118 regulator-allowed-modes = <0 1>;
128 regulator-allowed-modes = <0 1>;
138 regulator-allowed-modes = <0 1>;
148 regulator-allowed-modes = <0 1>;
[all …]
H A Dmt6360-regulator.yaml52 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
60 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
68 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
75 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
82 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
89 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
96 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
103 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
/freebsd/sys/dev/sfxge/common/
H A Defx_nic.c861 efx_qword_t modes; in efx_mcdi_get_loopback_modes() local
893 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_100M); in efx_mcdi_get_loopback_modes()
894 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
895 encp->enc_loopback_types[EFX_LINK_100FDX] = modes; in efx_mcdi_get_loopback_modes()
897 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_1G); in efx_mcdi_get_loopback_modes()
898 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
899 encp->enc_loopback_types[EFX_LINK_1000FDX] = modes; in efx_mcdi_get_loopback_modes()
901 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_10G); in efx_mcdi_get_loopback_modes()
902 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
903 encp->enc_loopback_types[EFX_LINK_10000FDX] = modes; in efx_mcdi_get_loopback_modes()
[all …]
/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c115 * Modes to try all tests with.
179 check_directory_open_modes(const char *directory, const int *modes, in check_directory_open_modes() argument
189 mode = modes[i]; in check_directory_open_modes()
200 check_dup(const char *testname, const char *path, const int *modes, in check_dup() argument
209 mode = modes[i]; in check_dup()
226 check_dup2(const char *testname, const char *path, const int *modes, in check_dup2() argument
235 mode = modes[i]; in check_dup2()
252 check_fchdir(const char *testname, const char *path, const int *modes, in check_fchdir() argument
261 mode = modes[i]; in check_fchdir()
276 check_fchflags(const char *testname, const char *path, const int *modes, in check_fchflags() argument
[all …]
/freebsd/sys/contrib/openzfs/lib/libicp/
H A DMakefile.am20 module/icp/algs/modes/modes.c \
21 module/icp/algs/modes/gcm_generic.c \
22 module/icp/algs/modes/gcm_pclmulqdq.c \
23 module/icp/algs/modes/gcm.c \
24 module/icp/algs/modes/ccm.c \
70 module/icp/asm-x86_64/modes/gcm_pclmulqdq.S \
71 module/icp/asm-x86_64/modes/aesni-gcm-x86_64.S \
72 module/icp/asm-x86_64/modes/aesni-gcm-avx2-vaes.S \
73 module/icp/asm-x86_64/modes/ghash-x86_64.S \
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dtransmit-amplitude.yaml20 contains multiple values for various PHY modes, the
26 Names of the modes corresponding to voltages in the 'tx-p2p-microvolt'
38 # ethernet modes
52 # PCIe modes
61 # USB modes
70 # storage modes
76 # display modes
87 # camera modes
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.cpp43 std::vector<Record *> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local
45 if (Modes.size() != Objects.size()) { in HwModeSelect()
49 " derived from HwModeSelect: the lists Modes and Objects should " in HwModeSelect()
53 for (unsigned i = 0, e = Modes.size(); i != e; ++i) { in HwModeSelect()
54 unsigned ModeId = CGH.getHwModeId(Modes[i]); in HwModeSelect()
73 Modes.emplace_back(R); in CodeGenHwModes()
74 ModeIds.insert(std::pair(R, Modes.size())); in CodeGenHwModes()
77 assert(Modes.size() <= 32 && "number of HwModes exceeds maximum of 32"); in CodeGenHwModes()
102 dbgs() << "Modes: {\n"; in dump()
103 for (const HwMode &M : Modes) { in dump()
/freebsd/sys/dev/drm2/
H A Ddrm_edid.c70 /* Force reduced-blanking timings for detailed modes */
78 int modes; member
489 * edid_fixup_preferred - set preferred modes based on quirk list
494 * on existing modes and setting it anew for the right mode ala @quirks.
848 * EDID is delightfully ambiguous about how interlaced modes are to be
915 /* ignore tiny modes */ in drm_mode_detailed()
1098 int i, modes = 0; in drm_dmt_modes_for_range() local
1108 modes++; in drm_dmt_modes_for_range()
1113 return modes; in drm_dmt_modes_for_range()
1133 int i, modes = 0; in drm_gtf_modes_for_range() local
[all …]
H A Ddrm_fb_helper.c116 * 1. kern.vt.fb.modes.$connector_name in fb_get_options()
120 * kern.vt.fb.modes.LVDS="1024x768" in fb_get_options()
126 snprintf(tunable, sizeof(tunable), "kern.vt.fb.modes.%s", in fb_get_options()
1042 list_for_each_entry(mode, &fb_connector->connector->modes, head) { in drm_has_preferred_mode()
1069 /* attempt to find a matching mode in the list of modes in drm_pick_cmdline_mode()
1075 list_for_each_entry(mode, &fb_helper_conn->connector->modes, head) { in drm_pick_cmdline_mode()
1096 list_add(&mode->head, &fb_helper_conn->connector->modes); in drm_pick_cmdline_mode()
1137 struct drm_display_mode **modes, in drm_target_cloned() argument
1165 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height); in drm_target_cloned()
1166 if (!modes[i]) { in drm_target_cloned()
[all …]
/freebsd/cddl/lib/libicp/
H A DMakefile14 asm-x86_64/modes/gcm_pclmulqdq.S \
15 asm-x86_64/modes/aesni-gcm-x86_64.S \
16 asm-x86_64/modes/aesni-gcm-avx2-vaes.S \
17 asm-x86_64/modes/ghash-x86_64.S \
73 algs/modes/modes.c \
74 algs/modes/gcm_generic.c \
75 algs/modes/gcm_pclmulqdq.c \
76 algs/modes/gcm.c \
77 algs/modes/ccm.c \
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources267 crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl
268 crypto/modes/asm/aes-gcm-armv8_64.pl
269 crypto/modes/asm/aes-gcm-avx512.pl
270 crypto/modes/asm/aes-gcm-ppc.pl
271 crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl
272 crypto/modes/asm/aesni-gcm-x86_64.pl
273 crypto/modes/asm/ghash-alpha.pl
274 crypto/modes/asm/ghash-armv4.pl
275 crypto/modes/asm/ghash-c64xplus.pl
276 crypto/modes/asm/ghash-ia64.pl
[all …]
H A Dfips-sources.checksums267 36e24eae5d38cc9666ae40e4e8a2dc12328e1159fea68447cb19dab174d25adf crypto/modes/asm/aes-gcm-armv8-un…
268 33357356cd739d4ae89d52f0804b6900e4b94d8829323819c6f64c8908e978df crypto/modes/asm/aes-gcm-armv8_64…
269 bcc09bdb474f045d04c983fa09c31a010c5a25513f53a5d3653ade91304f0f96 crypto/modes/asm/aes-gcm-avx512.pl
270 400a202abf66c6a3430965c38f7164ac297c856e8585862f59e3ff188bb35a6b crypto/modes/asm/aes-gcm-ppc.pl
271 dd0de5ca8913a941cfff781a42fba43227e133976a24d0fddebf63909f7e010a crypto/modes/asm/aes-gcm-riscv64-…
272 4589a5c1d612631be70c998415dceabd344b6553e55528be4d62f2d923b99230 crypto/modes/asm/aesni-gcm-x86_64…
273 c2e874a8deb418b5d8c935b2e256370566a5150e040c9fa008cdb5b463c26904 crypto/modes/asm/ghash-alpha.pl
274 6bc7d63569c73d7020ede481f2de05221ac92403c7cc11e7263ada7644f6aa9b crypto/modes/asm/ghash-armv4.pl
275 097975df63370de7ebea012d17de14fc1f361fb83acf03b432a99ae7d5bceb24 crypto/modes/asm/ghash-c64xplus.pl
276 fdde3bc48b37790c6e0006014da71e7a831bbb4fdbfcda2d01dbe0ceb0ba88fa crypto/modes/asm/ghash-ia64.pl
[all …]
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.167 The modes currently recognized are:
344 of the text mode for the modes with selectable
346 Currently only raster modes, such as
363 Shows the possible video modes with the current video hardware.
444 Note that not all modes listed above may be supported by the video
451 or loaded as a KLD module if you wish to use VESA video modes
452 or 132 column modes
458 option if you wish to use VGA 90 column modes
462 Video modes other than 25 and 30 line modes may require specific size of font.
470 .Bl -column "25 line modes" "8x16 (VGA), 8x14 (EGA)" -compact
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp136 // Get the list of modes we want to support. in XRayArgs()
139 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
142 // Parse CSV values for -fxray-modes=... in XRayArgs()
147 Modes.clear(); in XRayArgs()
149 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
151 Modes.push_back(std::string(M)); in XRayArgs()
154 // Then we want to sort and unique the modes we've collected. in XRayArgs()
155 llvm::sort(Modes); in XRayArgs()
156 Modes.erase(std::unique(Modes.begin(), Modes.end()), Modes.end()); in XRayArgs()
234 for (const auto &Mode : Modes) { in addArgs()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib496 set -A modes "on" "off"
503 log_note "$user zfs set $perm=${modes[$n]} $dtst"
504 user_run $user zfs set $perm=${modes[$n]} $dtst
505 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
520 set -A modes 1 2 3
529 log_note "$user zfs set $perm=${modes[$n]} $dtst"
530 user_run $user zfs set $perm=${modes[$n]} $dtst
531 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
1061 set -A modes "on" "off"
1068 log_note "$user zfs set $perm=${modes[$n]} $fs"
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8650-mtp.dts142 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
152 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
162 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
179 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
189 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
199 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
209 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
219 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
229 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
239 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
[all …]
/freebsd/cddl/lib/libicp_rescue/
H A DMakefile12 asm-x86_64/modes/gcm_pclmulqdq.S \
13 asm-x86_64/modes/aesni-gcm-x86_64.S \
14 asm-x86_64/modes/aesni-gcm-avx2-vaes.S \
70 algs/modes/modes.c \
71 algs/modes/gcm_generic.c \
72 algs/modes/gcm_pclmulqdq.c \
73 algs/modes/gcm.c \
74 algs/modes/ccm.c \
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1601 struct hostapd_hw_modes *modes; member
2056 mode = os_realloc_array(phy_info->modes, in phy_info_band()
2063 phy_info->modes = mode; in phy_info_band()
2065 mode = &phy_info->modes[*(phy_info->num_modes)]; in phy_info_band()
2087 mode = &phy_info->modes[*(phy_info->num_modes) - 1]; in phy_info_band()
2154 wpa_driver_nl80211_postprocess_modes(struct hostapd_hw_modes *modes, in wpa_driver_nl80211_postprocess_modes() argument
2161 /* heuristic to set up modes */ in wpa_driver_nl80211_postprocess_modes()
2163 if (!modes[m].num_channels) in wpa_driver_nl80211_postprocess_modes()
2166 modes[m].is_6ghz = false; in wpa_driver_nl80211_postprocess_modes()
2168 if (modes[m].channels[0].freq < 2000) { in wpa_driver_nl80211_postprocess_modes()
[all …]
/freebsd/sys/contrib/openzfs/module/
H A DKbuild.in104 algs/modes/ccm.o \
105 algs/modes/gcm.o \
106 algs/modes/gcm_generic.o \
107 algs/modes/modes.o \
137 asm-x86_64/modes/aesni-gcm-x86_64.o \
138 asm-x86_64/modes/aesni-gcm-avx2-vaes.o \
139 asm-x86_64/modes/gcm_pclmulqdq.o \
140 asm-x86_64/modes/ghash-x86_64.o
145 algs/modes/gcm_pclmulqdq.o
507 z_cdirs = $(sort $(filter-out lua/setjmp/ $(addprefix icp/asm-aarch64/, aes/ blake3/ modes/ sha2/) \
[all …]
/freebsd/share/man/man4/
H A Dppbus.499 The parallel port may operate in the following modes:
112 mixed ECP+EPP or ECP+PS/2 modes
183 .Ss Mixed modes
185 modes.
206 modes.
269 .Ss Parallel modes management
270 We have to differentiate operating modes at various ppbus system layers.
271 Actually, ppbus and adapter operating modes on one hands and for each
272 one, current and available modes are separated.
275 native mode to any other mode emulated with extended modes without
[all …]
/freebsd/bin/stty/
H A Dstty.189 .Ss Control Modes:
148 .Ss Input Modes:
229 .Ss Output Modes:
235 output modes).
259 .Ss Local Modes:
421 .Ss Combination Modes:
449 Resets all modes to reasonable values for interactive terminal use.
454 Set (disable) all modes suitable for a CRT display device.
483 Set modes suitable for users of Digital Equipment Corporation systems
498 If set, change the modes of the terminal so that no input or output processing
[all …]

12345678910>>...77