Searched defs:timespec (Results 1 - 11 of 11) sorted by relevance
/haiku/src/system/libnetwork/netresolv/include/isc/ |
H A D | platform.h | 30 struct timespec { struct
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | ntfstime.h | 43 struct timespec { struct
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | Utils.cpp | 92 decode_time(timestamp ×tamp, struct timespec ×pec) argument
|
/haiku/headers/posix/ |
H A D | time.h | 44 struct timespec { struct [all...] |
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | Inode.cpp | 147 struct timespec timespec; local
|
H A D | btrfs.h | 300 static void _DecodeTime(struct timespec& timespec, argument 314 SetTime(btrfs_timespec& time, const struct timespec& timespec) argument [all...] |
/haiku/src/add-ons/kernel/file_systems/ext2/ |
H A D | Inode.h | 72 SetChangeTime(const struct timespec *timespec) argument 74 SetModificationTime(const struct timespec *timespec) argument 77 SetCreationTime(const struct timespec *timespec) argument 80 SetAccessTime(const struct timespec *timespec) argument 108 _BigtimeToTimespec(bigtime_t time, struct timespec *timespec) argument [all...] |
H A D | Inode.cpp | 263 struct timespec timespec; local 264 _BigtimeToTimespec(real_time_clock_usecs(), ×pec); local 622 struct timespec timespec; local 623 _BigtimeToTimespec(real_time_clock_usecs(), ×pec); local [all...] |
H A D | ext2.h | 494 static void _DecodeTime(struct timespec *timespec, uint32 time, argument 507 void GetModificationTime(struct timespec *timespec, bool extra) const argument 510 GetAccessTime(struct timespec *timespec, bool extra) const argument 512 GetChangeTime(struct timespec *timespec, bool extra) const argument 514 GetCreationTime(struct timespec *timespec, bool extra) const argument 526 _EncodeTime(const struct timespec *timespec) argument 534 SetModificationTime(const struct timespec *timespec, bool extra) argument 540 SetAccessTime(const struct timespec *timespec, bool extra) argument 546 SetChangeTime(const struct timespec *timespec, bool extra) argument 552 SetCreationTime(const struct timespec *timespec, bool extra) argument [all...] |
/haiku/src/system/libnetwork/netresolv/ |
H A D | port_before.h | 65 struct timespec { struct
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1422 #define timespec fssh_timespec macro
|
Completed in 195 milliseconds