Searched refs:what (Results 151 - 175 of 261) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt.h890 gcry_error_t gcry_cipher_info (gcry_cipher_hd_t h, int what, void *buffer,
894 gcry_error_t gcry_cipher_algo_info (int algo, int what, void *buffer,
1027 gcry_error_t gcry_pk_algo_info (int algo, int what,
1039 /* Return what is commonly referred as the key length for the given
1185 gcry_error_t gcry_md_info (gcry_md_hd_t h, int what, void *buffer,
1189 gcry_error_t gcry_md_algo_info (int algo, int what, void *buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1848/
H A Dad1848_lib.c240 static int snd_ad1848_trigger(struct snd_ad1848 *chip, unsigned char what, argument
247 if (chip->image[AD1848_IFACE_CTRL] & what) {
251 snd_ad1848_out(chip, AD1848_IFACE_CTRL, chip->image[AD1848_IFACE_CTRL] |= what);
254 if (!(chip->image[AD1848_IFACE_CTRL] & what)) {
258 snd_ad1848_out(chip, AD1848_IFACE_CTRL, chip->image[AD1848_IFACE_CTRL] &= ~what);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c1049 * looking at the prom's page table directly which is what most
1057 int what = 0; /* 0 = normal-pte, 1 = pmd-level pte, 2 = pgd-level pte */ local
1070 /* A red snapper, see what it really is. */
1071 what = 0;
1075 what = 1;
1081 what = 2;
1085 if(what == 2) {
1106 if(what == 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c1183 static void packet_dev_mc(struct net_device *dev, struct packet_mclist *i, int what) argument
1187 if (what > 0)
1193 dev_set_promiscuity(dev, what);
1196 dev_set_allmulti(dev, what);
1202 static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what) argument
1206 packet_dev_mc(dev, i, what);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Drheap.c628 int rh_get_stats(rh_info_t * info, int what, int max_stats, rh_stats_t * stats) argument
635 switch (what) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c568 void free_init_pages(char *what, unsigned long begin, unsigned long end) argument
575 printk(KERN_INFO "Freeing %s: %luk freed\n", what, (end - begin) >> 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dinit.c817 void free_init_pages(char *what, unsigned long begin, unsigned long end) argument
828 printk(KERN_INFO "Freeing %s: %luk freed\n", what, (end - begin) >> 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasound.h902 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NAME_IEC958_##what
H A Dcs4231.h257 void (*trigger) (struct snd_cs4231 *chip, unsigned int what, int start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivasync.h187 int what,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c162 static int setforkmode(struct adouble *adp, int eid, int ofrefnum, int what) argument
164 return ad_lock(adp, eid, ADLOCK_RD | ADLOCK_FILELOCK, what, 1, ofrefnum);
169 int getforkmode(struct adouble *adp, int eid, int what) argument
171 return ad_testlock(adp, eid, what);
703 /* FIXME what do we do if file size > 2 GB and
1283 /* find out what we have already and write it out. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com15 $! It was written so it would try to determine what "C" compiler to
68 $! Define what programs should be compiled
591 $! Find out what socket library we have available
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dcache-v7.S38 cmp r1, #2 @ see what cache we have at this level
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dhead.S114 ; just in case, we know what happens.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni65.c579 static void *ni65_alloc_mem(struct net_device *dev,char *what,int size,int type) argument
588 printk(KERN_WARNING "%s: unable to allocate %s memory.\n",dev->name,what);
598 printk(KERN_WARNING "%s: unable to allocate %s memory.\n",dev->name,what);
603 printk(KERN_WARNING "%s: unable to allocate %s memory in lower 16MB!\n",dev->name,what);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c162 static int setforkmode(struct adouble *adp, int eid, int ofrefnum, off_t what) argument
164 return ad_lock(adp, eid, ADLOCK_RD | ADLOCK_FILELOCK, what, 1, ofrefnum);
169 int getforkmode(struct adouble *adp, int eid, off_t what) argument
171 return ad_testlock(adp, eid, what);
704 /* FIXME what do we do if file size > 2 GB and
1290 /* find out what we have already and write it out. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_synth.c135 int what)
133 snd_gus_synth_instr_notify(void *private_data, struct snd_seq_kinstr *instr, int what) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmkdef.pl15 # One of the biggest problems is that there's no information about what
16 # routines should actually be used, which varies with what crypto algorithms
21 # kind of symbol it is (function or variable) and what algorithms they're
1145 my $what = "OpenSSL: implementation of Secure Socket Layer";
1146 my $description = "$what $version, $name - http://$http_vendor";
1164 $description = "\@#$http_vendor:$version#\@$what; DLL for library $name. Build for EMX -Zmtd";
1286 (my $str, my $what) = @_;
1288 if ($what eq "n") {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkdef.pl15 # One of the biggest problems is that there's no information about what
16 # routines should actually be used, which varies with what crypto algorithms
21 # kind of symbol it is (function or variable) and what algorithms they're
1188 my $what = "OpenSSL: implementation of Secure Socket Layer";
1189 my $description = "$what $version, $name - http://$http_vendor";
1207 $description = "\@#$http_vendor:$version#\@$what; DLL for library $name. Build for EMX -Zmtd";
1329 (my $str, my $what) = @_;
1331 if ($what eq "n") {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/l3/
H A Duda1341.c237 static int snd_uda1341_cfg_write(struct l3_client *clnt, unsigned short what, argument
247 uda->cfg[what] = value;
249 switch(what) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddes.c1034 do_tripledes_set_extra_info (void *context, int what, argument
1043 switch (what)
1125 const char *what;
1130 what = "low-level";
1144 report ("cipher", GCRY_CIPHER_3DES, what, errtxt);
1124 const char *what; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c1229 char *what = "?"; local
1254 what = "write";
1268 what = "read";
1287 what = "verify";
1303 what, retval, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dsonicvibes.c479 static int snd_sonicvibes_trigger(struct sonicvibes * sonic, int what, int cmd) argument
485 if (!(sonic->enable & what)) {
486 sonic->enable |= what;
490 if (sonic->enable & what) {
491 sonic->enable &= ~what;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1724.c338 unsigned char what; local
342 what = 0;
346 what |= reg->start;
356 old |= what;
358 old &= ~what;
368 old |= what;
370 old &= ~what;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c1140 unsigned int what, whati, capture_flag; local
1158 what = whati = capture_flag = 0;
1163 what |= 1 << (pvoice->number & 0x1f);
1168 what |= 1 << (evoice->number & 0x1f);
1186 outl(what, ALI_REG(codec, ALI_STOP));
1194 outl(what, ALI_REG(codec, ALI_START));
1195 snd_ali_printk("trigger: what=%xh whati=%xh\n", what, whati);

Completed in 384 milliseconds

1234567891011