Home
last modified time | relevance | path

Searched refs:ST_ATIME_NSEC_GET (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtv25 #define ST_ATIME_NSEC_GET(st) ((st)->st_atimespec.tv_nsec)
30 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.st__tim.tv_nsec)
35 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
40 #define ST_ATIME_NSEC_GET(st) ((st)->st_atimensec)
45 #define ST_ATIME_NSEC_GET(st) 0
55 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
62 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
H A Dtmx76 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtv82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
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)
H A Dtmx97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtv82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
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)
H A Dtmx97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtv82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
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)
H A Dtmx97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtv82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
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)
H A Dtmx97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtvtouch.c179 ts[0].tv_nsec = ST_ATIME_NSEC_GET(&st); in tvtouch()
208 am[0].tv_usec = ST_ATIME_NSEC_GET(&st) / 1000; in tvtouch()