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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A D.mh-test62 [ -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_mh.h ] && echo mh
H A Dlibip6t_mh.c65 " --mh-type [!] type[:type] match mh type\n",
139 "Only one `--mh-type' allowed");
204 printf("mh ");
225 printf("--mh-type %u:%u ", mhinfo->types[0], mhinfo->types[1]);
227 printf("--mh-type %u ", mhinfo->types[0]);
231 { "mh-type", 1, 0, '1' },
235 static struct ip6tables_match mh = { variable in typeref:struct:ip6tables_match
236 .name = "mh",
251 register_match6(&mh);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlowcomms.h21 void dlm_lowcomms_commit_buffer(void *mh);
H A Drcom.c37 struct dlm_mhandle *mh; local
41 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_KERNEL, &mb);
42 if (!mh) {
63 *mh_ret = mh;
68 static void send_rcom(struct dlm_ls *ls, struct dlm_mhandle *mh, argument
72 dlm_lowcomms_commit_buffer(mh);
125 struct dlm_mhandle *mh; local
136 error = create_rcom(ls, nodeid, DLM_RCOM_STATUS, 0, &rc, &mh);
143 send_rcom(ls, mh, rc);
166 struct dlm_mhandle *mh; local
208 struct dlm_mhandle *mh; local
239 struct dlm_mhandle *mh; local
265 struct dlm_mhandle *mh; local
284 struct dlm_mhandle *mh; local
339 struct dlm_mhandle *mh; local
362 struct dlm_mhandle *mh; local
391 struct dlm_mhandle *mh; local
[all...]
H A Dlock.c2369 struct dlm_mhandle *mh; local
2372 /* get_buffer gives us a message handle (mh) that we need to
2376 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_KERNEL, &mb);
2377 if (!mh)
2392 *mh_ret = mh;
2427 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) argument
2430 dlm_lowcomms_commit_buffer(mh);
2481 struct dlm_mhandle *mh; local
2490 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh);
2496 error = send_message(mh, m
2543 struct dlm_mhandle *mh; local
2564 struct dlm_mhandle *mh; local
2585 struct dlm_mhandle *mh; local
2613 struct dlm_mhandle *mh; local
2634 struct dlm_mhandle *mh; local
2677 struct dlm_mhandle *mh; local
4390 struct dlm_mhandle *mh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmlp_parser.c74 int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb) argument
95 mh->stream_type = get_bits(gb, 8);
97 if (mh->stream_type == 0xbb) {
98 mh->group1_bits = mlp_quants[get_bits(gb, 4)];
99 mh->group2_bits = mlp_quants[get_bits(gb, 4)];
102 mh->group1_samplerate = mlp_samplerate(ratebits);
103 mh->group2_samplerate = mlp_samplerate(get_bits(gb, 4));
107 mh->channels_mlp = get_bits(gb, 5);
108 } else if (mh->stream_type == 0xba) {
109 mh
248 MLPHeaderInfo mh; local
[all...]
H A Dmlp_parser.h56 int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb);
H A Dmlpdec.c236 MLPHeaderInfo mh; local
239 if (ff_mlp_read_major_sync(m->avctx, &mh, gb) != 0)
242 if (mh.group1_bits == 0) {
246 if (mh.group2_bits > mh.group1_bits) {
252 if (mh.group2_samplerate && mh.group2_samplerate != mh.group1_samplerate) {
258 if (mh.group1_samplerate == 0) {
262 if (mh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_mh.c53 struct ip6_mh _mh, *mh; local
60 mh = skb_header_pointer(skb, protoff, sizeof(_mh), &_mh);
61 if (mh == NULL) {
69 if (mh->ip6mh_proto != IPPROTO_NONE) {
71 mh->ip6mh_proto);
76 return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type,
95 .name = "mh",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dinftlmount.c62 struct INFTLMediaHeader *mh = &inftl->MediaHdr; local
128 memcpy(mh, buf, sizeof(struct INFTLMediaHeader));
139 if (memcmp(mh, buf, sizeof(struct INFTLMediaHeader))) {
145 mh->NoOfBootImageBlocks = le32_to_cpu(mh->NoOfBootImageBlocks);
146 mh->NoOfBinaryPartitions = le32_to_cpu(mh->NoOfBinaryPartitions);
147 mh->NoOfBDTLPartitions = le32_to_cpu(mh->NoOfBDTLPartitions);
148 mh
[all...]
H A Dnftlmount.c52 struct NFTLMediaHeader *mh = &nftl->MediaHdr; local
137 if (memcmp(mh, buf, sizeof(struct NFTLMediaHeader))) {
159 memcpy(mh, buf, sizeof(struct NFTLMediaHeader));
162 nftl->nb_boot_blocks = le16_to_cpu(mh->FirstPhysicalEUN);
170 nftl->numvunits = le32_to_cpu(mh->FormattedSize) / nftl->EraseSize;
182 nftl->nb_blocks = le16_to_cpu(mh->NumEraseUnits) + le16_to_cpu(mh->FirstPhysicalEUN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfp.h47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
54 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
67 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
75 u32 nh, nl, mh, ml; local
85 mh = m >> 32;
86 rmb = (u64)nl * mh;
89 rh = (u64)nh * mh;
115 u64 mh, ml, remh, reml, termh, terml, z; local
119 mh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem_dbg.c84 static LHASH *mh=NULL; /* hash-table of memory requests (address as key); variable
432 if (mh == NULL)
434 if ((mh=lh_new(mem_hash, mem_cmp)) == NULL)
478 if ((mm=(MEM *)lh_insert(mh,(char *)m)) != NULL)
506 if (is_MemCheck_on() && (mh != NULL))
511 mp=(MEM *)lh_delete(mh,(char *)&m);
561 mp=(MEM *)lh_delete(mh,(char *)&m);
572 lh_insert(mh,(char *)mp);
685 if (mh == NULL && amih == NULL)
693 if (mh !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c84 static LHASH *mh=NULL; /* hash-table of memory requests (address as key); variable
440 if (mh == NULL)
442 if ((mh=lh_new(mem_hash, mem_cmp)) == NULL)
486 if ((mm=(MEM *)lh_insert(mh,(char *)m)) != NULL)
514 if (is_MemCheck_on() && (mh != NULL))
519 mp=(MEM *)lh_delete(mh,(char *)&m);
569 mp=(MEM *)lh_delete(mh,(char *)&m);
580 lh_insert(mh,(char *)mp);
693 if (mh == NULL && amih == NULL)
701 if (mh !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.c51 #define DPSTR(s,b,mh,ml) {ml,mh,b,s}
56 #define DPSTR(s,b,mh,ml) {s,b,mh,ml}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dutil.h85 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data; local
86 u32 magic = be32_to_cpu(mh->mh_magic);
108 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data; local
109 u32 magic = be32_to_cpu(mh->mh_magic);
110 u16 t = be32_to_cpu(mh->mh_type);
126 struct gfs2_meta_header *mh; local
127 mh = (struct gfs2_meta_header *)bh->b_data;
128 mh->mh_type = cpu_to_be32(type);
129 mh->mh_format = cpu_to_be32(format);
H A Dondisk.c46 static void gfs2_meta_header_in(struct gfs2_meta_header_host *mh, const void *buf) argument
50 mh->mh_magic = be32_to_cpu(str->mh_magic);
51 mh->mh_type = be32_to_cpu(str->mh_type);
52 mh->mh_format = be32_to_cpu(str->mh_format);
H A Dlops.c285 struct gfs2_meta_header *mh; local
317 mh = (struct gfs2_meta_header *)bh->b_data;
318 mh->mh_magic = cpu_to_be32(GFS2_MAGIC);
319 mh->mh_type = cpu_to_be32(GFS2_METATYPE_LB);
320 mh->mh_format = cpu_to_be32(GFS2_FORMAT_LB);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dac97_codec.c316 struct ac97_mixer_hw *mh = &ac97_hw[oss_channel]; local
318 val = codec->codec_read(codec , mh->offset);
330 right = (right * 100) / mh->scale;
331 left = (left * 100) / mh->scale;
337 scale = mh->scale;
344 ret = 100 - ((((val & 0x1e)>>1) * 100) / mh->scale);
346 ret = 100 - (((val & 0x1f) * 100) / mh->scale);
351 ret = 100 - (((val & 0x1f) * 100) / mh->scale);
355 ret = 100 - ((((val >> 8) & 0xe) * 100) / mh->scale);
357 ret = 100 - (((val & 0xe) * 100) / mh
377 struct ac97_mixer_hw *mh = &ac97_hw[oss_channel]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dsymbol-scan.pl45 my $mh = "$root/include/curl/multi.h";
79 scanheader($mh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ddiskonchip.c1103 struct NFTLMediaHeader *mh; local
1116 mh = (struct NFTLMediaHeader *)buf;
1118 mh->NumEraseUnits = le16_to_cpu(mh->NumEraseUnits);
1119 mh->FirstPhysicalEUN = le16_to_cpu(mh->FirstPhysicalEUN);
1120 mh->FormattedSize = le32_to_cpu(mh->FormattedSize);
1127 mh->DataOrgID, mh
1206 struct INFTLMediaHeader *mh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/
H A DMakefile28 cflags-$(CONFIG_CPU_H8300H) := -mh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dmip6.c91 struct ip6_mh *mh; local
98 mh = (struct ip6_mh *)skb_transport_header(skb);
100 if (mh->ip6mh_hdrlen < mip6_mh_len(mh->ip6mh_type)) {
102 mh->ip6mh_hdrlen, mip6_mh_len(mh->ip6mh_type));
103 mip6_param_prob(skb, 0, ((&mh->ip6mh_hdrlen) -
108 if (mh->ip6mh_proto != IPPROTO_NONE) {
110 mh->ip6mh_proto);
111 mip6_param_prob(skb, 0, ((&mh
[all...]
H A Dxfrm6_policy.c320 struct ip6_mh *mh; local
321 mh = (struct ip6_mh *)exthdr;
323 fl->fl_mh_type = mh->ip6mh_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c231 struct msghdr mh; local
253 memset(&mh, 0, sizeof(mh));
256 mh.msg_iov = iov;
257 mh.msg_iovlen = 1;
261 len = recvmsg(fd, &mh, MSG_DONTWAIT);

Completed in 196 milliseconds

12