Searched refs:elem (Results 126 - 150 of 155) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c623 ipw_error_desc(error->elem[i].desc),
624 error->elem[i].time,
625 error->elem[i].blink1,
626 error->elem[i].blink2,
627 error->elem[i].link1,
628 error->elem[i].link2, error->elem[i].data);
1198 sizeof(*error->elem) * elem_len +
1210 error->elem = (struct ipw_error_elem *)error->payload;
1211 error->log = (struct ipw_event *)(error->elem
[all...]
H A Dipw2200.h1118 struct ipw_error_elem *elem; member in struct:ipw_fw_error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h420 * @elem: the name of the element
430 const xmlChar *elem,
H A Dxmlwriter.c81 xmlLinkPtr elem; member in struct:_xmlTextWriterNsStackEntry
1808 p->elem = xmlListFront(writer->nodes);
4305 rc = p0->elem == p1->elem;
H A Dschematron.c47 #define IS_SCHEMATRON(node, elem) \
50 (xmlStrEqual(node->name, (const xmlChar *) elem)) && \
H A Dxpath.c8412 xmlNodePtr elem = NULL; local
8435 elem = attr->parent;
8437 elem = (xmlNodePtr) attr;
8439 elem = NULL;
8440 if (elem != NULL)
8441 xmlXPathNodeSetAdd(ret, elem);
12481 * @first: the first elem found so far
12605 * @last: the last elem found so far
12748 * Optimization for ()[last()] selection i.e. the last elem
13371 * Optimization for ()[1] selection i.e. the first elem
[all...]
H A Dpattern.c181 xmlNodePtr elem; /* the current node if any */ member in struct:_xmlPatParserContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h422 * @elem: the name of the element
432 const xmlChar *elem,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py208 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList):
H A Dlibxml.c1153 const xmlChar * elem,
1181 (char *) "ssiisO", elem, name, type,
1152 pythonAttributeDecl(void *user_data, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasound.h881 } elem; member in union:snd_ctl_event::__anon10776
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h420 * @elem: the name of the element
430 const xmlChar *elem,
H A Dxmlwriter.c81 xmlLinkPtr elem; member in struct:_xmlTextWriterNsStackEntry
1808 p->elem = xmlListFront(writer->nodes);
4305 rc = p0->elem == p1->elem;
H A Dschematron.c47 #define IS_SCHEMATRON(node, elem) \
50 (xmlStrEqual(node->name, (const xmlChar *) elem)) && \
H A Dxpath.c8412 xmlNodePtr elem = NULL; local
8435 elem = attr->parent;
8437 elem = (xmlNodePtr) attr;
8439 elem = NULL;
8440 if (elem != NULL)
8441 xmlXPathNodeSetAdd(ret, elem);
12481 * @first: the first elem found so far
12605 * @last: the last elem found so far
12748 * Optimization for ()[last()] selection i.e. the last elem
13371 * Optimization for ()[1] selection i.e. the first elem
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dschematron.c47 #define IS_SCHEMATRON(node, elem) \
50 (xmlStrEqual(node->name, (const xmlChar *) elem)) && \
H A Druntest.c992 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, argument
1001 elem, name, type, def);
1004 elem, name, type, def, defaultValue);
H A Dxmllint.c1093 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, argument
1102 elem, name, type, def);
1105 elem, name, type, def, defaultValue);
H A Dxpath.c8447 xmlNodePtr elem = NULL; local
8472 elem = attr->parent;
8474 elem = (xmlNodePtr) attr;
8476 elem = NULL;
8477 if (elem != NULL)
8478 xmlXPathNodeSetAdd(ret, elem);
12544 * @first: the first elem found so far
12668 * @last: the last elem found so far
12811 * Optimization for ()[last()] selection i.e. the last elem
13435 * Optimization for ()[1] selection i.e. the first elem
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol.c1266 ev.data.elem.mask = kev->mask;
1267 ev.data.elem.id = kev->id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c539 char *elem; local
540 MALLOC(elem, char, len + 1);
541 strncpy(elem, str, len + 1);
551 work_mbc->equivs[work_mbc->nequivs++] = elem;
562 work_mbc->coll_elems[work_mbc->ncoll_elems++] = elem;
2548 /* Check each of `d->states[s].mbps.elem' can match or not. Then return the
2549 array which corresponds to `d->states[s].mbps.elem' and each element of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java2078 Object elem = i.next();
2080 keyBinding.objectToEntry(elem, keyEntry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm446 while (defined (my $elem = shift @list)) {
450 $status = $self->put($pos, $elem);
453 $status = $self->put($pos, $elem, $self->R_IBEFORE);
457 my $msg = "error from Berkeley DB on put($pos, $elem, ...)";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2902 set elem [lindex $stat $i]
2903 if { [string compare [lindex $elem 0] Flags] == 0 } {
2906 if { [is_substr [lindex $elem 1] subdatabases] } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c166 struct list_head *elem = head->next; local
168 list_del(elem);
169 return elem;

Completed in 543 milliseconds

1234567