Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/ddi_ufm/
H A Dufm-test.c241 try_open(int oflag, int exp_errno) in try_open() function
269 if (try_open(O_WRONLY, EINVAL) != 0) in do_negative_open_tests()
282 if (try_open(O_RDWR, EINVAL) != 0) in do_negative_open_tests()
295 if (try_open(O_RDONLY | O_EXCL, EINVAL) != 0) in do_negative_open_tests()
308 if (try_open(O_RDONLY | O_NONBLOCK, EINVAL) != 0) in do_negative_open_tests()
321 if (try_open(O_RDONLY | O_NDELAY, EINVAL) != 0) in do_negative_open_tests()