Searched refs:policy (Results 126 - 150 of 345) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_req_utils.c128 int TS_REQ_set_policy_id(TS_REQ *a, ASN1_OBJECT *policy) argument
132 if (a->policy_id == policy)
134 new_policy = OBJ_dup(policy);
H A Dts_rsp_sign.c81 ASN1_OBJECT *policy);
256 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy) argument
260 /* Create new policy stack if necessary. */
263 if (!(copy = OBJ_dup(policy)))
424 ASN1_OBJECT *policy; local
453 if (!(policy = TS_RESP_get_policy(ctx)))
457 if (!(ctx->tst_info = TS_RESP_create_tst_info(ctx, policy)))
564 /* Returns the TSA policy based on the requested and acceptable policies. */
568 ASN1_OBJECT *policy = NULL; local
576 * Return the default policy i
598 TS_RESP_create_tst_info(TS_RESP_CTX *ctx, ASN1_OBJECT *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
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.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpowernow-k7.c543 static int powernow_target(struct cpufreq_policy *policy, argument
549 if (cpufreq_frequency_table_target(policy, powernow_table, target_freq,
559 static int powernow_verify(struct cpufreq_policy *policy) argument
561 return cpufreq_frequency_table_verify(policy, powernow_table);
636 static int __cpuinit powernow_cpu_init(struct cpufreq_policy *policy) argument
641 if (policy->cpu != 0)
685 policy->cpuinfo.transition_latency =
688 policy->cur = powernow_get(0);
690 cpufreq_frequency_table_get_attr(powernow_table, policy->cpu);
692 return cpufreq_frequency_table_cpuinfo(policy, powernow_tabl
695 powernow_cpu_exit(struct cpufreq_policy *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmempolicy.c4 fix mmap readahead to honour policy and enable policy for any page cache
7 global policy for page cache? currently it uses process policy. Requires
9 handle mremap for shared memory (currently ignored for the policy)
11 make bind policy root only? It can trigger oom much faster and the
59 * run-time system-wide default policy => local allocation
147 * any, for the new policy. mpol_new() has already validated the nodes
148 * parameter with respect to the policy mode and flags. But, we need to
190 * This function just creates a new policy, doe
196 struct mempolicy *policy; local
750 do_get_mempolicy(int *policy, nodemask_t *nmask, unsigned long addr, unsigned long flags) argument
1334 compat_sys_get_mempolicy(int __user *policy, compat_ulong_t __user *nmask, compat_ulong_t maxnode, compat_ulong_t addr, compat_ulong_t flags) argument
1450 policy_nodemask(gfp_t gfp, struct mempolicy *policy) argument
1462 policy_zonelist(gfp_t gfp, struct mempolicy *policy) argument
1489 interleave_nodes(struct mempolicy *policy) argument
1511 slab_node(struct mempolicy *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dhelper.h30 struct ctd_helper_policy policy[CTD_HELPER_POLICY_MAX]; member in struct:ctd_helper
42 struct ctd_helper_policy policy[CTD_HELPER_POLICY_MAX]; member in struct:ctd_helper_instance
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/
H A Di1480-wlp.h74 enum uwb_ack_pol policy)
76 hdr->mac_params = (hdr->mac_params & ~0x70) | (policy << 4);
73 wlp_tx_hdr_set_ack_policy(struct wlp_tx_hdr *hdr, enum uwb_ack_pol policy) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirnetlink.c138 .policy = irda_nl_policy,
144 .policy = irda_nl_policy,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c87 const EVP_MD *md, const char *policy, int no_nonce,
92 const char *policy, int no_nonce, int cert);
100 char *signer, char *chain, const char *policy,
107 const char *policy);
139 char *policy = NULL; local
197 } else if (strcmp(*argv, "-policy") == 0) {
200 policy = *++argv;
300 /* Load the config file for possible policy OIDs. */
302 ret = !query_command(data, digest, md, policy, no_nonce, cert,
319 password, inkey, signer, chain, policy,
431 query_command(const char *data, char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert, const char *in, const char *out, int text) argument
493 create_query(BIO *data_bio, char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert) argument
648 reply_command(CONF *conf, char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy, char *in, int token_in, char *out, int token_out, int text) argument
772 create_response(CONF *conf, const char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c87 const EVP_MD *md, const char *policy, int no_nonce,
92 const char *policy, int no_nonce, int cert);
100 char *signer, char *chain, const char *policy,
107 const char *policy);
139 char *policy = NULL; local
197 } else if (strcmp(*argv, "-policy") == 0) {
200 policy = *++argv;
300 /* Load the config file for possible policy OIDs. */
302 ret = !query_command(data, digest, md, policy, no_nonce, cert,
319 password, inkey, signer, chain, policy,
431 query_command(const char *data, char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert, const char *in, const char *out, int text) argument
493 create_query(BIO *data_bio, char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert) argument
648 reply_command(CONF *conf, char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy, char *in, int token_in, char *out, int token_out, int text) argument
772 create_response(CONF *conf, const char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-reset.c137 .policy = wimax_gnl_reset_policy,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A DMakefile6 path.o domain.o policy.o policy_unpack.o procattr.o lsm.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debtable_broute.c23 .policy = EBT_ACCEPT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/wm8350/
H A Dsupply.h113 /* charger state machine policy - set in machine driver */
129 struct wm8350_charger_policy *policy; member in struct:wm8350_power
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dipsec_dump_policy.c64 * policy is sadb_x_policy buffer.
69 ipsec_dump_policy(policy, delimiter)
70 caddr_t policy;
73 struct sadb_x_policy *xpl = (struct sadb_x_policy *)policy;
81 if (policy == NULL)
H A Dpolicy_parse.y33 * IN/OUT bound policy configuration take place such below:
34 * in <policy>
35 * out <policy>
37 * <policy> is one of following:
420 caddr_t policy;
422 policy = policy_parse(msg, msglen);
423 if (policy == NULL) {
430 return policy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcthelper.c306 * This is connection tracking after all. The policy is not to drop
363 if (!cur->helper->policy[j].name[0])
371 /* FIXME: get existing policy values from the kernel first. */
373 cur->helper->policy[j].name);
375 cur->helper->policy[j].expect_timeout);
377 cur->helper->policy[j].expect_max);
379 dlog(LOG_NOTICE, "policy name=%s expect_timeout=%d expect_max=%d",
380 cur->helper->policy[j].name,
381 cur->helper->policy[j].expect_timeout,
382 cur->helper->policy[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser.c29 #include "policy.h"
68 } policy; member in union:__anon1615::__anon1616
103 DBusList *conf_dirs; /**< Directories to look for policy configuration in */
105 BusPolicy *policy; /**< Security policy */ member in struct:BusConfigParser
286 if (!bus_policy_merge (parser->policy,
287 included->policy))
379 if (((parser->policy = bus_policy_new ()) == NULL) ||
385 if (parser->policy)
386 bus_policy_unref (parser->policy);
2705 BusPolicy *policy; local
2749 do_check_own_rules(BusPolicy *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_sign.c81 ASN1_OBJECT *policy);
256 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy) argument
260 /* Create new policy stack if necessary. */
263 if (!(copy = OBJ_dup(policy)))
424 ASN1_OBJECT *policy; local
453 if (!(policy = TS_RESP_get_policy(ctx)))
457 if (!(ctx->tst_info = TS_RESP_create_tst_info(ctx, policy)))
564 /* Returns the TSA policy based on the requested and acceptable policies. */
568 ASN1_OBJECT *policy = NULL; local
576 * Return the default policy i
598 TS_RESP_create_tst_info(TS_RESP_CTX *ctx, ASN1_OBJECT *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.com148 $ CA -policy policy_anything -infiles newreq.pem
157 $ CA -policy policy_anything -out newcert.pem -infiles newreq.pem
171 $ CA -policy policy_anything -out newcert.pem -infiles tmp.pem
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsys_ppc32.c373 asmlinkage long compat_sys_sched_get_priority_max(u32 policy) argument
375 return sys_sched_get_priority_max((int)policy);
379 /* Note: it is necessary to treat policy as an unsigned int,
384 asmlinkage long compat_sys_sched_get_priority_min(u32 policy) argument
386 return sys_sched_get_priority_min((int)policy);
423 /* Note: it is necessary to treat pid and policy as unsigned ints,
428 asmlinkage long compat_sys_sched_setscheduler(u32 pid, u32 policy, struct sched_param __user *param) argument
430 return sys_sched_setscheduler((int)pid, (int)policy, param);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_policy.c255 struct xfrm_policy *policy; local
257 policy = kzalloc(sizeof(struct xfrm_policy), gfp);
259 if (policy) {
260 write_pnet(&policy->xp_net, net);
261 INIT_LIST_HEAD(&policy->walk.all);
262 INIT_HLIST_NODE(&policy->bydst);
263 INIT_HLIST_NODE(&policy->byidx);
264 rwlock_init(&policy->lock);
265 atomic_set(&policy->refcnt, 1);
266 setup_timer(&policy
276 xfrm_policy_destroy(struct xfrm_policy *policy) argument
292 xfrm_policy_kill(struct xfrm_policy *policy) argument
536 xfrm_policy_insert(int dir, struct xfrm_policy *policy, int excl) argument
1157 xfrm_tmpl_resolve_one(struct xfrm_policy *policy, struct flowi *fl, struct xfrm_state **xfrm, unsigned short family) argument
1387 xfrm_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, struct flowi *fl, struct dst_entry *dst) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dpfkey.c78 #include "policy.h"
1476 * If there is a phase 2 handler against the policy identifier in
1500 plog(LLV_ERROR, LOCATION, NULL, "no policy found: id:%d.\n",
1507 /* get inbound policy */
1525 "no in-bound policy found: %s\n",
1725 caddr_t policy, p; local
1730 /* get policy buffer size */
1744 /* make policy structure */
1745 policy = racoon_malloc(policylen);
1746 if (!policy) {
1827 caddr_t policy = NULL; local
1885 caddr_t policy = NULL; local
1975 caddr_t policy = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_monitor.c69 family = xacq->policy.sel.family;
87 xfrm_policy_info_print(&xacq->policy, tb, fp, " ", " policy ");
136 fprintf(fp, "Flushed policy\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_mgmt.c70 /* NetLabel Netlink attribute policy */
714 .policy = netlbl_mgmt_genl_policy,
721 .policy = netlbl_mgmt_genl_policy,
728 .policy = netlbl_mgmt_genl_policy,
735 .policy = netlbl_mgmt_genl_policy,
742 .policy = netlbl_mgmt_genl_policy,
749 .policy = netlbl_mgmt_genl_policy,
756 .policy = netlbl_mgmt_genl_policy,
763 .policy = netlbl_mgmt_genl_policy,

Completed in 439 milliseconds

1234567891011>>