OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlast
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
uipc_socket2.c
1029
struct mbuf *m, *n, *
nlast
;
local
1081
nlast
= n;
1084
sb->sb_mbtail =
nlast
;
1132
struct mbuf *m, *n, *n0, *
nlast
;
local
1164
nlast
= NULL;
1183
nlast
->m_nextpkt = n;
1186
nlast
= n;
1195
SBLINKRECORDCHAIN(sb, n0,
nlast
);
1199
for (m =
nlast
; m->m_next; m = m->m_next)
/src/sys/ufs/lfs/
lfs_vfsops.c
2524
daddr_t olast,
nlast
, ilast, noff, start, end, dirtysums;
local
2595
nlast
= howmany(newnsegs, lfs_sb_getsepb(fs)) + lfs_sb_getcleansz(fs);
2597
noff =
nlast
- olast;
2636
start =
nlast
;
2641
end =
nlast
- 1;
2693
lfs_sb_setsegtabsz(fs,
nlast
- lfs_sb_getcleansz(fs));
/src/sys/netinet/
sctputil.c
3025
struct mbuf *m, *n, *
nlast
;
local
3072
nlast
= n;
3081
sb->sb_mbtail =
nlast
;
Completed in 25 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026