Searched refs:allowed (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-current/contrib/nvi/ex/
H A Dex_stop.c35 int allowed; local
41 if (sp->gp->scr_suspend(sp, &allowed))
43 if (!allowed)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_unallow_001_neg.ksh48 log_mustnot zfs unallow everyone $TESTPOOL/$TESTFS/allowed
51 if ! zfs allow $TESTPOOL/$TESTFS/allowed | grep -q "Local+Descendent"
54 $TESTPOOL/$TESTFS/allowed"
H A Dsetup.ksh111 log_must zfs create -o version=1 $TESTPOOL/$TESTFS/allowed
112 log_must zfs allow everyone create $TESTPOOL/$TESTFS/allowed
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_unallow_001_neg.ksh63 log_mustnot run_unprivileged "$ZFS unallow everyone $TESTPOOL/$TESTFS/allowed"
66 OUTPUT=$($ZFS allow $TESTPOOL/$TESTFS/allowed | $GREP "Local+Descendent" )
70 $TESTPOOL/$TESTFS/allowed"
H A Dsetup.ksh116 log_must $ZFS create -o version=1 $TESTPOOL/$TESTFS/allowed
117 log_must $ZFS allow everyone create $TESTPOOL/$TESTFS/allowed
/freebsd-current/usr.sbin/cron/cron/
H A Dfuncs.h53 allowed(char *),
/freebsd-current/crypto/openssh/regress/
H A Dagent-ptrace.sh27 if $OBJ/setuid-allowed ${SSHAGENT} ; then
/freebsd-current/tests/sys/net/
H A Dif_wg.sh75 endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32
81 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32
142 endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32,${tunnel4}/32
148 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32,${tunnel3}/32
216 allowed-ips "${tunnel1}/32"
261 allowed-ips "${tunnel1}/32"
318 endpoint 127.0.0.1:12346 allowed-ips ${tunnel2}/32
324 endpoint 127.0.0.1:12345 allowed-ips ${tunnel1}/32
/freebsd-current/contrib/wpa/src/ap/
H A Dacs.c375 const int allowed[] = { 5180, 5220, 5260, 5300, 5500, 5540, 5580, 5620, local
383 for (i = 0; i < ARRAY_SIZE(allowed); i++)
384 if (chan->freq == allowed[i])
393 const int allowed[] = { 5180, 5260, 5500, 5580, 5660, 5745, 5955, 6035, local
398 for (i = 0; i < ARRAY_SIZE(allowed); i++)
399 if (chan->freq == allowed[i])
408 const int allowed[] = { 5180, 5500, 5955, 6115, 6275, 6435, 6595, 6755, local
412 for (i = 0; i < ARRAY_SIZE(allowed); i++)
413 if (chan->freq == allowed[i])
697 "ACS: Channel %d: not allowed a
[all...]
H A Ddfs.c95 int *allowed = allowed_40; local
100 allowed = allowed_40;
104 allowed = allowed_80;
108 allowed = allowed_160;
117 if (chan->chan == allowed[i])
156 * If it's not allowed to use the first channel as primary, decline the
159 wpa_printf(MSG_DEBUG, "DFS: primary chanenl not allowed");
175 wpa_printf(MSG_DEBUG, "DFS: bw now allowed for %d",
/freebsd-current/usr.sbin/ppp/
H A Dsystems.c230 int f, mode, allowed; local
232 allowed = 0;
238 allowed |= mode;
241 modeok = modereq & allowed ? 1 : 0;
/freebsd-current/crypto/openssh/
H A Dreadpass.c203 int allowed = 0; local
218 allowed = 1;
222 return (allowed);
H A Dmonitor.c238 /* Specifies if a certain message is allowed at the moment */
539 /* allowed key state */
543 /* make sure key is allowed */
715 int r, allowed = 0; local
739 allowed = 1;
798 debug3_f("sending MONITOR_ANS_PWNAM: %d", allowed);
1158 int r, allowed = 0; local
1180 allowed = user_key_allowed(ssh, authctxt->pw, key,
1192 allowed = hostbased_key_allowed(ssh, authctxt->pw,
1207 allowed
[all...]
/freebsd-current/sys/dev/amdgpio/
H A Damdgpio.c199 uint32_t reg, val, allowed; local
207 allowed = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT;
210 * Only directtion flag allowed
212 if (flags & ~allowed)
218 if ((flags & allowed) == allowed)
/freebsd-current/sys/dev/gpio/
H A Dchvgpio.c235 uint32_t allowed; local
241 allowed = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT;
244 * Only direction flag allowed
246 if (flags & ~allowed)
252 if ((flags & allowed) == allowed)
H A Dbytgpio.c402 uint32_t allowed; local
409 allowed = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT;
411 allowed = 0;
414 * Only directtion flag allowed
416 if (flags & ~allowed)
422 if ((flags & allowed) == allowed)
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_ctl_drv.c400 bool allowed = false; local
412 allowed = true;
416 if (!allowed)
/freebsd-current/contrib/wpa/src/radius/
H A Dradius_das.c41 u8 allowed[] = { local
67 attr = radius_msg_find_unlisted_attr(msg, allowed);
198 u8 allowed[] = { local
232 attr = radius_msg_find_unlisted_attr(msg, allowed);
/freebsd-current/sys/contrib/xen/xsm/
H A Dflask_op.h61 uint32_t allowed; member in struct:xen_flask_access
/freebsd-current/tools/build/
H A Dcheckstyle9.pl1220 # Note: allowed diff list can be changed both when changing expected
1224 } elsif ($name !~ m#^tests/qtest/bios-tables-test-allowed-diff.h$#) {
1943 # check for spacing round square brackets; allowed:
2112 # unary ++ and unary -- are allowed no space on one side.
2327 #no spaces allowed after \ in define
2429 my $allowed = 0;
2438 $allowed = 1;
2461 # We have looked at and allowed this specific line.
2474 print "APW: cond<$cond> block<$block> allowed<$allowed>\
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-op.mk55 # Surprisingly, the ampersand and pipe are allowed in bare strings.
69 # operators, TOK_AND, TOK_OR or TOK_RPAREN are allowed.
H A Dvarmod-loop-varname.mk14 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
85 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
H A Dcond-token-plain.mk50 # TODO: Does this mean that more syntactic variants are allowed here?
126 # In bare words, even undefined variables are allowed. Without the bare
127 # words, undefined variables are not allowed. That feels inconsistent.
209 # modifier ':?:' allowed unquoted string literals for the rest of the
/freebsd-current/contrib/wpa/hs20/client/
H A DAndroid.mk19 # build (e.g., "mm -B" failed to build, but following that with "mm" allowed
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c131 uint32_t allowed; member in struct:acevals
741 vals->allowed = ACE_MASK_UNDEFINED;
1020 if (vals->allowed != (vals->denied ^ flips)) {
1029 error = ace_allow_to_mode(vals->allowed, &dest->a_perm, isdir);
1152 error = ace_mask_to_mode(list->group_obj.allowed,
1369 /* no more than one allowed per aclent_t */
1370 if (vals->allowed != ACE_MASK_UNDEFINED) {
1374 vals->allowed = acep->a_access_mask;

Completed in 382 milliseconds

123