Searched refs:multi (Results 26 - 50 of 94) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dmcdx.c119 static const int MULTI = 0x08; /* multi session capability */
142 unsigned char multi; member in struct:s_multi
166 struct s_multi multi; member in struct:s_drive_stuff
526 ms->addr.lba = msf2log(&stuffp->multi.msf_last);
527 ms->xa_flag = !!stuffp->multi.multi;
531 stuffp->multi.msf_last.minute,
532 stuffp->multi.msf_last.second,
533 stuffp->multi.msf_last.frame);
650 mcdx_requestmultidiskinfo(stuffp, &stuffp->multi,
1742 mcdx_requestmultidiskinfo(struct s_drive_stuff *stuffp, struct s_multi *multi, int tries) argument
[all...]
H A Daztcd.h149 unsigned char multi; member in struct:azt_DiskInfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A DMakefile.in51 sbin_PROGRAMS = xtables-multi$(EXEEXT)
99 am__xtables_multi_SOURCES_DIST = xtables-multi.c iptables-xml.c \
113 am_xtables_multi_OBJECTS = xtables_multi-xtables-multi.$(OBJEXT) \
284 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c $(am__append_2) \
412 xtables-multi$(EXEEXT): $(xtables_multi_OBJECTS) $(xtables_multi_DEPENDENCIES)
413 @rm -f xtables-multi$(EXEEXT)
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtables_multi-xtables-multi.Po@am__quote@
471 xtables_multi-xtables-multi.o: xtables-multi.c
472 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xtables_multi_CFLAGS) $(CFLAGS) -MT xtables_multi-xtables-multi
[all...]
H A DMakefile51 sbin_PROGRAMS = xtables-multi$(EXEEXT)
99 am__xtables_multi_SOURCES_DIST = xtables-multi.c iptables-xml.c \
113 am_xtables_multi_OBJECTS = xtables_multi-xtables-multi.$(OBJEXT) \
284 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c $(am__append_2) \
412 xtables-multi$(EXEEXT): $(xtables_multi_OBJECTS) $(xtables_multi_DEPENDENCIES)
413 @rm -f xtables-multi$(EXEEXT)
434 include ./$(DEPDIR)/xtables_multi-xtables-multi.Po
471 xtables_multi-xtables-multi.o: xtables-multi.c
472 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xtables_multi_CFLAGS) $(CFLAGS) -MT xtables_multi-xtables-multi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-738 multi-line comment */ evil;
78 #. multi-line comment
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest103.tcl16 # TEST still works. Test both -multi and -multi_key since they behave
130 # -multi. In any sort of record numbered database, -multi does not
157 puts "\tTest$tnum.h: Sparse database, large buffer, multi."
158 check_multi_recno $db [expr $pagesize * $nentries] multi $verbose
163 puts "\tTest$tnum.j: Sparse database, buffer = (2 x pagesize), multi."
164 check_multi_recno $db [expr $pagesize * 2] multi $verbose
170 puts "\tTest$tnum.k: Sparse database, buffer = pagesize, multi."
171 check_multi_recno $db $pagesize multi $verbose
179 # check_multi, even with the -multi fla
[all...]
H A Dtest095.tcl167 foreach flag { multi multi_key } {
252 foreach flag { multi multi_key } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A D10-at-a-time.c22 /* Example application source code using the multi interface to download many
34 #include <curl/multi.h>
126 /* we can optionally limit the total amount of connections this multi handle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dmulti.h43 * <curl/curl.h> without the need for especially including multi.h.
95 * Desc: inititalize multi-style curl usage
104 * Desc: add a standard curl handle to the multi stack
106 * Returns: CURLMcode type, general multi error code.
114 * Desc: removes a curl handle from the multi stack again
116 * Returns: CURLMcode type, general multi error code.
128 * Returns: CURLMcode type, general multi error code.
147 * Returns: CURLMcode type, general multi error code. *NOTE* that this only
148 * returns errors etc regarding the whole multi stack. There might
158 * Desc: Cleans up and removes a whole multi stac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/include/curl/
H A Dmulti.h43 * <curl/curl.h> without the need for especially including multi.h.
95 * Desc: inititalize multi-style curl usage
104 * Desc: add a standard curl handle to the multi stack
106 * Returns: CURLMcode type, general multi error code.
114 * Desc: removes a curl handle from the multi stack again
116 * Returns: CURLMcode type, general multi error code.
128 * Returns: CURLMcode type, general multi error code.
147 * Returns: CURLMcode type, general multi error code. *NOTE* that this only
148 * returns errors etc regarding the whole multi stack. There might
158 * Desc: Cleans up and removes a whole multi stac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.h178 int multi; /* true means one TT per port */ member in struct:usb_tt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib582.c130 static int curlTimerCallback(CURLM *multi, long timeout_ms, void *userp) argument
134 (void)multi; /* unused */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dbusybox.spec14 Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Digmp.c1803 if (i->multi.imr_multiaddr.s_addr == addr &&
1804 i->multi.imr_ifindex == ifindex)
1815 memcpy(&iml->multi, imr, sizeof(*imr));
1834 return ip_mc_del_src(in_dev, &iml->multi.imr_multiaddr.s_addr,
1837 err = ip_mc_del_src(in_dev, &iml->multi.imr_multiaddr.s_addr,
1862 if (iml->multi.imr_multiaddr.s_addr != group)
1865 if (iml->multi.imr_ifindex != ifindex)
1868 iml->multi.imr_address.s_addr)
1917 if (pmc->multi.imr_multiaddr.s_addr == imr.imr_multiaddr.s_addr
1918 && pmc->multi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsiimage.c287 u16 ultra = 0, multi = 0; local
301 multi = hwif->INW(ma);
306 pci_read_config_word(hwif->pci_dev, ma, &multi);
328 multi = dma[speed - XFER_MW_DMA_0];
339 multi = dma[2];
351 hwif->OUTW(multi, ma);
355 pci_write_config_word(hwif->pci_dev, ma, multi);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Data_defs.h114 unsigned int multi : 1; member in struct:__anon8074
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dnetware.bat2 rem batch file to build multi-thread test ( mttest.nlm )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A DMakefile170 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \
171 osdir=x$$($(HOSTCXX) -print-multi-os-directory); \
H A Dzconf.l177 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A DMakefile195 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \
196 osdir=x$$($(HOSTCXX) -print-multi-os-directory); \
H A Dzconf.l177 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.l176 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dspeed.c225 static int do_multi(int multi);
508 int multi=0; local
616 else if ((argc > 0) && (strcmp(*argv,"-multi") == 0))
622 BIO_printf(bio_err,"no multi count given\n");
625 multi=atoi(argv[0]);
626 if(multi <= 0)
628 BIO_printf(bio_err,"bad multi count\n");
882 BIO_printf(bio_err,"-multi n run n benchmarks in parallel.\n");
892 if(multi && do_multi(multi))
1826 do_multi(int multi) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c779 int dirty, multi, ret; local
803 multi = 0;
807 multi = LF_ISSET(DB_MULTIPLE) ? 1 : 0;
838 if (multi)
856 if (multi) {
2121 int dirty, multi, ret; local
2150 multi = 0;
2152 multi = 1;
2180 if (multi)
2225 if (multi) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c1839 * @multi:
1847 static runlist_element * test_rl_pure_src(BOOL contig, BOOL multi, int vcn, int len) argument
1861 if (multi) {
1878 * @multi:
1888 static void test_rl_pure_test(int test, BOOL contig, BOOL multi, int vcn, int len, runlist_element *file, int size) argument
1894 src = test_rl_pure_src(contig, multi, vcn, len);
1912 * @multi:
1918 static void test_rl_pure(char *contig, char *multi) argument
1961 printf("rl pure [contig|noncontig] [single|multi]\n");
1964 if (strcmp(multi, "mult
[all...]

Completed in 365 milliseconds

1234