HomeSort by: relevance | last modified time | path
    Searched defs:search_cache (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/pmap/
pmap.c 46 static int search_cache(kvm_t *, struct vnode *, char **, char *, size_t);
760 rv = search_cache(kd, P(vp), &name, buf, sizeof(buf));
851 search_cache(kvm_t *kd, struct vnode *vp, char **name, char *buf, size_t blen) function
  /src/external/gpl3/gcc/dist/libcpp/
files.cc 189 static struct cpp_file_hash_entry *search_cache (struct cpp_file_hash_entry *head,
541 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir);
634 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir);
1270 search_cache (struct cpp_file_hash_entry *head, const cpp_dir *start_dir) function
  /src/external/gpl3/gcc.old/dist/libcpp/
files.cc 184 static struct cpp_file_hash_entry *search_cache (struct cpp_file_hash_entry *head,
536 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir);
618 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir);
1253 search_cache (struct cpp_file_hash_entry *head, const cpp_dir *start_dir) function

Completed in 15 milliseconds