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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_asf.c177 int res, mflags, len_off; local
196 mflags = avio_r8(pb);
197 if (mflags & 0x80)
200 if (mflags & 0x20) /**< relative timestamp */
202 if (mflags & 0x10) /**< has duration */
204 if (mflags & 0x8) /**< has location ID */
208 if (!(mflags & 0x40)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_asf.c169 int res, mflags, len_off; local
188 mflags = avio_r8(pb);
189 if (mflags & 0x80)
192 if (mflags & 0x20) /**< relative timestamp */
194 if (mflags & 0x10) /**< has duration */
196 if (mflags & 0x8) /**< has location ID */
200 if (!(mflags & 0x40)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Ddpcsup.c60 unsigned long flags, mflags; local
134 spin_lock_irqsave(&dev->manage_lock, mflags);
136 spin_unlock_irqrestore(&dev->manage_lock, mflags);
244 unsigned long mflags; local
339 spin_lock_irqsave(&dev->manage_lock, mflags);
341 spin_unlock_irqrestore(&dev->manage_lock, mflags);
H A Dcommsup.c400 unsigned long mflags = 0; local
485 spin_lock_irqsave(&dev->manage_lock, mflags);
489 spin_unlock_irqrestore(&dev->manage_lock, mflags);
493 spin_unlock_irqrestore(&dev->manage_lock, mflags);
501 spin_lock_irqsave(&dev->manage_lock, mflags);
503 spin_unlock_irqrestore(&dev->manage_lock, mflags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dprocessor.h63 unsigned long mflags; member in struct:thread_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-decnet.c71 register int mflags; local
95 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
97 if (mflags & RMF_PAD) {
99 u_int padlen = mflags & RMF_PADMASK;
111 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
114 if (mflags & RMF_FVER) {
121 if (mflags & RMF_CTLMSG) {
127 switch (mflags & RMF_MASK) {
159 if (mflags & RMF_RQR)
161 if (mflags
181 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Dip6tables.h59 unsigned int mflags; member in struct:ip6tables_match
H A Diptables.h82 unsigned int mflags; member in struct:iptables_match
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c176 unsigned long mflags, unsigned long ven,
185 PRINT_WILDCARD_COND("v", "%04lX", ven, mflags & 0x0001);
186 PRINT_WILDCARD_COND("p", "%04lX", pro, mflags & 0x0002);
190 if (mflags & 0x000C) {
209 PRINT_WILDCARD_COND("dc", "%02lX", bdc, mflags & 0x0010);
210 PRINT_WILDCARD_COND("dsc", "%02lX", bdsc, mflags & 0x0020);
211 PRINT_WILDCARD_COND("dp", "%02lX", bdp, mflags & 0x0040);
213 PRINT_WILDCARD_COND("ic", "%02lX", bic, mflags & 0x0080);
214 PRINT_WILDCARD_COND("isc", "%02lX", bisc, mflags & 0x0100);
215 PRINT_WILDCARD_COND("ip", "%02lX", bip, mflags
175 alias_from_usbmap_print_pattern(FILE *fp, unsigned long mflags, unsigned long ven, unsigned long pro, unsigned long bcdl, unsigned long bcdh, unsigned long bdc, unsigned long bdsc, unsigned long bdp, unsigned long bic, unsigned long bisc, unsigned long bip, int len, unsigned long left, int ndigits, char *module) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/
H A Dip6tables.h92 unsigned int mflags; member in struct:ip6tables_match
H A Diptables.h92 unsigned int mflags; member in struct:iptables_match
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/
H A DMakefile111 KBUILD_CFLAGS += $(mflags-y)
112 KBUILD_AFLAGS += $(mflags-y)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c937 &m->mflags, fw, &m->m);
950 cb.xflags = m->mflags;
955 m->mflags = cb.xflags;
1059 cb.xflags = m->mflags;
1063 m->final_check(m->mflags);
1066 xtables_options_fcheck(m->name, m->mflags, m->x6_options);
H A Dxtables.c638 clone->mflags = 0;
911 me->mflags = 0;
H A Dip6tables.c1359 /* clear mflags in case do_command6 gets called a second time
1362 m->mflags = 0;
H A Diptables.c1389 /* clear mflags in case do_command4 gets called a second time
1392 m->mflags = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtoptions.c943 &m->mflags, fw, &m->m);
956 cb.xflags = m->mflags;
961 m->mflags = cb.xflags;
1065 cb.xflags = m->mflags;
1069 m->final_check(m->mflags);
1072 xtables_options_fcheck(m->name, m->mflags, m->x6_options);
H A Dxtables.c637 clone->mflags = 0;
910 me->mflags = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h269 unsigned int mflags; member in struct:xtables_match
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/install/include/
H A Dxtables.h269 unsigned int mflags; member in struct:xtables_match
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmpsc.c1230 u32 mflags, status; local
1235 mflags = 0;
1237 mflags |= TIOCM_CTS;
1239 mflags |= TIOCM_CAR;
1241 return mflags | TIOCM_DSR; /* No way to tell if DSR asserted */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf_fdpic.c927 unsigned long load_addr, base = ULONG_MAX, top = 0, maddr = 0, mflags; local
948 mflags = MAP_PRIVATE;
950 mflags |= MAP_EXECUTABLE;
954 PROT_READ | PROT_WRITE | PROT_EXEC, mflags, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c764 clone->mflags = 0;
1200 me->mflags = 0;
1886 /* clear mflags in case do_command gets called a second time
1889 m->mflags = 0;
2230 &matchp->match->mflags,
2304 matchp->match->final_check(matchp->match->mflags);
H A Diptables.c741 clone->mflags = 0;
1233 me->mflags = 0;
1965 /* clear mflags in case do_command gets called a second time
1968 m->mflags = 0;
2319 &matchp->match->mflags,
2392 matchp->match->final_check(matchp->match->mflags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dueagle-atm.c188 u32 mflags; member in struct:uea_softc::uea_stats::__anon16151
1378 sc->stats.phy.mflags |= sc->stats.phy.flags;
1521 sc->stats.phy.mflags |= sc->stats.phy.flags;
2418 UEA_ATTR(mflags, 1);

Completed in 162 milliseconds

12