Searched refs:zo_alt_libpath (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 171 char zo_alt_libpath[MAXNAMELEN]; member 230 .zo_alt_libpath = { '\0' }, 1141 strlcpy(zo->zo_alt_libpath, val, in process_options() 1142 MIN(sizeof (zo->zo_alt_libpath), dirlen + 1)); in process_options() 1143 invalid_what = "library path", val = zo->zo_alt_libpath; in process_options() 1147 strlcat(val, "/lib", sizeof (zo->zo_alt_libpath)); in process_options() 1149 if (0 != access(zo->zo_alt_libpath, X_OK)) in process_options() 8213 ztest_opts.zo_alt_libpath, B_FALSE, NULL)); in main() 8268 ztest_opts.zo_alt_libpath, B_TRUE, &status); in main()
|