Searched refs:second (Results 76 - 100 of 177) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsbni.c103 struct net_device *second; /* for ISA/dual cards */ member in struct:net_local
511 if( nl->second )
512 spin_lock( &((struct net_local *) nl->second->priv)->lock );
519 if( nl->second && /* second channel present */
520 (inb( nl->second->base_addr+CSR0 ) & (RC_RDY | TR_RDY)) )
521 handle_channel( nl->second ),
525 if( nl->second )
526 spin_unlock( &((struct net_local *)nl->second->priv)->lock );
1182 ->second
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-cat.c396 const char *second = NULL; local
415 else if (canon_charsets[n][k] != first && second == NULL)
416 second = canon_charsets[n][k];
430 if (second == NULL)
431 second = po_charset_ascii;
434 if (second != NULL)
450 "), first, second));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c122 int len, second = 0; local
144 second = 1;
146 } while(!second);
367 int i = 0, second = 0; local
379 second = 1;
387 if (second)
398 if (second)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Datakeyb.c544 void ikbd_clock_set(int year, int month, int day, int hour, int minute, int second) argument
546 char cmd[7] = { 0x1B, year, month, day, hour, minute, second };
552 void ikbd_clock_get(int *year, int *month, int *day, int *hour, int *minute, int second) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-ds1553.c104 unsigned int year, month, day, hour, minute, second, week; local
112 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK;
121 tm->tm_sec = BCD2BIN(second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S146 nop @ second-to-last before mmu
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dhead.S140 pushl %esi # real mode pointer as second arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.h33 int pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, const struct firmware *xilinx, int second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/lang/cl/
H A Dgpg-error.lisp170 (cond ((listp err) (second err))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dnv_driver.c57 riva_is_connected(struct riva_par *par, Bool second) argument
63 if(second) PRAMDAC += 0x800;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex8 The Vorbis text comment header is the second (of three) header
199 The comment header comprises the entirety of the second bitstream
201 generally the only packet on the second page and may not be restricted
202 to within the second bitstream page. The length of the comment header
H A Da1-encapsulation-ogg.tex83 The second and third vorbis packets (comment and setup
84 headers) may span one or more pages beginning on the second page of
162 offset is nonzero, the second finished audio packet must flush the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c470 int32_t second; local
499 second = hash % (table_size - 2) + 1;
519 elem += second;
691 int32_t second; local
721 second = hash % (table_size - 2) + 1;
740 elem += second;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbookutil.c442 int first=-1,second=-1; local
457 second=membership[j];
459 if(first==-1 || second==-1){
465 least=hist[first]+hist[second];
467 if(membership[j]==first || membership[j]==second){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c1381 sys32_ipc(u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
1392 second, compat_ptr(fifth));
1396 return sys_semtimedop(first, compat_ptr(ptr), second,
1399 return sys_semget(first, second, third);
1401 return compat_sys_semctl(first, second, third, compat_ptr(ptr));
1404 return compat_sys_msgsnd(first, second, third, compat_ptr(ptr));
1406 return compat_sys_msgrcv(first, second, fifth, third, version, compat_ptr(ptr));
1408 return sys_msgget((key_t) first, second);
1410 return compat_sys_msgctl(first, second, compat_ptr(ptr));
1413 return compat_sys_shmat(first, second, thir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsr_ioctl.c94 tocentry->cdte_addr.msf.second = buffer[10];
143 cgc.cmd[4] = trk0_te.cdte_addr.msf.second;
146 cgc.cmd[7] = trk1_te.cdte_addr.msf.second;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlog.c48 unsigned int first, second; local
54 second = (sdp->sd_sb.sb_bsize -
56 blks += DIV_ROUND_UP(nstruct - first, second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtestss.bat86 echo second generated request is invalid
H A Dtestssce.bat92 echo second generated request is invalid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtestss.bat86 echo second generated request is invalid
H A Dtestssce.bat92 echo second generated request is invalid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Dsorttable.js190 second = parseInt(possdate[2]);
194 } else if (second > 12) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Dsorttable.js190 second = parseInt(possdate[2]);
194 } else if (second > 12) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_common.c177 timestamp->b.minute, timestamp->b.second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c591 static void interpret_dos_date(uint32 date,int *year,int *month,int *day,int *hour,int *minute,int *second) argument
598 *second = 2*(p0 & 0x1F);

Completed in 392 milliseconds

12345678