Searched refs:stat (Results 101 - 125 of 509) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp79 "No stat","Undef","long","miss Ack err",
295 uint32_t fun, stat; local
319 stat = OREAD(sc, FWOHCI_INTSTAT);
320 if ((stat & OHCI_INT_REG_FAIL) != 0 ||
1086 u_int stat, status; local
1127 stat = status & FWOHCIEV_MASK;
1128 switch(stat){
1136 device_printf(sc->fc.dev, "txd err=%2x %s\n", stat, fwohcicode[stat]);
1141 device_printf(sc->fc.dev, "txd err=%2x %s\n", stat, fwohcicod
1587 uint32_t stat; local
1706 uint32_t stat; local
1837 fwohci_dump_intr(struct fwohci_softc *sc, uint32_t stat) argument
1867 fwohci_intr_core(struct fwohci_softc *sc, uint32_t stat, int count) argument
1951 fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat, int count) argument
2085 uint32_t stat; local
2099 uint32_t stat, irstat, itstat; local
2177 uint32_t stat, count; local
2224 uint32_t stat; local
2285 uint32_t off, cntl, stat, cmd, match; local
2409 fwohcireg_t stat; local
2745 uint32_t stat, off, status, event; local
[all...]
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp344 overlay_read_stat(fs_volume *volume, fs_vnode *vnode, struct stat *stat) argument
346 DO_LOG("read_stat stat: %p\n", stat);
347 OVERLAY_CALL(read_stat, stat)
349 DO_LOG("read_stat result: %#" B_PRIx32 "; stat(dev: %" B_PRIdDEV
351 B_PRIdOFF ")\n", result, stat->st_dev, stat->st_ino, stat->st_mode,
352 stat
360 overlay_write_stat(fs_volume *volume, fs_vnode *vnode, const struct stat *stat, uint32 statMask) argument
637 overlay_read_attr_stat(fs_volume *volume, fs_vnode *vnode, void *cookie, struct stat *stat) argument
655 overlay_write_attr_stat(fs_volume *volume, fs_vnode *vnode, void *cookie, const struct stat *stat, int statMask) argument
971 overlay_read_index_stat(fs_volume *volume, const char *name, struct stat *stat) argument
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c64 #include <sys/stat.h>
93 # define struct_stat64 struct stat
100 # define __xstat64(version, path, buf) stat (path, buf)
143 struct stat st;
144 return stat(dir, &st) == 0 && S_ISDIR(st.st_mode);
239 struct stat st;
312 if (stat(tmpl, &st) < 0)
/haiku/src/build/libroot/
H A Dfs.cpp18 #include <sys/stat.h>
91 struct stat st;
135 int GetStat(struct stat& _st)
170 int GetStat(struct stat& _st)
221 struct stat st;
370 // stat the path to check, if it is still valid
371 struct stat st;
372 if (stat(path.c_str(), &st) < 0) {
523 // stat the entry
524 struct stat s
1271 struct stat stat; local
[all...]
H A Dfs_attr_generic.cpp11 #include <sys/stat.h>
56 // stat the dir
57 struct stat st;
189 struct stat st;
294 // stat the dir
295 struct stat st;
361 // stat the file to get a NodeRef
362 struct stat st;
393 // stat the file to get a NodeRef
394 struct stat s
[all...]
/haiku/src/tests/kits/storage/
H A DBasicTest.h35 static void dumpStat(struct stat &st);
50 // == for struct stat
54 operator==(const struct stat &st1, const struct stat &st2)
/haiku/src/system/libroot/posix/stdlib/
H A Dmktemp.c35 #include <sys/stat.h>
96 struct stat sbuf;
137 rval = stat(path, &sbuf);
/haiku/headers/build/os/storage/
H A DEntry.h13 #include <sys/stat.h>
56 virtual status_t GetStat(struct stat *st) const;
97 virtual status_t set_stat(struct stat &st, uint32 what);
/haiku/src/bin/
H A Dhd.c21 #include <sys/stat.h>
98 struct stat e;
100 if (stat(fname, &e) == -1) {
H A Dfstrim.cpp17 #include <sys/stat.h>
66 struct stat fdStat;
79 struct stat fdStat;
92 struct stat fdStat;
/haiku/src/kits/storage/
H A DNode.cpp19 #include <compat/sys/stat.h>
617 \param st a stat structure containing the value to be set.
623 BNode::set_stat(struct stat& stat, uint32 what) argument
628 return _kern_write_stat(fFd, NULL, false, &stat, sizeof(struct stat),
657 BNode::_GetStat(struct stat* stat) const
661 : _kern_read_stat(fFd, NULL, false, stat, sizeof(struct stat));
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h15 const struct stat& st);
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h20 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
30 struct stat
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfiledoalloc.c64 #include <sys/stat.h>
H A Dwfiledoalloc.c64 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeCookie.h33 virtual status_t ReadAttributeStat(struct stat* st);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h23 struct stat_beos* stat,
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp36 MetadataCache::GetStat(struct stat* st)
42 // Do not touch other members of struct stat
62 MetadataCache::SetStat(const struct stat& st)
152 MetadataCache::NotifyChanges(const struct stat* oldStat,
153 const struct stat* newStat)
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp86 Attribute::Stat(struct stat& stat) argument
104 // found an entry to stat
105 stat.st_type = B_XATTR_TYPE;
106 stat.st_size = entry->DataLength();
H A Dsystem_dependencies.h36 #include <sys/stat.h>
/haiku/src/tools/unzip/unix/
H A Dunxcfg.h4 # include <sys/stat.h> /* POSIX 1003.1 system; see beos/ for */
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsystem_dependencies.h55 #include <sys/stat.h>
H A Dattr.cpp161 struct stat *stat)
177 stat->st_type = MIME_STRING_TYPE;
178 stat->st_size = strlen(node->mime) + 1;
160 dosfs_read_attr_stat(fs_volume *_vol, fs_vnode *_node, void *_cookie, struct stat *stat) argument
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dsystem_dependencies.h55 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp425 exfat_read_stat(fs_volume* _volume, fs_vnode* _node, struct stat* stat) argument
429 stat->st_dev = inode->GetVolume()->ID();
430 stat->st_ino = inode->ID();
431 stat->st_nlink = 1;
432 stat->st_blksize = EXFAT_IO_SIZE;
434 stat->st_uid = inode->UserID();
435 stat->st_gid = inode->GroupID();
436 stat->st_mode = inode->Mode();
437 stat
[all...]

Completed in 316 milliseconds

1234567891011>>