Searched refs:ST_ATIME_NSEC_GET (Results 1 - 17 of 17) sorted by relevance

/osnet-11/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)
H A Dtmx.h118 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/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)
H A Dtmx.h97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/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)
H A Dtmx.h118 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/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)
H A Dtmx.h97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/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)
H A Dtmx.h118 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/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)
H A Dtmx.h97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/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)
H A Dtmx.h118 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/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)
H A Dtmx.h97 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtvtouch.c179 ts[0].tv_nsec = ST_ATIME_NSEC_GET(&st);
208 am[0].tv_usec = ST_ATIME_NSEC_GET(&st) / 1000;

Completed in 39 milliseconds