OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_dlomap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
filedesc.h
173
uint32_t
fd_dlomap
[NDENTRIES];
member in struct:filedesc
/src/sys/kern/
kern_descrip.c
1350
KASSERT(fdp->fd_lomap == fdp->
fd_dlomap
);
1376
fdp->fd_lomap = fdp->
fd_dlomap
;
1492
newfdp->fd_lomap = newfdp->
fd_dlomap
;
1644
KASSERT(fdp->fd_lomap != fdp->
fd_dlomap
);
1663
fdp->fd_lomap = fdp->
fd_dlomap
;
Completed in 29 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026