Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ztest/
H A Dztest.c6038 char fd_data_str[12]; in exec_child() local
6045 snprintf(fd_data_str, 12, "%d", ztest_fd_data)); in exec_child()
6046 VERIFY0(setenv("ZTEST_FD_DATA", fd_data_str, 1)); in exec_child()
6127 char *fd_data_str = getenv("ZTEST_FD_DATA"); in main() local
6137 if (!fd_data_str) { in main()
6146 ztest_fd_data = atoi(fd_data_str); in main()
6160 if (fd_data_str) { in main()