Searched refs:stat (Results 251 - 275 of 509) sorted by path

<<11121314151617181920>>

/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h32 #include <sys/stat.h>
55 * @param stat file attributes, can be NULL
60 const struct stat *stbuf, off_t off);
92 * Similar to stat(). The 'st_dev' and 'st_blksize' fields are
96 int (*getattr) (const char *, struct stat *);
397 int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *);
818 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf);
819 int fuse_fs_fgetattr(struct fuse_fs *fs, const char *path, struct stat *buf,
H A Dfuse_compat.h13 int (*getattr) (const char *, struct stat *);
50 int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *);
72 int (*getattr) (const char *, struct stat *);
123 int (*getattr) (const char *, struct stat *);
171 int (*getattr) (const char *, struct stat *);
H A Dfuse_lowlevel.h31 #include <sys/stat.h>
100 struct stat attr;
286 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
1104 int fuse_reply_attr(fuse_req_t req, const struct stat *attr,
1263 const char *name, const struct stat *stbuf,
H A Dfuse_lowlevel_compat.h19 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
72 char *fuse_add_dirent(char *buf, const char *name, const struct stat *stbuf,
86 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
/haiku/headers/private/userlandfs/private/
H A DRequests.h856 struct stat st;
864 struct stat st;
1266 struct stat st;
1274 struct stat st;
1437 struct stat st;
/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/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c1880 status_t stat = B_ERROR; local
1886 while ((cnt < 4) && (stat != B_OK))
1904 if (((volatile uint32 *)si->framebuffer)[0x07] == 0x4e563131) stat = B_OK;
1909 if (stat != B_OK)
1931 stat = B_ERROR;
1932 while ((cnt < 4) && (stat != B_OK))
1950 if (((volatile uint32 *)si->framebuffer)[(data >> 2)] == 0x4e564441) stat = B_OK;
1955 if (stat != B_OK)
1978 status_t stat = B_ERROR; local
1984 while ((cnt < 4) && (stat !
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacapps.h156 #include <sys/stat.h>
/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/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c42 uint16 stat; member in struct:__anon5
93 volatile uint32 * stat; member in struct:channel_data
479 channel->stat = (volatile uint32 *)(controller->mmio_addr + kControllerChannelData[channelIndex].stat);
/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/bluetooth/h2/h2generic/
H A Dh2generic.cpp701 err = user_memcpy(params, &bdev->stat, sizeof(bt_hci_statistics));
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp1024 struct stat st;
1026 dprintf("ramdisk: register: Failed to stat \"%s\": %s\n",
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dbios.cpp339 uint32 stat; member in struct:opregion_asle
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c3226 struct alc_hw_stats *stat; local
3235 stat = &sc->alc_stats;
3260 stat->rx_frames += smb->rx_frames;
3261 stat->rx_bcast_frames += smb->rx_bcast_frames;
3262 stat->rx_mcast_frames += smb->rx_mcast_frames;
3263 stat->rx_pause_frames += smb->rx_pause_frames;
3264 stat->rx_control_frames += smb->rx_control_frames;
3265 stat->rx_crcerrs += smb->rx_crcerrs;
3266 stat->rx_lenerrs += smb->rx_lenerrs;
3267 stat
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c2133 struct ale_hw_stats *stat; local
2142 stat = &sc->ale_stats;
2157 stat->rx_frames += smb->rx_frames;
2158 stat->rx_bcast_frames += smb->rx_bcast_frames;
2159 stat->rx_mcast_frames += smb->rx_mcast_frames;
2160 stat->rx_pause_frames += smb->rx_pause_frames;
2161 stat->rx_control_frames += smb->rx_control_frames;
2162 stat->rx_crcerrs += smb->rx_crcerrs;
2163 stat->rx_lenerrs += smb->rx_lenerrs;
2164 stat
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c2022 struct age_stats *stat; local
2028 stat = &sc->age_stat;
2040 stat->rx_frames += smb->rx_frames;
2041 stat->rx_bcast_frames += smb->rx_bcast_frames;
2042 stat->rx_mcast_frames += smb->rx_mcast_frames;
2043 stat->rx_pause_frames += smb->rx_pause_frames;
2044 stat->rx_control_frames += smb->rx_control_frames;
2045 stat->rx_crcerrs += smb->rx_crcerrs;
2046 stat->rx_lenerrs += smb->rx_lenerrs;
2047 stat
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c5000 #define READ_STAT(sc, stats, stat) \
5001 CSR_READ_4(sc, stats + offsetof(struct bge_stats, stat))
5535 /* Init our RX/TX stat counters. */
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c4317 TULIP_PERFSTART(stat)
4369 TULIP_PERFEND(stat);
/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/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/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c4455 uint32_t result, *stat; local
4461 stat = (uint32_t *)((uint8_t *)&sc_if->msk_stats + off);
4465 result += *stat;
4476 uint64_t result, *stat; local
4482 stat = (uint64_t *)((uint8_t *)&sc_if->msk_stats + off);
4486 result += *stat;
/haiku/src/add-ons/kernel/drivers/network/ether/rdc/dev/vte/
H A Dif_vte.c1278 struct vte_hw_stats *stat; local
1283 stat = &sc->vte_stats;
1287 stat->rx_frames += CSR_READ_2(sc, VTE_CNT_RX_DONE);
1289 stat->rx_bcast_frames += (value >> 8);
1290 stat->rx_mcast_frames += (value & 0xFF);
1292 stat->rx_runts += (value >> 8);
1293 stat->rx_crcerrs += (value & 0xFF);
1295 stat->rx_long_frames += (value & 0xFF);
1297 stat->rx_fifo_full += (value >> 8);
1298 stat
1315 struct vte_hw_stats *stat; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_sk.c2732 sk_rxvalid(sc, stat, len)
2734 u_int32_t stat, len;
2738 if ((stat & XM_RXSTAT_ERRFRAME) == XM_RXSTAT_ERRFRAME ||
2739 XM_RXSTAT_BYTES(stat) != len)
2742 if ((stat & (YU_RXSTAT_CRCERR | YU_RXSTAT_LONGERR |
2745 (stat & YU_RXSTAT_RXOK) != YU_RXSTAT_RXOK ||
2746 YU_RXSTAT_BYTES(stat) != len)
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c2614 struct vr_statistics *stat; local
2626 stat = &sc->vr_stat;
2630 (uintmax_t)stat->tx_ok);
2632 (uintmax_t)stat->rx_ok);
2633 printf("Outbound errors : %u\n", stat->tx_errors);
2634 printf("Inbound errors : %u\n", stat->rx_errors);
2635 printf("Inbound no buffers : %u\n", stat->rx_no_buffers);
2636 printf("Inbound no mbuf clusters: %d\n", stat->rx_no_mbufs);
2638 stat->rx_fifo_overflows);
2639 printf("Inbound CRC errors : %u\n", stat
[all...]

Completed in 216 milliseconds

<<11121314151617181920>>