Searched refs:stat (Results 426 - 450 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp32 #include <sys/stat.h>
679 ramfs_read_stat(fs_volume* _volume, fs_vnode* _node, struct stat *st)
709 ramfs_write_stat(fs_volume* _volume, fs_vnode* _node, const struct stat *st,
1754 struct stat *st)
1999 ramfs_read_index_stat(fs_volume* _volume, const char *name, struct stat *st)
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c13 #include <sys/stat.h>
64 static void fill_default_stat(struct stat *st, nspace_id nsid, ino_t vnid, mode_t mode)
490 static status_t websearchfs_rstat(fs_volume *_volume, fs_vnode *_node, struct stat *st)
500 memcpy(st, &node->st, sizeof(struct stat));
656 static status_t websearchfs_wstat(fs_volume *_volume, fs_vnode *_node, const struct stat *st, uint32 mask)
1121 struct stat *st)
1131 memcpy(st, &node->st, sizeof(struct stat));
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c40 #include <sys/stat.h>
1033 struct stat sb;
1055 if ( stat( authpath, &sb ) < 0 )
1488 ** a single stat() of the whole filename - if it exists, then we
1496 struct stat sb;
1497 if ( stat( path, &sb ) != -1 )
2738 struct stat sb;
2739 struct stat lsb;
2906 if ( stat( name, &sb ) < 0 || lstat( name, &lsb ) < 0 )
3665 if ( stat( h
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661.c472 ring->cur = ring->next = ring->stat = 0;
559 ring->cur = ring->next = ring->stat = 0;
872 data = &txq->data[txq->stat];
912 DPRINTFN(sc, 15, "tx done q=%d idx=%u\n", qid, txq->stat);
915 if (++txq->stat >= txq->count) /* faster than % count */
916 txq->stat = 0;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c120 ntfs_inode *ni, struct stat *stbuf)
126 memset(stbuf, 0, sizeof(struct stat));
339 #warning "No known way to set nanoseconds in struct stat !"
977 struct stat st;
/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp25 #include <sys/stat.h>
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp66 struct stat st;
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp15 #include <sys/stat.h>
/haiku/src/servers/index/
H A DVolumeWatcher.cpp11 #include <sys/stat.h>
100 printf("stat changed node %i name %s %s\n", (int)node,
/haiku/src/kits/debug/
H A DImage.cpp260 // open and stat() the file
265 struct stat st;
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp11 #include <sys/stat.h>
/haiku/src/bin/unzip/
H A Dfileio.c127 "error: %s: stat() says does not exist, but fopen() found anyway\n";
245 /* Borland 5.0's stat() barfs if the filename has no extension and the
250 /* file doesn't exist, so create a dummy file to keep stat() from
262 Trace((stderr, "open_outfile: stat(%s) returns 0: file exists\n",
267 struct stat tmpstat;
1838 Trace((stderr, "check_for_newer: doing stat(%s)\n", FnFilter1(filename)));
1841 "check_for_newer: stat(%s) returns %d: file does not exist\n",
1859 Trace((stderr, "check_for_newer: stat(%s) returns 0: file exists\n",
2425 # undef stat macro
2433 struct stat *
[all...]
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h11 #include <sys/stat.h>
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp99 struct stat st;
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp30 [2:07] <geist> when you open the file in the driver, use stat() to see if it's a file. if it is, call ioctl 10000 on the underlying file
193 struct stat st;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c38 #include <sys/stat.h>
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp9 #include <sys/stat.h>
497 // update stat data
680 // update stat data
1207 // update stat data
1259 // update stat data
1381 // update stat data
1404 checksumfs_read_stat(fs_volume* fsVolume, fs_vnode* vnode, struct stat* st)
1431 const struct stat* st, uint32 statMask)
1707 // update stat data
2106 struct stat* s
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp100 struct stat st;
/haiku/src/apps/terminal/
H A DShell.cpp29 #include <sys/stat.h>
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp527 struct stat st;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h270 struct iwx_rb_status *stat; member in struct:iwx_rx_ring
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp533 struct stat st;
/haiku/src/kits/tracker/
H A DThumbnails.cpp284 struct stat st;
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp963 struct stat targetStat;
967 "couldn't get stat for writable file \"%s\", copying...\n",
993 struct stat sourceStat;
1094 struct stat originalPackageStat;
1948 struct stat st;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp5 #include <sys/stat.h>
28 struct stat st;

Completed in 313 milliseconds

<<11121314151617181920>>