Searched refs:ns (Results 76 - 100 of 248) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Drose_in.c105 static int rose_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, int q, int d, int m) argument
166 if (ns == rose->vr) {
267 int queued = 0, frametype, ns, nr, q, d, m; local
272 frametype = rose_decode(skb, &ns, &nr, &q, &d, &m);
282 queued = rose_state3_machine(sk, skb, frametype, ns, nr, q, d, m);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dof_device.c247 int na, int ns, int pna);
265 const u32 *size, int na, int ns)
273 b += of_read_addr(size, ns);
281 int na, int ns, int pna)
286 if (ns > 2) {
287 printk("of_device: Cannot handle size cells (%d) > 2.", ns);
291 if (of_out_of_range(addr, range, range + na + pna, na, ns))
359 int na, int ns, int pna)
374 int na, int ns, int pna)
384 na - 1, ns))
264 of_out_of_range(const u32 *addr, const u32 *base, const u32 *size, int na, int ns) argument
280 of_bus_default_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
358 of_bus_simba_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
373 of_bus_pci_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
517 build_one_resource(struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, u32 *addr, int na, int ns, int pna) argument
594 int na, ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsb1000.c739 int ioaddr, ns; local
764 for (ns = 0; ns < NPIDS; ns++) {
765 session_id = lp->rx_session_id[ns];
766 frame_id = lp->rx_frame_id[ns];
787 skb = lp->rx_skb[ns];
798 lp->rx_frame_id[ns] = 0x30 | ((st[1] + 1) & 0x0f);
825 lp->rx_dlen[ns] = dlen;
841 lp->rx_skb[ns]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_in.c169 static int x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, int q, int d, int m) argument
219 if ((ns != x25->vr) || !x25_validate_nr(sk, nr)) {
232 if (ns == x25->vr) {
331 int queued = 0, frametype, ns, nr, q, d, m; local
336 frametype = x25_decode(sk, skb, &ns, &nr, &q, &d, &m);
346 queued = x25_state3_machine(sk, skb, frametype, ns, nr, q, d, m);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinetd.sh19 echo netbios-ns dgram udp wait root /usr/samba/bin/nmbd nmbd -S >> /etc/inetd.conf
31 echo 'netbios-ns 137/udp # SAMBA' >> /etc/services
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dio.h226 #define insb(port, buf, ns) _insb((port)+___IO_BASE, (buf), (ns))
227 #define outsb(port, buf, ns) _outsb((port)+___IO_BASE, (buf), (ns))
228 #define insw(port, buf, ns) _insw_ns((port)+___IO_BASE, (buf), (ns))
229 #define outsw(port, buf, ns) _outsw_ns((port)+___IO_BASE, (buf), (ns))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dnflash.h24 /* Nand flash AC timing (in unit of ns) for BCM4706 (rev 31) */
31 #define nflash_ns_to_cycle(ns, clk) (((ns*1000*clk)/1000000) + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.c582 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
583 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
774 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
775 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
807 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
808 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
977 if ((node->ns !
[all...]
H A DHTMLtree.c671 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
672 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
680 if ((cur->ns == NULL) && (cur->parent != NULL) &&
681 (cur->parent->ns == NULL) &&
839 if (cur->ns == NULL)
845 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
846 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
875 if ((cur->ns !
[all...]
H A Drelaxng.c40 "http://relaxng.org/ns/structure/1.0";
43 ((node != NULL) && (node->ns != NULL) && \
45 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
157 xmlChar *ns; /* the namespace local name if present */ member in struct:_xmlRelaxNGDefine
985 if (define->ns != NULL)
986 xmlFree(define->ns);
1583 * @ns: the namespace passed from the context.
1593 xmlNodePtr node, const xmlChar * ns)
1646 * transmit the ns if needed
1648 if (ns !
1592 xmlRelaxNGLoadInclude(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, xmlNodePtr node, const xmlChar * ns) argument
1929 xmlRelaxNGLoadExternalRef(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, const xmlChar * ns) argument
3750 xmlNs ns; local
4632 xmlChar *ns; local
6901 xmlChar *href, *ns, *base, *URL; local
6987 xmlChar *href, *ns, *base, *URL; local
7043 xmlChar *name, *ns; local
7096 xmlChar *ns = NULL; local
7124 xmlNsPtr ns; local
7197 xmlChar *ns; local
[all...]
H A Dtree.in.h403 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlAttr
460 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlNode
558 * Use this one to acquire an xmlNsPtr intended for node->ns.
723 xmlNsPtr ns,
728 xmlNsPtr ns,
755 xmlNsPtr ns,
760 xmlNsPtr ns,
764 xmlNewNode (xmlNsPtr ns,
767 xmlNewNodeEatName (xmlNsPtr ns,
772 xmlNsPtr ns,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c616 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
617 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
883 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
884 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
916 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
917 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
1106 if ((node->ns !
[all...]
H A DHTMLtree.c676 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
677 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
685 if ((cur->ns == NULL) && (cur->parent != NULL) &&
686 (cur->parent->ns == NULL) &&
848 if (cur->ns == NULL)
854 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
855 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
884 if ((cur->ns !
[all...]
H A Drelaxng.c40 "http://relaxng.org/ns/structure/1.0";
43 ((node != NULL) && (node->ns != NULL) && \
45 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
157 xmlChar *ns; /* the namespace local name if present */ member in struct:_xmlRelaxNGDefine
985 if (define->ns != NULL)
986 xmlFree(define->ns);
1583 * @ns: the namespace passed from the context.
1593 xmlNodePtr node, const xmlChar * ns)
1646 * transmit the ns if needed
1648 if (ns !
1592 xmlRelaxNGLoadInclude(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, xmlNodePtr node, const xmlChar * ns) argument
1929 xmlRelaxNGLoadExternalRef(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, const xmlChar * ns) argument
3750 xmlNs ns; local
4632 xmlChar *ns; local
6903 xmlChar *href, *ns, *base, *URL; local
6989 xmlChar *href, *ns, *base, *URL; local
7045 xmlChar *name, *ns; local
7098 xmlChar *ns = NULL; local
7126 xmlNsPtr ns; local
7199 xmlChar *ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.c582 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
583 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
774 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
775 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
807 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
808 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
977 if ((node->ns !
[all...]
H A DHTMLtree.c671 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
672 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
680 if ((cur->ns == NULL) && (cur->parent != NULL) &&
681 (cur->parent->ns == NULL) &&
839 if (cur->ns == NULL)
845 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
846 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
875 if ((cur->ns !
[all...]
H A Drelaxng.c40 "http://relaxng.org/ns/structure/1.0";
43 ((node != NULL) && (node->ns != NULL) && \
45 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
157 xmlChar *ns; /* the namespace local name if present */ member in struct:_xmlRelaxNGDefine
985 if (define->ns != NULL)
986 xmlFree(define->ns);
1583 * @ns: the namespace passed from the context.
1593 xmlNodePtr node, const xmlChar * ns)
1646 * transmit the ns if needed
1648 if (ns !
1592 xmlRelaxNGLoadInclude(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, xmlNodePtr node, const xmlChar * ns) argument
1929 xmlRelaxNGLoadExternalRef(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, const xmlChar * ns) argument
3750 xmlNs ns; local
4632 xmlChar *ns; local
6901 xmlChar *href, *ns, *base, *URL; local
6987 xmlChar *href, *ns, *base, *URL; local
7043 xmlChar *name, *ns; local
7096 xmlChar *ns = NULL; local
7124 xmlNsPtr ns; local
7197 xmlChar *ns; local
[all...]
H A Dtree.in.h403 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlAttr
460 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlNode
558 * Use this one to acquire an xmlNsPtr intended for node->ns.
723 xmlNsPtr ns,
728 xmlNsPtr ns,
755 xmlNsPtr ns,
760 xmlNsPtr ns,
764 xmlNewNode (xmlNsPtr ns,
767 xmlNewNodeEatName (xmlNsPtr ns,
772 xmlNsPtr ns,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcxgb2.c299 struct net_device_stats *ns = &p->netstats; local
306 ns->tx_packets = pstats->TxUnicastFramesOK +
309 ns->rx_packets = pstats->RxUnicastFramesOK +
312 ns->tx_bytes = pstats->TxOctetsOK;
313 ns->rx_bytes = pstats->RxOctetsOK;
315 ns->tx_errors = pstats->TxLateCollisions + pstats->TxLengthErrors +
317 ns->rx_errors = pstats->RxDataErrors + pstats->RxJabberErrors +
322 ns->multicast = pstats->RxMulticastFramesOK;
323 ns->collisions = pstats->TxTotalCollisions;
326 ns
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_subr.c105 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) argument
111 *ns = *nr = *pf = 0;
116 *ns = (frame[0] >> 1) & 0x07;
131 *ns = (frame[0] >> 1) & 0x7F;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h54 struct symbol *find_symbol(const char *name, enum symbol_type ns);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dnetwork.c180 int ns; local
189 ns = ntohs (((struct control_hdr *) (buf->start))->Ns);
192 if (ns < t->cLr)
195 log (LOG_DEBUG, "%s: Tossing packet %d\n", __FUNCTION__, ns);
242 __FUNCTION__, ns);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c373 socket_t ns; local
381 ns = accept(s, (struct sockaddr *)&si, &si_len);
382 if (ns == SOCKET_CREATION_FAILURE) {
384 return ns;
393 if (readn(ns, &port, 2) != 2)
397 ret = machtab_add(machtab, ns, host, port, eidp);
399 closesocket(ns);
404 return (ns);
406 err: closesocket(ns);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h405 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlAttr
462 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlNode
586 * Use this one to acquire an xmlNsPtr intended for node->ns.
751 xmlNsPtr ns,
756 xmlNsPtr ns,
783 xmlNsPtr ns,
788 xmlNsPtr ns,
792 xmlNewNode (xmlNsPtr ns,
795 xmlNewNodeEatName (xmlNsPtr ns,
800 xmlNsPtr ns,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi_bitbang.c67 unsigned ns,
80 word = txrx_word(spi, ns, word, bits);
93 unsigned ns,
106 word = txrx_word(spi, ns, word, bits);
119 unsigned ns,
132 word = txrx_word(spi, ns, word, bits);
62 bitbang_txrx_8( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
88 bitbang_txrx_16( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
114 bitbang_txrx_32( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument

Completed in 279 milliseconds

12345678910