Home
last modified time | relevance | path

Searched refs:MREAD (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/mii/
H A Dmii_bitbang.c57 #define MREAD ops->mbo_read(dev) macro
136 error = MREAD & MDI; in mii_bitbang_readreg()
146 if (error == 0 && (MREAD & MDI) != 0) in mii_bitbang_readreg()
/freebsd/usr.bin/mail/
H A Dlist.c97 { 'u', CMUNREAD, MREAD, 0 },
99 { 'r', CMREAD, MREAD, MREAD },
H A Dcmd1.c182 if ((mp->m_flag & (MREAD|MNEW)) == MNEW) in printhead()
184 if ((mp->m_flag & (MREAD|MNEW)) == 0) in printhead()
H A Dutil.c91 if ((mp->m_flag & MREAD) == 0) in touch()
92 mp->m_flag |= MREAD|MSTATUS; in touch()
H A Ddef.h87 #define MREAD (1<<8) /* message has been read sometime. */ macro
H A Dlex.c617 if ((mp->m_flag & MREAD) == 0) in newfileinfo()
627 if ((mp->m_flag & MREAD) == 0) in newfileinfo()
H A Dquit.c162 if (Tflag != NULL && (mp->m_flag & (MREAD|MDELETED)) != 0) { in quit()
405 if (Tflag != NULL && (mp->m_flag & (MREAD|MDELETED)) != 0) { in edstop()
H A Dfio.c135 this.m_flag |= MREAD; in setptr()
H A Dsend.c226 if (mp->m_flag & MREAD) in statusput()
H A Dcmd3.c311 dot->m_flag &= ~(MREAD|MTOUCH); in unread()