Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c7154 char fd_data_str[12]; in exec_child() local
7161 snprintf(fd_data_str, 12, "%d", ztest_fd_data)); in exec_child()
7162 VERIFY0(setenv("ZTEST_FD_DATA", fd_data_str, 1)); in exec_child()
7248 char *fd_data_str = getenv("ZTEST_FD_DATA"); in main() local
7271 if (!fd_data_str) { in main()
7280 ztest_fd_data = atoi(fd_data_str); in main()
7294 if (fd_data_str) { in main()