Home
last modified time | relevance | path

Searched refs:stat (Results 5551 - 5575 of 7796) sorted by relevance

1...<<221222223224225226227228229230>>...312

/third_party/nghttp2/src/
H A Dshrpx.cc29 #include <sys/stat.h>
1907 struct stat buf; in conf_exists()
1908 int rv = stat(path, &buf); in conf_exists()
3808 struct stat buf; in process_options()
3809 if (stat(tlsconf.ocsp.fetch_ocsp_response_file.c_str(), &buf) != 0) { in process_options()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c58 static void convert_stat(const struct stat *stbuf, struct fuse_attr *attr) in convert_stat()
77 static void convert_attr(const struct fuse_setattr_in *attr, struct stat *stbuf) in convert_attr()
280 const char *name, const struct stat *stbuf, off_t off)
449 int fuse_reply_attr(fuse_req_t req, const struct stat *attr,
1180 struct stat stbuf;
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1058 struct mv88e6xxx_hw_stat *stat; in mv88e6xxx_stats_get_strings() local
1062 stat = &mv88e6xxx_hw_stats[i]; in mv88e6xxx_stats_get_strings()
1063 if (stat->type & types) { in mv88e6xxx_stats_get_strings()
1064 memcpy(data + j * ETH_GSTRING_LEN, stat->string, in mv88e6xxx_stats_get_strings()
1139 struct mv88e6xxx_hw_stat *stat; in mv88e6xxx_stats_get_sset_count() local
1143 stat = &mv88e6xxx_hw_stats[i]; in mv88e6xxx_stats_get_sset_count()
1144 if (stat->type & types) in mv88e6xxx_stats_get_sset_count()
1202 struct mv88e6xxx_hw_stat *stat; in mv88e6xxx_stats_get_stats() local
1206 stat = &mv88e6xxx_hw_stats[i]; in mv88e6xxx_stats_get_stats()
1207 if (stat in mv88e6xxx_stats_get_stats()
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c43 #include <sys/stat.h>
1638 struct stat st; in leaf_dir()
1644 if (stat(devname, &st) < 0) in leaf_dir()
1753 struct stat st; in show_devfs_devices()
1762 if (stat(di_root, &st) < 0) { in show_devfs_devices()
1834 struct stat st; in dd_filetype()
1839 if (stat(filename, &st) < 0) in dd_filetype()
3095 struct stat stat_buf; in show_scsi_maps()
3099 if (stat(devfs_id, &stat_buf) == 0) in show_scsi_maps()
4906 struct stat a_s in do_scsi_read_write_buffer()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c15 * @sizeof_stat: the sizeof() the stat, must be no greater than sizeof(u64)
16 * @stat_offset: offsetof() the stat from a base pointer
67 * i40e_add_one_ethtool_stat - copy the stat into the supplied buffer
68 * @data: location to store the stat value
70 * @stat: the stat definition
72 * Copies the stat data defined by the pointer and stat structure pair into
78 const struct i40e_stats *stat) in i40e_add_one_ethtool_stat()
90 p = (char *)pointer + stat in i40e_add_one_ethtool_stat()
77 i40e_add_one_ethtool_stat(u64 *data, void *pointer, const struct i40e_stats *stat) i40e_add_one_ethtool_stat() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c15 * @sizeof_stat: the sizeof() the stat, must be no greater than sizeof(u64)
16 * @stat_offset: offsetof() the stat from a base pointer
67 * i40e_add_one_ethtool_stat - copy the stat into the supplied buffer
68 * @data: location to store the stat value
70 * @stat: the stat definition
72 * Copies the stat data defined by the pointer and stat structure pair into
78 const struct i40e_stats *stat) in i40e_add_one_ethtool_stat()
90 p = (char *)pointer + stat in i40e_add_one_ethtool_stat()
77 i40e_add_one_ethtool_stat(u64 *data, void *pointer, const struct i40e_stats *stat) i40e_add_one_ethtool_stat() argument
[all...]
/third_party/libuv/test/
H A Dtest-fs.c28 #include <sys/stat.h>
48 # ifndef stat
49 # define stat _stati64 macro
1207 struct stat s1, s2; in test_sendfile()
1254 ASSERT_OK(stat("test_file", &s1)); in test_sendfile()
1255 ASSERT_OK(stat("test_file2", &s2)); in test_sendfile()
1407 struct stat t; in TEST_IMPL()
4628 printf("stat %s\n", test_file_buf); in TEST_IMPL()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h8766 static void VmaPrintStatInfo(VmaJsonWriter& json, const VmaStatInfo& stat) in VmaPrintStatInfo()
8771 json.WriteNumber(stat.blockCount); in VmaPrintStatInfo()
8774 json.WriteNumber(stat.allocationCount); in VmaPrintStatInfo()
8777 json.WriteNumber(stat.unusedRangeCount); in VmaPrintStatInfo()
8780 json.WriteNumber(stat.usedBytes); in VmaPrintStatInfo()
8783 json.WriteNumber(stat.unusedBytes); in VmaPrintStatInfo()
8785 if(stat.allocationCount > 1) in VmaPrintStatInfo()
8790 json.WriteNumber(stat.allocationSizeMin); in VmaPrintStatInfo()
8792 json.WriteNumber(stat.allocationSizeAvg); in VmaPrintStatInfo()
8794 json.WriteNumber(stat in VmaPrintStatInfo()
11787 VmaStatInfo stat; PrintDetailedMap() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/
H A DImage.cpp28 #include <sys/stat.h>
/foundation/ability/form_fwk/services/src/
H A Dform_rdb_data_mgr.cpp21 #include <sys/stat.h>
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp287 struct stat statbuf; in GetSafeData()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp18 #include <sys/stat.h>
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp25 #include <sys/stat.h>
H A Dbms_bundle_ota_update_test.cpp25 #include <sys/stat.h>
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_encode/
H A Dheif_hw_encoder_test.cpp20 #include <sys/stat.h>
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp22 #include <sys/stat.h>
/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_fd_source_plugin_unit_test.cpp16 #include <sys/stat.h>
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_audio_encoder.cpp20 #include <sys/stat.h>
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp19 #include <sys/stat.h>
/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp533 struct stat statSrc {}; in SendFile()
535 CHECK_AND_RETURN_RET_LOG(status == 0, status, "Failed to get file stat, errno=%{public}d", errno); in SendFile()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp22 #include <sys/stat.h>
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp18 #include <sys/stat.h>
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_proxy.c23 #include <sys/stat.h>
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_clear_data_config_test.cpp19 #include <sys/stat.h>
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp536 struct stat st; in IsDir()

Completed in 64 milliseconds

1...<<221222223224225226227228229230>>...312