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

/illumos-gate/usr/src/uts/common/io/
H A Dtty_pty.c257 if (pty->pt_flags & PF_CARR_ON) {
262 if (pty->pt_flags & PF_WOPEN) {
263 pty->pt_flags &= ~PF_WOPEN;
275 pty->pt_flags |= PF_CARR_ON;
307 pty->pt_flags &= (PF_WOPEN|PF_STOPPED|PF_NOSTOP);
341 while (pty->pt_flags & PF_READ) {
342 pty->pt_flags |= PF_WREAD;
345 pty->pt_flags |= PF_READ;
350 while (pty->pt_flags&(PF_PKT|PF_UCNTL) && pty->pt_send) {
369 while ((pty->pt_flags
[all...]
H A Dtty_pts.c267 if (!(pty->pt_flags & PF_CARR_ON)) {
268 pty->pt_flags |= PF_WOPEN;
270 pty->pt_flags &= ~PF_WOPEN;
280 pty->pt_flags &= ~PF_SLAVEGONE;
307 if (pty->pt_flags & PF_CARR_ON)
337 while (pty->pt_flags & PF_IOCTL) {
338 pty->pt_flags |= PF_WAIT;
364 pty->pt_flags &= ~(PF_WOPEN|PF_STOPPED|PF_NOSTOP);
365 if (pty->pt_flags & PF_CARR_ON) {
366 pty->pt_flags |
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h43 int pt_flags; /* flag bits */ member in struct:pty
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c36 typedef struct pt_flags { struct
41 static const struct pt_flags pf[] = {
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c2149 uint32_t pt_flags; member in struct:protocol_entry
2274 assert((e->pt_flags & ~PROTO_ALL_FLAGS) == 0);
2276 if (e->pt_flags & PROTO_FLAG_PANIC)
2376 assert(!(e->pt_flags & PROTO_FLAG_PANIC));
2378 if (e->pt_flags & PROTO_FLAG_VARINPUT) {
2393 if (e->pt_flags & PROTO_FLAG_RETFD)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c10796 int i, status = 0, pt_flags = 0, rv = 0; local
10844 pt_flags |= MPTSAS_DATA_ALLOCATED;
10871 pt_flags |= MPTSAS_DATAOUT_ALLOCATED;
10893 pt_flags |= MPTSAS_REQUEST_POOL_CMD;
10987 pt_flags |= MPTSAS_CMD_TIMEOUT;
10999 pt_flags |= MPTSAS_ADDRESS_REPLY;
11085 if (pt_flags & MPTSAS_ADDRESS_REPLY) {
11104 pt_flags &= (~MPTSAS_REQUEST_POOL_CMD);
11107 if (pt_flags & MPTSAS_REQUEST_POOL_CMD)
11109 if (pt_flags
[all...]

Completed in 119 milliseconds