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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c389 enum etr_flags { enum
421 static unsigned long etr_flags; variable
454 if (test_bit(ETR_FLAG_ENOSYS, &etr_flags))
456 if (test_bit(ETR_FLAG_EACCES, &etr_flags))
500 set_bit(ETR_FLAG_ENOSYS, &etr_flags);
513 if (test_bit(ETR_FLAG_ENOSYS, &etr_flags))
517 set_bit(ETR_FLAG_STEAI, &etr_flags);
520 set_bit(ETR_FLAG_EACCES, &etr_flags);
959 if (test_bit(ETR_FLAG_STEAI, &etr_flags)) {
1031 set_bit(ETR_FLAG_EACCES, &etr_flags);
[all...]

Completed in 103 milliseconds