Searched refs:eh (Results 26 - 50 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmigrate.c413 struct ext4_extent_header *eh; local
420 eh = (struct ext4_extent_header *)bh->b_data;
421 if (eh->eh_depth != 0) {
422 ix = EXT_FIRST_INDEX(eh);
423 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) {
443 struct ext4_extent_header *eh = (struct ext4_extent_header *)ei->i_data; local
445 if (eh->eh_depth == 0)
450 ix = EXT_FIRST_INDEX(eh);
451 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) {
H A Dmove_extent.c81 struct ext4_extent_header *eh; local
127 eh = path[leaf_ppos].p_hdr;
128 if (le16_to_cpu(eh->eh_entries) == 0)
332 * @eh: extent header of target leaf block
344 struct ext4_extent_header *eh,
351 if (range_to_move && o_end < EXT_LAST_EXTENT(eh)) {
352 len = (unsigned long)(EXT_LAST_EXTENT(eh) + 1) -
372 le16_add_cpu(&eh->eh_entries, range_to_move);
401 struct ext4_extent_header *eh; local
420 eh
339 mext_insert_inside_block(struct ext4_extent *o_start, struct ext4_extent *o_end, struct ext4_extent *start_ext, struct ext4_extent *new_ext, struct ext4_extent *end_ext, struct ext4_extent_header *eh, int range_to_move) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-522 " room on a single line for this entire long, " // confusing, eh?
H A Dxgettext-java-522 " room on a single line for this entire long, " // confusing, eh?
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmproto.h80 struct ether_header *eh = (struct ether_header *)p; local
88 type = ntoh16(eh->ether_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Deisa_enumerator.c488 struct eeprom_header *eh; local
497 eh = (struct eeprom_header*)(eeprom_buf);
498 for (i=0;i<eh->num_slots;i++) {
518 return eh->num_slots;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsrtenc.c268 int eh, em, es, ec = 10 * dialog->end; local
272 eh = ec/3600000; ec -= 3600000*eh;
276 ++s->count, sh, sm, ss, sc, eh, em, es, ec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daodv.h183 struct aodv_ext eh; /* extension header */ member in struct:aodv_hello
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c1247 struct ethhdr *eh; local
1266 eh = eth_hdr(skb);
1268 if (compare_ether_addr(eh->h_dest, port->data_src_addr) &&
1269 compare_ether_addr(eh->h_dest, fcoe->ctlr.ctl_src_addr) &&
1270 compare_ether_addr(eh->h_dest, (u8[6])FC_FCOE_FLOGI_MAC)) {
1272 eh->h_dest);
1277 compare_ether_addr(eh->h_source, fcoe->ctlr.dest_addr)) {
1279 eh->h_source);
1481 struct ethhdr *eh; local
1560 eh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_LOG.c312 const struct ip_esp_hdr *eh; local
321 eh = skb_header_pointer(skb, iphoff+ih->ihl*4,
323 if (eh == NULL) {
330 printk("SPI=0x%x ", ntohl(eh->spi));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_LOG.c164 const struct ip_esp_hdr *eh; local
177 eh = skb_header_pointer(skb, ptr, sizeof(_esph),
179 if (eh == NULL) {
186 printk("SPI=0x%x )", ntohl(eh->spi) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/bnep/
H A Dbnep.h160 struct ethhdr eh; member in struct:bnep_session
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dbitops.h106 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \
115 "1:" PPC_LLARX(%0,0,%3,eh) "\n" \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Digmpv3.c125 struct ether_header *eh = (struct ether_header *) sendbuf; local
151 eh->ether_shost[0] = ((uint8_t *)&if_mac.ifr_hwaddr.sa_data)[0];
152 eh->ether_shost[1] = ((uint8_t *)&if_mac.ifr_hwaddr.sa_data)[1];
153 eh->ether_shost[2] = ((uint8_t *)&if_mac.ifr_hwaddr.sa_data)[2];
154 eh->ether_shost[3] = ((uint8_t *)&if_mac.ifr_hwaddr.sa_data)[3];
155 eh->ether_shost[4] = ((uint8_t *)&if_mac.ifr_hwaddr.sa_data)[4];
156 eh->ether_shost[5] = ((uint8_t *)&if_mac.ifr_hwaddr.sa_data)[5];
157 eh->ether_dhost[0] = 0x01;
158 eh->ether_dhost[1] = 0x00;
159 eh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dioc3-eth.c512 struct ethhdr *eh = eth_hdr(skb); local
533 if (eh->h_proto != htons(ETH_P_IP))
536 ih = (struct iphdr *) ((char *)eh + ETH_HLEN);
552 ew = (uint16_t *) eh;
562 cp = (char *)eh + len; /* points at trailing CRC */
1434 uint16_t *eh; local
1438 eh = (uint16_t *) skb->data;
1441 ehsum = eh[0] + eh[1] + eh[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dnamehint.c215 snd_lib_error_handler_t eh; local
242 eh = snd_lib_error;
245 snd_lib_error_set_handler(eh);
340 eh = snd_lib_error;
343 snd_lib_error_set_handler(eh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst_core.c212 struct hci_event_hdr *eh; local
262 eh = (struct hci_event_hdr *)st_gdata->rx_skb->
266 "plen %d", eh->evt, eh->plen);
268 st_check_data_len(st_gdata, protoid, eh->plen);
H A Dst_kim.c155 struct hci_event_hdr *eh; local
187 eh = (struct hci_event_hdr *)kim_gdata->
190 "plen %d", eh->evt, eh->plen);
191 kim_check_data_len(kim_gdata, eh->plen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dfiledate.c419 BPTR eh; local
428 if (eh = Lock("ENV:sys/locale.prefs", ACCESS_READ)) {
429 UnLock(eh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dfiledate.c419 BPTR eh; local
428 if (eh = Lock("ENV:sys/locale.prefs", ACCESS_READ)) {
429 UnLock(eh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/pixmaps/flags_xpm/
H A DCountryFlags.h70 #include "eh.xpm"
322 {eh, "eh"},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.c699 int eu = 0, ek = 0, eh = 0, precise = 0; local
706 exclude = eu = ek = eh = 1;
710 exclude = eu = ek = eh = 1;
714 exclude = eu = ek = eh = 1;
715 eh = 0;
727 attr->exclude_hv = eh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c748 struct ether_header *eh; local
753 eh = (struct ether_header *)packet->ether_header;
754 memset(eh->ether_dhost, 0xFF, ETHER_ADDRLEN);
755 memcpy(eh->ether_shost, __lladdr, ETHER_ADDRLEN);
756 eh->ether_type = htons(0x0806);
758 return (pcap_inject(__pp, (void *)eh, packet_len + sizeof(*eh)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c748 struct ether_header *eh; local
753 eh = (struct ether_header *)packet->ether_header;
754 memset(eh->ether_dhost, 0xFF, ETHER_ADDRLEN);
755 memcpy(eh->ether_shost, __lladdr, ETHER_ADDRLEN);
756 eh->ether_type = htons(0x0806);
758 return (pcap_inject(__pp, (void *)eh, packet_len + sizeof(*eh)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunaligned.c1281 const struct exception_table_entry *eh = NULL; local
1301 eh = search_exception_tables(regs->cr_iip + ia64_psr(regs)->ri);
1302 if (user_mode(regs) || eh) {
1472 if (eh) {
1473 ia64_handle_exception(regs, eh);

Completed in 291 milliseconds

1234