Home
last modified time | relevance | path

Searched refs:fst (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_index.cc204 db_index_entry_p fst = tab[bucket ]; in lookup() local
206 if (fst != NULL) in lookup()
207 ret = fst->lookup(case_insens, hval, in lookup()
232 register db_index_entry *fst; in remove() local
246 fst = tab[bucket]; in remove()
247 if (fst == NULL) in remove()
249 else if (fst->remove(&tab[bucket], case_insens, hval, index_value, in remove()
280 db_index_entry_p fst, newbucket; in add() local
283 fst = tab[bucket]; in add()
284 if (fst == NULL) { /* Empty bucket */ in add()
[all …]
H A Ddb_index_entry.cc191 db_index_entry_p fst, prev, curr; in lookup() local
194 for (fst = this; fst != NULL; fst = fst->next) { in lookup()
195 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) { in lookup()
204 if (fst != NULL) { in lookup()
205 prev = fst; in lookup()
206 for (curr = fst->next; curr != NULL; curr = curr->next) { in lookup()
219 return (fst); in lookup()
H A Ddb_dictionary.cc499 db_table_desc_p fst = dd->tables.tables_val[bucket]; in search_dictionary() local
501 if (fst != NULL) in search_dictionary()
502 return (search_bucket(fst, hval, target)); in search_dictionary()
518 register db_table_desc *fst; in remove_from_dictionary() local
526 fst = dd->tables.tables_val[bucket]; in remove_from_dictionary()
527 if (fst == NULL) in remove_from_dictionary()
529 if (remove_from_bucket(fst, &dd->tables.tables_val[bucket], in remove_from_dictionary()
572 db_table_desc_p fst; in add_to_dictionary() local
575 fst = dd->tables.tables_val[bucket]; in add_to_dictionary()
577 if (fst == NULL) { /* Empty bucket */ in add_to_dictionary()
[all …]
/titanic_41/usr/src/cmd/initpkg/
H A Dmountall.sh330 for fst in $fsckall_fstypes; do
331 if [ "$fst" = "$fstype" ] ; then
382 for fst in $fsckall_fstypes
384 cmd="/usr/lib/fs/$fst/fsckall \$${fst}_fscklist"
/titanic_41/usr/src/lib/libm/amd64/src/
H A Dexp10l.s58 fst %st(2) / [z], x, [z]
H A Dexpl.s59 fst %st(2) / [z], x, [z]
H A Dexpm1l.s66 fst %st(2) / [z], x, [z]
/titanic_41/usr/src/lib/libm/i386/src/
H A Dexp10l.s57 fst %st(2) / [z], x, [z]
H A Dexpl.s58 fst %st(2) / [z], x, [z]
H A Dexpm1l.s65 fst %st(2) / [z], x, [z]