Searched refs:stat (Results 476 - 500 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c4455 uint32_t result, *stat; local
4461 stat = (uint32_t *)((uint8_t *)&sc_if->msk_stats + off);
4465 result += *stat;
4476 uint64_t result, *stat; local
4482 stat = (uint64_t *)((uint8_t *)&sc_if->msk_stats + off);
4486 result += *stat;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2101 JUMP_INIT (stat, _IO_default_stat)
2123 JUMP_INIT (stat, _IO_default_stat)
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1490 struct stat st;
2094 struct stat st;
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c45 #include <sys/stat.h>
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp340 struct stat st;
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp15 #include <sys/stat.h>
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp12 #include <sys/stat.h>
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp100 struct stat_beos* stat, const char* filetype)
99 Filter(const entry_ref* ref, BNode* node, struct stat_beos* stat, const char* filetype) argument
/haiku/src/apps/mail/
H A DMailApp.cpp42 #include <sys/stat.h>
/haiku/src/kits/storage/mime/
H A DDatabase.cpp775 struct stat statData;
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2133 struct stat dirStat;
2298 struct stat st;
2315 struct stat st;
2332 struct stat st;
H A DNodeTest.cpp12 #include <sys/stat.h> // For struct stat
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c38 #include <sys/stat.h>
H A Dvolume.c48 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h9 #include <sys/stat.h>
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp11 #include <sys/stat.h>
/haiku/src/servers/debug/
H A DDebugServer.cpp767 struct stat st;
/haiku/src/kits/tracker/
H A DPoseView.cpp48 #include <compat/sys/stat.h>
2056 struct stat_beos stat; local
2057 convert_to_stat_beos(model->StatBuf(), &stat);
2059 return fRefFilter->Filter(model->EntryRef(), model->Node(), &stat,
2979 const StatStruct* stat = model->StatBuf(); local
2980 if (stat->st_crtime < now - 5 || stat->st_crtime > now)
5663 if (stat("/", &st) >= 0
5668 if (stat(buffer.String(), &st) >= 0) {
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp559 ShareVolume::ReadStat(Node* _node, struct stat* st)
575 ShareVolume::WriteStat(Node* _node, struct stat *st, uint32 mask)
883 // inconsistencies could occur (e.g. a stat() after a write() returns
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1227 #define stat fssh_stat macro
1229 // struct stat fields
1330 //#define stat fssh_stat
1331 // Already mapped above for "struct stat".
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp500 struct stat st;
/haiku/src/servers/package/
H A DVolume.cpp15 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c60 #include <sys/stat.h>
3158 struct stat sbuf;
3186 if (vol->dev->d_ops->stat(vol->dev, &sbuf)) {
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp1024 struct stat st;
1026 dprintf("ramdisk: register: Failed to stat \"%s\": %s\n",
/haiku/src/apps/magnify/
H A DMagnify.cpp42 #include <sys/stat.h>

Completed in 419 milliseconds

<<11121314151617181920>>