Searched refs:ilstr_errno (Results 1 – 11 of 11) sorted by relevance
| /illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
| H A D | ilstr_basic.c | 80 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 D | ilstr.h | 33 typedef enum ilstr_errno { enum 61 extern ilstr_errno_t ilstr_errno(ilstr_t *);
|
| /illumos-gate/usr/src/common/bootbanner/ |
| H A D | bootbanner.c | 136 if (ilstr_errno(s) == ILSTR_ERROR_OK) { in bootbanner_print_one()
|
| /illumos-gate/usr/src/common/ilstr/ |
| H A D | ilstr.c | 360 ilstr_errno(ilstr_t *ils) in ilstr_errno() function
|
| /illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
| H A D | hexdump_basic.c | 216 VERIFY3U(ilstr_errno(i), ==, ILSTR_ERROR_OK); in run()
|
| /illumos-gate/usr/src/cmd/i2cadm/ |
| H A D | i2cadm_controller.c | 125 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 D | nvmeadm_field.c | 286 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 D | hexdump.c | 415 ilstr_errno_t ilerr = ilstr_errno(&hdp.hdp_buf); in hexdumph()
|
| /illumos-gate/usr/src/lib/libi2c/common/ |
| H A D | libi2c.c | 390 if (ilstr_errno(&ils) != ILSTR_ERROR_OK) { in i2c_node_to_path()
|
| /illumos-gate/usr/src/cmd/ccidadm/ |
| H A D | ccidadm.c | 259 return (ilstr_errno(&s) == ILSTR_ERROR_OK); in ccidadm_list_ofmt_cb()
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 854 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()
|