OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsm_aligned
(Results
1 - 3
of
3
) 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)) { \
nfs_subs.c
921
if (left >= siz &&
nfsm_aligned
(src)) {
929
nfsm_aligned
(mtod(havebuf, char *) + havebuf->m_len)) {
Completed in 23 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025