Searched refs:hin (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_config13 echo "autoconf: running autoheader to build config.hin..."
14 rm -f config.hin
16 chmod 444 config.hin
H A Ds_s6087 egrep '^#undef' config.hin | awk '{print $2}' | sort > $s
91 echo "config.hin and $1 differ"
92 echo "<<< config.hin >>> $1"
H A Ds_brew101 egrep '^#undef' config.hin | awk '{print $2}' | sort > $s
105 echo "config.hin and $1 differ"
106 echo "<<< config.hin >>> $1"
H A Ds_windows175 egrep '^#undef' config.hin | awk '{print $2}' | sort > $s
179 echo "config.hin and $1 differ"
180 echo "<<< config.hin >>> $1"
H A Ds_vxworks119 egrep '^#undef' config.hin | awk '{print $2}' | sort > $s
123 echo "config.hin and $1 differ"
124 echo "<<< config.hin >>> $1"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c525 struct aoe_hdr *hin, *hout; local
535 hin = aoe_hdr(skb);
536 aoemajor = be16_to_cpu(get_unaligned(&hin->major));
537 d = aoedev_by_aoeaddr(aoemajor, hin->minor);
541 aoemajor, hin->minor);
548 n = be32_to_cpu(get_unaligned(&hin->tag));
556 be16_to_cpu(get_unaligned(&hin->major)),
557 hin->minor,
558 be32_to_cpu(get_unaligned(&hin->tag)),
566 ahin = (struct aoe_atahdr *) (hin
[all...]

Completed in 34 milliseconds