Searched refs:stat (Results 276 - 300 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp33 #include <sys/stat.h>
207 struct stat st;
674 struct stat st;
676 sizeof(struct stat));
H A Dfunction_remapper.cpp34 fstat(int fd, struct stat* st)
43 fstatat(int fd, const char* path, struct stat* st, int flag)
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661var.h71 int stat; member in struct:rt2661_tx_ring
/haiku/src/system/boot/loader/file_systems/fat/
H A DFile.cpp10 #include <sys/stat.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp305 packagefs_read_stat(fs_volume* fsVolume, fs_vnode* fsNode, struct stat* st)
820 void* _cookie, struct stat* st)
944 struct stat* stat)
948 FUNCTION("volume: %p, name: \"%s\", stat: %p\n", volume, name, stat);
956 memset(stat, 0, sizeof(*stat));
961 stat->st_type = index->Type();
962 stat
943 packagefs_read_index_stat(fs_volume* fsVolume, const char* name, struct stat* stat) argument
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp556 socket_get_next_stat(uint32* _cookie, int family, struct net_stat* stat) argument
580 stat->family = socket->family;
581 stat->type = socket->type;
582 stat->protocol = socket->protocol;
583 stat->owner = socket->owner;
584 stat->state[0] = '\0';
585 memcpy(&stat->address, &socket->address, sizeof(struct sockaddr_storage));
586 memcpy(&stat->peer, &socket->peer, sizeof(struct sockaddr_storage));
587 stat->receive_queue_size = 0;
588 stat
[all...]
H A Dstack_interface.cpp241 struct net_stat* stat)
243 return gNetSocketModule.get_next_stat(cookie, family, stat);
240 stack_interface_get_next_socket_stat(int family, uint32* cookie, struct net_stat* stat) argument
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.h45 virtual status_t ReadStat(Node* node, struct stat* st);
46 virtual status_t WriteStat(Node* node, struct stat *st,
H A DVolume.h79 virtual status_t ReadStat(Node* node, struct stat* st);
80 virtual status_t WriteStat(Node* node, struct stat *st,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp6 #include <sys/stat.h>
163 // stat the root dir
164 struct stat st;
H A DNodeHandle.cpp9 #include <sys/stat.h>
38 NodeHandle::GetStat(struct stat* st)
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofopncook.c115 JUMP_INIT(stat, _IO_default_stat),
234 JUMP_INIT(stat, _IO_default_stat),
H A Diopopen.c263 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
286 JUMP_INIT(stat, INTUSE(_IO_file_stat)),
H A Dmemstream.c58 JUMP_INIT (stat, _IO_default_stat),
82 JUMP_INIT (stat, _IO_default_stat),
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_rx.c62 struct r92c_rx_stat *stat = buf; local
63 int report_sel = MS(le32toh(stat->rxdw3), R88E_RXDW3_RPT);
/haiku/src/kits/package/
H A DDaemonClient.cpp55 struct stat st;
56 if (stat("/boot", &st) == 0) {
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c730 status_t stat = B_ERROR; local
756 stat = B_OK;
792 stat = B_OK;
822 stat = B_OK;
863 stat = B_OK;
899 stat = B_OK;
908 if (stat != B_OK)
911 return stat;
/haiku/src/preferences/appearance/
H A DCurView.cpp374 status_t stat=cursorset->Load(path.String()); local
376 if(stat!=B_OK)
/haiku/src/kits/tracker/
H A DModel.h57 // using std::stat instead of just stat here because of what
58 // seems to be a gcc bug involving namespace and struct stat interaction
59 typedef struct std::stat StatStruct;
63 typedef struct stat StatStruct;
111 // real, starts by rereading the stat structure
338 // the stat structure begins with a node_ref
/haiku/src/servers/package/
H A DPackageDaemon.cpp193 struct stat st;
194 isSystemRoot = stat("/boot", &st) == 0
/haiku/headers/private/system/
H A Dsyscalls.h41 struct stat;
322 struct stat *stat);
344 struct stat *stat, size_t statSize);
346 bool traverseLink, const struct stat *stat,
393 struct net_stat *stat);
/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp16 #include <sys/stat.h>
145 struct stat st;
147 fprintf(stderr, "Error: Failed to stat \"%s\": %s.\n", fImagePath,
/haiku/src/bin/unzip/
H A Dunzpriv.h164 /* stat() bug for Borland, VAX C RTL, and Atari ST MiNT on TOS
272 # include <stat.h>
297 # include <sys/stat.h> /* POSIX 1003.1 system; see beos/ for */
337 # include <sys/stat.h>
389 # include <sys/stat.h>
440 # include <sys/stat.h>
475 # include <sys/stat.h>
530 # include <sys/stat.h>
538 extern int stat(), unlink(), jsys(), fcntl();
579 # include <stat
1119 # define stat macro
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h103 struct fssh_stat *stat);
185 struct fssh_stat *stat);
187 const struct fssh_stat *stat, uint32_t statMask);
257 struct fssh_stat *stat);
260 const struct fssh_stat *stat, int statMask);
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c14 #include <sys/stat.h>
505 nfs_fhandle *fhandle, struct stat *st)
561 nfs_getattr(fs_nspace *ns, const nfs_fhandle *fhandle, struct stat *st)
605 nfs_truncate_file(fs_nspace *ns, const nfs_fhandle *fhandle, struct stat *st)
659 get_nfs_attr(struct XDRInPacket *reply, struct stat *st)
878 struct stat st;
907 struct stat st;
1024 struct stat st;
1098 fs_rstat(fs_volume *_volume, fs_vnode *_node, struct stat *st)
1224 struct stat s
[all...]

Completed in 153 milliseconds

<<11121314151617181920>>