Searched refs:policy (Results 101 - 125 of 163) sorted by relevance

1234567

/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h222 int *policy);
226 int policy, struct sched_param *param);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c37 #include <sys/policy.h>
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c437 nvlist_t *policy)
771 if (policy != NULL) {
773 policy) != 0)
1415 ret = get_configs(hdl, &pools, iarg->can_be_active, iarg->policy);
436 get_configs(libzfs_handle_t *hdl, pool_list_t *pl, boolean_t active_ok, nvlist_t *policy) argument
H A Dlibzfs_pool.c1729 zpool_load_policy_t policy; local
1801 zpool_get_load_policy(config, &policy);
1810 if (policy.zlp_rewind & ZPOOL_TRY_REWIND) {
1903 if (policy.zlp_rewind &
1906 ((policy.zlp_rewind & ZPOOL_TRY_REWIND) != 0), nv);
3394 zpool_load_policy_t policy; local
3426 zpool_get_load_policy(rewindnvl, &policy);
3427 zc.zc_cookie = policy.zlp_rewind;
3443 if (!error || ((policy.zlp_rewind & ZPOOL_TRY_REWIND) &&
3445 if (policy
[all...]
H A Dlibzfs.h405 nvlist_t *policy; /* load policy (max txg, rewind, etc.) */ member in struct:importargs
/freebsd-11-stable/sys/netipsec/
H A Dkey_debug.c563 printf("%s: wrong policy struct.\n", __func__);
568 printf("%s: invalid ipsec policy length "
581 panic("%s: wrong policy struct.\n", __func__);
609 kdebug_secpolicy_policy(u_int policy) argument
612 switch (policy) {
725 printf("SP { refcnt=%u id=%u priority=%u state=%s policy=%s\n",
728 kdebug_secpolicy_policy(sp->policy));
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c390 int setpolicy __P((int so, char *policy));
1347 setpolicy(so, policy)
1349 char *policy;
1353 buf = ipsec_set_policy(policy, strlen(policy));
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c103 static int dsp_oss_policy(struct pcm_channel *wrch, struct pcm_channel *rdch, int policy);
3044 * buffer sizes, a policy argument of 5 will have the same result across
3057 * @param policy Integer from [0:10]
3062 dsp_oss_policy(struct pcm_channel *wrch, struct pcm_channel *rdch, int policy) argument
3066 if (policy < CHN_POLICY_MIN || policy > CHN_POLICY_MAX)
3074 ret = chn_setlatency(rdch, policy);
3080 ret = chn_setlatency(wrch, policy);
/freebsd-11-stable/sys/vm/
H A Dvm_phys.c160 MTX_SYSINIT(vm_default_policy, &vm_default_policy_mtx, "default policy mutex",
166 /* Use round-robin so the domain policy code will only try once per allocation */
189 /* Map policy to output string */
190 switch (vm_default_policy.p.policy) {
233 "Default policy (rr, first-touch, first-touch-rr");
295 * Check the thread policy, then the proc policy,
296 * then default to the system policy.
300 * handed a VM domain policy to use.
312 /* Copy out the thread policy */
[all...]
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c4013 printpolicy(int policy) argument
4015 switch (policy) {
4017 printf("policy: open\n");
4020 printf("policy: allow\n");
4023 printf("policy: deny\n");
4026 printf("policy: radius\n");
4029 printf("policy: unknown (%u)\n", policy);
4039 int i, nacls, policy, len; local
4049 printf("No acl policy loade
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dget_s.c164 out->policy = NULL;
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h444 uint16_t policy; member in struct:iwi_associate
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2125 setpolicy(int lnet, struct addrinfo *res, char *policy)
2131 if (policy == NULL)
2134 buf = ipsec_set_policy(policy, strlen(policy));
2117 setpolicy(int lnet, struct addrinfo *res, char *policy) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1901 raw_ostream &OS, const PrintingPolicy &policy,
1906 TypePrinter(policy, Indentation).print(ty, qs, OS, PH);
1917 const PrintingPolicy &policy) {
1920 TypePrinter(policy).print(ty, qs, StrOS, buffer);
1900 print(const Type *ty, Qualifiers qs, raw_ostream &OS, const PrintingPolicy &policy, const Twine &PlaceHolder, unsigned Indentation) argument
1915 getAsStringInternal(const Type *ty, Qualifiers qs, std::string &buffer, const PrintingPolicy &policy) argument
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_video.c880 vid_set_switch_policy(ACPI_HANDLE handle, UINT32 policy) argument
884 status = acpi_SetInteger(handle, "_DOS", policy);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_private.h834 int _rtp_to_schedparam(const struct rtprio *rtp, int *policy,
836 int _schedparam_to_rtp(int policy, const struct sched_param *param,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h249 void SetExecutionPolicy(ExecutionPolicy policy = eExecutionPolicyAlways) {
250 m_execution_policy = policy;
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c3420 ieee802_1x_kay_init(struct ieee802_1x_kay_ctx *ctx, enum macsec_policy policy, argument
3444 kay->policy = policy;
3468 if (policy != DO_NOT_SECURE &&
3472 if (policy == DO_NOT_SECURE ||
3487 policy == SHOULD_ENCRYPT) {
3515 if (policy == DO_NOT_SECURE) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1783 #define __sanitizer_syscall_pre__sched_setparam(pid, lid, policy, params) \
1785 (long long)(pid), (long long)(lid), (long long)(policy), \
1787 #define __sanitizer_syscall_post__sched_setparam(res, pid, lid, policy, \
1790 res, (long long)(pid), (long long)(lid), (long long)(policy), \
1792 #define __sanitizer_syscall_pre__sched_getparam(pid, lid, policy, params) \
1794 (long long)(pid), (long long)(lid), (long long)(policy), \
1796 #define __sanitizer_syscall_post__sched_getparam(res, pid, lid, policy, \
1799 res, (long long)(pid), (long long)(lid), (long long)(policy), \
4071 long long policy,
4075 long long policy,
[all...]
/freebsd-11-stable/sbin/ping6/
H A Dping6.c574 errx(1, "invalid security policy");
2671 setpolicy(int so __unused, char *policy) argument
2675 if (policy == NULL)
2678 buf = ipsec_set_policy(policy, strlen(policy));
2683 warnx("Unable to set IPsec policy");
2770 " [-P policy]"
/freebsd-11-stable/sys/security/mac/
H A Dmac_syscalls.c631 error = copyinstr(uap->policy, target, sizeof(target), NULL);
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c459 && !TS_check_policy(ctx->policy, tst_info))
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h278 /* Valid policy tree */
280 /* Require explicit policy value */
413 /* Enable policy checking */
415 /* Policy variable require-explicit-policy */
417 /* Policy variable inhibit-any-policy */
419 /* Policy variable inhibit-policy-mapping */
421 /* Notify callback that policy is OK */
453 /* Internal use: mask of policy related options */
591 ASN1_OBJECT *policy);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ht.c232 /* setup default aggregation policy */
1919 * policy. We intercept ADDBA-related frames and use them to
1997 uint8_t dialogtoken, policy; local
2006 policy = MS(baparamset, IEEE80211_BAPS_POLICY);
2030 if (policy != (tap->txa_flags & IEEE80211_AGGR_IMMEDIATE)) {
2034 "policy mismatch: expecting %s, "
2037 policy, tid, code);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c40 #include <sys/policy.h>

Completed in 208 milliseconds

1234567