Searched defs:pt_flags (Results 1 - 4 of 4) sorted by relevance

/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/uts/common/sys/
H A Dptyvar.h43 int pt_flags; /* flag bits */ member in struct:pty
/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 78 milliseconds