Searched refs:timespec (Results 76 - 100 of 106) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp52 Inode::GetModificationTime(struct timespec& stamp) const
60 Inode::GetAccessTime(struct timespec& stamp) const
68 Inode::GetChangeTime(struct timespec& stamp) const
76 Inode::GetCreationTime(struct timespec& stamp) const
/haiku/src/bin/network/ping/
H A Dping.c206 static void pr_pack(char *, ssize_t, struct sockaddr_in *, struct timespec *);
213 struct timespec last, intvl;
234 char ctrl[CMSG_SPACE(sizeof(struct timespec))];
928 struct timespec now, timeout;
953 struct timespec *tv = NULL;
1037 * bytes of the data portion are used to hold a UNIX "timespec" struct in
1043 struct timespec now;
1129 pr_pack(char *buf, ssize_t cc, struct sockaddr_in *from, struct timespec *tv)
1190 struct timespec tv1;
H A Dping6.c283 struct timespec last, intvl;
1180 struct timespec now, timeout;
1303 * of the data portion are used to hold a UNIX "timespec" struct in VAX
1415 struct timespec tv;
1573 struct timespec tv, tp;
/haiku/src/system/kernel/fs/
H A Dfifo.cpp158 timespec CreationTime() const { return fCreationTime; }
159 void SetCreationTime(timespec creationTime)
161 timespec ModificationTime() const
163 void SetModificationTime(timespec modificationTime)
202 timespec fCreationTime;
203 timespec fModificationTime;
H A Drootfs.cpp69 timespec modification_time;
70 timespec creation_time;
148 static timespec
153 timespec tv;
H A Dsocket.cpp268 timespec now;
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp115 void SetModifiedTime(const timespec& time)
120 const timespec& ModifiedTime() const
135 timespec fModifiedTime;
/haiku/src/build/libroot/
H A Dfs.cpp79 utimes_helper(File& file, const struct timespec times[2])
151 futimens(int fd, const struct timespec times[2])
189 utimensat(int fd, const char* path, const struct timespec times[2], int flag)
949 struct timespec times[2];
1265 _haiku_build_utimensat(int fd, const char* path, const struct timespec times[2],
1324 _haiku_build_futimens(int fd, const struct timespec times[2])
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h445 int (*utimens) (const char *, const struct timespec tv[2]);
868 const struct timespec tv[2]);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp69 timespec
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.h171 struct timespec ts;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp898 struct timespec* ts
899 = reinterpret_cast<timespec*>(attr[i].fData.fPointer);
909 struct timespec* ts
910 = reinterpret_cast<timespec*>(attr[i].fData.fPointer);
H A DReplyInterpreter.cpp829 struct timespec ts;
842 struct timespec ts;
855 struct timespec ts;
868 struct timespec ts;
/haiku/src/kits/shared/
H A DMemoryRingIO.cpp267 struct timespec absTimeout;
/haiku/src/libs/bsd/
H A Dkqueue.cpp47 const struct timespec *tspec)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h242 static int64 ToInode(const timespec& tv)
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c172 struct timespec *,
864 struct timespec now, timeout, finish;
1201 struct timespec *tsp, const sigset_t *sigmask)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp244 const struct timespec tv[2])
/haiku/src/bin/package/
H A Dcommand_extract.cpp563 timespec times[2] = {entry->AccessTime(), entry->ModifiedTime()};
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h92 #define SLEEP(MILLISECONDS) { struct timespec t; t.tv_sec = (MILLISECONDS) / 1000; t.tv_nsec = (MILLISECONDS) % 1000 * 1000000; nanosleep(&t, NULL); }
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp94 timespec modification_time;
95 timespec creation_time;
184 static timespec
189 timespec tv;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c326 struct timespec ts;
341 struct timespec ts;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp340 set_timespec(timespec& time, uint64 nanos)
348 timespec_to_nsecs(const timespec& time)
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp86 virtual timespec ModifiedTime() const
92 timespec fModifiedTime;
/haiku/headers/cpp/
H A Dstl_alloc.h663 struct timespec __ts;

Completed in 209 milliseconds

12345