OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_last
(Results
1 - 5
of
5
) sorted by relevancy
/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
;
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
concurrency.d
2474
while (
m_last
.next !is null)
2476
m_last
=
m_last
.next;
2480
rhs.
m_last
= null;
2498
if (
m_last
is m_first)
2499
m_last
= null;
2500
else if (
m_last
is n.next)
2501
m_last
= n; // nocoverage
2515
m_first =
m_last
= null;
2589
m_last
.next = n
[
all
...]
/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);
/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);
/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
...]
Completed in 28 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026