/third_party/musl/src/misc/aarch64/linux/ |
H A D | fstat.s | 10 fstat: label
|
/third_party/musl/porting/linux/user/src/misc/aarch64/ |
H A D | fstat.s | 10 fstat: label
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5hl.c | 43 #define fstat _fstat macro
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | fd.rs | 158 pub fn fstat<Fd: AsFd>(fd: Fd) -> io::Result<Stat> { in fstat() functions
|
/third_party/rust/crates/nix/src/sys/ |
H A D | stat.rs | 261 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() functions
|
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 36 #undef fstat macro
|
/third_party/node/test/parallel/ |
H A D | test-trace-events-fs-async.js | 90 function fstat() { function
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | randfile.c | 44 # define fstat _fstat macro
|
/third_party/openssl/crypto/rand/ |
H A D | randfile.c | 45 # define fstat _fstat macro
|
/kernel/uniproton/src/fs/ |
H A D | fs.c | 122 int fstat(int fd, struct stat *buf) in fstat() function
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 81 # undef fstat macro 83 # define fstat win32_fstat macro
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_other.c | 51 int fstat(int fd, struct stat *buf) in fstat() function
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 91 REAL_FUNCTION_POINTER(fstat); variable 475 PUBLIC int fstat(int fd, struct stat* stat_buf) in fstat() function
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_fs.c | 1079 int fstat(int fd, struct stat *buf) in fstat() function
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 392 # undef fstat macro 393 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 418 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|
/third_party/node/lib/ |
H A D | fs.js | 1540 function fstat(fd, options = { bigint: false }, callback) { function
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ice1724.c | 495 unsigned char fstat = inb(ICEMT1724(ice, DMA_FIFO_ERR)); in snd_vt1724_interrupt() local
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-lantiq-ssc.c | 212 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in tx_fifo_level() local 220 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in rx_fifo_level() local
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | lantiq.c | 144 u32 fstat = __raw_readl(port->membase + LTQ_ASC_FSTAT); in lqasc_tx_ready() local
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-lantiq-ssc.c | 213 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in tx_fifo_level() local 221 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in rx_fifo_level() local
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1724.c | 476 unsigned char fstat = inb(ICEMT1724(ice, DMA_FIFO_ERR)); in snd_vt1724_interrupt() local
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 69 #define fstat _fstat
macro
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 404 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() functions
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 6997 uint8_t fstat; in ahd_init() local
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 6996 uint8_t fstat; in ahd_init() local
|