Searched refs:out_tval (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 232 #define CACHEFS_TIME_TO_TIME32_COPY(in_tval, out_tval, error) \ argument 233 out_tval = (in_tval); \ 237 #define CACHEFS_TIME32_TO_TIME_COPY(in_tval, out_tval) \ argument 238 out_tval = (in_tval); 323 #define CACHEFS_TIME_TO_TIME32_COPY(in_tval, out_tval, error) \ argument 324 out_tval = (in_tval) 326 #define CACHEFS_TIME32_TO_TIME_COPY(in_tval, out_tval) \ argument 327 out_tval = (in_tval) 359 #define CACHEFS_TIME_TO_CFS_TIME_COPY(in_tval, out_tval, error) \ argument 360 CACHEFS_TIME_TO_TIME32_COPY(in_tval, out_tval, error) [all …]
|