Home
last modified time | relevance | path

Searched refs:zo_alt_libpath (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c183 char zo_alt_libpath[MAXNAMELEN]; member
244 .zo_alt_libpath = { '\0' },
1200 strlcpy(zo->zo_alt_libpath, val, in process_options()
1201 MIN(sizeof (zo->zo_alt_libpath), dirlen + 1)); in process_options()
1202 invalid_what = "library path", val = zo->zo_alt_libpath; in process_options()
1206 strlcat(val, "/lib", sizeof (zo->zo_alt_libpath)); in process_options()
1208 if (0 != access(zo->zo_alt_libpath, X_OK)) in process_options()
9035 ztest_opts.zo_alt_libpath, B_FALSE, NULL)); in main()
9090 ztest_opts.zo_alt_libpath, B_TRUE, &status); in main()