/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.c | 5571 u64 *stat; in dasd_eckd_dump_sense_dbf() local 5574 stat = (u64 *) &irb->scsw; in dasd_eckd_dump_sense_dbf() 5578 reason, *stat, *((u32 *) (stat + 1)), in dasd_eckd_dump_sense_dbf() 5582 reason, *stat, *((u32 *) (stat + 1)), in dasd_eckd_dump_sense_dbf()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_ioc.c | 1996 u32 stat; in bfa_ioc_mbox_poll() local 2007 stat = readl(ioc->ioc_regs.hfn_mbox_cmd); in bfa_ioc_mbox_poll() 2008 if (stat) in bfa_ioc_mbox_poll() 2563 u32 stat; in bfa_ioc_mbox_queue() local 2576 stat = readl(ioc->ioc_regs.hfn_mbox_cmd); in bfa_ioc_mbox_queue() 2577 if (stat) { in bfa_ioc_mbox_queue()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 17 #include <sys/stat.h> 1902 static struct dso *search_dso_by_fstat(const struct stat *st, const ns_t *ns, uint64_t file_offset) { in search_dso_by_fstat() 1949 /* Find loaded so by file stat */ 1950 UT_STATIC struct dso *find_library_by_fstat(const struct stat *st, const ns_t *ns, bool check_inherited, uint64_t file_offset) { in find_library_by_fstat() 1976 struct stat st; in load_library() 5139 struct stat st; in load_library_header() 5664 struct stat ext_fd_file_stat; in map_gnu_relro()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 17 #include <sys/stat.h> 2090 static struct dso *search_dso_by_fstat(const struct stat *st, const ns_t *ns, uint64_t file_offset) { in search_dso_by_fstat() 2137 /* Find loaded so by file stat */ 2138 UT_STATIC struct dso *find_library_by_fstat(const struct stat *st, const ns_t *ns, bool check_inherited, uint64_t file_offset) { in find_library_by_fstat() 2164 struct stat st; in load_library() 5528 struct stat st; in load_library_header() 6055 struct stat ext_fd_file_stat; in map_gnu_relro()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 2719 const pa_mempool_stat *stat; in command_stat() local 2731 stat = pa_mempool_get_stat(c->protocol->core->mempool); in command_stat() 2734 pa_tagstruct_putu32(reply, (uint32_t) pa_atomic_load(&stat->n_allocated)); in command_stat() 2735 pa_tagstruct_putu32(reply, (uint32_t) pa_atomic_load(&stat->allocated_size)); in command_stat() 2736 pa_tagstruct_putu32(reply, (uint32_t) pa_atomic_load(&stat->n_accumulated)); in command_stat() 2737 pa_tagstruct_putu32(reply, (uint32_t) pa_atomic_load(&stat->accumulated_size)); in command_stat()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | lanai.c | 1117 #define e(flag, name, stat) \ in pcistatus_check() 1120 ++lanai->stats.pcierr_##stat; \ in pcistatus_check()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 2136 rsp->stat = rvu_read64(rvu, blkaddr, NPC_AF_MATCH_STATX(req->cntr)); in rvu_mbox_handler_npc_mcam_counter_stats() 2137 rsp->stat &= BIT_ULL(48) - 1; in rvu_mbox_handler_npc_mcam_counter_stats()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | fsl_lpuart.c | 810 unsigned long stat = lpuart32_read(port, UARTSTAT); in lpuart32_tx_empty() local 822 if ((stat & UARTSTAT_TC && sfifo & UARTFIFO_TXEMPT) || ctrl & UARTCTRL_SBK) in lpuart32_tx_empty()
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | acornscsi.c | 265 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) in acornscsi_sbic_wait() argument 272 if ((asr & stat_mask) == stat) in acornscsi_sbic_wait() 437 "stat", /* 1B */
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | lanai.c | 1116 #define e(flag, name, stat) \ in pcistatus_check() 1119 ++lanai->stats.pcierr_##stat; \ in pcistatus_check()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | hyperv.c | 1940 ++vcpu->stat.tlb_flush; in kvm_hv_vcpu_flush_tlb() 2339 ++vcpu->stat.hypercalls; in kvm_hv_hypercall_complete()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fatfs.c | 57 #include <sys/stat.h> 1419 int fatfs_stat(struct Vnode *vp, struct stat* sp) in fatfs_stat()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 480 ts->stat = SAS_PHY_DOWN; in hisi_sas_queue_command() 1090 ts->stat = SAS_ABORTED_TASK; in hisi_sas_do_release_task()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | acornscsi.c | 259 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) in acornscsi_sbic_wait() argument 266 if ((asr & stat_mask) == stat) in acornscsi_sbic_wait() 431 "stat", /* 1B */
|
/test/xts/acts/multimedia/av_codec/demuxer/src/ |
H A D | func_test.cpp | 99 struct stat fileStatus {}; in GetFileSize() 100 if (stat(fileName, &fileStatus) == 0) { in GetFileSize()
|
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
H A D | avplayerndk.cpp | 28 #include <sys/stat.h>
132 struct stat fileStatus;
in GetFileSize()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 760 struct stat primary_stat = {0}, render_stat = {0}; in physical_device_init() 764 if (stat(primary_path, &primary_stat) != 0) { in physical_device_init() 766 "failed to stat DRM primary node %s", in physical_device_init() 776 "failed to stat DRM render node %s", in physical_device_init()
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 668 struct stat st; in lws_http_serve() 720 lwsl_info("unable to stat %s\n", path); in lws_http_serve() 729 lwsl_info("unable to stat %s\n", path); in lws_http_serve() 734 if (stat(path, &st)) { in lws_http_serve() 735 lwsl_info("unable to stat %s\n", path); in lws_http_serve()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 13 #include <sys/stat.h> 1011 struct stat st; in load_library()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 13 #include <sys/stat.h> 1011 struct stat st; in load_library()
|
/third_party/libinput/src/ |
H A D | evdev.c | 33 #include <sys/stat.h> 2193 struct stat st; in evdev_device_have_same_syspath()
|
/third_party/mksh/ |
H A D | Build.sh | 2319 ac_test st_mtim '' 'for struct stat.st_mtim.tv_nsec' <<-'EOF' 2322 int main(void) { struct stat sb; return (sizeof(sb.st_mtim.tv_nsec)); } 2324 ac_test st_mtimensec '!' st_mtim 0 'for struct stat.st_mtimensec' <<-'EOF' 2327 int main(void) { struct stat sb; return (sizeof(sb.st_mtimensec)); }
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 2939 TSAN_QUALIFIER int *stat) in ssl_tsan_counter() 2942 tsan_counter(stat); in ssl_tsan_counter() 2938 ssl_tsan_counter(const SSL_CTX *ctx, TSAN_QUALIFIER int *stat) ssl_tsan_counter() argument
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 3419 # Check if all paths are one and the same, using stat. They must both exist 3425 my @stat0 = stat($_[0]); # First argument 3426 my @stat1 = stat($_[1]); # Second argument 3428 die "Couldn't stat $_[0]" unless @stat0; 3429 die "Couldn't stat $_[1]" unless @stat1;
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 29 # include <sys/stat.h> 1645 struct stat dbst; in load_index()
|