Home
last modified time | relevance | path

Searched refs:ST_CTIME_NSEC_GET (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtv26 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctimespec.tv_nsec)
31 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.st__tim.tv_nsec)
36 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
41 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctimensec)
46 #define ST_CTIME_NSEC_GET(st) 0
56 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n))
64 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
H A Dtmx77 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtv83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n))
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
H A Dtmx98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtv83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n))
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
H A Dtmx98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtv83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n))
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
H A Dtmx98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtv83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n))
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
H A Dtmx98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))