Home
last modified time | relevance | path

Searched refs:st_new (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dstring_table.h48 extern Str_tbl *st_new(uint_t);
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c391 uint_t st_new; member
957 for (i = 0; ct_dev_negtable[i].st_new != 0; i++) { in is_sync_neg()
959 new == ct_dev_negtable[i].st_new) { in is_sync_neg()
/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c157 st_new(uint_t flags) in st_new() function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c2246 if (((ofl->ofl_shdrsttab = st_new(stflags)) == NULL) || in ld_init_strings()
2247 ((ofl->ofl_strtab = st_new(stflags)) == NULL) || in ld_init_strings()
2248 ((ofl->ofl_dynstrtab = st_new(stflags)) == NULL)) in ld_init_strings()
H A Dsections.c2824 (osp->os_mstrtab = st_new(FLG_STNEW_COMPRESS)) == NULL) in ld_gather_strmerge()
2930 (osp->os_mstrtab = st_new(FLG_STNEW_COMPRESS)) == NULL) { in ld_strmerge_sec()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c154 if ((stp == 0) && ((stp = st_new(FLG_STNEW_COMPRESS)) == NULL)) { in message_append()