Home
last modified time | relevance | path

Searched full:mode (Results 1 – 25 of 5431) sorted by relevance

12345678910>>...218

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls13_kdf.txt22 Ctrl.mode = mode:EXTRACT_ONLY
28 Ctrl.mode = mode:EXPAND_ONLY
37 Ctrl.mode = mode:EXPAND_ONLY
46 Ctrl.mode = mode:EXTRACT_ONLY
55 Ctrl.mode = mode:EXPAND_ONLY
64 Ctrl.mode = mode:EXPAND_ONLY
73 Ctrl.mode = mode:EXTRACT_ONLY
81 Ctrl.mode = mode:EXPAND_ONLY
90 Ctrl.mode = mode:EXPAND_ONLY
99 Ctrl.mode = mode:EXPAND_ONLY
[all …]
H A Devpkdf_hkdf.txt24 Ctrl.mode = mode:EXTRACT_ONLY
31 Ctrl.mode = mode:EXPAND_ONLY
45 Ctrl.mode = mode:EXTRACT_ONLY
52 Ctrl.mode = mode:EXPAND_ONLY
66 Ctrl.mode = mode:EXTRACT_ONLY
74 Ctrl.mode = mode:EXPAND_ONLY
88 Ctrl.mode = mode:EXTRACT_ONLY
95 Ctrl.mode = mode:EXPAND_ONLY
109 Ctrl.mode = mode:EXTRACT_ONLY
116 Ctrl.mode = mode:EXPAND_ONLY
[all …]
H A Devppkey_kdf_hkdf.txt24 Ctrl.mode = mode:EXTRACT_ONLY
31 Ctrl.mode = mode:EXPAND_ONLY
45 Ctrl.mode = mode:EXTRACT_ONLY
52 Ctrl.mode = mode:EXPAND_ONLY
66 Ctrl.mode = mode:EXTRACT_ONLY
74 Ctrl.mode = mode:EXPAND_ONLY
88 Ctrl.mode = mode:EXTRACT_ONLY
95 Ctrl.mode = mode:EXPAND_ONLY
109 Ctrl.mode = mode:EXTRACT_ONLY
116 Ctrl.mode = mode:EXPAND_ONLY
[all …]
/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c128 ok_mode(const char *testname, const char *comment, int mode) in ok_mode() argument
133 printf("ok %d - %s # mode 0x%x\n", testnum, testname, mode); in ok_mode()
135 printf("ok %d - %s # mode 0x%x - %s\n", testnum, testname, in ok_mode()
136 mode, comment); in ok_mode()
140 notok_mode(const char *testname, const char *comment, int mode) in notok_mode() argument
145 printf("not ok %d - %s # mode 0x%x\n", testnum, testname, in notok_mode()
146 mode); in notok_mode()
148 printf("not ok %d - %s # mode 0x%x - %s\n", testnum, testname, in notok_mode()
149 mode, comment); in notok_mode()
157 int mode, int expected_errno) in try_directory_open() argument
[all …]
/freebsd/tools/regression/capsicum/syscalls/
H A Dcap_getmode.c45 unsigned int mode; in main()
51 mode = 666; in main()
52 CHECK(cap_getmode(&mode) == 0); in main()
53 /* If cap_getmode() succeeded mode should be modified. */ in main()
54 CHECK(mode != 666); in main()
55 /* We are not in capability mode. */ in main()
56 CHECK(mode == 0); in main()
66 /* If parent is not in capability mode, child after fork() also won't be. */ in main()
72 mode = 666; in main()
73 CHECK(cap_getmode(&mode) in main()
46 unsigned int mode; main() local
[all...]
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c38 * drm_mode_debug_printmodeline - debug print a mode
40 * @mode: mode to print
45 * Describe @mode using DRM_DEBUG.
47 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline() argument
51 mode->base.id, mode->name, mode->vrefresh, mode->clock, in drm_mode_debug_printmodeline()
52 mode->hdisplay, mode->hsync_start, in drm_mode_debug_printmodeline()
53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline()
54 mode->vdisplay, mode->vsync_start, in drm_mode_debug_printmodeline()
55 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline()
259 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode()
[all …]
H A Ddrm_edid.c54 /* First detailed mode wrong, use largest 60Hz mode */
58 /* Prefer the largest mode at 75 Hz */
68 /* use +hsync +vsync for detailed mode */
490 * @connector: has mode list to fix up
493 * Walk the mode list for @connector, clearing the preferred status
494 * on existing modes and setting it anew for the right mode ala @quirks.
519 /* Largest mode is preferred */ in edid_fixup_preferred()
535 mode_is_rb(const struct drm_display_mode *mode) in mode_is_rb() argument
537 return (mode->htotal - mode->hdisplay == 160) && in mode_is_rb()
538 (mode->hsync_end - mode->hdisplay == 80) && in mode_is_rb()
[all …]
/freebsd/tests/sys/mac/bsdextended/
H A Dugidfw_test.c79 "subject uid root object uid root mode n",
80 "subject uid root object uid daemon mode n",
81 "subject uid daemon object uid root mode n",
82 "subject uid daemon object uid daemon mode n",
83 /* Variations on mode. */
84 "subject uid root object uid root mode a",
85 "subject uid root object uid root mode r",
86 "subject uid root object uid root mode s",
87 "subject uid root object uid root mode w",
88 "subject uid root object uid root mode x",
[all …]
/freebsd/etc/mtree/
H A DBSD.var.dist5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
7 account mode=0750
17 /set mode=0750
20 dist uname=auditdistd gname=audit mode=0770
22 remote uname=auditdistd gname=wheel mode=0700
25 authpf uname=root gname=authpf mode=0770
30 cache mode=0755
35 tabs mode=0700
38 /set mode=0755
40 entropy uname=operator gname=operator mode
[all...]
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dreboot-mode.txt1 Generic reboot mode core map driver
3 This driver get reboot mode arguments and call the write
8 All mode properties are vendor specific, it is a indication to tell
10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value).
13 - mode-normal: Normal reboot mode, system reboot with command "reboot".
14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image.
15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d…
16 - mode-loader: A bootloader mode, it's a mode used to download image on Rockchip platform,
20 reboot-mode {
21 mode-normal = <BOOT_NORMAL>;
[all …]
H A Dreboot-mode.yaml4 $id: http://devicetree.org/schemas/power/reset/reboot-mode.yaml#
7 title: Generic reboot mode core map
13 This driver get reboot mode arguments and call the write
18 All mode properties are vendor specific, it is a indication to tell
20 as mode-xxx = <magic> (xxx is mode name, magic should be a non-zero value).
23 - normal: Normal reboot mode, system reboot with command "reboot".
24 - recovery: Android Recovery mode, it is a mode to format the device or update a new image.
25 …- bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based devic…
26 - loader: A bootloader mode, it's a mode used to download image on Rockchip platform,
30 mode-normal:
[all …]
H A Dnvmem-reboot-mode.txt1 NVMEM reboot mode driver
3 This driver gets reboot mode magic value from reboot-mode driver
4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader
9 - compatible: should be "nvmem-reboot-mode".
10 - nvmem-cells: A phandle to the reboot mode provided by a nvmem device.
11 - nvmem-cell-names: Should be "reboot-mode".
13 The rest of the properties should follow the generic reboot-mode description
14 found in reboot-mode.txt
17 reboot-mode {
18 compatible = "nvmem-reboot-mode";
[all …]
/freebsd/contrib/libfido2/udev/
H A D70-u2f.rules34 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ac", TAG+="uaccess", GROUP="plugdev", MODE="0660"
37 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="uaccess", GROUP="plugdev", MODE="0660"
40 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="cdab", TAG+="uaccess", GROUP="plugdev", MODE="0660"
43 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="058b", ATTRS{idProduct}=="022d", TAG+="uaccess", GROUP="plugdev", MODE="0660"
46 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="06cb", ATTRS{idProduct}=="0088", TAG+="uaccess", GROUP="plugdev", MODE="0660"
49 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0850", TAG+="uaccess", GROUP="plugdev", MODE="0660"
52 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0852", TAG+="uaccess", GROUP="plugdev", MODE="0660"
55 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0853", TAG+="uaccess", GROUP="plugdev", MODE="0660"
58 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0854", TAG+="uaccess", GROUP="plugdev", MODE="0660"
61 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0856", TAG+="uaccess", GROUP="plugdev", MODE
[all...]
/freebsd/tests/sys/fs/fusefs/
H A Dcreate.cc43 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() argument
53 in.body.create.mode == mode && in expect_create()
71 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() argument
78 in.body.create.mode == mode && in expect_create()
95 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() argument
102 in.body.create.mode == mode && in expect_create()
120 mode_t mode = S_IFREG | 0755; in TEST_F() local
126 expect_create(RELPATH, mode, in TEST_F()
129 out.body.create.entry.attr.mode = mode; in TEST_F()
143 fd = open(FULLPATH, O_CREAT | O_EXCL, mode); in TEST_F()
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in252 a strong block cipher, such as AES, in CBC mode.
308 bf-cbc Blowfish in CBC mode
311 bf-cfb Blowfish in CFB mode
312 bf-ecb Blowfish in ECB mode
313 bf-ofb Blowfish in OFB mode
315 cast-cbc CAST in CBC mode
317 cast5-cbc CAST5 in CBC mode
318 cast5-cfb CAST5 in CFB mode
319 cast5-ecb CAST5 in ECB mode
320 cast5-ofb CAST5 in OFB mode
[all …]
/freebsd/tools/regression/geom/ConfCmp/
H A Da1.conf15 <mode>r0w0e0</mode>
27 <mode>r0w0e0</mode>
39 <mode>r0w0e0</mode>
51 <mode>r0w0e0</mode>
63 <mode>r0w0e0</mode>
75 <mode>r0w0e0</mode>
87 <mode>r0w0e0</mode>
99 <mode>r0w0e0</mode>
111 <mode>r0w0e0</mode>
123 <mode>r0w0e0</mode>
[all …]
H A Da1a.conf15 <mode>r0w0e0</mode>
27 <mode>r0w0e0</mode>
39 <mode>r0w0e0</mode>
51 <mode>r0w0e0</mode>
63 <mode>r0w0e0</mode>
75 <mode>r0w0e0</mode>
87 <mode>r0w0e0</mode>
99 <mode>r0w0e0</mode>
111 <mode>r0w0e0</mode>
123 <mode>r0w0e0</mode>
[all …]
H A Da1d.conf15 <mode>r0w0e0</mode>
27 <mode>r0w0e0</mode>
39 <mode>r0w0e0</mode>
51 <mode>r0w0e0</mode>
63 <mode>r0w0e0</mode>
75 <mode>r0w0e0</mode>
87 <mode>r0w0e0</mode>
99 <mode>r0w0e0</mode>
111 <mode>r0w0e0</mode>
123 <mode>r0w0e0</mode>
[all …]
H A Da1b.conf15 <mode>r0w0e0</mode>
27 <mode>r0w0e0</mode>
39 <mode>r0w0e0</mode>
51 <mode>r0w0e0</mode>
63 <mode>r0w0e0</mode>
75 <mode>r0w0e0</mode>
87 <mode>r0w0e0</mode>
99 <mode>r0w0e0</mode>
111 <mode>r0w0e0</mode>
123 <mode>r0w0e0</mode>
[all …]
H A Da1c.conf15 <mode>r0w0e0</mode>
27 <mode>r0w0e0</mode>
39 <mode>r0w0e0</mode>
51 <mode>r0w0e0</mode>
63 <mode>r0w0e0</mode>
75 <mode>r0w0e0</mode>
87 <mode>r0w0e0</mode>
99 <mode>r0w0e0</mode>
111 <mode>r0w0e0</mode>
123 <mode>r0w0e0</mode>
[all …]
/freebsd/tools/tools/usbtest/
H A Dusbtest.c192 int mode = 0; in show_default_audio_select() local
202 error = sysctlbyname("hw.usb.g_audio.mode", NULL, NULL, in show_default_audio_select()
203 &mode, sizeof(mode)); in show_default_audio_select()
206 printf("WARNING: Could not set audio mode " in show_default_audio_select()
207 "to %d (error=%d)\n", mode, errno); in show_default_audio_select()
233 "1) Set Silent mode %s\n" in show_default_audio_select()
234 "2) Set Dump mode %s\n" in show_default_audio_select()
235 "3) Set Loop mode %s\n" in show_default_audio_select()
236 "4) Set Pattern mode %s\n" in show_default_audio_select()
242 (mode == G_AUDIO_MODE_SILENT) ? "(selected)" : "", in show_default_audio_select()
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-enc.1357 a strong block cipher, such as \s-1AES,\s0 in \s-1CBC\s0 mode.
412 \& bf\-cbc Blowfish in CBC mode
415 \& bf\-cfb Blowfish in CFB mode
416 \& bf\-ecb Blowfish in ECB mode
417 \& bf\-ofb Blowfish in OFB mode
419 \& cast\-cbc CAST in CBC mode
421 \& cast5\-cbc CAST5 in CBC mode
422 \& cast5\-cfb CAST5 in CFB mode
423 \& cast5\-ecb CAST5 in ECB mode
424 \& cast5\-ofb CAST5 in OFB mode
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dop_classes.c20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() argument
27 for (i = 0; i < mode->num_channels; i++) { in allow_channel()
30 chan_is_6ghz = is_6ghz_freq(mode->channels[i].freq); in allow_channel()
31 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel()
35 if (i == mode->num_channels || in allow_channel()
36 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) in allow_channel()
40 *flags = mode->channels[i].flag; in allow_channel()
42 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR) in allow_channel()
49 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_80mhz() argument
54 if (mode->mode != HOSTAPD_MODE_IEEE80211A) in get_center_80mhz()
[all …]
/freebsd/lib/libc/tests/gen/
H A Dpopen_test.c52 check_cloexec(FILE *fp, const char *mode) in check_cloexec() argument
60 if (strchr(mode, 'e') != NULL) in check_cloexec()
73 const char *mode; in ATF_TC_BODY() local
77 mode = allmodes[i]; in ATF_TC_BODY()
78 fp = popen("exit 7", mode); in ATF_TC_BODY()
79 ATF_CHECK_MSG(fp != NULL, "popen(, \"%s\") failed", mode); in ATF_TC_BODY()
82 check_cloexec(fp, mode); in ATF_TC_BODY()
94 const char *mode; in ATF_TC_BODY() local
99 mode = rmodes[i]; in ATF_TC_BODY()
100 fp = popen("exit 9", mode); in ATF_TC_BODY()
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dconstbuf.h56 count_comment(A c, Constbuf_mode &mode) in count_comment() argument
59 mode = Constbuf_mode::BIN; in count_comment()
65 count_hex(A c, Constbuf_mode &mode, std::size_t &bits) in count_hex() argument
76 mode = Constbuf_mode::BIN; in count_hex()
82 handle_hex(A c, Constbuf_mode &mode, std::size_t &bit, U &n) in handle_hex() argument
101 mode = Constbuf_mode::BIN; in handle_hex()
107 count_check(A c, Constbuf_mode &mode, std::size_t &) in count_check() argument
111 mode = Constbuf_mode::BIN; in count_check()
117 handle_check(A c, Constbuf_mode &mode, std::size_t &bits, std::size_t &addr) in handle_check() argument
125 mode = Constbuf_mode::BIN; in handle_check()
[all …]

12345678910>>...218