Searched refs:tsp (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Ddfa.c250 register int stkpos, ns, tsp; local
333 tsp = trans1[ns] + MARKER_DIFFERENCE;
335 if ( tsp != NO_TRANSITION )
337 if ( ! IS_MARKED(tsp) )
338 STACK_STATE(tsp)
340 tsp = trans2[ns];
342 if ( tsp != NO_TRANSITION && ! IS_MARKED(tsp) )
343 STACK_STATE(tsp)
928 int ns, tsp, sy local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c437 fd_set __user *exp, struct timespec __user *tsp,
445 if (tsp) {
446 if (copy_from_user(&ts, tsp, sizeof(ts)))
473 if (tsp) {
483 if (copy_to_user(tsp, &rts, sizeof(rts))) {
522 fd_set __user *exp, struct timespec __user *tsp, void __user *sig)
535 return sys_pselect7(n, inp, outp, exp, tsp, up, sigsetsize);
761 struct timespec __user *tsp, const sigset_t __user *sigmask,
769 if (tsp) {
770 if (copy_from_user(&ts, tsp, sizeo
436 sys_pselect7(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timespec __user *tsp, const sigset_t __user *sigmask, size_t sigsetsize) argument
521 sys_pselect6(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timespec __user *tsp, void __user *sig) argument
760 sys_ppoll(struct pollfd __user *ufds, unsigned int nfds, struct timespec __user *tsp, const sigset_t __user *sigmask, size_t sigsetsize) argument
[all...]
H A Dcompat.c1668 struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask,
1677 if (tsp) {
1678 if (copy_from_user(&ts, tsp, sizeof(ts)))
1697 if (tsp) {
1711 } while (!ret && !timeout && tsp && (ts.tv_sec || ts.tv_nsec));
1713 if (tsp) {
1727 if (copy_to_user(tsp, &rts, sizeof(rts))) {
1761 struct compat_timespec __user *tsp, void __user *sig)
1774 return compat_sys_pselect7(n, inp, outp, exp, tsp, compat_ptr(up),
1779 unsigned int nfds, struct compat_timespec __user *tsp,
1666 compat_sys_pselect7(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask, compat_size_t sigsetsize) argument
1759 compat_sys_pselect6(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct compat_timespec __user *tsp, void __user *sig) argument
1778 compat_sys_ppoll(struct pollfd __user *ufds, unsigned int nfds, struct compat_timespec __user *tsp, const compat_sigset_t __user *sigmask, compat_size_t sigsetsize) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Detr.h116 unsigned long long tsp; member in struct:etr_aib
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_demux.c55 static inline u8 payload(const u8 *tsp) argument
57 if (!(tsp[3] & 0x10)) // no payload?
60 if (tsp[3] & 0x20) { // adaptation field?
61 if (tsp[4] > 183) // corrupted data?
64 return 184 - 1 - tsp[4];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dthermal.c136 unsigned long tsp; member in struct:acpi_thermal_passive
359 &tz->trips.passive.tsp);
536 * frequencies (tsp) defined. We will fall back
733 sleep_time = tz->trips.passive.tsp * 100;
850 "passive: %ld C: tc1=%lu tc2=%lu tsp=%lu devices=",
853 tz->trips.passive.tsp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c632 if (aib->tsp == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/param/
H A Dloadparm.c2291 service **tsp; local
2293 tsp = SMB_REALLOC_ARRAY(ServicePtrs, service *, num_to_alloc);
2295 if (!tsp) {
2300 ServicePtrs = tsp;

Completed in 147 milliseconds