/src/sys/netbt/ |
sco.h | 44 unsigned int sp_flags; /* flags */ member in struct:sco_pcb 59 /* sp_flags */
|
sco_upper.c | 93 if (pcb->sp_link != NULL || pcb->sp_flags & SP_LISTENING) 129 if (pcb->sp_flags & SP_LISTENING) 259 pcb->sp_flags |= SP_LISTENING;
|
hci_link.c | 795 if ((pcb->sp_flags & SP_LISTENING) == 0)
|
/src/sys/dev/sbus/ |
spifvar.h | 51 int sp_flags; /* software state */ member in struct:stty_port
|
spif.c | 453 SET(sp->sp_flags, STTYF_SET_BREAK); 459 SET(sp->sp_flags, STTYF_CLR_BREAK); 703 SET(sp->sp_flags, STTYF_STOP); 750 SET(sp->sp_flags, STTYF_RING_OVERFLOW); 779 SET(sp->sp_flags, STTYF_RING_OVERFLOW); 800 if (!ISSET(sp->sp_flags, STTYF_STOP)) { 801 if (ISSET(sp->sp_flags, STTYF_SET_BREAK)) { 804 CLR(sp->sp_flags, STTYF_SET_BREAK); 807 if (ISSET(sp->sp_flags, STTYF_CLR_BREAK)) { 810 CLR(sp->sp_flags, STTYF_CLR_BREAK) [all...] |
/src/sys/sys/ |
syscallvar.h | 50 u_short sp_flags; member in struct:syscall_package
|
/src/sys/arch/sparc64/dev/ |
schizovar.h | 48 int sp_flags; member in struct:schizo_pbm
|
schizo.c | 271 pbm->sp_flags = (pbm->sp_memt ? PCI_FLAGS_MEM_OKAY : 0) | 286 pba.pba_flags = pbm->sp_flags;
|