Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/ilstr/
H A DMakefile22 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 Di2cadm_controller.c96 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 DMakefile45 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 DMakefile.com26 OBJECTS += ilstr.o
39 pics/%.o: $(SRC)/common/ilstr/%.c
/illumos-gate/usr/src/cmd/ccidadm/
H A DMakefile26 SRCS = ccidadm.c atr.c hexdump.o ilstr.o
44 %.o: $(SRC)/common/ilstr/%.c
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_field.c275 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 DMakefile37 OBJS = init.o bootbanner.o definit.o ilstr.o
79 %.o: $(SRC)/common/ilstr/%.c
/illumos-gate/usr/src/cmd/bhyve/
H A DMakefile.com39 ilstr.o \
153 pics/%.o: $(SRC)/common/ilstr/%.c
/illumos-gate/usr/src/common/hexdump/
H A DMakefile.com22 ilstr.o
H A DMakefile.targ23 %.o: $(SRC)/common/ilstr/%.c
/illumos-gate/usr/src/uts/common/sys/
H A Dilstr.h44 typedef struct ilstr { struct
H A DMakefile288 ilstr.h \
/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile37 ilstr \
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run218 [/opt/os-tests/tests/ilstr]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m158 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 Dpackaging481 # Private, for ilstr string handling routines:
483 usr/include/sys/ilstr.h
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1657 $(OBJS_DIR)/%.o: $(COMMONBASE)/ilstr/%.c
H A DMakefile.files64 ilstr.o \