| /src/games/backgammon/common_source/ |
| Makefile | 6 SRCS= allow.c board.c check.c fancy.c init.c odds.c \
|
| /src/etc/ |
| named.conf | 16 allow-recursion { localhost; localnets; };
|
| /src/lib/libpam/modules/pam_ftpusers/ |
| pam_ftpusers.c | 67 int pam_err, found, allow; local 115 allow = (openpam_get_option(pamh, "disallow") == NULL); 117 pam_err = allow ? PAM_SUCCESS : PAM_AUTH_ERR; 119 pam_err = allow ? PAM_AUTH_ERR : PAM_SUCCESS;
|
| /src/lib/libc/arch/riscv/sys/ |
| brk.S | 61 mv a0, t5 # dont allow break < minbrk
|
| /src/lib/libwrap/ |
| Makefile | 11 MLINKS+=hosts_access.5 hosts.allow.5
|
| /src/lib/libc/arch/mips/sys/ |
| brk.S | 63 move a0, v0 # dont allow break < minbrk
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_encoder.h | 109 int nv50_mstm_detect(struct nv50_mstm *, u8 dpcd[8], int allow);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_selftest.c | 255 bool allow = true; local 259 allow = false; 270 if (allow) 278 if (allow) 283 result = allow;
|
| /src/sys/sys/ |
| systm.h | 194 #define COND_SET_STRUCT(dst, src, allow) \ 202 if (allow) \ 208 #define COND_SET_CPTR(dst, src, allow) \ 210 if (allow) \ 219 #define COND_SET_PTR(dst, src, allow) \ 221 if (allow) \ 227 #define COND_SET_VALUE(dst, src, allow) \ 229 if (allow) \
|
| /src/usr.bin/menuc/ |
| scan.l | 105 allow { return ALLOW; }
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| dchubbub.h | 146 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow);
|
| /src/usr.sbin/mmcformat/ |
| mmcformat.c | 470 uint8_t *allow, uint32_t *blks, uint32_t *params) 477 bzero(allow, 255); 498 allow[format_tp] = 1; /* TODO = supported? */ 694 uint8_t allow[256]; local 890 process_format_caps(caps, caps_len, inquiry, allow, blks, params); 981 if (!allow[format_type]) { 983 process_format_caps(caps, caps_len, 1, allow,
|
| /src/usr.bin/menuc/testm/ |
| menus.mc | 51 allow dynamic menus; 98 the user. This should allow scrolling, if needed. If the first
|
| /src/bin/sh/ |
| option.list | 71 promptcmds promptcmds # allow $( ) in PS1 (et al).
|
| /src/usr.bin/make/unit-tests/ |
| varmod-order-numeric.mk | 15 # 'double' instead, but that would allow floating-point numbers as well, which
|
| varmod-order.mk | 26 # Shuffling numerically doesn't make sense, so don't allow 'x' and 'n' to be
|
| directive-export-gmake.mk | 65 # directive is only recognized if the line does not contain a ':', to allow
|
| /src/sys/arch/m68k/060sp/dist/ |
| test.doc | 58 This will allow the calling routines to access the entry points 85 the end of this file). The purpose of this section is to allow the test
|
| fpsp.doc | 64 This will allow calling routines to access the entry points 91 the end of the file fskeleton.s). The purpose of this section is to allow
|
| isp.doc | 72 This will allow calling routines to access the entry points 99 the end of the file iskeleton.s). The purpose of this section is to allow
|
| ilsp.doc | 67 This will allow calling routines to access the entry points
|
| /src/sys/arch/next68k/stand/boot/ |
| srt0.s | 84 bra hloop | and do not allow continuation
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_trace.h | 126 __field(u32, allow) 135 __entry->allow = bo->allowed_domains; 141 __entry->prefer, __entry->allow, __entry->visible)
|
| /src/sys/kern/ |
| kern_auth.c | 976 int error, allow, fail; local 988 allow = 0; 996 allow = 1; 1005 if (allow) 1163 * listener denied it, so our only alternative is to supposedly-allow
|
| /src/sys/arch/mips/mips/ |
| locore_mips3.S | 820 li v0, MIPS_SR_KX | MIPS_SR_UX # allow 64bit addressing 822 li v0, MIPS_SR_KX # allow 64bit kernel addressing
|