Searched refs:eh (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dusbip_event.c67 struct usbip_device *ud = container_of(ut, struct usbip_device, eh);
86 struct usbip_task *eh = &ud->eh; local
92 usbip_task_init(eh, "usbip_eh", event_handler_loop);
94 th = kthread_run(usbip_thread, (void *)eh, "usbip");
101 wait_for_completion(&eh->thread_done);
108 struct usbip_task *eh = &ud->eh; local
110 if (eh->thread == current)
113 wait_for_completion(&eh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib540.c49 CURL *eh[NUM_HANDLES]; variable
56 res_easy_init(eh[num]);
60 res_easy_setopt(eh[num], CURLOPT_URL, url);
64 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY);
68 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd);
72 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY);
76 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L);
80 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L);
84 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */
88 res_multi_add_handle(cm, eh[nu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtrevent.c168 tr_event_handle * eh = veh; local
178 while( !eh->die && ret < 0 && errno == EAGAIN );
189 if( !eh->die && ( ngot == (ssize_t)nwant ) )
200 event_free( eh->pipeEvent );
225 tr_event_handle * eh = veh; local
236 eh->base = base;
237 eh->session->event_base = base;
238 eh->session->evdns_base = evdns_base_new( base, true );
239 eh->session->events = eh;
261 tr_event_handle * eh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dbinfmt_loader.c10 struct exec *eh = (struct exec *)bprm->buf; local
15 if (eh->fh.f_magic != 0x183 || (eh->fh.f_flags & 0x3000) != 0x3000)
33 bprm->taso = eh->ah.entry < 0x100000000UL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A D10-at-a-time.c101 CURL *eh = curl_easy_init(); local
103 curl_easy_setopt(eh, CURLOPT_WRITEFUNCTION, cb);
104 curl_easy_setopt(eh, CURLOPT_HEADER, 0L);
105 curl_easy_setopt(eh, CURLOPT_URL, urls[i]);
106 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]);
107 curl_easy_setopt(eh, CURLOPT_VERBOSE, 0L);
109 curl_multi_add_handle(cm, eh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dthread2.py46 eh = ErrorHandler() variable
47 libxml2.registerErrorHandler(eh.handler,"")
52 ec = len(eh.errors)
67 if len(eh.errors) != ec+THREADS_COUNT*ec:
82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dstp.c35 const struct ethhdr *eh = eth_hdr(skb); local
44 if (eh->h_dest[5] >= GARP_ADDR_MIN && eh->h_dest[5] <= GARP_ADDR_MAX) {
45 proto = rcu_dereference(garp_protos[eh->h_dest[5] -
48 compare_ether_addr(eh->h_dest, proto->group_address))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dthread2.py46 eh = ErrorHandler() variable
47 libxml2.registerErrorHandler(eh.handler,"")
52 ec = len(eh.errors)
67 if len(eh.errors) != ec+THREADS_COUNT*ec:
82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Detherh.c127 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned char mask) argument
129 unsigned char ctrl = eh->ctrl | mask;
130 eh->ctrl = ctrl;
131 writeb(ctrl, eh->ctrl_port);
134 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned char mask) argument
136 unsigned char ctrl = eh->ctrl & ~mask;
137 eh->ctrl = ctrl;
138 writeb(ctrl, eh->ctrl_port);
141 static inline unsigned int etherh_get_stat(struct etherh_priv *eh) argument
143 return readb(eh
151 struct etherh_priv *eh = ec->irq_data; local
158 struct etherh_priv *eh = ec->irq_data; local
664 struct etherh_priv *eh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dasm-compat.h29 #define PPC_LLARX(t, a, b, eh) PPC_LDARX(t, a, b, eh)
54 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh)
H A Dppc-opcode.h73 #define __PPC_EH(eh) (((eh) & 0x1) << 0)
75 #define __PPC_EH(eh) 0
83 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \
85 __PPC_RB(b) | __PPC_EH(eh))
86 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \
88 __PPC_RB(b) | __PPC_EH(eh))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_esp.c41 const struct ip_esp_hdr *eh; local
49 eh = skb_header_pointer(skb, par->thoff, sizeof(_esp), &_esp);
50 if (eh == NULL) {
59 return spi_match(espinfo->spis[0], espinfo->spis[1], ntohl(eh->spi),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproto.c58 const struct openvpn_ethhdr *eh; local
62 eh = (const struct openvpn_ethhdr *) BPTR (buf);
63 if (ntohs (eh->proto) != OPENVPN_ETH_P_IPV4)
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmip.h189 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
207 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; local
209 while (IPV6_EXTHDR(eh->nexthdr)) {
210 if (eh->nexthdr == IPV6_EXTHDR_NONE)
212 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
214 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
215 hlen = (eh->hdrlen + 2) << 2;
217 hlen = IPV6_EXTHDR_LEN(eh);
220 eh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c141 struct ether_header *eh; local
191 eh = (struct ether_header *)sa.sa_data;
195 bcopy((caddr_t)atmulticastaddr, (caddr_t)&eh->ether_dhost,
196 sizeof( eh->ether_dhost ));
198 bcopy((caddr_t)atmulticastaddr, (caddr_t)eh->ether_dhost,
199 sizeof( eh->ether_dhost ));
202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
228 bcopy((caddr_t)&etherbroadcastaddr, (caddr_t)&eh->ether_dhost,
229 sizeof( eh
366 struct ether_header *eh; local
670 struct ether_header *eh; local
[all...]
H A Dddp_output.c254 struct ether_header eh; local
257 &gate, eh.ether_dhost )) {
260 eh.ether_type = htons( ETHERTYPE_AT );
262 bcopy( &eh, (*(struct sockaddr *)&gate).sa_data,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c52 ddp_ifinput( m, ifp, inq, eh )
56 struct ether_header *eh;
61 switch ( eh->ether_type ) {
73 if ( eh->ether_type <= ETHERMTU ) { /* ieee802 */
109 if (( eh->ether_type == ifam->if_type || ifam->if_type == -1 ) &&
117 inq, eh ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dseh.h51 #include <eh.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/bnep/
H A Dcore.c73 if (!compare_ether_addr(dst, s->eh.h_source))
332 s->eh.h_proto = get_unaligned((__be16 *) (skb->data - 2));
340 if (ntohs(s->eh.h_proto) == 0x8100) {
343 s->eh.h_proto = get_unaligned((__be16 *) (skb->data - 2));
359 memcpy(__skb_put(nskb, ETH_HLEN), &s->eh, ETH_HLEN);
363 memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN);
365 put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2));
371 memcpy(__skb_put(nskb, ETH_ALEN + 2), s->eh.h_source,
378 put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2));
406 struct ethhdr *eh local
[all...]
H A Dnetdev.c132 struct ethhdr *eh = (void *) skb->data; local
134 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter))
144 struct ethhdr *eh = (void *) skb->data; local
145 u16 proto = ntohs(eh->h_proto);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dextents.c372 struct ext4_extent_header *eh,
378 if (eh->eh_entries == 0)
381 entries = le16_to_cpu(eh->eh_entries);
385 ext = EXT_FIRST_EXTENT(eh);
393 ext_idx = EXT_FIRST_INDEX(eh);
405 struct inode *inode, struct ext4_extent_header *eh,
411 if (unlikely(eh->eh_magic != EXT4_EXT_MAGIC)) {
415 if (unlikely(le16_to_cpu(eh->eh_depth) != depth)) {
419 if (unlikely(eh->eh_max == 0)) {
424 if (unlikely(le16_to_cpu(eh
371 ext4_valid_extent_entries(struct inode *inode, struct ext4_extent_header *eh, int depth) argument
404 __ext4_ext_check(const char *function, unsigned int line, struct inode *inode, struct ext4_extent_header *eh, int depth) argument
482 struct ext4_extent_header *eh; local
527 struct ext4_extent_header *eh = path->p_hdr; local
587 struct ext4_extent_header *eh = path->p_hdr; local
642 struct ext4_extent_header *eh; local
658 struct ext4_extent_header *eh; local
1304 struct ext4_extent_header *eh; local
1484 struct ext4_extent_header *eh; local
1591 struct ext4_extent_header *eh; local
1685 struct ext4_extent_header *eh; local
2204 struct ext4_extent_header *eh; local
2629 struct ext4_extent_header *eh; local
3123 struct ext4_extent_header *eh; local
3315 struct ext4_extent_header *eh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-922 " room on a single line for this entire long, " // confusing, eh?
H A Dxgettext-objc-226 @" room on a single line for this entire long, " // confusing, eh?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_fcs.c139 struct ethhdr *eh; local
146 eh = (struct ethhdr *)skb->data;
147 if (eh->h_proto == htons(ETH_P_8021Q)) {
148 memmove((u8 *)eh + VLAN_HLEN, eh, ETH_ALEN * 2);
149 eh = (struct ethhdr *)skb_pull(skb, VLAN_HLEN);
152 if (eh->h_proto == htons(ETH_P_FIP)) {
153 skb_pull(skb, sizeof(*eh));
157 if (eh->h_proto != htons(ETH_P_FCOE))
159 skb_set_network_header(skb, sizeof(*eh));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_ll.c378 struct hci_event_hdr *eh; local
405 eh = hci_event_hdr(ll->rx_skb);
407 BT_DBG("Event header: evt 0x%2.2x plen %d", eh->evt, eh->plen);
409 ll_check_data_len(ll, eh->plen);

Completed in 392 milliseconds

1234