Home
last modified time | relevance | path

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

/src/stand/userboot/test/
H A Dtest.c118 int comp_fd, dir_fd, error; in test_open_internal() local
202 comp_fd = openat(dir_fd, component, O_RDONLY); in test_open_internal()
203 if (comp_fd < 0) in test_open_internal()
215 tf->tf_u.dir = fdopendir(comp_fd); in test_open_internal()
226 tf->tf_u.fd = comp_fd; in test_open_internal()