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

/freebsd-10.2-release/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-10.2-release/sys/compat/svr4/
H A Dsvr4_util.h52 #define CHECKALT(td, upath, pathp, i) \ macro
61 #define CHECKALTEXIST(td, upath, pathp) CHECKALT(td, upath, pathp, 0)
62 #define CHECKALTCREAT(td, upath, pathp) CHECKALT(td, upath, pathp, 1)

Completed in 53 milliseconds