Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 64) sorted by relevance

123

/spdk/test/common/config/pkgdep/
H A Dpacman33 open-isns
52 open-iscsi
64 # perl-open
H A Dtdnf51 perl-open
H A Dapt-get45 open-iscsi
/spdk/scripts/perf/nvme/
H A Drun_fio_test.py72 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 Dwindows_scsi_compliance.py51 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 Drpc_ut.c33 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 DMakefile12 open \
/spdk/
H A Dautorun_post.py31 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 Dcommon.py15 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 Dspdk-gpt.py21 with open("/sys/block/%s/queue/logical_block_size" % block) as lbs:
26 b = os.open(block, os.O_RDONLY)
H A Dgenconfig.py24 with open("mk/config.mk") as f:
H A Dsma.py26 with open(path, 'r') as cfgfile:
/spdk/test/iscsi_tgt/calsoft/
H A Dcalsoft.py56 with open(log_dir_path + case + '.txt', 'w') as f:
123 with open(output_file, 'w') as f:
/spdk/test/blobfs/rocksdb/
H A Dpostprocess.py21 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 Ddebian6 open-isns-utils
H A Dubuntu6 open-isns-utils
/spdk/test/app/bdev_svc/
H A Dbdev_svc.c36 fd = open(g_path, O_CREAT | O_EXCL | O_RDWR, S_IFREG); in bdev_svc_start()
/spdk/scripts/bpf/
H A Dgen.py33 with open(script, 'r') as file:
/spdk/doc/
H A Dbdev_pg.md76 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 Dstylesheet.css1461 .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 Dui_root.py87 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 Dnvme_ocssd_spec.h142 uint8_t open : 1; member
/spdk/lib/idxd/
H A Didxd_kernel.c146 kernel_idxd->fd = open(path, O_RDWR); in kernel_idxd_probe()
/spdk/python/spdk/rpc/
H A D__init__.py96 with open(j, "r") as j:
/spdk/test/blobstore/
H A Dbtest.out.match69 open ref count: 1

123