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

/openbsd-current/sys/dev/sbus/
H A Dspifvar.h50 int sp_flags; /* software state */ member in struct:stty_port
H A Dspif.c454 SET(sp->sp_flags, STTYF_SET_BREAK);
460 SET(sp->sp_flags, STTYF_CLR_BREAK);
691 SET(sp->sp_flags, STTYF_STOP);
739 SET(sp->sp_flags, STTYF_RING_OVERFLOW);
768 SET(sp->sp_flags, STTYF_RING_OVERFLOW);
789 if (!ISSET(sp->sp_flags, STTYF_STOP)) {
790 if (ISSET(sp->sp_flags, STTYF_SET_BREAK)) {
793 CLR(sp->sp_flags, STTYF_SET_BREAK);
796 if (ISSET(sp->sp_flags, STTYF_CLR_BREAK)) {
799 CLR(sp->sp_flags, STTYF_CLR_BREA
[all...]
/openbsd-current/sys/arch/sparc64/dev/
H A Dschizovar.h46 int sp_flags; member in struct:schizo_pbm
H A Dschizo.c237 pba.pba_flags = pbm->sp_flags;

Completed in 124 milliseconds