Searched defs:ST_ATIME_NSEC_GET (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtv.h103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
107 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dtv.h82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
86 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtv.h103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
107 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dtv.h82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
86 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtv.h103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
107 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtv.h82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
86 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtv.h103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
107 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtv.h82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec) macro
86 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)

Completed in 62 milliseconds