Searched refs:stat (Results 376 - 400 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/libroot/posix/glibc/libio/
H A Dwfileops.c36 #include <sys/stat.h>
881 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
908 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
932 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
H A Dfileops.c38 #include <sys/stat.h>
1237 return fstat (fp->_fileno, (struct stat *) st);
1590 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
1616 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
1640 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h12 #include <sys/stat.h>
/haiku/headers/build/
H A DHaikuBuildCompatibility.h19 #include <sys/stat.h>
/haiku/src/add-ons/accelerants/radeon/
H A DInitAccelerant.c15 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h226 ntfs_inode *ni, struct stat*);
H A Defs.c39 #include <sys/stat.h>
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp10 #include <sys/stat.h>
/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp10 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp36 static int netfs_read_stat(void *ns, void *node, struct stat *st);
37 static int netfs_write_stat(void *ns, void *node, struct stat *st,
136 &netfs_read_stat, // read stat
137 &netfs_write_stat, // write stat
143 &netfs_read_fs_stat, // read fs stat
144 NULL, // write fs stat
156 NULL, // stat index
167 &netfs_stat_attr, // stat attr
386 netfs_read_stat(void *ns, void *_node, struct stat *st)
398 netfs_write_stat(void *ns, void *_node, struct stat *s
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DStatItem.h25 #include <sys/stat.h>
38 \brief Represents the on-disk structure for stat data (stat item contents).
40 There are two different formats for stat data. This class hides this
219 \brief Provides access to the on-disk stat item structure.
221 A stat item simply consists of StatData. This is only a convenience
240 FATAL(("WARNING: bad stat item %" B_PRId32 " "
242 "(%u) does not match the len of any stat data format!\n",
/haiku/src/kits/storage/
H A DMergedDirectory.cpp227 struct stat st;
H A DPathMonitor.cpp174 struct stat st;
1079 struct stat st;
1146 struct stat st;
1350 ? "attribute: " : "stat",
1391 struct stat ancestorStat;
1521 struct stat ancestorStat;
1707 struct stat st;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp192 struct stat st;
/haiku/src/bin/
H A Dramdisk.cpp269 struct stat st;
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp186 struct stat_beos* stat, const char* filetype)
185 Filter(const entry_ref* ref, BNode* node, struct stat_beos* stat, const char* filetype) argument
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c42 uint16 stat; member in struct:__anon5
93 volatile uint32 * stat; member in struct:channel_data
479 channel->stat = (volatile uint32 *)(controller->mmio_addr + kControllerChannelData[channelIndex].stat);
/haiku/src/kits/tracker/
H A DFavoritesMenu.cpp38 #include <compat/sys/stat.h>
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h51 status_t FillStat(struct net_stat* stat);
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp10 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp439 userlandfs_read_stat(fs_volume* fsVolume, fs_vnode* fsNode, struct stat* st)
452 const struct stat* st, uint32 mask)
819 struct stat* st)
832 const struct stat* st, int statMask)
961 struct stat* st)
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp7 #include <sys/stat.h>
248 // stat changed events
298 // node stat changed event map
522 VolumeManager::LoadNode(const struct stat& st, Node** _node)
597 // directory not yet loaded: stat it
599 struct stat st;
745 // stat the entry
747 struct stat st;
750 //PRINT((" stat()ing BNode...\n"));
1357 // update the cached node stat
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp16 #include <sys/stat.h>
536 // stat the file to get the file size
537 struct stat st;
929 // package explicitly -- stat it, to see, if it exists
930 struct stat st;
1078 // stat the node
1079 struct stat st;
1147 "Failed to stat attribute \"%s\" of directory \"%s\": "
1427 // stat the node
1428 struct stat s
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp14 #include <sys/stat.h>
367 struct stat st;
694 // open and stat the admininistrative dir
702 struct stat adminDirStat;
826 struct stat st;
828 ERROR("Failed to stat packages activation file: %s\n",
1276 // Send stat changed notification for directories and entry
1371 // Send stat changed notification for directories and entry
1478 struct stat st;
1795 // stat i
[all...]
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c48 #include <sys/stat.h>
50 #include <sys/stat.h>

Completed in 305 milliseconds

<<11121314151617181920>>