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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68EZ328/
H A DMakefile7 extra-y := bootlogo.rh
9 $(obj)/bootlogo.rh: $(src)/bootlogo.h
11 > $(obj)/bootlogo.rh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-raid1.c98 struct region_hash *rh; member in struct:region
122 struct region_hash rh; member in struct:mirror_set
148 static inline region_t bio_to_region(struct region_hash *rh, struct bio *bio) argument
150 return (bio->bi_sector - rh->ms->ti->begin) >> rh->region_shift;
153 static inline sector_t region_to_sector(struct region_hash *rh, region_t region) argument
155 return region << rh->region_shift;
167 static int rh_init(struct region_hash *rh, struct mirror_set *ms, argument
183 rh->ms = ms;
184 rh
218 rh_exit(struct region_hash *rh) argument
240 rh_hash(struct region_hash *rh, region_t region) argument
245 __rh_lookup(struct region_hash *rh, region_t region) argument
256 __rh_insert(struct region_hash *rh, struct region *reg) argument
262 __rh_alloc(struct region_hash *rh, region_t region) argument
301 __rh_find(struct region_hash *rh, region_t region) argument
312 rh_state(struct region_hash *rh, region_t region, int may_block) argument
337 rh_in_sync(struct region_hash *rh, region_t region, int may_block) argument
355 struct region_hash *rh = reg->rh; local
364 rh_update_states(struct region_hash *rh) argument
413 rh_inc(struct region_hash *rh, region_t region) argument
436 rh_inc_pending(struct region_hash *rh, struct bio_list *bios) argument
444 rh_dec(struct region_hash *rh, region_t region) argument
485 __rh_recovery_prepare(struct region_hash *rh) argument
520 rh_recovery_prepare(struct region_hash *rh) argument
542 rh_recovery_start(struct region_hash *rh) argument
559 struct region_hash *rh = reg->rh; local
568 rh_flush(struct region_hash *rh) argument
573 rh_delay(struct region_hash *rh, struct bio *bio) argument
583 rh_stop_recovery(struct region_hash *rh) argument
592 rh_start_recovery(struct region_hash *rh) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A DMakefile14 extra-$(CONFIG_M68328) += bootlogo.rh head.o
16 $(obj)/bootlogo.rh: $(src)/bootlogo.h
17 perl $(src)/bootlogo.pl < $(src)/bootlogo.h > $(obj)/bootlogo.rh
22 clean-files := $(obj)/bootlogo.rh $(obj)/head.o $(head-y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68VZ328/
H A DMakefile6 logo-$(UCDIMM) := bootlogo.rh
10 $(obj)/bootlogo.rh: $(src)/../68EZ328/bootlogo.h
11 perl $(src)/bootlogo.pl < $(src)/../68328/bootlogo.h > $(obj)/bootlogo.rh
16 clean-files := $(obj)/screen.h $(obj)/bootlogo.rh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_rt.c51 struct ipv6_rt_hdr _route, *rh; local
67 rh = skb_header_pointer(skb, ptr, sizeof(_route), &_route);
68 if (rh == NULL) {
73 hdrlen = ipv6_optlen(rh);
79 DEBUGP("IPv6 RT LEN %u %u ", hdrlen, rh->hdrlen);
80 DEBUGP("TYPE %04X ", rh->type);
81 DEBUGP("SGS_LEFT %u %02X\n", rh->segments_left, rh->segments_left);
85 rh->segments_left,
88 rtinfo->rt_type, rh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfp.h76 u64 rh, rma, rmb, rl; local
89 rh = (u64)nh * mh;
90 rh += ((u64)(rma < rmb) << 32) + (rma >> 32);
94 rh += (rl < rma);
97 *resh = rh;
108 u64 rh, rl; local
109 mul64to128(&rh, &rl, n, m);
110 return rh | (rl != 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinetpeer.c200 int lh, rh; local
208 rh = node_height(r);
209 if (lh > rh + 1) { /* l: RH+2 */
228 node->avl_height = rh + 1; /* node: RH+1 */
231 l->avl_height = rh + 1; /* l: RH+1 */
234 lr->avl_height = rh + 2;
237 } else if (rh > lh + 1) { /* r: LH+2 */
266 node->avl_height = (lh > rh ? lh : rh) + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Drtmp.c99 static int rtmp_config( struct rtmp_head *rh, struct interface *iface) argument
116 if ( rh->rh_net != iface->i_addr.sat_addr.s_net ) {
118 rh->rh_net != iface->i_caddr.sat_addr.s_net) {
120 ntohs( rh->rh_net ),
124 iface->i_addr.sat_addr.s_net = rh->rh_net;
130 iface->i_rt->rt_firstnet = iface->i_rt->rt_lastnet = rh->rh_net;
133 iface->i_addr.sat_addr.s_node, rh->rh_net, rh->rh_net );
399 struct rtmp_head rh; local
447 memcpy( &rh, dat
[all...]
H A Dmain.c196 struct rtmp_head rh; local
536 rh.rh_net = iface->i_addr.sat_addr.s_net;
537 rh.rh_nodelen = 8;
538 rh.rh_node = iface->i_addr.sat_addr.s_node;
539 memcpy( data, &rh, sizeof( struct rtmp_head ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.c99 static int rtmp_config( struct rtmp_head *rh, struct interface *iface) argument
116 if ( rh->rh_net != iface->i_addr.sat_addr.s_net ) {
118 rh->rh_net != iface->i_caddr.sat_addr.s_net) {
120 ntohs( rh->rh_net ),
124 iface->i_addr.sat_addr.s_net = rh->rh_net;
130 iface->i_rt->rt_firstnet = iface->i_rt->rt_lastnet = rh->rh_net;
133 iface->i_addr.sat_addr.s_node, rh->rh_net, rh->rh_net );
399 struct rtmp_head rh; local
447 memcpy( &rh, dat
[all...]
H A Dmain.c196 struct rtmp_head rh; local
536 rh.rh_net = iface->i_addr.sat_addr.s_net;
537 rh.rh_nodelen = 8;
538 rh.rh_node = iface->i_addr.sat_addr.s_node;
539 memcpy( data, &rh, sizeof( struct rtmp_head ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsalinfo.c417 sal_log_record_header_t *rh; local
419 rh = (sal_log_record_header_t *)(data->log_buffer);
421 if (rh->severity == sal_log_severity_corrected)
438 sal_log_record_header_t *rh = (sal_log_record_header_t *)(data_saved->buffer); local
440 memcpy(data->log_buffer, rh, data->log_size);
442 if (rh->id == data_saved->id) {
495 sal_log_record_header_t *rh; local
509 rh = (sal_log_record_header_t *)(data->log_buffer);
511 if (rh->severity != sal_log_severity_corrected)
H A Dmca.c420 sal_log_record_header_t *rh; local
439 rh = (sal_log_record_header_t *)buffer;
440 if (rh->severity == sal_log_severity_corrected)
1222 sal_log_record_header_t *rh = IA64_LOG_CURR_BUFFER(SAL_INFO_TYPE_MCA); local
1223 rh->severity = sal_log_severity_corrected;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c475 u32 rh = roothub_a (ohci); local
479 desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24;
487 if (rh & RH_A_NPS) /* no power switching? */
489 if (rh & RH_A_PSM) /* per-port power switching? */
491 if (rh & RH_A_NOCP) /* no overcurrent reporting? */
493 else if (rh & RH_A_OCPM) /* per-port overcurrent reporting? */
498 rh = roothub_b (ohci);
500 desc->bitmap [0] = rh & RH_B_DR;
502 desc->bitmap [1] = (rh & RH_B_DR) >> 8;
H A Dohci-omap.c240 u32 rh = roothub_a (ohci); local
243 rh &= ~RH_A_NPS;
249 rh &= ~RH_A_NOCP;
259 ohci_writel(ohci, rh, &ohci->regs->roothub.a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_ct.c776 REG_HBA *rh; local
835 rh = (REG_HBA *) & CtReq->un.PortID;
836 memcpy(&rh->hi.PortName, &phba->fc_sparam.portName,
839 rh->rpl.EntryCnt = be32_to_cpu(1);
840 memcpy(&rh->rpl.pe, &phba->fc_sparam.portName,
845 ab = (ATTRIBUTE_BLOCK *) ((uint8_t *) rh + size);
852 ae = (ATTRIBUTE_ENTRY *) ((uint8_t *) rh + size);
862 ae = (ATTRIBUTE_ENTRY *) ((uint8_t *) rh + size);
872 ae = (ATTRIBUTE_ENTRY *) ((uint8_t *) rh + size);
882 ae = (ATTRIBUTE_ENTRY *) ((uint8_t *) rh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c127 struct hlist_head *rh; local
145 rh = &hash_list[REQHASH(xid)];
146 hlist_for_each_entry(rp, hn, rh, c_hash) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c1305 BIGNUM *rh, *tmp, *Z4, *Z6; local
1323 rh = BN_CTX_get(ctx);
1335 * To test this, we add up the right-hand side in 'rh'.
1338 /* rh := X^2 */
1339 if (!field_sqr(group, rh, &point->X, ctx)) goto err;
1347 /* rh := (rh + a*Z^4)*X */
1352 if (!BN_mod_sub_quick(rh, rh, tmp, p)) goto err;
1353 if (!field_mul(group, rh, r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ec/
H A Decp_smpl.c1295 BIGNUM *rh, *tmp1, *tmp2, *Z4, *Z6; local
1313 rh = BN_CTX_get(ctx);
1326 * To test this, we add up the right-hand side in 'rh'.
1329 /* rh := X^3 */
1330 if (!field_sqr(group, rh, &point->X, ctx)) goto err;
1331 if (!field_mul(group, rh, rh, &point->X, ctx)) goto err;
1339 /* rh := rh + a*X*Z^4 */
1345 if (!BN_mod_sub_quick(rh, r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec57 cp rpm/dnsmasq.rh $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Db44.c618 struct rx_header *rh; local
661 rh = (struct rx_header *)
663 rh->len = 0;
664 rh->flags = 0;
692 struct rx_header *rh; local
703 rh = (struct rx_header *) src_map->skb->data;
704 rh->len = 0;
705 rh->flags = 0;
749 struct rx_header *rh; local
755 rh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c2643 struct opthdr *rh; local
2696 rh = (struct opthdr *) ((char *)&ack + ack.ack.OPT_offset);
2697 if (rh->level == 0 && rh->name == 0)
2699 if (rh->level != MIB2_IP || rh->name != MIB2_IP_21) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c810 static INLINE u_int make16(u_char rh, u_char rl) argument
812 return ((rh<<8)|rl);
815 static INLINE u_int make32(u_int rh, u_int rl) argument
817 return ((rh<<16)|rl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durl.c2907 struct SessionHandle* rh = gethandleathead(check->recv_pipe); local
2912 else if(rh) {
2913 if(!IsPipeliningPossible(rh, check))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2430 - merged last rh patches.
2457 - Removed rh ssl patch and --with-ssl flag: not appropriate for 7.2
2466 - merge with rh: xinetd + ssl + pam_stack.
2467 - Added smbadduser rh-bugfix w/o relocation of config-files.
2523 - Merge with rh changes.

Completed in 395 milliseconds