Searched defs:policy (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_attr_getschedpolicy.c44 _pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *policy) argument
H A Dthr_attr_setschedpolicy.c44 _pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) argument
H A Dthr_getprio.c44 int policy, ret; local
H A Dthr_getschedparam.c44 _pthread_getschedparam(pthread_t pthread, int *policy, argument
H A Dthr_setprio.c44 int ret, policy; local
H A Dthr_setschedparam.c45 _pthread_setschedparam(pthread_t pthread, int policy, argument
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_getprio.c42 int policy, ret; local
H A Dthr_getschedparam.c47 _pthread_getschedparam(pthread_t pthread, int *policy, argument
H A Dthr_setschedparam.c50 _pthread_setschedparam(pthread_t pthread, int policy, argument
H A Dthr_kern.c70 _rtp_to_schedparam(const struct rtprio *rtp, int *policy, argument
91 _schedparam_to_rtp(int policy, const struct sched_param *param, argument
113 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param) argument
126 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) argument
[all...]
/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_load.c123 openpam_clear_chains(pam_chain_t *policy[]) argument
/freebsd-10-stable/tools/regression/priv/
H A Dpriv_audit_control.c64 long policy; local
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_data.c86 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, argument
H A Dpcy_cache.c82 POLICYINFO *policy; local
H A Dv3_pci.c76 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
233 ASN1_OCTET_STRING *policy = NULL; local
[all...]
/freebsd-10-stable/sbin/setkey/
H A Dtest-policy.c94 int test(char *policy, int family) argument
/freebsd-10-stable/crypto/openssl/crypto/ts/
H A Dts_verify_ctx.c115 ASN1_OBJECT *policy; local
/freebsd-10-stable/contrib/ntp/lib/isc/tests/
H A Dsymtab_test.c53 isc_symexists_t policy = isc_symexists_reject; local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_comutil.c71 nvlist_t *policy; local
/freebsd-10-stable/sys/kern/
H A Dksched.c106 getscheduler(struct ksched *ksched, struct thread *td, int *policy) argument
131 int e, policy; local
170 ksched_setscheduler(struct ksched *ksched, struct thread *td, int policy, argument
208 ksched_getscheduler(struct ksched *ksched, struct thread *td, int *policy) argument
224 ksched_get_priority_max(struct ksched *ksched, int policy, int *prio) argument
245 ksched_get_priority_min(struct ksched *ksched, int policy, int *prio) argument
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dsandbox-systrace.c129 struct systrace_policy policy; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c50 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
275 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
/freebsd-10-stable/sys/net80211/
H A Dieee80211_acl.c245 acl_setpolicy(struct ieee80211vap *vap, int policy) argument
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_volume.c118 uint8_t changes, policy; local
185 uint8_t policy; local
[all...]
/freebsd-10-stable/usr.sbin/nscd/
H A Dcacheplcs.c108 cache_queue_policy_add_item(struct cache_policy_ *policy, argument
122 cache_queue_policy_remove_item(struct cache_policy_ *policy, argument
136 cache_queue_policy_get_first_item(struct cache_policy_ *policy) argument
147 cache_queue_policy_get_last_item(struct cache_policy_ *policy) argument
159 cache_queue_policy_get_next_item(struct cache_policy_ *policy, argument
174 cache_queue_policy_get_prev_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
245 cache_fifo_policy_update_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
268 destroy_cache_fifo_policy(struct cache_policy_ *policy) argument
284 cache_lru_policy_update_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
313 destroy_cache_lru_policy(struct cache_policy_ *policy) argument
362 cache_lfu_policy_add_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
383 cache_lfu_policy_update_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
423 cache_lfu_policy_remove_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
439 cache_lfu_policy_get_first_item(struct cache_policy_ *policy) argument
459 cache_lfu_policy_get_last_item(struct cache_policy_ *policy) argument
480 cache_lfu_policy_get_next_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
506 cache_lfu_policy_get_prev_item(struct cache_policy_ *policy, struct cache_policy_item_ *item) argument
571 destroy_cache_lfu_policy(struct cache_policy_ *policy) argument
[all...]

Completed in 209 milliseconds

1234