Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc202 db_index_entry_p fst = tab[bucket ]; in lookup() local
204 if (fst != NULL) in lookup()
205 ret = fst->lookup(case_insens, hval, in lookup()
230 db_index_entry *fst; in remove() local
244 fst = tab[bucket]; in remove()
245 if (fst == NULL) in remove()
247 else if (fst->remove(&tab[bucket], case_insens, hval, index_value, in remove()
278 db_index_entry_p fst, newbucket; in add() local
281 fst = tab[bucket]; in add()
282 if (fst == NULL) { /* Empty bucket */ in add()
[all …]
H A Ddb_index_entry.cc189 db_index_entry_p fst, prev, curr; in lookup() local
192 for (fst = this; fst != NULL; fst = fst->next) { in lookup()
193 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) { in lookup()
202 if (fst != NULL) { in lookup()
203 prev = fst; in lookup()
204 for (curr = fst->next; curr != NULL; curr = curr->next) { in lookup()
217 return (fst); in lookup()
H A Ddb_dictionary.cc500 db_table_desc_p fst = dd->tables.tables_val[bucket]; in search_dictionary() local
502 if (fst != NULL) in search_dictionary()
503 return (search_bucket(fst, hval, target)); in search_dictionary()
519 db_table_desc *fst; in remove_from_dictionary() local
527 fst = dd->tables.tables_val[bucket]; in remove_from_dictionary()
528 if (fst == NULL) in remove_from_dictionary()
530 if (remove_from_bucket(fst, &dd->tables.tables_val[bucket], in remove_from_dictionary()
573 db_table_desc_p fst; in add_to_dictionary() local
576 fst = dd->tables.tables_val[bucket]; in add_to_dictionary()
578 if (fst == NULL) { /* Empty bucket */ in add_to_dictionary()
[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/lib9p/common/backend/
H A Dfs.c2874 struct stat fst, tdst; in fs_link() local
2894 fstatat(file->ff_dirfd, file->ff_name, &fst, AT_SYMLINK_NOFOLLOW) != 0) in fs_link()
2896 if (S_ISDIR(fst.st_mode)) in fs_link()
2899 op = S_ISDIR(fst.st_mode) ? L9P_ACE_ADD_SUBDIRECTORY : L9P_ACE_ADD_FILE; in fs_link()
2942 struct stat odst, ndst, fst; in fs_renameat() local
2967 if (fstatat(off->ff_dirfd, onb, &fst, AT_SYMLINK_NOFOLLOW) != 0) in fs_renameat()
2988 off->ff_acl, &odst, facl, &fst, off->ff_ai, (gid_t)-1); in fs_renameat()
2992 op = S_ISDIR(fst.st_mode) ? L9P_ACE_ADD_SUBDIRECTORY : in fs_renameat()
3017 struct stat dirst, fst; in fs_unlinkat() local
3032 if (fstatat(dirff->ff_dirfd, newname, &fst, AT_SYMLINK_NOFOLLOW) != 0 || in fs_unlinkat()
[all …]
/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]
/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]