Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mii/
H A Dmii_bitbang.c58 #define MREAD ops->mbo_read(dev) macro
137 error = MREAD & MDI; in mii_bitbang_readreg()
147 if (error == 0 && (MREAD & MDI) != 0) in mii_bitbang_readreg()
/freebsd-14.2/usr.bin/mail/
H A Dlist.c103 { 'u', CMUNREAD, MREAD, 0 },
105 { 'r', CMREAD, MREAD, MREAD },
H A Dcmd1.c188 if ((mp->m_flag & (MREAD|MNEW)) == MNEW) in printhead()
190 if ((mp->m_flag & (MREAD|MNEW)) == 0) in printhead()
H A Ddef.h89 #define MREAD (1<<8) /* message has been read sometime. */ macro
H A Dutil.c97 if ((mp->m_flag & MREAD) == 0) in touch()
98 mp->m_flag |= MREAD|MSTATUS; in touch()
H A Dquit.c168 if (Tflag != NULL && (mp->m_flag & (MREAD|MDELETED)) != 0) { in quit()
411 if (Tflag != NULL && (mp->m_flag & (MREAD|MDELETED)) != 0) { in edstop()
H A Dlex.c623 if ((mp->m_flag & MREAD) == 0) in newfileinfo()
633 if ((mp->m_flag & MREAD) == 0) in newfileinfo()
H A Dfio.c141 this.m_flag |= MREAD; in setptr()
H A Dsend.c232 if (mp->m_flag & MREAD) in statusput()
H A Dcmd3.c317 dot->m_flag &= ~(MREAD|MTOUCH); in unread()