Searched refs:policy (Results 276 - 300 of 345) sorted by relevance

<<11121314

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java580 public void repmgr_set_ack_policy(int policy) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_repmgr_set_ack_policy(swigCPtr, this, policy); } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-core.c1033 static int ata_dev_set_dipm(struct ata_device *dev, enum link_pm policy) argument
1068 switch (policy) {
1119 * @policy: the link power management policy
1123 * policy, and then call driver specific callbacks for
1129 void ata_dev_enable_pm(struct ata_device *dev, enum link_pm policy) argument
1136 rc = ap->ops->enable_pm(ap, policy);
1139 rc = ata_dev_set_dipm(dev, policy);
1145 ap->pm_policy = policy;
1156 * policy, cal
1172 ata_lpm_schedule(struct ata_port *ap, enum link_pm policy) argument
[all...]
H A Dlibahci.c60 enum link_pm policy);
689 * don't change the link pm policy - we can be called
695 enum link_pm policy)
707 switch (policy) {
967 /* check our blink policy and set flag for link if it's enabled */
694 ahci_enable_alpm(struct ata_port *ap, enum link_pm policy) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dfib_rules.c282 err = nlmsg_parse(nlh, sizeof(*frh), tb, FRA_MAX, ops->policy);
431 err = nlmsg_parse(nlh, sizeof(*frh), tb, FRA_MAX, ops->policy);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink_queue.c789 .policy = nfqa_verdict_policy },
792 .policy = nfqa_cfg_policy },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_fair.c1102 if (likely(!sysctl_sched_compat_yield) && curr->policy != SCHED_BATCH) {
1633 if (likely(task_of(se)->policy != SCHED_IDLE)) {
1641 if (likely(task_of(se)->policy != SCHED_IDLE)) {
1680 if (unlikely(p->policy != SCHED_NORMAL))
1684 if (unlikely(curr->policy == SCHED_IDLE))
2968 * When power savings policy is enabled for the parent domain, idle
3813 /* Account for a task changing its policy or group.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debtables.c304 if (chaininfo->policy == EBT_RETURN)
306 if (chaininfo->policy == EBT_ACCEPT) {
510 if (((struct ebt_entries *)e)->policy != EBT_DROP &&
511 ((struct ebt_entries *)e)->policy != EBT_ACCEPT) {
514 ((struct ebt_entries *)e)->policy != EBT_RETURN) {
515 BUGPRINT("bad policy\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Disl_ioctl.c350 if ((*uwrq == IW_MODE_MASTER) && (priv->acl.policy != MAC_POLICY_OPEN))
1787 acl->policy = MAC_POLICY_OPEN;
1899 /* Setting policy also clears the MAC acl, even if we don't change the default
1900 * policy
1918 acl->policy = *uwrq;
1922 (acl->policy != MAC_POLICY_OPEN))
1929 /* restart the card with our new policy */
1946 *uwrq = acl->policy;
1962 if (acl->policy == MAC_POLICY_OPEN) {
1973 res = (acl->policy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c107 {.name = "policy", .has_arg = 1, .val = 'P'},
246 " --policy -P chain target\n"
247 " Change policy on chain to target\n"
478 printf(" (policy %s", pol);
1342 const char *policy = NULL, *newname = NULL; local
1517 policy = argv[optind++];
1520 "-%c requires a chain and a policy",
1941 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_core.c278 __le16 policy = cpu_to_le16(opt); local
280 BT_DBG("%s %x", hdev->name, policy);
282 /* Default link policy */
283 hci_send_cmd(hdev, HCI_OP_WRITE_DEF_LINK_POLICY, 2, &policy);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c107 {.name = "policy", .has_arg = 1, .val = 'P'},
246 " --policy -P chain target\n"
247 " Change policy on chain to target\n"
478 printf(" (policy %s", pol);
1335 const char *policy = NULL, *newname = NULL; local
1510 policy = argv[optind++];
1513 "-%c requires a chain and a policy",
1934 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c359 /* Delete policy rule of previous chain, since cache doesn't contain
360 * chain policy rules.
366 /* policy rule is last rule */
439 /* Last entry ("policy rule"). End it.*/
667 /* set policy-counters */
994 /* Empty chain: single return/policy rule */
1154 /* Get the policy of a given built-in chain */
1888 /* Sets the policy on a built-in chain. */
1891 const IPT_CHAINLABEL policy,
1906 DEBUGP("cannot set policy o
1890 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, TC_HANDLE_T *handle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_verify.c452 && !TS_check_policy(ctx->policy, tst_info))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.h278 /* Valid policy tree */
280 /* Require explicit policy value */
408 /* Enable policy checking */
410 /* Policy variable require-explicit-policy */
412 /* Policy variable inhibit-any-policy */
414 /* Policy variable inhibit-policy-mapping */
416 /* Notify callback that policy is OK */
448 /* Internal use: mask of policy related options */
586 ASN1_OBJECT *policy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtlw.tex123 Returns \true if this window is expected to be always maximized, either due to platform policy
124 or due to local policy regarding particular class.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Ddev.c716 .policy = can_policy,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dcheck.c439 p->policy = get_disk_ro(disk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c514 task->policy,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_verify.c452 && !TS_check_policy(ctx->policy, tst_info))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.h278 /* Valid policy tree */
280 /* Require explicit policy value */
408 /* Enable policy checking */
410 /* Policy variable require-explicit-policy */
412 /* Policy variable inhibit-any-policy */
414 /* Policy variable inhibit-policy-mapping */
416 /* Notify callback that policy is OK */
448 /* Internal use: mask of policy related options */
586 ASN1_OBJECT *policy);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dcommoncap.c714 * cap_task_setscheduler - Detemine if scheduler policy change is permitted
716 * @policy: The policy to effect
717 * @lp: The parameters to the scheduling policy
719 * Detemine if the requested scheduler policy change is permitted for the
722 int cap_task_setscheduler(struct task_struct *p, int policy, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.h133 unsigned long policy; member in struct:trace_array_cpu
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmap.c743 pgoff_t pgoff, struct mempolicy *policy)
768 mpol_equal(vma_policy(prev), policy) &&
775 mpol_equal(policy, vma_policy(next)) &&
795 mpol_equal(policy, vma_policy(next)) &&
739 vma_merge(struct mm_struct *mm, struct vm_area_struct *prev, unsigned long addr, unsigned long end, unsigned long vm_flags, struct anon_vma *anon_vma, struct file *file, pgoff_t pgoff, struct mempolicy *policy) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h625 virtual int repmgr_get_ack_policy(int *policy);
626 virtual int repmgr_set_ack_policy(int policy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h626 virtual int repmgr_get_ack_policy(int *policy);
627 virtual int repmgr_set_ack_policy(int policy);

Completed in 688 milliseconds

<<11121314