Searched refs:policy (Results 1 - 25 of 135) sorted by last modified time

123456

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c1310 args->pid, args->policy, (const void *)args->param);
1313 switch (args->policy) {
1315 bsd.policy = SCHED_OTHER;
1318 bsd.policy = SCHED_FIFO;
1321 bsd.policy = SCHED_RR;
1370 printf(ARGS(sched_get_priority_max, "%d"), args->policy);
1373 switch (args->policy) {
1375 bsd.policy = SCHED_OTHER;
1378 bsd.policy = SCHED_FIFO;
1381 bsd.policy
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssltest.c246 fprintf(stderr, " -proxy_auth <val> - set proxy policy rights\n");
248 " -proxy_cond <val> - experssion to test proxy policy rights\n");
1602 pci->proxyPolicy->policy->data;
1603 i = pci->proxyPolicy->policy->length;
1612 * the current policy. That way, all elements that are
1613 * set by the current policy and were already set by
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.h269 /* Valid policy tree */
271 /* Require explicit policy value */
370 /* Enable policy checking */
372 /* Policy variable require-explicit-policy */
374 /* Policy variable inhibit-any-policy */
376 /* Policy variable inhibit-policy-mapping */
378 /* Notify callback that policy is OK */
390 /* Internal use: mask of policy related options */
513 ASN1_OBJECT *policy);
H A Dx509_vpm.c259 ASN1_OBJECT *policy)
266 if (!sk_ASN1_OBJECT_push(param->policies, policy))
258 X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param, ASN1_OBJECT *policy) argument
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dx509v3.h321 ASN1_OCTET_STRING *policy; member in struct:PROXY_POLICY_st
H A Dpcy_int.h72 * X509_POLICY_NODE contains that. This means that the main policy data can
87 * This flag indicates the structure has been mapped using a policy mapping
88 * extension. If policy mapping is not active its references get deleted.
94 * This flag indicates the data doesn't correspond to a policy in Certificate
95 * Policies: it has been mapped to any policy.
118 * reference the policy it refers to.
131 /* other policy data */
183 * Extra policy data when additional nodes (not from the certificate) are
187 /* This is the authority constained policy set */
203 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, ASN1_OBJEC
[all...]
H A Dpcy_cache.c82 POLICYINFO *policy; local
89 policy = sk_POLICYINFO_value(policies, i);
90 data = policy_data_new(policy, NULL, crit);
94 * Duplicate policy OIDs are illegal: reject if matches found.
H A Dpcy_data.c79 * Create a data based on an existing policy. If 'id' is NULL use the oid in
80 * the policy, otherwise use 'id'. This behaviour covers the two types of
86 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, ASN1_OBJECT *id, argument
90 if (!policy && !id)
116 ret->valid_policy = policy->policyid;
117 policy->policyid = NULL;
120 if (policy) {
121 ret->qualifier_set = policy->qualifiers;
122 policy->qualifiers = NULL;
H A Dv3_pci.c70 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
72 pci->proxyPolicy->policy->data);
78 ASN1_OCTET_STRING **policy)
108 } else if (strcmp(val->name, "policy") == 0) {
111 if (!*policy) {
112 *policy = ASN1_OCTET_STRING_new();
113 if (!*policy) {
131 tmp_data = OPENSSL_realloc((*policy)->data,
132 (*policy)
76 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...]
H A Dv3_pcia.c45 ASN1_OPT(PROXY_POLICY,policy,ASN1_OCTET_STRING)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c130 #define ENV_POLICY "policy"
162 " -policy arg - The CA 'policy' to support\n",
201 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy,
209 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy,
218 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
227 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy,
271 char *policy = NULL; local
388 } else if (strcmp(*argv, "-policy") == 0) {
391 policy
1461 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1531 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1587 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
2159 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1066 iarg[1] = p->policy; /* l_int */
1086 iarg[0] = p->policy; /* l_int */
1093 iarg[0] = p->policy; /* l_int */
H A Dlinux32_proto.h478 char policy_l_[PADL_(l_int)]; l_int policy; char policy_r_[PADR_(l_int)]; member in struct:linux_sched_setscheduler_args
485 char policy_l_[PADL_(l_int)]; l_int policy; char policy_r_[PADR_(l_int)]; member in struct:linux_sched_get_priority_max_args
488 char policy_l_[PADL_(l_int)]; l_int policy; char policy_r_[PADR_(l_int)]; member in struct:linux_sched_get_priority_min_args
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dsymtab_test.c53 isc_symexists_t policy = isc_symexists_reject; local
79 result = isc_symtab_define(st, key, 1, value, policy);
96 result = isc_symtab_define(st, key, 1, value, policy);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c788 dtrace_optval_t policy = DTRACEOPT_UNSET; local
796 policy = _dtrace_bufpolicies[i].dtbp_policy;
801 if (policy == DTRACEOPT_UNSET)
804 dtp->dt_options[DTRACEOPT_BUFPOLICY] = policy;
822 dtrace_optval_t policy = DTRACEOPT_UNSET; local
830 policy = _dtrace_bufresize[i].dtbr_policy;
835 if (policy == DTRACEOPT_UNSET)
838 dtp->dt_options[DTRACEOPT_BUFRESIZE] = policy;
H A Ddt_work.c50 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
64 * If the buffering policy is set to anything other than
68 if (policy != DTRACEOPT_BUFPOLICY_SWITCH &&
274 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
301 policy != DTRACEOPT_BUFPOLICY_SWITCH) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1676 zpool_rewind_policy_t policy; local
1744 zpool_get_rewind_policy(config, &policy);
1753 if (policy.zrp_request & ZPOOL_TRY_REWIND) {
1840 if (policy.zrp_request &
1843 ((policy.zrp_request & ZPOOL_TRY_REWIND) != 0), nv);
3159 zpool_rewind_policy_t policy; local
3191 zpool_get_rewind_policy(rewindnvl, &policy);
3192 zc.zc_cookie = policy.zrp_request;
3208 if (!error || ((policy.zrp_request & ZPOOL_TRY_REWIND) &&
3210 if (policy
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh65 printf("'%s' buffering policy took %d%% of CPU; ",
80 for policy in "fill ring switch"; do
81 script $policy
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3273 nvlist_t *policy = NULL; local
3396 if (nvlist_alloc(&policy, NV_UNIQUE_NAME_TYPE, 0) != 0 ||
3397 nvlist_add_uint64(policy, ZPOOL_REWIND_REQUEST_TXG, max_txg) != 0 ||
3398 nvlist_add_uint32(policy, ZPOOL_REWIND_REQUEST, rewind) != 0)
3415 ZPOOL_REWIND_POLICY, policy) != 0) {
3429 error = spa_open_rewind(target, &spa, FTAG, policy,
3447 FTAG, policy, NULL);
3455 nvlist_free(policy);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1950 nvlist_t *policy = NULL; local
2074 /* In the future, we can capture further policy and include it here */
2075 if (nvlist_alloc(&policy, NV_UNIQUE_NAME, 0) != 0 ||
2076 nvlist_add_uint64(policy, ZPOOL_REWIND_REQUEST_TXG, txg) != 0 ||
2077 nvlist_add_uint32(policy, ZPOOL_REWIND_REQUEST, rewind_policy) != 0)
2107 nvlist_free(policy);
2175 nvlist_free(policy);
2200 policy) == 0);
2274 nvlist_free(policy);
3597 nvlist_t *policy local
[all...]
/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.c998 int i, ret, policy, my_prio, old_ceiling; local
1013 assert (pthread_getschedparam (pthread_self(), &policy,
1016 log_trace ("Current scheduling policy %d, priority %d\n",
1017 policy, my_prio);
1150 * Set the scheduling policy of the test thread to SCHED_FIFO
1238 int i, policy, my_prio; local
1241 assert (pthread_getschedparam (pthread_self(), &policy,
1244 log_trace ("Current scheduling policy %d, priority %d\n",
1245 policy, my_prio);
1364 * policy i
1436 int i, policy, main_prio; local
[all...]
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_attr_getschedpolicy.c44 _pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *policy) argument
48 if ((attr == NULL) || (*attr == NULL) || (policy == NULL))
51 *policy = (*attr)->sched_policy;
H A Dthr_attr_setschedpolicy.c44 _pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) argument
50 else if ((policy < SCHED_FIFO) || (policy > SCHED_RR)) {
53 (*attr)->sched_policy = policy;
H A Dthr_getprio.c44 int policy, ret; local
47 if ((ret = _pthread_getschedparam(pthread, &policy, &param)) == 0)
H A Dthr_getschedparam.c44 _pthread_getschedparam(pthread_t pthread, int *policy, argument
50 if ((param == NULL) || (policy == NULL))
63 *policy = tmp;
75 *policy = tmp;

Completed in 219 milliseconds

123456