Searched refs:stat (Results 326 - 350 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/net/
H A Dnet_socket.h71 struct net_stat* stat);
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp117 struct stat s = {};
/haiku/src/apps/haikudepot/server/
H A DServerRepositoryDataUpdateProcess.cpp8 #include <sys/stat.h>
H A DServerReferenceDataUpdateProcess.cpp10 #include <sys/stat.h>
H A DAbstractServerProcess.cpp109 struct stat s;
111 if (-1 == stat(metaDataPath.Path(), &s)) {
/haiku/src/bin/network/telnetd/
H A Ddefs.h57 #include <sys/stat.h>
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dcx22702.c292 status_t stat = cx22702_get_ber(bus, &ber); local
294 return stat;
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp200 struct stat accelerant_stat;
217 if (stat(path, &accelerant_stat) != 0)
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp133 struct stat st;
134 if (stat(path.Path(), &st) == 0) {
H A Dsocket.cpp273 socket_read_stat(struct file_descriptor *descriptor, struct stat *st)
634 common_get_next_socket_stat(int family, uint32 *cookie, struct net_stat *stat) argument
640 stat);
1270 net_stat stat; local
1272 error = common_get_next_socket_stat(family, &cookie, &stat);
1278 || user_memcpy(_stat, &stat, sizeof(net_stat)) != B_OK) {
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcireg.h404 uint32_t stat:16, member in struct:fwohci_trailer
408 stat:16;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.cpp261 Volume::ReadStat(Node* node, struct stat* st)
268 Volume::WriteStat(Node* node, struct stat *st, uint32 mask)
H A DShareVolume.h69 virtual status_t ReadStat(Node* node, struct stat* st);
70 virtual status_t WriteStat(Node* node, struct stat *st,
/haiku/src/tools/
H A Delf2aout.c33 #include <sys/stat.h>
281 struct stat sb;
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp292 struct stat st;
341 struct stat st;
/haiku/src/system/libroot/os/
H A Dimage.cpp358 struct stat st;
359 if (stat(path, &st) != 0 || !S_ISREG(st.st_mode))
/haiku/src/system/kernel/
H A Dusergroup.cpp11 #include <sys/stat.h>
271 struct stat st;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp177 struct stat st;
480 Inode::Stat(struct stat* st, OpenAttrCookie* attr)
493 struct stat temp;
506 Inode::GetStat(struct stat* st, OpenAttrCookie* attr)
595 Inode::WriteStat(const struct stat* st, uint32 mask, OpenAttrCookie* cookie)
899 struct stat st;
/haiku/src/libs/bsd/
H A Dfts.c38 #include <sys/stat.h>
54 #include <sys/stat.h>
109 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
349 /* Any type of file may be re-visited; re-stat and re-turn. */
657 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
662 * The former skips all stat calls. The latter skips stat calls in any leaf
664 * been found, cutting the stat calls by about 2/3.
712 * directory if we're cheating on stat calls, 0 if we're not doing
713 * any stat call
[all...]
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp6 #include <sys/stat.h>
1080 struct stat stat1, stat2;
1081 memset(&stat1, 0, sizeof(struct stat));
1082 memset(&stat2, 0, sizeof(struct stat));
1091 memset(&stat1, 0, sizeof(struct stat));
1092 memset(&stat2, 0, sizeof(struct stat));
1100 memset(&stat1, 0, sizeof(struct stat));
1101 memset(&stat2, 0, sizeof(struct stat));
1112 memset(&stat1, 0, sizeof(struct stat));
1113 memset(&stat2, 0, sizeof(struct stat));
[all...]
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp171 struct stat st;
543 bindfs_read_stat(fs_volume* fsVolume, fs_vnode* fsNode, struct stat* st)
565 const struct stat* _st, uint32 statMask)
575 struct stat st;
1019 struct stat* st)
1042 const struct stat* _st, int statMask)
1052 struct stat st;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp634 HaikuKernelVolume::ReadStat(void* _node, struct stat* st)
645 HaikuKernelVolume::WriteStat(void* _node, const struct stat *st, uint32 mask)
971 struct stat *st)
983 const struct stat* st, int statMask)
1092 HaikuKernelVolume::ReadIndexStat(const char *name, struct stat *st)
/haiku/src/servers/net/
H A DNetServer.cpp712 struct stat stat; local
716 || entry.GetStat(&stat) != B_OK
720 if (S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode)) {
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp821 struct stat stat; local
822 status = entry.GetStat(&stat);
829 directory->user = stat.st_uid;
830 directory->group = stat.st_gid;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c1868 error = iwn_dma_contig_alloc(sc, &ring->stat_dma, (void **)&ring->stat,
3013 struct iwn_rx_stat *stat = (struct iwn_rx_stat *)(desc + 1); local
3018 memcpy(&sc->last_rx_stat, stat, sizeof (*stat));
3036 struct iwn_rx_stat *stat; local
3051 stat = &sc->last_rx_stat;
3053 stat = (struct iwn_rx_stat *)(desc + 1);
3055 if (stat->cfg_phy_len > IWN_STAT_MAXLEN) {
3058 stat->cfg_phy_len);
3066 head = (caddr_t)(stat
3564 struct iwn4965_tx_stat *stat = (struct iwn4965_tx_stat *)(desc + 1); local
3589 struct iwn5000_tx_stat *stat = (struct iwn5000_tx_stat *)(desc + 1); local
3873 iwn_ampdu_tx_done(struct iwn_softc *sc, int qid, int nframes, int rtsfailcnt, void *stat) argument
5867 iwn4965_get_rssi(struct iwn_softc *sc, struct iwn_rx_stat *stat) argument
5894 iwn5000_get_rssi(struct iwn_softc *sc, struct iwn_rx_stat *stat) argument
[all...]

Completed in 295 milliseconds

<<11121314151617181920>>