Searched refs:stat (Results 1 - 25 of 509) sorted by path

1234567891011>>

/haiku/headers/build/
H A DHaikuBuildCompatibility.h19 #include <sys/stat.h>
/haiku/headers/build/host/darwin/sys/
H A Dstat.h5 #include_next <sys/stat.h>
33 int fstatat(int fd, const char *path, struct stat *st, int flag);
/haiku/headers/build/host/freebsd/sys/
H A Dstat.h5 #include_next <sys/stat.h>
/haiku/headers/build/os/storage/
H A DStatable.h12 #include <sys/stat.h>
22 virtual status_t GetStat(struct stat *st) const = 0;
61 virtual status_t set_stat(struct stat &st, uint32 what) = 0;
/haiku/headers/glibc/
H A D_G_config.h80 #define _G_stat64 stat
122 /* This is defined by <bits/stat.h> if `st_blksize' exists. */
/haiku/headers/os/package/hpkg/
H A DPackageEntry.h9 #include <sys/stat.h>
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntry.h9 #include <sys/stat.h>
/haiku/headers/os/storage/
H A DDirectory.h47 status_t GetStatFor(const char *path, struct stat *st) const;
69 status_t _GetStatFor(const char *path, struct stat *st) const;
H A DEntry.h10 #include <sys/stat.h>
55 virtual status_t GetStat(struct stat* stat) const;
94 virtual status_t set_stat(struct stat& stat, uint32 what);
103 status_t _GetStat(struct stat* stat) const;
104 virtual status_t _GetStat(struct stat_beos* stat) const;
H A DFilePanel.h16 struct stat;
26 struct stat_beos* stat, const char* mimeType) = 0;
H A DNode.h45 virtual status_t GetStat(struct stat* st) const;
103 virtual status_t set_stat(struct stat& stat, uint32 what);
105 status_t _GetStat(struct stat* stat) const;
106 virtual status_t _GetStat(struct stat_beos* stat) const;
H A DStatable.h12 #include <sys/stat.h>
27 virtual status_t _GetStat(struct stat_beos* stat) const = 0;
31 virtual status_t GetStat(struct stat* stat) const = 0;
72 virtual status_t set_stat(struct stat &st, uint32 what) = 0;
/haiku/headers/posix/compat/sys/
H A Dstat.h9 #include <sys/stat.h>
39 extern void convert_to_stat_beos(const struct stat* stat,
42 struct stat* stat);
/haiku/headers/posix/sys/
H A Dstat.h13 struct stat { struct
31 /* source compatibility with old stat structure */
115 extern int stat(const char *path, struct stat *st);
116 extern int fstat(int fd, struct stat *st);
117 extern int lstat(const char *path, struct stat *st);
118 extern int fstatat(int fd, const char *path, struct stat *st, int flag);
/haiku/headers/private/net/
H A Dnet_stack_interface.h77 struct net_stat *stat);
/haiku/headers/private/system/
H A Dvfs_defs.h14 #include <sys/stat.h>
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h7 #include <sys/stat.h>
114 typedef int op_rstat(void *ns, void *node, struct stat *);
115 typedef int op_wstat(void *ns, void *node, struct stat *, long mask);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c54 uint8 stat; local
124 stat = i2c_flag_error(0);
125 if (stat)
128 return stat;
164 uint8 id, type, stat; local
182 stat = i2c_flag_error(0);
183 if (stat) return stat;
197 stat = i2c_flag_error(0);
198 if (stat) retur
255 uint8 stat; local
285 uint8 stat; local
343 uint8 stat; local
401 uint8 stat; local
459 uint8 stat; local
517 uint8 stat; local
575 uint8 stat; local
675 uint8 stat; local
785 uint8 stat; local
879 uint8 stat; local
907 uint8 stat; local
1000 uint8 stat, hoffset; local
1110 uint8 stat; local
1209 uint8 stat; local
1292 uint8 stat; local
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A DInitAccelerant.c15 #include <sys/stat.h>
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c1787 status_t stat = B_ERROR; local
1793 while ((cnt < 4) && (stat != B_OK))
1805 if (((uint32 *)si->framebuffer)[0x07] == 0x4e563131) stat = B_OK;
1810 if (stat != B_OK)
1832 stat = B_ERROR;
1833 while ((cnt < 4) && (stat != B_OK))
1849 if (((uint32 *)si->framebuffer)[(data >> 2)] == 0x4e564441) stat = B_OK;
1854 if (stat != B_OK)
1871 status_t stat = B_ERROR; local
1877 while ((cnt < 4) && (stat !
[all...]
/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/busses/scsi/usb/
H A Dtracing.h69 #define TRACE_BULK_CALLBACK(stat, len)\
70 { if(b_log_bulk_cb) TRACE("B_CB:status:%08x;length:%d\n", stat, len); }
/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp25 #include <sys/stat.h>
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.h78 bt_hci_statistics stat; member in struct:bt_usb_dev
H A Dh2transactions.cpp37 bdev->stat.bytesRX += count;
68 bdev->stat.successfulTX++;
70 bdev->stat.errorRX++;
81 bdev->stat.rejectedRX++;
85 bdev->stat.acceptedRX++;
107 bdev->stat.successfulRX++;
109 bdev->stat.errorRX++;
120 bdev->stat.rejectedRX++;
123 bdev->stat.acceptedRX++;
147 bdev->stat
[all...]

Completed in 134 milliseconds

1234567891011>>