/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | m88ds3103.c | 277 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in m88ds3103_read_status() 278 c->cnr.stat[0].svalue = cnr; in m88ds3103_read_status() 280 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status() 283 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status() 362 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in m88ds3103_read_status() 363 c->post_bit_error.stat[0].uvalue = dev->post_bit_error; in m88ds3103_read_status() 364 c->post_bit_count.stat[0].scale = FE_SCALE_COUNTER; in m88ds3103_read_status() 365 c->post_bit_count.stat[0].uvalue = dev->post_bit_count; in m88ds3103_read_status() 367 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status() 368 c->post_bit_count.stat[ in m88ds3103_read_status() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 812 int left = (void *)q->q.stat - pos; in chcr_write_cpl_set_tcb_ulp() 1213 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_complete() 1215 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_complete() 1222 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_complete() 1225 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_complete() 1242 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_complete() 1246 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_complete() 1389 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_short() 1391 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_short() 1398 left = (void *)q->q.stat in chcr_ktls_xmit_wr_short() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | stm32_fmc2_nand.c | 681 int ret, i, s, stat, eccsize = chip->ecc.size; in stm32_fmc2_nfc_read_page() local 711 stat = chip->ecc.correct(chip, p, ecc_code, ecc_calc); in stm32_fmc2_nfc_read_page() 712 if (stat == -EBADMSG) in stm32_fmc2_nfc_read_page() 714 stat = nand_check_erased_ecc_chunk(p, eccsize, in stm32_fmc2_nfc_read_page() 719 if (stat < 0) { in stm32_fmc2_nfc_read_page() 722 mtd->ecc_stats.corrected += stat; in stm32_fmc2_nfc_read_page() 723 max_bitflips = max_t(unsigned int, max_bitflips, stat); in stm32_fmc2_nfc_read_page() 1041 int stat = 0; in stm32_fmc2_nfc_seq_correct() local 1048 stat = stm32_fmc2_nfc_ham_correct(chip, dat, in stm32_fmc2_nfc_seq_correct() 1062 stat in stm32_fmc2_nfc_seq_correct() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | m88ds3103.c | 277 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in m88ds3103_read_status() 278 c->cnr.stat[0].svalue = cnr; in m88ds3103_read_status() 280 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status() 283 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status() 362 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in m88ds3103_read_status() 363 c->post_bit_error.stat[0].uvalue = dev->post_bit_error; in m88ds3103_read_status() 364 c->post_bit_count.stat[0].scale = FE_SCALE_COUNTER; in m88ds3103_read_status() 365 c->post_bit_count.stat[0].uvalue = dev->post_bit_count; in m88ds3103_read_status() 367 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status() 368 c->post_bit_count.stat[ in m88ds3103_read_status() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 806 int left = (void *)q->q.stat - pos; in chcr_write_cpl_set_tcb_ulp() 1207 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_complete() 1209 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_complete() 1216 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_complete() 1219 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_complete() 1236 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_complete() 1240 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_complete() 1383 left = (void *)q->q.stat - pos; in chcr_ktls_xmit_wr_short() 1385 left = (void *)end - (void *)q->q.stat; in chcr_ktls_xmit_wr_short() 1392 left = (void *)q->q.stat in chcr_ktls_xmit_wr_short() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 815 int stat = -ENOMEM; in svcauth_gss_register_pseudoflavor() local 831 stat = -EADDRINUSE; in svcauth_gss_register_pseudoflavor() 842 return ERR_PTR(stat); in svcauth_gss_register_pseudoflavor() 995 int stat; in svcauth_gss_set_client() local 1011 stat = svcauth_unix_set_client(rqstp); in svcauth_gss_set_client() 1012 if (stat == SVC_DROP || stat == SVC_CLOSE) in svcauth_gss_set_client() 1013 return stat; in svcauth_gss_set_client() 1955 int stat; in svcauth_gss_release() local 1967 stat in svcauth_gss_release() [all...] |
/third_party/python/Lib/test/ |
H A D | test_compileall.py | 48 inode1 = os.stat(filename1).st_ino 49 inode2 = os.stat(filename2).st_ino 80 mtime = int(os.stat(self.source_path).st_mtime) 561 mtime = os.stat(pycpath).st_mtime 564 mtime2 = os.stat(pycpath).st_mtime 568 mtime2 = os.stat(pycpath).st_mtime 628 mtime = os.stat(pycpath).st_mtime 631 mtime2 = os.stat(pycpath).st_mtime 635 mtime2 = os.stat(pycpath).st_mtime 1064 inode = os.stat(pyc [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.c | 751 * @stat: kstat containing file mode 756 static int smb2_get_dos_mode(struct kstat *stat, int attribute) in smb2_get_dos_mode() argument 760 if (S_ISDIR(stat->mode)) { in smb2_get_dos_mode() 766 if (S_ISREG(stat->mode) && (server_conf.share_fake_fscaps & in smb2_get_dos_mode() 770 if (smb2_get_reparse_tag_special_file(stat->mode)) in smb2_get_dos_mode() 2663 struct kstat stat; in smb2_open() local 3301 rc = ksmbd_vfs_getattr(&path, &stat); in smb2_open() 3305 if (stat.result_mask & STATX_BTIME) in smb2_open() 3306 fp->create_time = ksmbd_UnixTimeToNT(stat.btime); in smb2_open() 3308 fp->create_time = ksmbd_UnixTimeToNT(stat in smb2_open() 4481 struct kstat stat; get_file_basic_info() local 4513 struct kstat stat; get_file_standard_info() local 4550 struct kstat stat; get_file_all_info() local 4634 struct kstat stat; get_file_stream_info() local 4729 struct kstat stat; get_file_internal_info() local 4744 struct kstat stat; get_file_network_open_info() local 4811 struct kstat stat; get_file_compression_info() local [all...] |
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/include/ |
H A D | ringtone_scanner_unit_test.h | 25 #include <sys/stat.h>
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/ |
H A D | statistic_reporter.h | 26 KVSTORE_API virtual ReportStatus Report(const T &stat) = 0;
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-self-wchan.c | 17 #include <sys/stat.h>
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-file-handle.c | 3 #include <sys/stat.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-self-wchan.c | 17 #include <sys/stat.h>
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-file-handle.c | 3 #include <sys/stat.h>
|
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.h | 22 #include <sys/stat.h>
|
/third_party/alsa-lib/src/ |
H A D | names.c | 36 #include <sys/stat.h>
|
/third_party/node/test/parallel/ |
H A D | test-fs-makeStatsCallback.js | 9 // fs.stat() calls makeStatsCallback() on its second argument 10 fs.stat(__filename, cb);
|
/third_party/musl/src/stat/ |
H A D | mknod.c | 1 #include <sys/stat.h>
|
/third_party/musl/porting/liteos_a/user/src/stat/ |
H A D | mknod.c | 1 #include <sys/stat.h>
|
/third_party/musl/porting/liteos_a/user/src/time/ |
H A D | utime.c | 2 #include <sys/stat.h>
|
/third_party/musl/src/time/ |
H A D | utime.c | 2 #include <sys/stat.h>
|
/third_party/ltp/testcases/kernel/security/smack/ |
H A D | smack_notroot.c | 18 #include <sys/stat.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 4-1.c | 18 #include <sys/stat.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
H A D | 7-1.c | 20 #include <sys/stat.h>
|
/third_party/musl/compat/time32/ |
H A D | futimens_time32.c | 3 #include <sys/stat.h>
|