Home
last modified time | relevance | path

Searched refs:stat (Results 6701 - 6725 of 7147) sorted by relevance

1...<<261262263264265266267268269270>>...286

/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.c5571 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 Dbfa_ioc.c1996 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 Ddynlink.c17 #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 Ddynlink.c17 #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 Dprotocol-native.c2719 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 Dlanai.c1117 #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 Drvu_npc.c2136 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 Dfsl_lpuart.c810 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 Dacornscsi.c265 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 Dlanai.c1116 #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 Dhyperv.c1940 ++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 Dfatfs.c57 #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 Dhisi_sas_main.c480 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 Dacornscsi.c259 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 Dfunc_test.cpp99 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 Davplayerndk.cpp28 #include <sys/stat.h>
132 struct stat fileStatus; in GetFileSize()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c760 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 Dserver.c668 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 Ddynlink.c13 #include <sys/stat.h>
1011 struct stat st; in load_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c13 #include <sys/stat.h>
1011 struct stat st; in load_library()
/third_party/libinput/src/
H A Devdev.c33 #include <sys/stat.h>
2193 struct stat st; in evdev_device_have_same_syspath()
/third_party/mksh/
H A DBuild.sh2319 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 Dssl_local.h2939 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 DConfigure3419 # 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 Dapps.c29 # include <sys/stat.h>
1645 struct stat dbst; in load_index()

Completed in 118 milliseconds

1...<<261262263264265266267268269270>>...286