Home
last modified time | relevance | path

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

12345678910>>...74

/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.1105 all operating modes.
108 (c and r modes only)
149 (c, r, u, x modes only)
153 and the default behavior in c, r, and u modes (except on Mac OS X) or if
203 (c, r, u, x modes only)
207 and the default behavior in c, r, and u modes or if
222 In r and u modes, when extending an existing archive, the format specified
267 (c and r modes only)
271 (c and r modes only)
309 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/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/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/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/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/usr.sbin/vidcontrol/
H A Dvidcontrol.167 The modes currently recognized are:
338 of the text mode for the modes with selectable
340 Currently only raster modes, such as
357 Shows the possible video modes with the current video hardware.
439 Note that not all modes listed above may be supported by the video
446 or loaded as a KLD module if you wish to use VESA video modes
447 or 132 column modes
453 option if you wish to use VGA 90 column modes
457 Video modes other than 25 and 30 line modes ma
[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.kshlib453 set -A modes "on" "off"
460 log_note "$user zfs set $perm=${modes[$n]} $dtst"
461 user_run $user zfs set $perm=${modes[$n]} $dtst
462 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
477 set -A modes 1 2 3
486 log_note "$user zfs set $perm=${modes[$n]} $dtst"
487 user_run $user zfs set $perm=${modes[$n]} $dtst
488 if [[ ${modes[$n]} != $(get_prop $perm $dtst) ]]; then
1018 set -A modes "on" "off"
1025 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/
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/ghash-x86_64.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/crypto/openssl/providers/
H A Dfips.module.sources231 crypto/modes/asm/aes-gcm-armv8_64.pl
232 crypto/modes/asm/aesni-gcm-x86_64.pl
233 crypto/modes/asm/ghash-alpha.pl
234 crypto/modes/asm/ghash-armv4.pl
235 crypto/modes/asm/ghash-c64xplus.pl
236 crypto/modes/asm/ghash-ia64.pl
237 crypto/modes/asm/ghash-parisc.pl
238 crypto/modes/asm/ghash-s390x.pl
239 crypto/modes/asm/ghash-sparcv9.pl
240 crypto/modes/asm/ghash-x86.pl
[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 …]
/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 \
69 algs/modes/modes.c \
70 algs/modes/gcm_generic.c \
71 algs/modes/gcm_pclmulqdq.c \
72 algs/modes/gcm.c \
73 algs/modes/ccm.c \
/freebsd/sys/dev/fb/
H A Dvesa.c171 /* VESA BIOS video modes */
774 int modes; in vesa_bios_init() local
876 for (i = 0, modes = 0; (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) && in vesa_bios_init()
897 /* reject unsupported modes */ in vesa_bios_init()
937 if (modes >= vesa_vmode_max) { in vesa_bios_init()
942 printf("vesa_bios_init(): modes:%d, vesa_mode_max:%d\n", in vesa_bios_init()
943 modes, vesa_vmode_max); in vesa_bios_init()
945 if (modes > 0) { in vesa_bios_init()
946 bcopy(vesa_vmode, p, sizeof(*vesa_vmode)*modes); in vesa_bios_init()
965 bzero(&vesa_vmode[modes], sizeof(vesa_vmode[modes])); in vesa_bios_init()
[all …]
/freebsd/contrib/ntp/html/
H A Dassoc.html22 <li class="inline"><a href="#modes">Association Modes</a></li>
25 <li class="inline"><a href="#broad">Broadcast/Multicast Modes</a></li>
31 <h4 id="modes">Association Modes</h4>
32 <p>This page describes the various modes of operation provided in NTPv4. There are three types of a…
34 <p>There are three principal modes of operation in NTP: client/server, symmetric active/passive and…
52 …tt>burst</tt> and <tt>iburst</tt> options should not be used in symmetric modes, as this can upset…
53 <p>As symmetric modes are most often used as root servers for moderate to large subnets where rapid…
54 <h4 id="broad">Broadcast/Multicast Modes</h4>
55 <p>NTP broadcast and multicast modes are intended for configurations involving one or a few servers…
57 <h4 id="many">Manycast and Pool Modes</h4>
[all …]

12345678910>>...74