| /src/tests/fs/vfs/ |
| t_link.c | 60 bool sysctl, bool allowed) 93 if (errno != EOPNOTSUPP && allowed) 96 if (!allowed) 141 ATF_TC_FSAPPLY(hardlink_sameuser, "hardlink same user allowed"); 142 ATF_TC_FSAPPLY(hardlink_sameuser_sysctl, "hardlink same user sysctl allowed"); 143 ATF_TC_FSAPPLY(hardlink_otheruser, "hardlink other user allowed"); 145 ATF_TC_FSAPPLY(hardlink_rootuser, "hardlink root user allowed"); 146 ATF_TC_FSAPPLY(hardlink_rootuser_sysctl, "hardlink root user sysctl allowed");
|
| /src/sys/dev/dm/ |
| device-mapper.c | 116 * to function which I can call, and if the command is allowed for 131 int allowed; member in struct:cmd_function 133 { .cmd = "version", .fn = NULL, .allowed = 1 }, 134 { .cmd = "targets", .fn = dm_list_versions_ioctl, .allowed = 1 }, 135 { .cmd = "create", .fn = dm_dev_create_ioctl, .allowed = 0 }, 136 { .cmd = "info", .fn = dm_dev_status_ioctl, .allowed = 1 }, 137 { .cmd = "mknodes", .fn = dm_dev_status_ioctl, .allowed = 1 }, 138 { .cmd = "names", .fn = dm_dev_list_ioctl, .allowed = 1 }, 139 { .cmd = "suspend", .fn = dm_dev_suspend_ioctl, .allowed = 0 }, 140 { .cmd = "remove", .fn = dm_dev_remove_ioctl, .allowed = 0 } [all...] |
| /src/games/gomoku/ |
| bdisp.c | 269 get_key(const char *allowed) 274 if (allowed == NULL || ch == '\0' || 275 strchr(allowed, ch) != NULL)
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
| flask_op.h | 58 uint32_t allowed; member in struct:xen_flask_access
|
| /src/sys/external/bsd/drm2/drm/ |
| drm_vma_manager.c | 319 const bool allowed = 323 return allowed; 316 const bool allowed = local
|
| /src/tests/net/if_wg/ |
| common.sh | 165 --allowed-ips=$allowedips $pskopt 166 atf_check -s exit:0 -o match:"allowed-ips: $allowedips" \
|
| /src/usr.bin/make/unit-tests/ |
| cond-op.mk | 55 # Surprisingly, the ampersand and pipe are allowed in bare strings. 69 # operators, TOK_AND, TOK_OR or TOK_RPAREN are allowed.
|
| varmod-loop-varname.mk | 14 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the 84 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
|
| cond-token-plain.mk | 50 # 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
|
| deptgt.mk | 42 # An expression based on an undefined variable is allowed on both sides of
|
| cond-short.mk | 15 # expressions, undefined variables were allowed. This allowed for conditions 186 # still evaluated, but in "irrelevant mode", which allowed undefined variables 200 # expressions based on undefined variables are allowed and evaluate to an
|
| var-op-sunsh.mk | 122 # XXX: This combination should not be allowed at all, as it is confusing. 134 # XXX: This combination should not be allowed at all, as it is confusing.
|
| cond-func.mk | 80 # allowed for the 'empty' function (see cond-func-empty.mk), therefore
|
| deptgt-posix.mk | 107 # The only allowed lines before switching to POSIX mode are comment lines.
|
| directive-export-gmake.mk | 56 # Undefined variables are allowed on the right-hand side, they expand
|
| var-eval-short.mk | 42 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
|
| varmod-gmtime.mk | 67 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
|
| varmod-to-separator.mk | 186 # Negative numbers are not allowed for the separator character. 237 # number are allowed.
|
| varmod-indirect.mk | 37 # An indirect variable that evaluates to the empty string is allowed. 38 # It is even allowed to write another modifier directly afterwards.
|
| /src/bin/dd/ |
| args.c | 440 u_int allowed; member in struct:ioflag 488 if ((cp->allowed & flagtype) == 0) {
|
| /src/usr.bin/config/ |
| scan.l | 325 yyerror("package not allowed here");
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| vega12_hwmgr.h | 86 bool allowed; member in struct:smu_features
|
| vega20_hwmgr.h | 98 bool allowed; member in struct:smu_features
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_object.c | 569 u32 allowed = lobj->allowed_domains; local 581 if ((allowed & current_domain) != 0 && 591 radeon_uvd_force_into_uvd_segment(bo, allowed);
|
| /src/share/mk/ |
| bsd.doc.mk | 49 .error target(paper.ps) is defined -- this is not allowed
|