HomeSort by relevance Sort by last modified time
    Searched defs:tv_nsec (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/lib/libresolv2/include/isc/
platform.h 38 long tv_nsec; /* nanoseconds */ member in struct:timespec
  /onnv/onnv-gate/usr/src/uts/common/sys/
bootstat.h 43 int64_t tv_nsec; member in struct:boottime
time_impl.h 61 long tv_nsec; /* and nanoseconds */ member in struct:timespec
70 (ts)->tv_nsec = (ts32)->tv_nsec; \
75 (ts32)->tv_nsec = (ts)->tv_nsec; \
types32.h 77 int32_t tv_nsec; /* and nanoseconds */ member in struct:timespec32
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
_stat.c 41 long tv_nsec; /* nanoseconds */ member in struct:ts
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
tv.h 100 uint32_t tv_nsec; member in struct:Tv_s
103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
104 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/
tv.h 79 uint32_t tv_nsec; member in struct:Tv_s
82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
tv.h 100 uint32_t tv_nsec; member in struct:Tv_s
103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
104 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
tv.h 79 uint32_t tv_nsec; member in struct:Tv_s
82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
tv.h 100 uint32_t tv_nsec; member in struct:Tv_s
103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
104 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
tv.h 79 uint32_t tv_nsec; member in struct:Tv_s
82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
tv.h 100 uint32_t tv_nsec; member in struct:Tv_s
103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
104 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
tv.h 79 uint32_t tv_nsec; member in struct:Tv_s
82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime)
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime)
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec)
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/
port_before.h 50 long tv_nsec; /* nanoseconds */ member in struct:timespec
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/
jfs_types.h 98 u32 tv_nsec; member in struct:timestruc_t
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
corenote.c 799 MSG_ORIG(MSG_CNOTE_T_TV_NSEC), tv_nsec); local
    [all...]
struct_layout.h 489 sl_field_t tv_nsec; member in struct:__anon47
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
jfs.h 122 u32 tv_nsec; member in struct:timestruc_t

Completed in 297 milliseconds