Searched defs:legit (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dcktime.c108 int legit, n; local
111 legit = 0;
115 while (!(legit) && (n < 4)) {
117 legit = 1; /* found legitimate string */
120 if (legit)
H A Dckdate.c173 int legit = 0; local
194 while (!(legit) && (n < 12)) {
197 legit = 1; /* found legitimate string */
200 if (legit) {
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c1012 boolean_t legit; /* is this a legit key pos'n? */ local
1038 legit = KeyboardConvertScan(kb8042, scancode, &key_pos, &state,
1041 if (legit == 0) {
1178 boolean_t legit; local
1198 legit = KeyboardConvertScan(kb8042, scancode, key, state,
1200 if (!legit) {

Completed in 48 milliseconds