Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/include/
H A Dstring_table.h50 extern Str_tbl *st_new(uint_t);
/titanic_44/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c157 st_new(uint_t flags) in st_new() function
H A Dsgsmsg.c154 if ((stp == 0) && ((stp = st_new(FLG_STNEW_COMPRESS)) == NULL)) { in message_append()
/titanic_44/usr/src/uts/common/contract/
H A Ddevice.c390 uint_t st_new; member
955 for (i = 0; ct_dev_negtable[i].st_new != 0; i++) { in is_sync_neg()
957 new == ct_dev_negtable[i].st_new) { in is_sync_neg()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dargs.c2139 if (((ofl->ofl_shdrsttab = st_new(stflags)) == NULL) || in ld_init_strings()
2140 ((ofl->ofl_strtab = st_new(stflags)) == NULL) || in ld_init_strings()
2141 ((ofl->ofl_dynstrtab = st_new(stflags)) == NULL)) in ld_init_strings()
H A Dsections.c2873 if ((mstrtab = st_new(FLG_STNEW_COMPRESS)) == NULL) in ld_make_strmerge()