Searched refs:PROC_FLAG_CTTY (Results 1 – 3 of 3) sorted by relevance
109 #define PROC_FLAG_CTTY 0x40 /* process has a control tty */ macro
1059 T_EXPECT_EQ_UINT(pbsd_short->pbsi_flags, (pbsd->pbi_flags & (unsigned int)(~PROC_FLAG_CTTY)),
747 pbsd->pbi_flags |= PROC_FLAG_CTTY; in proc_pidbsdinfo()