Searched refs:pt_flags (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dtty_pty.c70 int pt_flags; member in struct:pt_softc
395 if (pti->pt_flags & PF_REMOTE) {
488 if (pti->pt_flags & PF_STOPPED) {
489 pti->pt_flags &= ~PF_STOPPED;
513 pti->pt_flags |= PF_STOPPED;
515 pti->pt_flags &= ~PF_STOPPED;
576 pti->pt_flags = 0;
618 if (pti->pt_flags & PF_PKT && (c = pti->pt_send)) {
638 if (pti->pt_flags & PF_UCNTL && (c = pti->pt_ucntl)) {
662 if (pti->pt_flags
[all...]
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dpthread.c315 t->pt_flags = flags;
441 if ((newthread->pt_flags & PT_FLAG_SUSPENDED) != 0 ||
458 if ((newthread->pt_flags & PT_FLAG_SUSPENDED) == 0) {
551 self->pt_flags |= PT_FLAG_CS_DISABLED;
570 if (self->pt_flags & PT_FLAG_DETACHED) {
623 if ((thread->pt_flags & PT_FLAG_DETACHED) != 0) {
686 thread->pt_flags |= PT_FLAG_DETACHED;
782 thread->pt_flags |= PT_FLAG_CS_PENDING;
783 if ((thread->pt_flags & PT_FLAG_CS_DISABLED) == 0) {
809 if (self->pt_flags
[all...]
H A Dpthread_attr.c104 attr->pta_flags = thread->pt_flags &
H A Dpthread_int.h103 int pt_flags; /* see PT_FLAG_* below */ member in struct:__pthread_st
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/maple/
H A Dmlcd.c115 int pt_flags; member in struct:mlcd_softc::mlcd_pt
353 pt->pt_flags = MLCD_PT_OK;
471 || part >= sc->sc_npt || (pt = &sc->sc_pt[part])->pt_flags == 0)
474 if (pt->pt_flags & MLCD_PT_OPEN)
477 pt->pt_flags |= MLCD_PT_OPEN;
495 pt->pt_flags &= ~MLCD_PT_OPEN;
612 || pt->pt_flags == 0) {
H A Dmmemcard.c131 int pt_flags; member in struct:mmem_softc::mmem_pt
347 if (sc->sc_pt[i].pt_flags & MMEM_PT_OK) {
429 pt->pt_flags = MMEM_PT_OK;
629 || part >= sc->sc_npt || (pt = &sc->sc_pt[part])->pt_flags == 0)
684 || part >= sc->sc_npt || (pt = &sc->sc_pt[part])->pt_flags == 0)

Completed in 93 milliseconds