Searched refs:ilstr_append_str (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
H A D | ilstr_basic.c | 92 ilstr_append_str(ils, "A"); in ist_prealloc_toobig() 99 ilstr_append_str(ils, "A"); in ist_prealloc_toobig() 102 ilstr_append_str(ils, "A"); in ist_prealloc_toobig() 116 ilstr_append_str(ils, "B"); in ist_prealloc_toobig() 125 ilstr_append_str(ils, "C"); in ist_prealloc_toobig() 155 ilstr_append_str(ils, "A"); in ist_standard_toobig() 168 ilstr_append_str(ils, "A"); in ist_standard_toobig() 197 ilstr_append_str(ils, "abcdefghijklmnopqrstuvwxyz"); in ist_huge() 242 ilstr_append_str(ils, "number"); in ist_printf_2() 244 ilstr_append_str(ils, lorem); in ist_printf_2() [all …]
|
/illumos-gate/usr/src/common/bootbanner/ |
H A D | bootbanner.c | 87 ilstr_append_str(output, utsname.sysname); in bootbanner_expand_template() 89 ilstr_append_str(output, "illumos"); in bootbanner_expand_template() 91 ilstr_append_str(output, utsname.release); in bootbanner_expand_template() 93 ilstr_append_str(output, utsname.version); in bootbanner_expand_template() 111 ilstr_append_str(output, bits); in bootbanner_expand_template() 117 ilstr_append_str(output, "!^"); in bootbanner_expand_template() 119 ilstr_append_str(output, " UNKNOWN!"); in bootbanner_expand_template()
|
/illumos-gate/usr/src/cmd/ccidadm/ |
H A D | ccidadm.c | 165 ilstr_append_str(s, "missing"); in ccidadm_list_slot_status_str() 170 ilstr_append_str(s, "un"); in ccidadm_list_slot_status_str() 173 ilstr_append_str(s, "activated"); in ccidadm_list_slot_status_str() 184 ilstr_append_str(s, "character"); in ccidadm_list_slot_transport_str() 187 ilstr_append_str(s, "TPDU"); in ccidadm_list_slot_transport_str() 191 ilstr_append_str(s, "APDU"); in ccidadm_list_slot_transport_str() 194 ilstr_append_str(s, "unknown"); in ccidadm_list_slot_transport_str() 201 ilstr_append_str(s, " (T=0)"); in ccidadm_list_slot_transport_str() 204 ilstr_append_str(s, " (T=1)"); in ccidadm_list_slot_transport_str() 225 ilstr_append_str(s, "un"); in ccidadm_list_slot_usable_str() [all …]
|
/illumos-gate/usr/src/common/hexdump/ |
H A D | hexdump.c | 182 ilstr_append_str(&hdp->hdp_buf, "\\/"); in hexdump_header() 191 ilstr_append_str(&hdp->hdp_buf, " "); in hexdump_header() 228 ilstr_append_str(&hdp->hdp_buf, " "); in hexdump_data() 236 ilstr_append_str(&hdp->hdp_buf, " | "); in hexdump_data() 394 ilstr_append_str(&hdp.hdp_buf, "*"); in hexdumph() 398 ilstr_append_str(&hdp.hdp_pbuf, in hexdumph()
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | hexdump_basic.c | 159 ilstr_append_str(i, "=============================================\n"); in descr() 179 ilstr_append_str(i, "=============================================\n"); in descr() 187 ilstr_append_str(i, str); in cb()
|
/illumos-gate/usr/src/common/ilstr/ |
H A D | ilstr.c | 162 ilstr_append_str(ilstr_t *ils, const char *s) in ilstr_append_str() function 341 ilstr_append_str(ils, buf); in ilstr_append_char()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ilstr.h | 57 extern void ilstr_append_str(ilstr_t *, const char *);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 847 ilstr_append_str(&ils, DMU_OBJACCT_PREFIX); in zfs_userspace_one() 1594 ilstr_append_str(&ils, DMU_OBJACCT_PREFIX); in zfs_statfs_project()
|