Home
last modified time | relevance | path

Searched refs:V_TIME (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libpp/i386/
H A Dpptab.h141 "TIME", V_TIME,
H A Dppdef.h211 #define V_TIME 88 macro
/titanic_41/usr/src/lib/libpp/sparc/
H A Dpptab.h141 "TIME", V_TIME,
H A Dppdef.h211 #define V_TIME 88 macro
/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h49 #define V_TIME tp->t_modes.c_cc[VTIME] macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c2782 tid = %d\n", V_MIN, V_TIME, tp->t_msglen, tp->t_vtid)); in ldterm_dononcanon()
2802 if (V_MIN == 0 && V_TIME > 0) { in ldterm_dononcanon()
2813 } else if (V_MIN > 0 && V_TIME == 0) { in ldterm_dononcanon()
2823 } else if (V_MIN > 0 && V_TIME > 0) { in ldterm_dononcanon()
3102 V_TIME)); in ldtermwput()
3140 if (V_MIN == 0 && V_TIME > 0) { in ldtermwput()
3154 } else if (V_MIN > 0 && V_TIME == 0) { in ldtermwput()
3168 } else if (V_MIN > 0 && V_TIME > 0) { in ldtermwput()
4952 if (V_MIN && V_TIME) { in vmin_settimer()
4965 (clock_t)(V_TIME * (hz / 10))); in vmin_settimer()
/titanic_41/usr/src/lib/libpp/common/
H A Dppbuiltin.c223 case V_TIME: in ppbuiltin()