| /src/external/bsd/atf/dist/tools/ |
| parser.hpp | 321 token m_last; member in class:tools::parser::parser 424 m_last = t; 447 token t = m_last;
|
| parser.hpp | 321 token m_last; member in class:tools::parser::parser 424 m_last = t; 447 token t = m_last;
|
| /src/sys/arch/arm/broadcom/ |
| bcm53xx_eth.c | 1082 struct mbuf *m_last = m; local 1091 m_last = m_last->m_next; 1097 if ((rxq->rxq_mhead = m_last->m_next) == NULL) 1099 m_last->m_next = NULL; 1136 m_last->m_len = framelen & (MCLBYTES - 1);
|
| bcm53xx_eth.c | 1082 struct mbuf *m_last = m; local 1091 m_last = m_last->m_next; 1097 if ((rxq->rxq_mhead = m_last->m_next) == NULL) 1099 m_last->m_next = NULL; 1136 m_last->m_len = framelen & (MCLBYTES - 1);
|
| /src/sys/arch/powerpc/booke/dev/ |
| pq3etsec.c | 1662 struct mbuf *m_last = rxq->rxq_mconsumer; local 1663 if ((rxq->rxq_mhead = m_last->m_next) == NULL) 1666 m_last->m_next = NULL; 1667 m_last->m_len = rxbd_len & (MCLBYTES - 1);
|
| pq3etsec.c | 1662 struct mbuf *m_last = rxq->rxq_mconsumer; local 1663 if ((rxq->rxq_mhead = m_last->m_next) == NULL) 1666 m_last->m_next = NULL; 1667 m_last->m_len = rxbd_len & (MCLBYTES - 1);
|
| /src/sys/netinet/ |
| sctp_output.c | 2568 struct mbuf *m, *m_at, *m_last; local 2580 m_last = NULL; 2847 m_last = m_at; 2862 if ((padval) && (m_last)) { 2863 /* The compiler worries that m_last may not be 2865 * however we add m_last here just in case. 2867 ret = sctp_add_pad_tombuf(m_last, (4-padval)); 3250 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *m_last; local 3275 m_last = NULL; 3854 if ((padval) && (m_last)) { [all...] |
| sctp_output.c | 2568 struct mbuf *m, *m_at, *m_last; local 2580 m_last = NULL; 2847 m_last = m_at; 2862 if ((padval) && (m_last)) { 2863 /* The compiler worries that m_last may not be 2865 * however we add m_last here just in case. 2867 ret = sctp_add_pad_tombuf(m_last, (4-padval)); 3250 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *m_last; local 3275 m_last = NULL; 3854 if ((padval) && (m_last)) { [all...] |