Searched refs:policy (Results 26 - 50 of 247) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/zfs/
H A Dzfs_comutil.c71 nvlist_t *policy; local
88 if (nvpair_value_nvlist(elem, &policy) == 0)
89 zpool_get_rewind_policy(policy, zrpp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-posix.c209 sched_get_priority_max (int policy ATTRIBUTE_UNUSED)
215 sched_get_priority_min (int policy ATTRIBUTE_UNUSED)
250 int *policy ATTRIBUTE_UNUSED,
258 int policy ATTRIBUTE_UNUSED,
H A Dgthr-posix95.h317 int policy; local
321 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
323 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
326 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
337 * this should be a pointer to policy but pthread.h is universally
340 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
357 int policy; local
360 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dpthread_misc.c61 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param)
67 if (_sched_getparam(getpid(), thread->pt_lid, policy, param) < 0)
74 pthread_setschedparam(pthread_t thread, int policy, argument
83 if (_sched_setparam(getpid(), thread->pt_lid, policy, &sp) < 0)
H A Dpthread_attr.c277 pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) argument
282 switch (policy) {
289 p->ptap_policy = policy;
298 pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *policy) argument
304 *policy = SCHED_OTHER;
307 *policy = p->ptap_policy;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-ldapgluegroups.conf34 authz-policy to
H A Dslapd-ldapgluepeople.conf34 authz-policy to
H A Dslapd-whoami.conf33 authz-policy both
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/x509/
H A Dpkgsrc.sh31 $CA -extensions pkgkey -policy policy_match -out pkgkey_cert.pem -infiles pkgkey_req.pem
38 $CA -extensions pkgsec -policy policy_match -out pkgsec_cert.pem -infiles pkgsec_req.pem
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/tests/
H A Dsymtab_test.c55 isc_symexists_t policy = isc_symexists_reject; local
81 result = isc_symtab_define(st, key, 1, value, policy);
98 result = isc_symtab_define(st, key, 1, value, policy);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A DCA.sh141 $CA -policy policy_anything -infiles newreq.pem
156 $CA -policy policy_anything -out newcert.pem -infiles newreq.pem
162 $CA -policy policy_anything -out newcert.pem -extensions v3_ca -infiles newreq.pem
169 $CA -policy policy_anything -out newcert.pem -infiles tmp.pem
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dforward.h55 isc_sockaddrlist_t *addrs, dns_fwdpolicy_t policy);
58 * a domain with a list of forwarders and a forwarding policy. The
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A DP1ss.cnf37 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgthr-posix.h256 int policy; local
260 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
262 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
265 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
276 * this should be a pointer to policy but pthread.h is universally
279 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
296 int policy; local
299 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
H A Dgthr-posix95.h213 int policy; local
217 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
219 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
222 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
233 * this should be a pointer to policy but pthread.h is universally
236 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
253 int policy; local
256 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/alpha/
H A Dgthr-default.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
H A Dgthr-posix.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/arm/
H A Dgthr-default.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
H A Dgthr-posix.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/armeb/
H A Dgthr-default.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
H A Dgthr-posix.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/hppa/
H A Dgthr-default.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
H A Dgthr-posix.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/i386/
H A Dgthr-default.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
H A Dgthr-posix.h260 int policy; local
264 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
269 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1)
280 * this should be a pointer to policy but pthread.h is universally
283 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
300 int policy; local
303 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)

Completed in 121 milliseconds

12345678910