Home
last modified time | relevance | path

Searched defs:allow (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/sys/
H A Dsystm.h194 #define COND_SET_STRUCT(dst, src, allow) \ argument
208 #define COND_SET_CPTR(dst, src, allow) \ argument
219 #define COND_SET_PTR(dst, src, allow) \ argument
227 #define COND_SET_VALUE(dst, src, allow) \ argument
/netbsd-src/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c67 int pam_err, found, allow; in pam_sm_acct_mgmt() local
/netbsd-src/usr.sbin/mmcformat/
H A Dmmcformat.c470 uint8_t *allow, uint32_t *blks, uint32_t *params) in process_format_caps()
694 uint8_t allow[256]; in main() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcontext.c1547 krb5_boolean allow; in _krb5_homedir_access() local
1575 krb5_set_home_dir_access(krb5_context context, krb5_boolean allow) in krb5_set_home_dir_access()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hubbub.c98 void hubbub1_allow_self_refresh_control(struct hubbub *hubbub, bool allow) in hubbub1_allow_self_refresh_control()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_selftest.c255 bool allow = true; in apply_subtest_filter() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_vfy_test.c448 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg, in allow_unprotected()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_lib.c1727 const uint16_t *allow, size_t allowlen) in tls12_shared_sigalgs()
1752 const uint16_t *pref, *allow, *conf; in tls1_set_shared_sigalgs() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tilepro.c1177 s_allow_suspicious_bundles (int allow) in s_allow_suspicious_bundles()
H A Dtc-tilegx.c1296 s_allow_suspicious_bundles (int allow) in s_allow_suspicious_bundles()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tilepro.c1177 s_allow_suspicious_bundles (int allow) in s_allow_suspicious_bundles()
H A Dtc-tilegx.c1296 s_allow_suspicious_bundles (int allow) in s_allow_suspicious_bundles()
/netbsd-src/sys/kern/
H A Dkern_auth.c973 int error, allow, fail; in kauth_authorize_action_internal() local
/netbsd-src/external/cddl/osnet/dist/common/acl/
H A Dacl_common.c435 ace_make_deny(ace_t *allow, ace_t *deny, int isdir, int isowner) in ace_make_deny()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c2165 dns_view_setnewzones(dns_view_t *view, bool allow, void *cfgctx, in dns_view_setnewzones()
H A Dzone.c21666 bool allow = false; in zone_rekey() local
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.c1751 cfg_mark_ports(const char* str, int allow, int* avail, int num) in cfg_mark_ports()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.c2465 static int vlv_allow_gt_wake(struct drm_i915_private *dev_priv, bool allow) in vlv_allow_gt_wake()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dview.c2210 dns_view_setnewzones(dns_view_t * view,bool allow,void * cfgctx,void (* cfg_destroy)(void **),uint64_t mapsize) dns_view_setnewzones() argument
H A Dzone.c21716 bool allow = false; zone_rekey() local
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c4738 struct element *allow, struct element *deny) in generate_class()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_disp.c1404 nv50_mstm_detect(struct nv50_mstm *mstm, u8 dpcd[8], int allow) in nv50_mstm_detect()
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d5706 static void allow(Expression exp) in allow() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h921 bool allow; variable