HomeSort by: relevance | last modified time | path
    Searched refs:_FCNR_FSPRIV (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_kernel.h 115 #define LFCNSEGWAITALL_COMPAT_50 _FCNR_FSPRIV('L', 0, struct timeval50)
116 #define LFCNSEGWAIT_COMPAT_50 _FCNR_FSPRIV('L', 1, struct timeval50)
lfs.h 1257 #define LFCNREWIND _FCNR_FSPRIV('L', 6, int)
1258 #define LFCNINVAL _FCNR_FSPRIV('L', 7, int)
1259 #define LFCNRESIZE _FCNR_FSPRIV('L', 8, int)
1260 #define LFCNWRAPSTOP _FCNR_FSPRIV('L', 9, int)
1261 #define LFCNWRAPGO _FCNR_FSPRIV('L', 10, int)
1266 #define LFCNWRAPPASS _FCNR_FSPRIV('L', 12, int)
1276 #define LFCNSEGWAITALL _FCNR_FSPRIV('L', 14, struct timeval)
1277 #define LFCNSEGWAIT _FCNR_FSPRIV('L', 15, struct timeval)
  /src/sys/sys/
fcntl.h 273 #define _FCNR_FSPRIV(f, c, t) _FCN_FSPRIV(F_FSIN, (f), (c), (int)sizeof(t))

Completed in 14 milliseconds