Searched refs:stat (Results 301 - 325 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/libroot/os/
H A Dfind_paths.cpp13 #include <sys/stat.h>
245 struct stat st;
320 struct stat st;
337 struct stat st;
486 struct stat st;
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp547 int32 stat = 0; local
557 inVidTrack->SeekToTime(&endDuration, stat);
559 inVidTrack->SeekToTime(&startDuration, stat);
615 inAudTrack->SeekToTime(&endDuration, stat);
617 inAudTrack->SeekToTime(&startDuration, stat);
/haiku/src/system/boot/loader/
H A Delf.cpp707 struct stat stat; local
708 if (fstat(fd, &stat) < 0)
713 if (image->inode == stat.st_ino) {
725 image->inode = stat.st_ino;
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c2614 struct vr_statistics *stat; local
2626 stat = &sc->vr_stat;
2630 (uintmax_t)stat->tx_ok);
2632 (uintmax_t)stat->rx_ok);
2633 printf("Outbound errors : %u\n", stat->tx_errors);
2634 printf("Inbound errors : %u\n", stat->rx_errors);
2635 printf("Inbound no buffers : %u\n", stat->rx_no_buffers);
2636 printf("Inbound no mbuf clusters: %d\n", stat->rx_no_mbufs);
2638 stat->rx_fifo_overflows);
2639 printf("Inbound CRC errors : %u\n", stat
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp694 nfs4_read_stat(fs_volume* volume, fs_vnode* vnode, struct stat* stat) argument
704 status_t result = inode->Stat(stat);
706 stat->st_size = inode->MaxFileSize();
712 nfs4_write_stat(fs_volume* volume, fs_vnode* vnode, const struct stat* stat, argument
724 return inode->WriteStat(stat, statMask);
1266 struct stat* stat)
1276 return inode->Stat(stat, cooki
1265 nfs4_read_attr_stat(fs_volume* volume, fs_vnode* vnode, void* _cookie, struct stat* stat) argument
1281 nfs4_write_attr_stat(fs_volume* volume, fs_vnode* vnode, void* _cookie, const struct stat* stat, int statMask) argument
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp39 #include <sys/stat.h>
166 struct stat stat; local
168 &stat) != 0) {
172 if (S_ISDIR(stat.st_mode)) {
1262 struct stat st;
1472 struct stat st;
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp445 struct stat stat; local
446 status_t status = entry.GetStat(&stat);
459 if (fs_stat_dev(stat.st_dev, &info) != 0)
466 entry.GetStat(&stat);
486 fIsDevice = S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode);
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp19 #include <sys/stat.h>
40 struct stat st1;
41 struct stat st2;
/haiku/src/bin/
H A Dcopyattr.cpp297 // stat source
298 struct stat sourceStat;
305 // stat destination
306 struct stat destStat;
540 struct stat st;
543 fprintf(stderr, "Error: Failed to stat \"%s\": %s\n", destPath,
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp230 struct stat st;
345 struct stat st;
485 struct stat* _st)
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c71 #include <sys/stat.h>
493 struct stat statbuf;
497 if (stat(_PATH_NS_CONF, &statbuf) == -1) {
528 * stat() above failed. Even though we have already
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.h25 virtual status_t GetStat(struct stat* st);
H A DVolumeManager.h51 status_t LoadNode(const struct stat& st, Node** node);
/haiku/src/bin/unzip/
H A Dglobals.h256 struct stat statbuf; /* used by main, mapname, check_for_newer */
273 int dne; /* true if stat() says file doesn't exist */
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc29 #include <sys/stat.h>
/haiku/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp165 // stat the image
166 struct stat st;
168 fprintf(stderr, "Error: Failed to stat image: %s\n", strerror(errno));
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h15 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeCookie.cpp109 UnpackingAttributeCookie::ReadAttributeStat(struct stat* st)
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp13 #include <sys/stat.h>
/haiku/src/apps/haikudepot/server/
H A DServerIconExportUpdateProcess.cpp7 #include <sys/stat.h>
/haiku/src/kits/storage/
H A DRemoveEngine.cpp70 // stat entry
71 struct stat st;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp222 struct stat stat; local
223 if (fstat(fd, &stat) < 0) {
228 size = stat.st_size;
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dduckduckgo_request.cpp87 struct stat st;
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.cpp133 struct stat st;
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c31 #include <sys/stat.h>

Completed in 398 milliseconds

<<11121314151617181920>>