Searched refs:ancestor (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/leds/
H A Dleds-ixp4xx-gpio.c46 struct led_classdev ancestor; member in struct:ixp4xxgpioled_device
54 container_of(pled, struct ixp4xxgpioled_device, ancestor);
57 if (gpio_pin < GPIO_MAX && ixp4xx_dev->ancestor.name != 0) {
91 operation(&ixp4xxgpioled_devices[pdev->resource[i].start].ancestor);
137 if (ixp4xxgpioled_devices[gpio_pin].ancestor.name == 0) {
155 ixp4xxgpioled_devices[gpio_pin].ancestor.name =
163 ixp4xxgpioled_devices[gpio_pin].ancestor.brightness = 100;
165 ixp4xxgpioled_devices[gpio_pin].ancestor.brightness = 0;
167 ixp4xxgpioled_devices[gpio_pin].ancestor.flags = 0;
169 ixp4xxgpioled_devices[gpio_pin].ancestor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fset.c34 DB_TXN *ancestor; local
62 for (ancestor = txn;
63 ancestor != NULL && ancestor->parent != NULL;
64 ancestor = ancestor->parent)
68 (!BH_OWNED_BY(env, bhp, ancestor) || SH_CHAIN_HASNEXT(bhp, vc))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_sysctl.c95 struct dentry *ancestor; local
106 ancestor = proc_sys_ancestor(dentry, i);
107 table = proc_sys_lookup_table_one(table, &ancestor->d_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h379 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
H A Dxpath.c2918 * get the nearest common ancestor.
3209 * get the nearest common ancestor.
7861 * Traversal function for the "ancestor" direction
7862 * the ancestor axis contains the ancestors of the context node; the ancestors
7986 * Traversal function for the "ancestor-or-self" direction
7987 * he ancestor-or-self axis contains the context node and ancestors of
8088 * @ancestor: the ancestor node
8091 * Check that @ancestor is a @node's ancestor
8096 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8940 * Add the annotation to the simple type ancestor.
9165 * of the <schema> ancestor element information item if present,
11529 * Add the annotation to the simple type ancestor.
11626 * Add the facets to the simple type ancestor.
11790 * Add the annotation to the type ancestor.
11916 * Add the annotation to the complex type ancestor.
12002 * Set the 'mixed' on the complex type ancestor.
12011 * Add the annotation to the complex type ancestor.
14785 * @ancestor
14794 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19443 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]
H A Dtree.c4628 * attribute or the one carried by the nearest ancestor.
4708 * ancestor.
5650 * @ancestor: the ancestor carrying the namespace
5653 * Verify that the given namespace held on @ancestor is still in scope
5660 xmlNodePtr ancestor, const xmlChar * prefix)
5664 while ((node != NULL) && (node != ancestor)) {
5684 if (node != ancestor)
7765 * the given @nsName in the ancestor-or-self axis of @node.
7865 * the given @nsName in the ancestor
5659 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h379 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
H A Dxpath.c2918 * get the nearest common ancestor.
3209 * get the nearest common ancestor.
7861 * Traversal function for the "ancestor" direction
7862 * the ancestor axis contains the ancestors of the context node; the ancestors
7986 * Traversal function for the "ancestor-or-self" direction
7987 * he ancestor-or-self axis contains the context node and ancestors of
8088 * @ancestor: the ancestor node
8091 * Check that @ancestor is a @node's ancestor
8096 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8940 * Add the annotation to the simple type ancestor.
9165 * of the <schema> ancestor element information item if present,
11529 * Add the annotation to the simple type ancestor.
11626 * Add the facets to the simple type ancestor.
11790 * Add the annotation to the type ancestor.
11916 * Add the annotation to the complex type ancestor.
12002 * Set the 'mixed' on the complex type ancestor.
12011 * Add the annotation to the complex type ancestor.
14785 * @ancestor
14794 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19443 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]
H A Dtree.c4628 * attribute or the one carried by the nearest ancestor.
4708 * ancestor.
5650 * @ancestor: the ancestor carrying the namespace
5653 * Verify that the given namespace held on @ancestor is still in scope
5660 xmlNodePtr ancestor, const xmlChar * prefix)
5664 while ((node != NULL) && (node != ancestor)) {
5684 if (node != ancestor)
7765 * the given @nsName in the ancestor-or-self axis of @node.
7865 * the given @nsName in the ancestor
5659 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c2931 * get the nearest common ancestor.
3223 * get the nearest common ancestor.
7896 * Traversal function for the "ancestor" direction
7897 * the ancestor axis contains the ancestors of the context node; the ancestors
8021 * Traversal function for the "ancestor-or-self" direction
8022 * he ancestor-or-self axis contains the context node and ancestors of
8123 * @ancestor: the ancestor node
8126 * Check that @ancestor is a @node's ancestor
8131 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8940 * Add the annotation to the simple type ancestor.
9165 * of the <schema> ancestor element information item if present,
11537 * Add the annotation to the simple type ancestor.
11634 * Add the facets to the simple type ancestor.
11798 * Add the annotation to the type ancestor.
11924 * Add the annotation to the complex type ancestor.
12010 * Set the 'mixed' on the complex type ancestor.
12019 * Add the annotation to the complex type ancestor.
14795 * @ancestor
14804 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19453 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]
H A Dtree.c4674 * attribute or the one carried by the nearest ancestor.
4754 * ancestor.
5708 * @ancestor: the ancestor carrying the namespace
5711 * Verify that the given namespace held on @ancestor is still in scope
5718 xmlNodePtr ancestor, const xmlChar * prefix)
5722 while ((node != NULL) && (node != ancestor)) {
5742 if (node != ancestor)
7909 * the given @nsName in the ancestor-or-self axis of @node.
8009 * the given @nsName in the ancestor
5717 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
[all...]

Completed in 566 milliseconds