Home
last modified time | relevance | path

Searched refs:updown (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dkbd.c221 unsigned int c, updown = 0; in kbd_decode() local
234 updown = 1; in kbd_decode()
243 if ((c == KC_CODE) && updown) in kbd_decode()
250 shift_flag = 1 - updown; in kbd_decode()
254 ctrl_flag = 1 - updown; in kbd_decode()
258 meta_flag = 1 - updown; in kbd_decode()
/netbsd-src/sys/dev/hpc/
H A Dpckbd_encode.c54 u_char updown; in pckbd_encode() local
57 updown = (type == WSCONS_EVENT_KEY_UP) ? 0x80 : 0; in pckbd_encode()
62 dataout[res++] = (0x1d | updown); in pckbd_encode()
72 dataout[res++] = (datain | updown); in pckbd_encode()
/netbsd-src/usr.bin/ruptime/
H A Druptime.c188 interval(time_t tval, const char *updown) in interval() argument
194 (void)snprintf(resbuf, sizeof(resbuf), " %s ??:??", updown); in interval()
205 "%s%4d+%02d:%02d", updown, days, hours, minutes); in interval()
208 "%s %2d:%02d", updown, hours, minutes); in interval()
/netbsd-src/usr.sbin/rwhod/
H A Drwhod.c588 interval(int time, const char *updown) in interval() argument
594 (void)snprintf(resbuf, sizeof(resbuf), " %s ??:??", updown); in interval()
602 updown, days, hours, minutes); in interval()
605 updown, hours, minutes); in interval()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite_float.def361 goto updown;
365 goto updown;
399 updown:
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite_float.def361 goto updown;
365 goto updown;
399 updown:
/netbsd-src/sys/dev/wscons/
H A Dwskbd.c1489 change_displayparam(struct wskbd_softc *sc, int param, int updown, in change_displayparam() argument
1501 dp.curval += updown; in change_displayparam()
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW518 Make clvmd-cman use a hash rather than an array for node updown info.