Symbol: pt_flags
usr/src/cmd/mdb/common/modules/ptm/ptm.c
40
static const struct pt_flags pf[] = {
usr/src/cmd/svc/configd/client.c
2154
uint32_t pt_flags;
usr/src/cmd/svc/configd/client.c
2279
assert((e->pt_flags & ~PROTO_ALL_FLAGS) == 0);
usr/src/cmd/svc/configd/client.c
2281
if (e->pt_flags & PROTO_FLAG_PANIC)
usr/src/cmd/svc/configd/client.c
2381
assert(!(e->pt_flags & PROTO_FLAG_PANIC));
usr/src/cmd/svc/configd/client.c
2383
if (e->pt_flags & PROTO_FLAG_VARINPUT) {
usr/src/cmd/svc/configd/client.c
2398
if (e->pt_flags & PROTO_FLAG_RETFD)
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11133
int i, status = 0, pt_flags = 0, rv = 0;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11181
pt_flags |= MPTSAS_DATA_ALLOCATED;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11208
pt_flags |= MPTSAS_DATAOUT_ALLOCATED;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11230
pt_flags |= MPTSAS_REQUEST_POOL_CMD;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11324
pt_flags |= MPTSAS_CMD_TIMEOUT;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11336
pt_flags |= MPTSAS_ADDRESS_REPLY;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11422
if (pt_flags & MPTSAS_ADDRESS_REPLY) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11441
pt_flags &= (~MPTSAS_REQUEST_POOL_CMD);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11444
if (pt_flags & MPTSAS_REQUEST_POOL_CMD)
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11446
if (pt_flags & MPTSAS_DATA_ALLOCATED) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11455
if (pt_flags & MPTSAS_DATAOUT_ALLOCATED) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11464
if (pt_flags & MPTSAS_CMD_TIMEOUT) {
usr/src/uts/common/io/tty_pts.c
1004
if (pty->pt_flags & PF_ASYNC)
usr/src/uts/common/io/tty_pts.c
1015
if (pty->pt_flags & PF_ASYNC)
usr/src/uts/common/io/tty_pts.c
267
if (!(pty->pt_flags & PF_CARR_ON)) {
usr/src/uts/common/io/tty_pts.c
268
pty->pt_flags |= PF_WOPEN;
usr/src/uts/common/io/tty_pts.c
270
pty->pt_flags &= ~PF_WOPEN;
usr/src/uts/common/io/tty_pts.c
280
pty->pt_flags &= ~PF_SUBSIDGONE;
usr/src/uts/common/io/tty_pts.c
307
if (pty->pt_flags & PF_CARR_ON)
usr/src/uts/common/io/tty_pts.c
337
while (pty->pt_flags & PF_IOCTL) {
usr/src/uts/common/io/tty_pts.c
338
pty->pt_flags |= PF_WAIT;
usr/src/uts/common/io/tty_pts.c
364
pty->pt_flags &= ~(PF_WOPEN|PF_STOPPED|PF_NOSTOP);
usr/src/uts/common/io/tty_pts.c
365
if (pty->pt_flags & PF_CARR_ON) {
usr/src/uts/common/io/tty_pts.c
366
pty->pt_flags |= PF_SUBSIDGONE; /* let the controller know */
usr/src/uts/common/io/tty_pts.c
400
if (!(pty->pt_flags & PF_STOPPED)) {
usr/src/uts/common/io/tty_pts.c
401
pty->pt_flags |= PF_STOPPED;
usr/src/uts/common/io/tty_pts.c
409
if (pty->pt_flags & PF_STOPPED) {
usr/src/uts/common/io/tty_pts.c
410
pty->pt_flags &= ~PF_STOPPED;
usr/src/uts/common/io/tty_pts.c
462
if (pty->pt_flags & PF_CARR_ON) {
usr/src/uts/common/io/tty_pts.c
488
(pty->pt_flags & PF_REMOTE) ?
usr/src/uts/common/io/tty_pts.c
575
if (!(pty->pt_flags & PF_REMOTE)) {
usr/src/uts/common/io/tty_pts.c
587
if (pty->pt_flags & PF_UCNTL) {
usr/src/uts/common/io/tty_pts.c
854
if (pty->pt_flags & PF_43UCNTL) {
usr/src/uts/common/io/tty_pts.c
867
if ((pty->pt_flags & PF_UCNTL) &&
usr/src/uts/common/io/tty_pts.c
943
if (pty->pt_flags & PF_CARR_ON) {
usr/src/uts/common/io/tty_pts.c
948
pty->pt_flags |= PF_SUBSIDGONE;
usr/src/uts/common/io/tty_pts.c
958
if (pty->pt_flags & PF_NOSTOP) {
usr/src/uts/common/io/tty_pts.c
962
pty->pt_flags &= ~PF_NOSTOP;
usr/src/uts/common/io/tty_pts.c
969
pty->pt_flags |= PF_NOSTOP;
usr/src/uts/common/io/tty_pts.c
994
if (pty->pt_flags & PF_ASYNC)
usr/src/uts/common/io/tty_pty.c
1005
if (pty->pt_flags & (PF_PKT|PF_UCNTL) && pty->pt_send) {
usr/src/uts/common/io/tty_pty.c
1012
if ((pty->pt_flags & PF_UCNTL) &&
usr/src/uts/common/io/tty_pty.c
1020
if ((pty->pt_flags & PF_43UCNTL) && pty->pt_ucntl) {
usr/src/uts/common/io/tty_pty.c
1037
if (((pty->pt_flags & (PF_PKT|PF_UCNTL)) && pty->pt_send) ||
usr/src/uts/common/io/tty_pty.c
1038
((pty->pt_flags & PF_UCNTL) &&
usr/src/uts/common/io/tty_pty.c
1042
if ((pty->pt_flags & PF_43UCNTL) && pty->pt_ucntl) {
usr/src/uts/common/io/tty_pty.c
256
if (pty->pt_flags & PF_CARR_ON) {
usr/src/uts/common/io/tty_pty.c
261
if (pty->pt_flags & PF_WOPEN) {
usr/src/uts/common/io/tty_pty.c
262
pty->pt_flags &= ~PF_WOPEN;
usr/src/uts/common/io/tty_pty.c
274
pty->pt_flags |= PF_CARR_ON;
usr/src/uts/common/io/tty_pty.c
305
pty->pt_flags &= (PF_WOPEN|PF_STOPPED|PF_NOSTOP);
usr/src/uts/common/io/tty_pty.c
335
while (pty->pt_flags & PF_READ) {
usr/src/uts/common/io/tty_pty.c
336
pty->pt_flags |= PF_WREAD;
usr/src/uts/common/io/tty_pty.c
339
pty->pt_flags |= PF_READ;
usr/src/uts/common/io/tty_pty.c
344
while (pty->pt_flags&(PF_PKT|PF_UCNTL) && pty->pt_send) {
usr/src/uts/common/io/tty_pty.c
363
while ((pty->pt_flags & (PF_UCNTL|PF_43UCNTL)) &&
usr/src/uts/common/io/tty_pty.c
385
!(pty->pt_flags & PF_STOPPED)) {
usr/src/uts/common/io/tty_pty.c
386
if (pty->pt_flags & (PF_PKT|PF_UCNTL|PF_43UCNTL)) {
usr/src/uts/common/io/tty_pty.c
448
if (pty->pt_flags&PF_UCNTL && pty->pt_stuffqfirst != NULL) {
usr/src/uts/common/io/tty_pty.c
479
if (pty->pt_flags & PF_SUBSIDGONE) {
usr/src/uts/common/io/tty_pty.c
487
if (pty->pt_flags & PF_NBIO) {
usr/src/uts/common/io/tty_pty.c
494
if (pty->pt_flags & PF_WREAD)
usr/src/uts/common/io/tty_pty.c
497
pty->pt_flags &= ~(PF_READ | PF_WREAD);
usr/src/uts/common/io/tty_pty.c
507
if (pty->pt_flags & PF_WREAD)
usr/src/uts/common/io/tty_pty.c
510
pty->pt_flags &= ~(PF_READ | PF_WREAD);
usr/src/uts/common/io/tty_pty.c
532
while (pty->pt_flags & PF_WRITE) {
usr/src/uts/common/io/tty_pty.c
533
pty->pt_flags |= PF_WWRITE;
usr/src/uts/common/io/tty_pty.c
537
pty->pt_flags |= PF_WRITE;
usr/src/uts/common/io/tty_pty.c
544
if (pty->pt_flags & PF_SUBSIDGONE) {
usr/src/uts/common/io/tty_pty.c
552
if (pty->pt_flags & PF_NBIO) {
usr/src/uts/common/io/tty_pty.c
559
if (pty->pt_flags & PF_WWRITE)
usr/src/uts/common/io/tty_pty.c
562
pty->pt_flags &= ~(PF_WRITE | PF_WWRITE);
usr/src/uts/common/io/tty_pty.c
576
if ((pty->pt_flags & PF_REMOTE) || uio->uio_resid > 0) {
usr/src/uts/common/io/tty_pty.c
582
if (pty->pt_flags & PF_SUBSIDGONE) {
usr/src/uts/common/io/tty_pty.c
591
if (pty->pt_flags & PF_NBIO) {
usr/src/uts/common/io/tty_pty.c
599
if (pty->pt_flags & PF_WWRITE)
usr/src/uts/common/io/tty_pty.c
602
pty->pt_flags &= ~(PF_WRITE | PF_WWRITE);
usr/src/uts/common/io/tty_pty.c
610
while (pty->pt_flags & PF_WRITE) {
usr/src/uts/common/io/tty_pty.c
611
pty->pt_flags |= PF_WWRITE;
usr/src/uts/common/io/tty_pty.c
616
pty->pt_flags |= PF_WRITE;
usr/src/uts/common/io/tty_pty.c
619
if ((pty->pt_flags & PF_NBIO) &&
usr/src/uts/common/io/tty_pty.c
637
if (pty->pt_flags & PF_NBIO) {
usr/src/uts/common/io/tty_pty.c
666
if (pty->pt_flags & PF_WWRITE)
usr/src/uts/common/io/tty_pty.c
669
pty->pt_flags &= ~(PF_WRITE | PF_WWRITE);
usr/src/uts/common/io/tty_pty.c
700
if (pty->pt_flags & (PF_UCNTL|PF_43UCNTL)) {
usr/src/uts/common/io/tty_pty.c
704
pty->pt_flags |= PF_PKT;
usr/src/uts/common/io/tty_pty.c
706
pty->pt_flags &= ~PF_PKT;
usr/src/uts/common/io/tty_pty.c
714
if (pty->pt_flags & (PF_PKT|PF_UCNTL)) {
usr/src/uts/common/io/tty_pty.c
718
pty->pt_flags |= PF_43UCNTL;
usr/src/uts/common/io/tty_pty.c
720
pty->pt_flags &= ~PF_43UCNTL;
usr/src/uts/common/io/tty_pty.c
728
if (pty->pt_flags & PF_PKT) {
usr/src/uts/common/io/tty_pty.c
732
pty->pt_flags |= PF_UCNTL;
usr/src/uts/common/io/tty_pty.c
734
pty->pt_flags &= ~PF_UCNTL;
usr/src/uts/common/io/tty_pty.c
744
pty->pt_flags |= PF_REMOTE;
usr/src/uts/common/io/tty_pty.c
748
pty->pt_flags &= ~PF_REMOTE;
usr/src/uts/common/io/tty_pty.c
769
pty->pt_flags |= PF_NBIO;
usr/src/uts/common/io/tty_pty.c
771
pty->pt_flags &= ~PF_NBIO;
usr/src/uts/common/io/tty_pty.c
779
pty->pt_flags |= PF_ASYNC;
usr/src/uts/common/io/tty_pty.c
781
pty->pt_flags &= ~PF_ASYNC;
usr/src/uts/common/io/tty_pty.c
813
if (pty->pt_flags&(PF_PKT|PF_UCNTL) && pty->pt_send)
usr/src/uts/common/io/tty_pty.c
815
else if ((pty->pt_flags & (PF_UCNTL|PF_43UCNTL)) &&
usr/src/uts/common/io/tty_pty.c
819
q->q_first != NULL && !(pty->pt_flags & PF_STOPPED)) {
usr/src/uts/common/io/tty_pty.c
825
} else if ((pty->pt_flags & PF_UCNTL) &&
usr/src/uts/common/io/tty_pty.c
947
pty->pt_flags |= PF_IOCTL;
usr/src/uts/common/io/tty_pty.c
952
if (pty->pt_flags & PF_WAIT)
usr/src/uts/common/io/tty_pty.c
954
pty->pt_flags &= ~(PF_IOCTL|PF_WAIT);
usr/src/uts/common/io/tty_pty.c
983
if (pty->pt_flags & PF_SUBSIDGONE) {
usr/src/uts/common/io/tty_pty.c
998
q->q_first != NULL && !(pty->pt_flags & PF_STOPPED)) {
usr/src/uts/common/sys/ptyvar.h
41
int pt_flags; /* flag bits */