Searched refs:stat (Results 401 - 425 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/src/bin/package/
H A Dcommand_extract.cpp14 #include <sys/stat.h>
458 struct stat st;
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp15 #include <sys/stat.h>
414 // stat it
415 struct stat st;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp344 VirtualVolume::ReadStat(Node* node, struct stat* st)
367 VirtualVolume::WriteStat(Node* node, struct stat *st, uint32 mask)
/haiku/src/kits/debugger/files/
H A DFileManager.cpp230 struct stat st;
231 if (stat(locatedPath, &st) != 0)
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp13 #include <sys/stat.h>
211 // stat() file to get its size
212 struct stat st;
214 WARNING("Failed to stat \"%s\": %s\n", fileName, strerror(errno));
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp34 #include <sys/stat.h>
326 reiserfs_read_stat(fs_volume *fs, fs_vnode *_node, struct stat *st)
568 // skip entry, if we can't get the stat data, or it is neither a
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp10 #include <sys/stat.h>
250 struct stat st;
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc204 JUMP_INIT(stat, _IO_sb_stat)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c329 JUMP_INIT(stat, _IO_default_stat),
H A Dwstrops.c330 JUMP_INIT(stat, _IO_default_stat),
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp15 #include <sys/stat.h>
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp16 #include <sys/stat.h>
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c20 #include <sys/stat.h>
/haiku/src/kits/storage/mime/
H A DSnifferRules.cpp18 #include <sys/stat.h>
/haiku/src/kits/package/
H A DPackageRoster.cpp13 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.cpp91 // Unless the volume is custom mounted, we stat the supposed root directory.
119 // stat it
120 struct stat st;
123 dprintf("packagefs: Failed to stat root directory \"%s\": %s\n",
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h134 struct iwn_rx_status *stat; member in struct:iwn_rx_ring
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.cpp390 struct stat st;
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h299 struct iwm_rb_status *stat; member in struct:iwm_rx_ring
/haiku/src/bin/unzip/
H A Dbeos.c39 #include <sys/stat.h>
590 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
738 if (rootlen > 0 && (stat(tmproot, &G.statbuf) ||
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c1880 status_t stat = B_ERROR; local
1886 while ((cnt < 4) && (stat != B_OK))
1904 if (((volatile uint32 *)si->framebuffer)[0x07] == 0x4e563131) stat = B_OK;
1909 if (stat != B_OK)
1931 stat = B_ERROR;
1932 while ((cnt < 4) && (stat != B_OK))
1950 if (((volatile uint32 *)si->framebuffer)[(data >> 2)] == 0x4e564441) stat = B_OK;
1955 if (stat != B_OK)
1978 status_t stat = B_ERROR; local
1984 while ((cnt < 4) && (stat !
[all...]
/haiku/src/apps/installer/
H A DWorkerThread.cpp110 struct stat st;
111 if (stat(sourceDirectory, &st) == 0)
116 const struct stat& statInfo) const
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp766 struct stat st;
1490 FUSEVolume::ReadStat(void* _node, struct stat* st)
1521 // stat the path
1532 FUSEVolume::WriteStat(void* _node, const struct stat* st, uint32 mask)
1590 // If either time is not specified, we need to stat the file to get the
1594 struct stat currentStat;
1772 struct stat st;
1821 struct stat st;
2593 FUSEVolume::ReadAttrStat(void* _node, void* _cookie, struct stat* st)
2738 struct stat s
[all...]
/haiku/src/system/kernel/fs/
H A Dfifo.cpp15 #include <sys/stat.h>
1006 fifo_read_stat(fs_volume* volume, fs_vnode* vnode, struct ::stat* st)
1035 fifo_write_stat(fs_volume* volume, fs_vnode* vnode, const struct ::stat* st,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c72 #include <sys/stat.h>
73 #define stat stat64 macro
1759 * ntfs_device_win32_stat - get a unix-like stat structure for an ntfs device
1761 * @buf: pointer to the stat structure to fill
1768 static int ntfs_device_win32_stat(struct ntfs_device *dev, struct stat *buf)
1789 memset(buf, 0, sizeof(struct stat));
1954 .stat = ntfs_device_win32_stat,

Completed in 184 milliseconds

<<11121314151617181920>>