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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtv.h105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
109 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dtv.h84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
88 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtv.h105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
109 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dtv.h84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
88 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtv.h105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
109 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtv.h84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
88 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtv.h105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
109 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtv.h84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec) macro
88 #define ST_MTIME_NSEC_SET(st,n) (ST_MTIME_NSEC_GET(st)=(n))
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)

Completed in 63 milliseconds