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

/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Ddisplay.h216 void vgpu_update_vblank_emulation(struct intel_vgpu *vgpu, bool turnon);
H A Ddisplay.c584 * @turnon: Turn ON/OFF vblank_timer
591 void vgpu_update_vblank_emulation(struct intel_vgpu *vgpu, bool turnon) argument
597 if (turnon) {
/openbsd-current/lib/libcurses/tty/
H A Dtty_update.c852 attr_t turnon = thisattr & ~rattr; local
855 if (turnon == 0) {
861 TR(TRACE_ATTRS, ("...to %s", _traceattr(turnon)));
865 * attribute, undo the attribute turnon. This may ensure
870 if (ISBLANK(thisline[j]) && SAFE(SP_PARM, turnon)) {
871 RemAttr(thisline[j], turnon);
905 _traceattr(turnon), m, n));
913 _traceattr(turnon)));
928 RemAttr(lastline[n--], turnon);
957 _traceattr(turnon),
[all...]
/openbsd-current/usr.sbin/inetd/
H A Dinetd.c822 #define turnon(fd, opt) \ macro
825 turnon(sep->se_fd, SO_DEBUG) < 0)
827 if (turnon(sep->se_fd, SO_REUSEADDR) < 0)
829 #undef turnon macro

Completed in 194 milliseconds