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

1234

/freebsd-11-stable/sys/vm/
H A Dvm_domain.h37 vm_domain_policy_type_t policy; member in struct:vm_domain_iterator
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_getprio.c44 int policy, ret; local
H A Dthr_setschedparam.c51 _pthread_setschedparam(pthread_t pthread, int policy, argument
H A Dthr_getschedparam.c48 _pthread_getschedparam(pthread_t pthread, int * __restrict policy, argument
H A Dthr_kern.c71 _rtp_to_schedparam(const struct rtprio *rtp, int *policy, argument
92 _schedparam_to_rtp(int policy, const struct sched_param *param, argument
114 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param) argument
127 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) argument
[all...]
/freebsd-11-stable/tools/regression/priv/
H A Dpriv_audit_control.c64 long policy; local
/freebsd-11-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-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_load.c125 openpam_clear_chains(pam_chain_t *policy[]) argument
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dsymtab_test.c53 isc_symexists_t policy = isc_symexists_reject; local
/freebsd-11-stable/sbin/setkey/
H A Dtest-policy.c94 int test(char *policy, int family) argument
/freebsd-11-stable/sys/sys/
H A D_vm_domain.h47 vm_domain_policy_type_t policy; member in struct:vm_domain_policy_entry
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_verify_ctx.c115 ASN1_OBJECT *policy; local
/freebsd-11-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-11-stable/crypto/openssh/
H A Dsandbox-systrace.c129 struct systrace_policy policy; local
[all...]
/freebsd-11-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-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_comutil.c71 nvlist_t *policy; local
/freebsd-11-stable/contrib/openbsm/tools/
H A Daudump.c80 long policy; local
/freebsd-11-stable/sys/net80211/
H A Dieee80211_acl.c247 acl_setpolicy(struct ieee80211vap *vap, int policy) argument
/freebsd-11-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...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_volume.c120 uint8_t changes, policy; local
187 uint8_t policy; local
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dbrowser.c98 view_cb_mime_type_policy_decision( WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, gchar *mime, WebKitWebPolicyDecision *policy, struct browser_context *ctx) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h175 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, argument
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { argument
190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { argument
202 void sort(parallel_execution_policy policy, RandomAccessIterator Start, argument
208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, argument
214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp299 IRMemoryMap::AllocationPolicy policy = local

Completed in 196 milliseconds

1234