Searched refs:ilstr (Results 1 – 18 of 18) sorted by relevance
| /illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
| H A D | Makefile | 22 COMOBJS = ilstr.o 27 ROOTOPTILSTR = $(ROOTOPTDIR)/ilstr 68 %.32.o: $(SRC)/common/ilstr/%.c 72 %.64.o: $(SRC)/common/ilstr/%.c
|
| /illumos-gate/usr/src/cmd/i2cadm/ |
| H A D | i2cadm_controller.c | 96 ilstr_t ilstr; in i2cadm_map_to_str() local 102 ilstr_init_prealloc(&ilstr, buf, buflen); in i2cadm_map_to_str() 110 ilstr_append_char(&ilstr, ','); in i2cadm_map_to_str() 112 ilstr_append_str(&ilstr, map[i].om_name); in i2cadm_map_to_str() 119 if (ilstr_len(&ilstr) > 0) { in i2cadm_map_to_str() 120 ilstr_append_char(&ilstr, ','); in i2cadm_map_to_str() 122 ilstr_append_str(&ilstr, str); in i2cadm_map_to_str() 125 ilstr_errno_t err = ilstr_errno(&ilstr); in i2cadm_map_to_str() 126 ilstr_fini(&ilstr); in i2cadm_map_to_str() 157 ilstr_t ilstr; in i2cadm_value_print_pos_u32() local [all …]
|
| /illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
| H A D | Makefile | 45 COMOBJS = hexdump.o ilstr.o 108 %.32.o: $(SRC)/common/ilstr/%.c 112 %.64.o: $(SRC)/common/ilstr/%.c
|
| /illumos-gate/usr/src/lib/libi2c/ |
| H A D | Makefile.com | 26 OBJECTS += ilstr.o 39 pics/%.o: $(SRC)/common/ilstr/%.c
|
| /illumos-gate/usr/src/cmd/ccidadm/ |
| H A D | Makefile | 26 SRCS = ccidadm.c atr.c hexdump.o ilstr.o 44 %.o: $(SRC)/common/ilstr/%.c
|
| /illumos-gate/usr/src/cmd/nvmeadm/ |
| H A D | nvmeadm_field.c | 275 ilstr_t ilstr; in field_extract_ascii() local 276 ilstr_init_prealloc(&ilstr, ofarg->fo_val, sizeof (ofarg->fo_val)); in field_extract_ascii() 280 ilstr_append_char(&ilstr, u8p[i]); in field_extract_ascii() 282 ilstr_aprintf(&ilstr, "\\x%02x", u8p[i]); in field_extract_ascii() 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() 291 (void) memcpy(ofarg->fo_hval, ofarg->fo_val, ilstr_len(&ilstr) + 1); in field_extract_ascii() 292 ilstr_fini(&ilstr); in field_extract_ascii()
|
| /illumos-gate/usr/src/cmd/init/ |
| H A D | Makefile | 37 OBJS = init.o bootbanner.o definit.o ilstr.o 79 %.o: $(SRC)/common/ilstr/%.c
|
| /illumos-gate/usr/src/cmd/bhyve/ |
| H A D | Makefile.com | 39 ilstr.o \ 153 pics/%.o: $(SRC)/common/ilstr/%.c
|
| /illumos-gate/usr/src/common/hexdump/ |
| H A D | Makefile.com | 22 ilstr.o
|
| H A D | Makefile.targ | 23 %.o: $(SRC)/common/ilstr/%.c
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | ilstr.h | 44 typedef struct ilstr { struct
|
| H A D | Makefile | 288 ilstr.h \
|
| /illumos-gate/usr/src/test/os-tests/tests/ |
| H A D | Makefile | 37 ilstr \
|
| /illumos-gate/usr/src/test/os-tests/runfiles/ |
| H A D | default.run | 218 [/opt/os-tests/tests/ilstr]
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-test-ostest.p5m | 158 dir path=opt/os-tests/tests/ilstr 159 file path=opt/os-tests/tests/ilstr/ilstr_basic.32 mode=0555 160 file path=opt/os-tests/tests/ilstr/ilstr_basic.64 mode=0555
|
| /illumos-gate/exception_lists/ |
| H A D | packaging | 481 # Private, for ilstr string handling routines: 483 usr/include/sys/ilstr.h
|
| /illumos-gate/usr/src/uts/common/ |
| H A D | Makefile.rules | 1657 $(OBJS_DIR)/%.o: $(COMMONBASE)/ilstr/%.c
|
| H A D | Makefile.files | 64 ilstr.o \
|