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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc204 db_index_entry_p fst = tab[bucket ]; local
206 if (fst != NULL)
207 ret = fst->lookup(case_insens, hval,
232 register db_index_entry *fst; local
246 fst = tab[bucket];
247 if (fst == NULL)
249 else if (fst->remove(&tab[bucket], case_insens, hval, index_value,
280 db_index_entry_p fst, newbucket; local
283 fst = tab[bucket];
284 if (fst
[all...]
H A Ddb_index_entry.cc191 db_index_entry_p fst, prev, curr; local
194 for (fst = this; fst != NULL; fst = fst->next) {
195 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) {
204 if (fst != NULL) {
205 prev = fst;
206 for (curr = fst
[all...]
H A Ddb_dictionary.cc499 db_table_desc_p fst = dd->tables.tables_val[bucket]; local
501 if (fst != NULL)
502 return (search_bucket(fst, hval, target));
518 register db_table_desc *fst; local
526 fst = dd->tables.tables_val[bucket];
527 if (fst == NULL)
529 if (remove_from_bucket(fst, &dd->tables.tables_val[bucket],
572 db_table_desc_p fst; local
575 fst = dd->tables.tables_val[bucket];
577 if (fst
[all...]
/illumos-gate/usr/src/cmd/initpkg/
H A Dmountall.sh331 for fst in $fsckall_fstypes; do
332 if [ "$fst" = "$fstype" ] ; then
383 for fst in $fsckall_fstypes
385 cmd="/usr/lib/fs/$fst/fsckall \$${fst}_fscklist"
/illumos-gate/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]
/illumos-gate/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]

Completed in 1629 milliseconds