OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFILE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/less/dist/
less.h
312
* An
IFILE
represents an input file.
314
#define
IFILE
void*
315
#define NULL_IFILE ((
IFILE
)NULL)
/src/sys/ufs/lfs/
lfs.h
177
#define LFS_IFILE_INUM 1 /* 1:
IFILE
inode number */
212
# define LFS_ATIME_IFILE 0 /* Store atime info in
ifile
(optional in LFSv1) */
679
typedef union
ifile
{
union
683
}
IFILE
;
684
__CTASSERT(__alignof(union
ifile
) == __alignof(struct ifile64));
686
__CTASSERT(__alignof(union
ifile
) == __alignof(struct ifile32));
687
__CTASSERT(__alignof(union
ifile
) == __alignof(struct ifile_v1));
691
* Cleaner information structure. This resides in the
ifile
and is used
883
uint32_t dlfs_ifpb; /* 104:
IFILE
entries per block */
958
uint32_t dlfs_ifpb; /* 152:
IFILE
entries per block *
[
all
...]
Completed in 66 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026