Searched refs:search_cache (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.bin/pmap/
H A Dpmap.c46 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
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c184 static struct cpp_file_hash_entry *search_cache (struct cpp_file_hash_entry *head,
540 entry = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir);
624 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir);
1115 search_cache (struct cpp_file_hash_entry *head, const cpp_dir *start_dir) function
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc184 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 192 milliseconds