Searched refs:what (Results 101 - 125 of 261) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dgtls.c247 int what; local
268 what = Curl_socket_ready(readfd, writefd,
271 if(what < 0) {
276 else if(0 == what) {
930 int what = Curl_socket_ready(conn->sock[sockindex], local
932 if(what > 0) {
953 else if(0 == what) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dimxmmc.c676 char *what; local
682 what = "RESP+DMA";
684 what = "RESP";
688 what = "DATA";
690 what = "DMA";
692 what = "???";
695 what, stat, MMC_INT_MASK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.in.h482 int what,
490 int what,
580 int what,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dpm.c293 * what..what+whatsz
296 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) argument
298 if ((what+whatsz) < ptr)
301 if (what > (ptr+size))
593 /* check what irq (if any) restored the system */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DparserInternals.h482 int what,
490 int what,
580 int what,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.in.h482 int what,
490 int what,
580 int what,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DBtRecExample.cpp218 cerr << "Exception: " << dbe.what() << "\n";
H A DLockExample.cpp97 cerr << "LockExample: " << dbe.what() << "\n";
H A DMpoolExample.cpp100 cerr << "MpoolExample: " << dbe.what() << "\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk13 # command with flags that match what Android itself uses. This will mean
24 # executable that's already buildable and watch what flags Android uses to link
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c104 add_argv(char *what, int quoted) argument
106 DEBUGP("add_argv: %d %s\n", newargc, what);
107 if (what && newargc + 1 < ARRAY_SIZE(newargv)) {
108 newargv[newargc] = strdup(what);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddiva.c153 static diva_os_xdi_adapter_t *diva_q_get_next(struct list_head * what) argument
157 if (what && (what->next != &adapter_queue))
158 a = list_entry(what->next, diva_os_xdi_adapter_t, link);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmediabay.c417 int check_media_bay(struct device_node *which_bay, int what) argument
424 if ((what == media_bays[i].content_id) && media_bays[i].state == mb_up)
434 int check_media_bay_by_base(unsigned long base, int what) argument
441 if ((what == media_bays[i].content_id) && media_bays[i].state == mb_up)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dwhiteheat.h151 __u8 what; /* bit pattern of what to purge */ member in struct:whiteheat_purge
209 __u8 event; /* indicates what the current event is, see WHITEHEAT_EVENT_* above */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.c331 char what[10], order[64]={0}, order2[64]={0}, myfilter[256]={0}; local
534 strcpy(what, "OBJECT_ID");
539 strcpy(what, "DETAIL_ID");
545 " order by %s", what, which, myfilter, groupBy, order2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_commands.c320 char what[10], order[96]={0}, order2[96]={0}, myfilter[256]={0}; local
559 strcpy(what, "OBJECT_ID");
566 strcpy(what, "DETAIL_ID");
572 " order by %s", what, which, myfilter, groupBy, order2);
721 strcasecmp(key, "DoGenres") == 0 ) // Not sure what this is, so ignore it
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_commands.c351 char what[10], order[64]={0}, order2[64]={0}, myfilter[256]={0}; local
554 strcpy(what, "OBJECT_ID");
559 strcpy(what, "DETAIL_ID");
565 " order by %s", what, which, myfilter, groupBy, order2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables-xml.c113 add_argv(char *what, int quoted) argument
115 DEBUGP("add_argv: %d %s\n", newargc, what);
116 if (what && ((newargc + 1) < sizeof(newargv) / sizeof(char *))) {
117 newargv[newargc] = strdup(what);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c696 similar to what we do in mpi/ for the asm stuff. What we do
1903 const char *what;
1906 what = "low-level";
1913 what = "cfb";
1918 what = "ofb";
1928 report ("cipher", GCRY_CIPHER_AES128, what, errtxt);
1936 const char *what;
1941 what = "low-level";
1951 report ("cipher", GCRY_CIPHER_AES192, what, errtxt);
1960 const char *what;
1897 const char *what; local
1930 const char *what; local
1954 const char *what; local
[all...]
H A Drsa.c173 * USE_E = 0 let Libcgrypt decide what exponent to use.
1292 const char *what;
1299 what = "convert";
1311 what = "key consistency";
1319 what = "sign";
1324 what = "encrypt";
1337 report ("pubkey", GCRY_PK_RSA, what, errtxt);
1290 const char *what; local
H A Ddsa.c1102 const char *what;
1109 what = "convert";
1121 what = "key consistency";
1129 what = "sign";
1142 report ("pubkey", GCRY_PK_DSA, what, errtxt);
1100 const char *what; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp15 * 1) what host/port we wish to listen on for connections,
18 * 3) what our Berkeley DB home environment is.
283 cout << "error closing environment: " << dbe.what() << endl;
509 << " processing: " << dbe.what() << endl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision.h204 #define USBVISION_SAY_AND_WAIT(what) { \
207 printk(KERN_INFO "Say: %s\n", what); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16_main.c660 static int snd_sb16_set_dma_mode(struct snd_sb *chip, int what) argument
663 snd_assert(what == 0, return -EINVAL);
666 if (what == 0) {
668 } else if (what == 1) {
670 } else if (what == 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c169 static inline int is_compatible(struct tcf_meta_val *what, argument
175 entry = lookup_meta_entry_byid(TCF_META_ID(what->kind));

Completed in 294 milliseconds

1234567891011