Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c31 static int test_dirfd = -1; variable
680 if (hdl != NULL && test_dirfd > -1) { in smbios_test_run_one()
686 fd = openat(test_dirfd, fname, O_RDWR | O_CREAT, 0644); in smbios_test_run_one()
738 if ((test_dirfd = open(outdir, O_RDONLY)) < 0) { in main()