Searched refs:elem (Results 76 - 100 of 155) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dparams.c272 void *elem, int elemsize,
282 kp.arg = elem;
327 return param_array(kp->name, val, 1, arr->max, arr->elem,
341 p.arg = arr->elem + arr->elemsize * i;
269 param_array(const char *name, const char *val, unsigned int min, unsigned int max, void *elem, int elemsize, int (*set)(const char *, struct kernel_param *kp), int *num) argument
H A Dpid.c240 struct hlist_node *elem; local
243 hlist_for_each_entry_rcu(pid, elem,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.in.h169 xmlNodePtr elem);
H A DSAX2.c686 * @elem: the name of the element
696 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, argument
710 elem, fullname, type, def, defaultValue);
726 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
730 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
768 xmlElementPtr elem = NULL; local
779 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->intSubset,
782 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset,
791 if (elem == NULL)
796 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem);
[all...]
H A Dtree.in.h229 const xmlChar *elem; /* Element holding the attribute */ member in struct:_xmlAttribute
559 * (Note that this is not intended for elem->nsDef).
883 xmlNodePtr elem);
887 xmlNodePtr elem);
890 xmlNodePtr elem);
1176 xmlNodePtr elem,
H A DdebugXML.c496 if (attr->elem != NULL) {
498 fprintf(ctxt->output, " for %s", (char *) attr->elem);
581 xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem) argument
585 if (elem == NULL) {
590 if (elem->type != XML_ELEMENT_DECL) {
595 if (elem->name != NULL) {
598 xmlCtxtDumpString(ctxt, elem->name);
605 switch (elem->etype) {
622 if ((elem->type != XML_ELEMENT_NODE) && (elem
[all...]
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */ member in struct:_xmlRelaxNGValidCtxt
3323 xmlNodePtr elem);
7965 ctxt->elem = exec;
7988 ctxt->elem = ctxt->elemTab[ctxt->elemNr - 1];
7990 ctxt->elem = NULL;
8143 * @elem: an element instance
8153 xmlNodePtr elem)
8157 if ((ctxt == NULL) || (elem == NULL))
8161 xmlGenericError(xmlGenericErrorContext, "PushElem %s\n", elem->name);
8163 if (ctxt->elem
8151 xmlRelaxNGValidatePushElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8273 xmlRelaxNGValidatePopElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8322 xmlRelaxNGValidateFullElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
9424 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlNodePtr elem) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunbmac.h289 #define bib_offset(mem, elem) \
290 ((__u32)((unsigned long)(&(((struct bmac_init_block *)0)->mem[elem]))))
H A Dsunhme.c1900 int elem; local
1902 elem = hp->tx_old;
1904 while (elem != hp->tx_new) {
1909 TXD(("[%d]", elem));
1910 this = &txbase[elem];
1914 skb = hp->tx_skbs[elem];
1918 last = elem + skb_shinfo(skb)->nr_frags;
1924 hp->tx_skbs[elem] = NULL;
1934 elem = NEXT_TX(elem);
1968 int elem = hp->rx_new, drops = 0; local
[all...]
H A Dsunhme.h377 #define hblock_offset(mem, elem) \
378 ((__u32)((unsigned long)(&(((struct hmeal_init_block *)0)->mem[elem]))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr023/
H A Dq.c693 char *elem; /* element to operate on */ member in struct:__anon2111
773 printf("\ncase %d %s in %s init: \"%s\" desired: \"%s\" elem: \"%s\" insert: \"%s\"\n",
776 ops[i].elem, ops[i].insert);
788 qfns[t].f_remove_item(list, ops[i].elem);
798 list, ops[i].insert, ops[i].elem);
802 list, ops[i].insert, ops[i].elem);
816 printf("\ncase %d %s in %s init: \"%s\" desired: \"%s\" elem: \"%s\" insert: \"%s\" got: %s - %s\n",
819 ops[i].elem, ops[i].insert,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/sparc/
H A Ddbri.c270 #define dbri_dma_off(member, elem) \
272 (&(((struct dbri_dma *)0)->member[elem])))
2259 int elem = kcontrol->private_value & 0xff; local
2265 if (elem < 4) {
2267 (dbri->mm.data[elem] >> shift) & mask;
2270 (dbri->mm.ctrl[elem - 4] >> shift) & mask;
2284 int elem = kcontrol->private_value & 0xff; local
2297 if (elem < 4) {
2298 dbri->mm.data[elem] = (dbri->mm.data[elem]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c686 * @elem: the name of the element
696 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, argument
710 elem, fullname, type, def, defaultValue);
726 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
730 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
768 xmlElementPtr elem = NULL; local
779 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->intSubset,
782 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset,
791 if (elem == NULL)
796 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem);
[all...]
H A Dtree.in.h229 const xmlChar *elem; /* Element holding the attribute */ member in struct:_xmlAttribute
559 * (Note that this is not intended for elem->nsDef).
883 xmlNodePtr elem);
887 xmlNodePtr elem);
890 xmlNodePtr elem);
1176 xmlNodePtr elem,
H A DdebugXML.c496 if (attr->elem != NULL) {
498 fprintf(ctxt->output, " for %s", (char *) attr->elem);
581 xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem) argument
585 if (elem == NULL) {
590 if (elem->type != XML_ELEMENT_DECL) {
595 if (elem->name != NULL) {
598 xmlCtxtDumpString(ctxt, elem->name);
605 switch (elem->etype) {
622 if ((elem->type != XML_ELEMENT_NODE) && (elem
[all...]
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */ member in struct:_xmlRelaxNGValidCtxt
3323 xmlNodePtr elem);
7965 ctxt->elem = exec;
7988 ctxt->elem = ctxt->elemTab[ctxt->elemNr - 1];
7990 ctxt->elem = NULL;
8143 * @elem: an element instance
8153 xmlNodePtr elem)
8157 if ((ctxt == NULL) || (elem == NULL))
8161 xmlGenericError(xmlGenericErrorContext, "PushElem %s\n", elem->name);
8163 if (ctxt->elem
8151 xmlRelaxNGValidatePushElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8273 xmlRelaxNGValidatePopElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8322 xmlRelaxNGValidateFullElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
9424 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlNodePtr elem) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c687 * @elem: the name of the element
697 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, argument
711 elem, fullname, type, def, defaultValue);
727 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
731 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
769 xmlElementPtr elem = NULL; local
780 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->intSubset,
783 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset,
792 if (elem == NULL)
797 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem);
[all...]
H A DtestSAX.c467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, argument
476 elem, name, type, def);
479 elem, name, type, def, defaultValue);
H A DdebugXML.c497 if (attr->elem != NULL) {
499 fprintf(ctxt->output, " for %s", (char *) attr->elem);
582 xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem) argument
586 if (elem == NULL) {
591 if (elem->type != XML_ELEMENT_DECL) {
596 if (elem->name != NULL) {
599 xmlCtxtDumpString(ctxt, elem->name);
606 switch (elem->etype) {
623 if ((elem->type != XML_ELEMENT_NODE) && (elem
[all...]
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */ member in struct:_xmlRelaxNGValidCtxt
3323 xmlNodePtr elem);
7967 ctxt->elem = exec;
7990 ctxt->elem = ctxt->elemTab[ctxt->elemNr - 1];
7992 ctxt->elem = NULL;
8145 * @elem: an element instance
8155 xmlNodePtr elem)
8159 if ((ctxt == NULL) || (elem == NULL))
8163 xmlGenericError(xmlGenericErrorContext, "PushElem %s\n", elem->name);
8165 if (ctxt->elem
8153 xmlRelaxNGValidatePushElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8275 xmlRelaxNGValidatePopElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8324 xmlRelaxNGValidateFullElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
9428 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlNodePtr elem) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h231 const xmlChar *elem; /* Element holding the attribute */ member in struct:_xmlAttribute
587 * (Note that this is not intended for elem->nsDef).
911 xmlNodePtr elem);
915 xmlNodePtr elem);
918 xmlNodePtr elem);
1204 xmlNodePtr elem,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dconf.h197 int (*list_cb)(const char *elem, int len, void *usr), void *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf.h197 int (*list_cb)(const char *elem, int len, void *usr), void *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf.h198 int (*list_cb)(const char *elem, int len, void *usr), void *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf.h198 int (*list_cb)(const char *elem, int len, void *usr), void *arg);

Completed in 207 milliseconds

1234567