Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/freebsd-13-stable/contrib/nvi/ex/
HDex_stop.c35 int allowed; in ex_stop() local
41 if (sp->gp->scr_suspend(sp, &allowed)) in ex_stop()
43 if (!allowed) in ex_stop()
/freebsd-13-stable/contrib/tcsh/nls/russian/
HDset93 1 AddXkey: Null extended-key not allowed.\n
4 2 AddXkey: sequence-lead-in command not allowed\n
5 3 DeleteXkey: Null extended-key not allowed.\n
/freebsd-13-stable/contrib/tcsh/nls/ukrainian/
HDset93 1 AddXkey: Null extended-key not allowed.\n
4 2 AddXkey: sequence-lead-in command not allowed\n
5 3 DeleteXkey: Null extended-key not allowed.\n
/freebsd-13-stable/contrib/tcsh/nls/C/
HDset93 1 AddXkey: Null extended-key not allowed.\n
4 2 AddXkey: sequence-lead-in command not allowed\n
5 3 DeleteXkey: Null extended-key not allowed.\n
HDset14 2 %s is not allowed
82 80 $, ! or < not allowed with $# or $?
84 82 * not allowed with $# or $?
85 83 $?<digit> or $#<digit> not allowed
/freebsd-13-stable/contrib/tcsh/nls/german/
HDset93 1 AddXkey: Null extended-key not allowed.\n
4 2 AddXkey: sequence-lead-in command not allowed\n
5 3 DeleteXkey: Null extended-key not allowed.\n
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
HDDirectiveBase.td47 // EnumSet class name used for clauses to generated the allowed clauses map.
89 // Name of enum when there is a list of allowed clause values.
92 // List of allowed clause values
154 // Other combinations are not allowed.
180 // Clauses cannot appear twice in the three allowed lists below. Also, since
181 // required implies allowed, the same clause cannot appear in both the
184 // List of allowed clauses for the directive.
187 // List of clauses that are allowed to appear only once.
190 // List of clauses that are allowed but mutually exclusive.
/freebsd-13-stable/tests/sys/net/
HDif_wg.sh75 endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32
81 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32
125 allowed-ips "${tunnel1}/32"
170 allowed-ips "${tunnel1}/32"
227 endpoint 127.0.0.1:12346 allowed-ips ${tunnel2}/32
233 endpoint 127.0.0.1:12345 allowed-ips ${tunnel1}/32
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_max_cert_list.pod5 …max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list - manipulate allowed size for the peer…
19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's
26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's
48 chain size allowed to be sent by the peer, see e.g. the work on
57 If the maximum certificate chain size allowed is exceeded, the handshake will
/freebsd-13-stable/sys/contrib/device-tree/Bindings/regulator/
HDact8945a-regulator.txt18 regulator-initial-mode, regulator-allowed-modes and regulator-mode could be
42 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
61 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
83 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
HDmcp16502-regulator.txt41 regulator-allowed-modes = <2>, <4>;
60 regulator-allowed-modes = <2>, <4>;
79 regulator-allowed-modes = <2>, <4>;
98 regulator-allowed-modes = <2>, <4>;
HDact8865-regulator.txt37 regulator-initial-mode, regulator-allowed-modes and regulator-mode could be specified
75 regulator-allowed-modes = <ACT8865_REGULATOR_MODE_FIXED>,
101 regulator-allowed-modes = <ACT8865_REGULATOR_MODE_NORMAL>,
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
HDzfs_unallow_001_neg.ksh54 log_mustnot zfs unallow everyone $TESTPOOL/$TESTFS/allowed
57 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS/allowed | grep "Local+Descendent" )
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/mediatek/
HDmt6358.dtsi28 regulator-allowed-modes = <0 1>;
38 regulator-allowed-modes = <0 1>;
47 regulator-allowed-modes = <0 1>;
57 regulator-allowed-modes = <0 1>;
67 regulator-allowed-modes = <0 1>;
76 regulator-allowed-modes = <0 1>;
95 regulator-allowed-modes = <0 1>;
/freebsd-13-stable/sys/dev/amdgpio/
HDamdgpio.c199 uint32_t reg, val, allowed; in amdgpio_pin_setflags() local
207 allowed = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT; in amdgpio_pin_setflags()
212 if (flags & ~allowed) in amdgpio_pin_setflags()
218 if ((flags & allowed) == allowed) in amdgpio_pin_setflags()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDdelta.c184 svn_boolean_t allowed; in authz_root_check() local
188 SVN_ERR(authz_read_func(&allowed, root, path, authz_read_baton, pool)); in authz_root_check()
190 if (! allowed) in authz_root_check()
718 svn_boolean_t allowed; in add_file_or_dir() local
724 SVN_ERR(c->authz_read_func(&allowed, c->target_root, target_path, in add_file_or_dir()
726 if (!allowed) in add_file_or_dir()
774 svn_boolean_t allowed; in replace_file_or_dir() local
780 SVN_ERR(c->authz_read_func(&allowed, c->target_root, target_path, in replace_file_or_dir()
782 if (!allowed) in replace_file_or_dir()
HDreporter.c748 check_auth(report_baton_t *b, svn_boolean_t *allowed, const char *path, in check_auth() argument
752 return svn_error_trace(b->authz_read_func(allowed, b->t_root, path, in check_auth()
754 *allowed = TRUE; in check_auth()
862 svn_boolean_t allowed; in add_file_smartly() local
866 SVN_ERR(b->authz_read_func(&allowed, copyfrom_root, in add_file_smartly()
869 if (! allowed) in add_file_smartly()
922 svn_boolean_t allowed, related; in update_entry() local
1038 SVN_ERR(check_auth(b, &allowed, t_path, pool)); in update_entry()
1039 if (!allowed) in update_entry()
1366 svn_boolean_t allowed, info_is_set_path; in drive() local
[all …]
/freebsd-13-stable/sys/dev/gpio/
HDchvgpio.c235 uint32_t allowed; in chvgpio_pin_setflags() local
241 allowed = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT; in chvgpio_pin_setflags()
246 if (flags & ~allowed) in chvgpio_pin_setflags()
252 if ((flags & allowed) == allowed) in chvgpio_pin_setflags()
HDbytgpio.c402 uint32_t allowed; in bytgpio_pin_setflags() local
409 allowed = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT; in bytgpio_pin_setflags()
411 allowed = 0; in bytgpio_pin_setflags()
416 if (flags & ~allowed) in bytgpio_pin_setflags()
422 if ((flags & allowed) == allowed) in bytgpio_pin_setflags()
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDat91-sama5d27_wlsom1.dtsi68 regulator-allowed-modes = <2>, <4>;
87 regulator-allowed-modes = <2>, <4>;
110 regulator-allowed-modes = <2>, <4>;
129 regulator-allowed-modes = <2>, <4>;
HDat91-sama5d2_xplained.dts200 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
218 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
232 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
246 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
260 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
274 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
288 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
/freebsd-13-stable/usr.sbin/ppp/
HDsystems.c230 int f, mode, allowed; in AllowModes() local
232 allowed = 0; in AllowModes()
238 allowed |= mode; in AllowModes()
241 modeok = modereq & allowed ? 1 : 0; in AllowModes()
/freebsd-13-stable/crypto/openssh/
HDreadpass.c204 int allowed = 0; in ask_permission() local
219 allowed = 1; in ask_permission()
223 return (allowed); in ask_permission()
/freebsd-13-stable/usr.sbin/bsdconfig/share/
HDmustberoot.subr49 # While in SECURE mode, should authentication as `root' be allowed? Set to
54 # allowed because no password is required to become `root' when already `root'
159 # or exceed the number of allowed failures.
222 # If user exhausted number of allowed password tries, log
299 # number of allowed failures.
384 # If user exhausted number of allowed password tries, log
/freebsd-13-stable/sys/contrib/device-tree/Bindings/i2c/
HDi2c-st.txt18 allowed through the deglitch circuit. In units of us.
20 allowed through the deglitch circuit. In units of us.

12345678910>>...18