Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/ddi_ufm/
H A Dufm-test.c358 ufm_ioc_bufsz_t ubz = { 0 }; in do_negative_ioctl_tests() local
388 ubz.ufbz_version = DDI_UFM_CURRENT_VERSION; in do_negative_ioctl_tests()
389 (void) strlcpy(ubz.ufbz_devpath, UFMTEST_DEV, MAXPATHLEN); in do_negative_ioctl_tests()
390 if (ioctl(tst_state->ufts_ufm_fd, UFM_IOC_REPORTSZ, &ubz) < 0) { in do_negative_ioctl_tests()
394 reportsz = ubz.ufbz_size; in do_negative_ioctl_tests()
487 ubz.ufbz_version = 0; in do_negative_ioctl_tests()
488 (void) strlcpy(ubz.ufbz_devpath, UFMTEST_DEV, MAXPATHLEN); in do_negative_ioctl_tests()
489 if (try_ioctl(tst_state->ufts_ufm_fd, UFM_IOC_REPORTSZ, &ubz, in do_negative_ioctl_tests()
499 ubz.ufbz_version = 999; in do_negative_ioctl_tests()
500 (void) strlcpy(ubz.ufbz_devpath, UFMTEST_DEV, MAXPATHLEN); in do_negative_ioctl_tests()
[all …]