Searched refs:stat (Results 351 - 375 of 509) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c1911 struct wpi_rx_stat *stat; local
1922 stat = (struct wpi_rx_stat *)(desc + 1);
1924 if (__predict_false(stat->len > WPI_STAT_MAXLEN)) {
1930 head = (struct wpi_rx_head *)((caddr_t)(stat + 1) + stat->len);
1935 DPRINTF(sc, WPI_DEBUG_RECV, "%s: idx %d len %d stat len %u rssi %d"
1937 le32toh(desc->len), len, (int8_t)stat->rssi,
2020 tap->wr_dbm_antsignal = (int8_t)(stat->rssi + WPI_RSSI_OFFSET);
2031 (void)ieee80211_input(ni, m, stat->rssi, WPI_RSSI_OFFSET);
2035 (void)ieee80211_input_all(ic, m, stat
2059 struct wpi_tx_stat *stat = (struct wpi_tx_stat *)(desc + 1); local
2269 struct wpi_tx_stat *stat = local
[all...]
/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/file_systems/ntfs/utils/
H A Dutils.c45 #include <sys/stat.h>
212 struct stat st;
223 if (stat(name, &st) == -1) {
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c56 #include <sys/stat.h>
105 struct stat statbuf;
111 } else if (stat(s, &statbuf) != 0 ||
/haiku/src/tests/system/network/
H A Dunix_dgram_test.cpp14 #include <sys/stat.h>
624 struct stat statbuf;
631 struct stat statbuf1;
/haiku/src/bin/network/ftpd/
H A Dftpd.c54 #include <sys/stat.h>
1716 struct stat st;
2393 struct stat st;
2645 struct stat st;
2728 struct stat st;
2745 struct stat st;
2749 if (guest && (stat(to, &st) == 0)) {
3136 struct stat st;
3144 if (stat(cp ? local : ".", &st) < 0) {
3206 struct stat s
[all...]
H A Dftpcmd.y50 #include <sys/stat.h>
832 struct stat stbuf;
833 if (stat($4, &stbuf) < 0)
1592 struct stat stbuf;
1593 if (stat(filename, &stbuf) < 0)
1604 struct stat stbuf;
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c1000 #define DOIT(stat, message) \
1001 if (stat > stat##_last) { \
1002 stat##_last = stat; \
1003 dprintf(message, stat##_last); \
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp14 #include <sys/stat.h>
89 struct stat st;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp167 struct stat st;
282 struct stat st;
H A DNFS4Defs.h13 #include <sys/stat.h>
/haiku/src/apps/installer/
H A DCopyEngine.cpp263 struct stat statInfo;
317 struct stat sourceInfo;
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c16 #include <sys/stat.h>
122 struct stat st;
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c3334 struct jme_hw_stats *stat, *ostat; local
3341 stat = &sc->jme_stats;
3343 stat->tx_good_frames = CSR_READ_4(sc, JME_STAT_TXGOOD);
3344 stat->rx_good_frames = CSR_READ_4(sc, JME_STAT_RXGOOD);
3346 stat->rx_crc_errs = (reg & STAT_RX_CRC_ERR_MASK) >>
3348 stat->rx_mii_errs = (reg & STAT_RX_MII_ERR_MASK) >>
3351 stat->rx_fifo_oflows = (reg & STAT_RXERR_OFLOW_MASK) >>
3353 stat->rx_desc_empty = (reg & STAT_RXERR_MPTY_MASK) >>
3356 stat->rx_bad_frames = (reg & STAT_FAIL_RX_MASK) >> STAT_FAIL_RX_SHIFT;
3357 stat
[all...]
/haiku/src/build/libbe/storage/
H A DDirectory.cpp474 BDirectory::GetStatFor(const char* path, struct stat* st) const
484 return _kern_read_stat(fDirFd, path, false, st, sizeof(struct stat));
H A DFile.cpp459 struct stat statData;
/haiku/src/kits/storage/
H A DCopyEngine.cpp137 // stat source
138 struct stat sourceStat;
144 // stat destination
145 struct stat destStat;
H A DFile.cpp294 struct stat statData;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp16 fuse_fs_getattr(struct fuse_fs* fs, const char* path, struct stat* buf)
25 fuse_fs_fgetattr(struct fuse_fs* fs, const char* path, struct stat* buf,
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1430 struct stat st;
1726 struct stat existingSwapStat;
1727 if (stat(swapPath, &existingSwapStat) == 0)
1745 struct stat stat; local
1746 stat.st_size = swapSize;
1747 status_t error = _kern_write_stat(fd, NULL, false, &stat,
1748 sizeof(struct stat), B_STAT_SIZE | B_STAT_SIZE_INSECURE);
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp13 #include <sys/stat.h>
368 // get stat to check the type of the file
369 struct stat st;
372 fprintf(stderr, "Error: Failed to stat \"%s\": %s\n",
/haiku/src/bin/pcmcia-cs/
H A Ddump_cisreg.c45 #include <sys/stat.h>
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp15 #include <sys/stat.h>
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp13 #include <sys/stat.h>
/haiku/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp13 #include <sys/stat.h>

Completed in 305 milliseconds

<<11121314151617181920>>