Searched refs:CHECKALT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_util.h56 #define CHECKALT(td, upath, pathp, i) \ macro
65 #define CHECKALTEXIST(td, upath, pathp) CHECKALT(td, upath, pathp, 0)
66 #define CHECKALTCREAT(td, upath, pathp) CHECKALT(td, upath, pathp, 1)
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_util.h51 #define CHECKALT(td, upath, pathp, i) \ macro
60 #define CHECKALTEXIST(td, upath, pathp) CHECKALT(td, upath, pathp, 0)
61 #define CHECKALTCREAT(td, upath, pathp) CHECKALT(td, upath, pathp, 1)

Completed in 183 milliseconds