Symbol: dpio_fail
usr/src/test/os-tests/tests/gpio/dpio_test.c
125
dpio_fail("DPIO create: %s: succeeded when we expected failure",
usr/src/test/os-tests/tests/gpio/dpio_test.c
128
dpio_fail("DPIO create failed: %s: but got wrong errno. "
usr/src/test/os-tests/tests/gpio/dpio_test.c
170
dpio_fail("failed to cleanup DPIO on pin %u",
usr/src/test/os-tests/tests/gpio/dpio_test.c
196
dpio_fail("failed to get DPIO_IOC_CUROUT on %s: %s", path,
usr/src/test/os-tests/tests/gpio/dpio_test.c
205
dpio_fail("failed to get DPIO_IOC_TIMING on %s: %s", path,
usr/src/test/os-tests/tests/gpio/dpio_test.c
214
dpio_fail("write failed on %s: %s", path, strerror(ret));
usr/src/test/os-tests/tests/gpio/dpio_test.c
217
dpio_fail("write to %s returned wrong number of bytes: %ld, "
usr/src/test/os-tests/tests/gpio/dpio_test.c
224
dpio_fail("failed to get post-write DPIO_IOC_TIMING on %s: %s",
usr/src/test/os-tests/tests/gpio/dpio_test.c
232
dpio_fail("write time on %s did not advance, pre: 0x%lx, "
usr/src/test/os-tests/tests/gpio/dpio_test.c
252
dpio_fail("failed to open %s, but expected to: %s",
usr/src/test/os-tests/tests/gpio/dpio_test.c
258
dpio_fail("TEST FAILED: accidentally was able to open "
usr/src/test/os-tests/tests/gpio/dpio_test.c
272
dpio_fail("failed to read %s: %s, but expected ENOTSUP",
usr/src/test/os-tests/tests/gpio/dpio_test.c
275
dpio_fail("failed to read %s: %s", path,
usr/src/test/os-tests/tests/gpio/dpio_test.c
280
dpio_fail("successfully read %s, but expected failure",
usr/src/test/os-tests/tests/gpio/dpio_test.c
302
dpio_fail("DPIO_IOC_CUROUT worked on %s, but expected failure",
usr/src/test/os-tests/tests/gpio/dpio_test.c
305
dpio_fail("got unexpected errno from DPIO_IOC_CUROUT ioctl on "
usr/src/test/os-tests/tests/gpio/dpio_test.c
313
dpio_fail("wrote to %s, but expected failure", path);
usr/src/test/os-tests/tests/gpio/dpio_test.c
315
dpio_fail("got unexpected errno writing to %s: %s, expected "
usr/src/test/os-tests/tests/gpio/dpio_test.c
358
dpio_fail("timed out waiting for %s", buf);
usr/src/test/os-tests/tests/gpio/dpio_test.c
377
dpio_fail("couldn't open base non-excl fd: %s",
usr/src/test/os-tests/tests/gpio/dpio_test.c
384
dpio_fail("open O_EXCL worked, but dev was already open with "
usr/src/test/os-tests/tests/gpio/dpio_test.c
387
dpio_fail("open O_EXCL if already open failed with unexpected "
usr/src/test/os-tests/tests/gpio/dpio_test.c
396
dpio_fail("couldn't open bae excl fd: %s", strerror(errno));
usr/src/test/os-tests/tests/gpio/dpio_test.c
404
dpio_fail("O_EXCL didn't block subsequent open of fd %d",
usr/src/test/os-tests/tests/gpio/dpio_test.c
407
dpio_fail("O_EXCL blocked other open, but with unexpected "
usr/src/test/os-tests/tests/gpio/dpio_test.c
431
dpio_fail("failed to open %s for destruction tests: %s", path,
usr/src/test/os-tests/tests/gpio/dpio_test.c
440
dpio_fail("DPIO was destroyed despite open fd!!");
usr/src/test/os-tests/tests/gpio/dpio_test.c
442
dpio_fail("failed to destroy DPIO with open fd, but got wrong "
usr/src/test/os-tests/tests/gpio/dpio_test.c
470
dpio_fail("failed to create initial DPIOs");