Searched refs:scode (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dio/
H A Ddio.c13 * unsigned long dio_scodetophysaddr(int scode)
15 * int dio_scodetoipl(int scode)
18 * const char *dio_scodetoname(int scode)
21 * void dio_config_board(int scode) mark board as configured in the list
22 * void dio_unconfig_board(int scode) mark board as no longer configured
111 int scode, id; local
115 for (scode = 0; scode < DIO_SCMAX; scode++) {
119 if (DIO_SCINHOLE(scode))
166 int scode; local
260 dio_scodetophysaddr(int scode) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib506.c151 CURLSHcode scode = CURLSHE_OK; local
177 if ( CURLSHE_OK == scode ) {
179 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
181 if ( CURLSHE_OK == scode ) {
183 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
185 if ( CURLSHE_OK == scode ) {
187 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user);
189 if ( CURLSHE_OK == scode ) {
191 scode = curl_share_setopt( share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
193 if ( CURLSHE_OK == scode ) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddio.h47 int scode; member in struct:dio_dev
119 #define DIO_SCINHOLE(scode) (((scode) >= 32) && ((scode) < DIOII_SCBASE))
120 #define DIO_ISDIOII(scode) ((scode) >= 132 && (scode) < 256)
135 #define DIO_SIZE(scode, base) (DIO_ISDIOII((scode)) ? DIOII_SIZE((base)) : DIO_DEVSIZE)
243 extern unsigned long dio_scodetophysaddr(int scode);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_hp300.c96 int scode; local
107 scode = hp300_uart_scode;
115 if (scode == 256) {
131 unsigned long pa = dio_scodetophysaddr(scode);
136 printk(KERN_INFO "Serial console is HP DCA at select code %d\n", scode);
172 if (hp300_uart_scode == d->scode) {
191 printk(KERN_NOTICE "8250_hp300: register_serial() DCA scode %d"
192 " irq %d failed\n", d->scode, port.irq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dhilkbd.c117 unsigned char scode; local
122 scode = hil_dev.data[1] >> 1;
123 key = hphilkeyb_keycode[scode];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhpfb.c327 if (d->scode >= DIOII_SCBASE) {
333 "(secondary id %02x)\n", d->scode, (d->id >> 8) & 0xff);
335 if (d->scode >= DIOII_SCBASE)
345 if (d->scode >= DIOII_SCBASE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dst.c350 u8 scode;
362 scode = STp->buffer->cmdstat.sense_hdr.sense_key;
364 scode = 0;
382 scode != NO_SENSE &&
383 scode != RECOVERED_ERROR &&
384 /* scode != UNIT_ATTENTION && */
385 scode != BLANK_CHECK &&
386 scode != VOLUME_OVERFLOW &&
410 scode == RECOVERED_ERROR
848 int attentions, waits, max_wait, scode;
348 u8 scode; local
844 int attentions, waits, max_wait, scode; local
1476 int undone, retry_eot = 0, scode; local
[all...]
H A Dosst.c238 u8 * sense = SRpnt->sense, scode;
251 scode = STp->buffer->cmdstat.sense_hdr.sense_key;
253 scode = 0;
260 if (scode) printk(OSST_DEB_MSG "%s:D: Sense: %02x, ASC: %02x, ASCQ: %02x\n",
261 name, scode, sense[12], sense[13]);
268 scode != NO_SENSE &&
269 scode != RECOVERED_ERROR &&
270 /* scode != UNIT_ATTENTION && */
271 scode != BLANK_CHECK &&
272 scode !
237 u8 * sense = SRpnt->sense, scode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-lisp.c276 enum syntax_code scode; /* syntax code */ member in struct:char_syntax
286 p->scode = (c == EOF ? syntax_eof : syntax_code_of (c));
411 switch (curr.scode)
421 if (curr.scode == syntax_eof)
463 if (curr.scode != syntax_whitespace || read_preserve_whitespace)
943 switch (curr.scode)
1319 first.scode = syntax_single_esc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dhplance.c98 printk(KERN_INFO "%s: %s; select code %d, addr %2.2x", dev->name, d->name, d->scode, dev->dev_addr[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtraps.c381 unsigned short scode; local
385 scode = ecc_syndrome_table[udbl & 0xff];
386 if (prom_getunumber(scode, afar,
393 smp_processor_id(), scode, p);
397 scode = ecc_syndrome_table[udbh & 0xff];
398 if (prom_getunumber(scode, afar,
405 smp_processor_id(), scode, p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixelf.c493 unsigned int *scode, unsigned int *ebss,
520 if (epp->p_vaddr < *scode)
521 *scode = epp->p_vaddr;
491 map_executable(struct file *fp, struct elf_phdr *epp, int pnum, unsigned int *estack, unsigned int *laddr, unsigned int *scode, unsigned int *ebss, unsigned int *ecode, unsigned int *edata, unsigned int *ebrk) argument

Completed in 220 milliseconds