Searched refs:hard (Results 26 - 50 of 75) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c496 dmasound.hard.speed = 44100 ;
690 dmasound.hard.speed = 44100 ;
716 dmasound.hard.speed = awacs_freqs[i];
722 return dmasound.hard.speed;
739 dmasound.hard.speed = burgundy_set_frame_rate();
743 dmasound.hard.speed = tas_set_frame_rate();
746 dmasound.hard.speed =
750 dmasound.hard.speed = awacs_set_frame_rate(desired,
754 return dmasound.hard.speed ;
778 dmasound.hard
[all...]
H A Ddmasound.h101 /* description of the set-up applies to either hard or soft settings */
167 SETTINGS hard; /* hardware settings */ member in struct:sound_settings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dprocessor.h137 struct sh_fpu_hard_struct hard; member in union:sh_fpu_union
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Docfs2.h321 int hard)
325 if (hard)
320 ocfs2_set_ro_flag(struct ocfs2_super *osb, int hard) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_state.c190 void km_state_expired(struct xfrm_state *x, int hard, u32 pid);
1490 void km_state_expired(struct xfrm_state *x, int hard, u32 pid) argument
1494 c.data.hard = hard;
1499 if (hard)
1541 void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 pid) argument
1545 c.data.hard = hard;
1550 if (hard)
H A Dxfrm_user.c1638 if (up->hard) {
1647 km_policy_expired(xp, p->dir, up->hard, current->pid);
1672 km_state_expired(x, ue->hard, current->pid);
1674 if (ue->hard) {
2041 ue->hard = (c->data.hard != 0) ? 1 : 0;
2339 int hard = c->data.hard; local
2353 upe->hard = !!hard;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/math-emu/
H A Dmath.c554 if ((tsk->thread.fpu.hard.fpscr & (1 << 17))) {
556 denormal_to_double (&tsk->thread.fpu.hard,
558 tsk->thread.fpu.hard.fpscr &=
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dprocess.c471 fpsave(&tsk->thread.fpu.hard);
477 memcpy(fpu, &tsk->thread.fpu.hard, sizeof(*fpu));
498 fpsave(&current->thread.fpu.hard);
H A Dsignal.c196 err |= __copy_from_user(&current->thread.fpu.hard, &sc->sc_fpregs[0],
215 fpsave(&current->thread.fpu.hard);
221 err |= __copy_to_user(&sc->sc_fpregs[0], &current->thread.fpu.hard,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dprocess.c223 memcpy(fpu, &tsk->thread.fpu.hard, sizeof(*fpu));
251 memcpy(fpu, &tsk->thread.fpu.hard, sizeof(*fpu));
H A Dsignal.c133 return __copy_from_user(&tsk->thread.fpu.hard, &sc->sc_fpregs[0],
158 return __copy_to_user(&sc->sc_fpregs[0], &tsk->thread.fpu.hard,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A DMakefile.in75 $(top_srcdir)/gnulib-m4/hard-locale.m4 \
208 hard-locale.$(OBJEXT)
696 hard-locale.h hard-locale.c
H A DMakefile75 $(top_srcdir)/gnulib-m4/hard-locale.m4 \
208 hard-locale.$(OBJEXT)
696 hard-locale.h hard-locale.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfm.S1 @ Read/Write DMA code for the ST506/MFM hard drive controllers on the A400 Acorn Archimedes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h204 u32 hard; member in union:km_event::__anon10659
243 extern void km_state_expired(struct xfrm_state *x, int hard, u32 pid);
1046 extern void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm_policy.c76 fprintf(stderr, "LIMIT := [ [time-soft|time-hard|time-use-soft|time-use-hard] SECONDS ] |\n");
77 fprintf(stderr, " [ [byte-soft|byte-hard] SIZE ] | [ [packet-soft|packet-hard] NUMBER ]\n");
389 fprintf(fp, "hard %u", xpexp->hard);
H A Dxfrm_state.c106 fprintf(stderr, "LIMIT := [ [time-soft|time-hard|time-use-soft|time-use-hard] SECONDS ] |\n");
107 fprintf(stderr, " [ [byte-soft|byte-hard] SIZE ] | [ [packet-soft|packet-hard] COUNT ]\n");
609 fprintf(fp, "hard %u", xexp->hard);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com75 $! here, eliminating the hard-coded OpenSSL nonsense.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile.in80 $(top_srcdir)/gnulib-m4/hard-locale.m4 \
H A DMakefile80 $(top_srcdir)/gnulib-m4/hard-locale.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am255 m4/hard-locale.m4.diff \
H A DMakefile.in377 m4/hard-locale.m4.diff \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/key/
H A Daf_key.c777 /* hard time */
1998 /* hard time */
2897 int hard; local
2900 hard = c->data.hard;
2901 if (hard)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A DMakefile.in73 $(top_srcdir)/gnulib-m4/hard-locale.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/styles/
H A DMakefile.in74 $(top_srcdir)/gnulib-m4/hard-locale.m4 \

Completed in 295 milliseconds

123