/spdk/test/common/config/pkgdep/ |
H A D | pacman | 33 open-isns 52 open-iscsi 64 # perl-open
|
H A D | tdnf | 51 perl-open
|
H A D | apt-get | 45 open-iscsi
|
/spdk/scripts/perf/nvme/ |
H A D | run_fio_test.py | 72 with open(string) as json_file: 111 with open(result_file_name, "a") as result_file: 130 with open(conf_file_name, "a") as conf_file: 151 with open(config_file_for_test, "a") as conf_file: 163 with open(result_file_name, "w+") as result_file:
|
/spdk/test/vhost/windows/ |
H A D | windows_scsi_compliance.py | 51 with open(log, 'r') as fh: 52 fh = open(log, 'r') 83 with open(os.path.join("./", d_name, test_name), 'w') as fh: 97 with open(os.path.join("./", "results.html"), 'a') as fh:
|
/spdk/test/unit/lib/rpc/rpc.c/ |
H A D | rpc_ut.c | 33 DECLARE_WRAPPER(open, int, (const char *pathname, int flags, mode_t mode)); 36 DEFINE_WRAPPER(open, int, (const char *pathname, int flags, mode_t mode), (pathname, flags, mode)); 220 MOCK_SET(open, 1); in test_spdk_rpc_listen_close() 240 MOCK_CLEAR(open); in test_spdk_rpc_listen_close() 253 MOCK_SET(open, 1); in test_rpc_run_multiple_servers() 268 MOCK_CLEAR(open); in test_rpc_run_multiple_servers()
|
H A D | Makefile | 12 open \
|
/spdk/ |
H A D | autorun_post.py | 31 with open(output_file, 'w') as f: 87 with open(cov_total, 'r') as cov_total_file: 92 with open(cov_total, 'w+') as file: 122 with open(completionFile, 'r') as completionList: 159 with open(skipped_test_file, "r") as skipped_test_data: 183 with open(testFiles[0], 'r') as raw_test_list:
|
/spdk/scripts/perf/nvmf/ |
H A D | common.py | 15 with open(file, "r") as json_data: 91 with open(os.path.join(results_dir, result_file), "r") as result_file_fh: 182 with open(os.path.join(results_dir, i_results_filename), "w") as fh: 217 with open(os.path.join(results_dir, csv_file), "w") as fh: 222 with open(os.path.join(results_dir, csv_file), "a") as fh:
|
/spdk/scripts/ |
H A D | spdk-gpt.py | 21 with open("/sys/block/%s/queue/logical_block_size" % block) as lbs: 26 b = os.open(block, os.O_RDONLY)
|
H A D | genconfig.py | 24 with open("mk/config.mk") as f:
|
H A D | sma.py | 26 with open(path, 'r') as cfgfile:
|
/spdk/test/iscsi_tgt/calsoft/ |
H A D | calsoft.py | 56 with open(log_dir_path + case + '.txt', 'w') as f: 123 with open(output_file, 'w') as f:
|
/spdk/test/blobfs/rocksdb/ |
H A D | postprocess.py | 21 with open(sys.argv[1] + "/" + sys.argv[2] + ".perf.txt") as f: 64 with open(sys.argv[1] + "/" + sys.argv[2] + "_db_bench.txt") as f:
|
/spdk/test/common/config/pkgdep/os/ |
H A D | debian | 6 open-isns-utils
|
H A D | ubuntu | 6 open-isns-utils
|
/spdk/test/app/bdev_svc/ |
H A D | bdev_svc.c | 36 fd = open(g_path, O_CREAT | O_EXCL | O_RDWR, S_IFREG); in bdev_svc_start()
|
/spdk/scripts/bpf/ |
H A D | gen.py | 33 with open(script, 'r') as file:
|
/spdk/doc/ |
H A D | bdev_pg.md | 76 a bdev open at the same time, and coordination of reads and writes between 87 the callback will be called on each open descriptor for a bdev backed by 89 the callback can be thought of as a request to close the open descriptor so 90 other memory may be freed. A bdev cannot be torn down while open descriptors
|
H A D | stylesheet.css | 1461 .navbar .navbar-nav .open .dropdown-menu { 1472 .navbar-default .navbar-nav .open .dropdown-menu > li > a { 1475 .navbar .navbar-nav .open .dropdown-menu > li > a:hover, 1476 .navbar .navbar-nav .open .dropdown-menu > li > a:focus, 1477 .navbar .navbar-nav .open .dropdown-menu > .active > a, 1478 .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, 1479 .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { 1483 .navbar .navbar-nav .open .dropdown-menu > .disabled > a, 1484 .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover, 1485 .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
/spdk/python/spdk/spdkcli/ |
H A D | ui_root.py | 87 with open(filename, "r") as fd: 91 with open(filename, "r") as fd: 95 with open(filename, "w") as fd: 99 with open(filename, "w") as fd:
|
/spdk/include/spdk/ |
H A D | nvme_ocssd_spec.h | 142 uint8_t open : 1; member
|
/spdk/lib/idxd/ |
H A D | idxd_kernel.c | 146 kernel_idxd->fd = open(path, O_RDWR); in kernel_idxd_probe()
|
/spdk/python/spdk/rpc/ |
H A D | __init__.py | 96 with open(j, "r") as j:
|
/spdk/test/blobstore/ |
H A D | btest.out.match | 69 open ref count: 1
|