Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/ilstr/
H A Dilstr_basic.c80 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_OK); in ist_empty()
94 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_OK); in ist_prealloc_toobig()
100 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_NOMEM); in ist_prealloc_toobig()
103 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_NOMEM); in ist_prealloc_toobig()
109 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_NOMEM); in ist_prealloc_toobig()
117 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_OK); in ist_prealloc_toobig()
127 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_OK); in ist_prealloc_toobig()
133 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_NOMEM); in ist_prealloc_toobig()
136 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_NOMEM); in ist_prealloc_toobig()
142 VERIFY3U(ilstr_errno(ils), ==, ILSTR_ERROR_NOMEM); in ist_prealloc_toobig()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dilstr.h33 typedef enum ilstr_errno { enum
61 extern ilstr_errno_t ilstr_errno(ilstr_t *);
/illumos-gate/usr/src/common/bootbanner/
H A Dbootbanner.c136 if (ilstr_errno(s) == ILSTR_ERROR_OK) { in bootbanner_print_one()
/illumos-gate/usr/src/common/ilstr/
H A Dilstr.c360 ilstr_errno(ilstr_t *ils) in ilstr_errno() function
/illumos-gate/usr/src/test/os-tests/tests/hexdump/
H A Dhexdump_basic.c216 VERIFY3U(ilstr_errno(i), ==, ILSTR_ERROR_OK); in run()
/illumos-gate/usr/src/cmd/i2cadm/
H A Di2cadm_controller.c125 ilstr_errno_t err = ilstr_errno(&ilstr); in i2cadm_map_to_str()
177 ilstr_errno_t err = ilstr_errno(&ilstr); in i2cadm_value_print_pos_u32()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_field.c286 if (ilstr_errno(&ilstr) != ILSTR_ERROR_OK) { in field_extract_ascii()
288 "0x%x", ofarg->fo_desc, ilstr_errno(&ilstr)); in field_extract_ascii()
/illumos-gate/usr/src/common/hexdump/
H A Dhexdump.c415 ilstr_errno_t ilerr = ilstr_errno(&hdp.hdp_buf); in hexdumph()
/illumos-gate/usr/src/lib/libi2c/common/
H A Dlibi2c.c390 if (ilstr_errno(&ils) != ILSTR_ERROR_OK) { in i2c_node_to_path()
/illumos-gate/usr/src/cmd/ccidadm/
H A Dccidadm.c259 return (ilstr_errno(&s) == ILSTR_ERROR_OK); in ccidadm_list_ofmt_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c854 VERIFY3S(ilstr_errno(&ils), ==, ILSTR_ERROR_OK); in zfs_userspace_one()
912 VERIFY3S(ilstr_errno(&ils), ==, ILSTR_ERROR_OK); in zfs_set_userquota()
1599 VERIFY3S(ilstr_errno(&ils), ==, ILSTR_ERROR_OK); in zfs_statfs_project()