OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfsm_aligned
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_common.h
132
#define
nfsm_aligned
(p, t) 1
macro
134
#define
nfsm_aligned
(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0)
macro
/src/sys/nfs/
nfsm_subs.h
93
#define
nfsm_aligned
(p) ALIGNED_POINTER(p,u_int32_t)
macro
97
if (t1 >= (s) &&
nfsm_aligned
(dpos)) { \
Completed in 12 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025