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

  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 188 scan_tree(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl)) function in typeref:typename:void
358 scan_tree(pa0, &check_user_space);
359 scan_tree(pa0, &check_kernel_space);
360 scan_tree(pa0, &check_svs_g_bit);
374 scan_tree(pa0, &check_user_space);
375 scan_tree(pa0, &check_kernel_space);
376 scan_tree(pa0, &check_pte_space);
398 scan_tree(pa0, &count_krwx);
399 scan_tree(pa0, &count_kshstk);
400 scan_tree(pa0, &check_kernel_map)
    [all...]
  /src/common/dist/zlib/
trees.c 712 local void scan_tree(deflate_state *s, ct_data *tree, int max_code) { function in typeref:typename:local void
804 scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code);
805 scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code);
  /src/usr.sbin/mountd/
mountd.c 214 static int scan_tree(struct dirlist *, struct sockaddr *);
662 (defset && scan_tree(ep->ex_defdir, saddr) == 0 &&
663 scan_tree(ep->ex_dirl, saddr) == 0))) {
1705 scan_tree(struct dirlist *dp, struct sockaddr *saddr) function in typeref:typename:int
1710 if (scan_tree(dp->dp_left, saddr))
1714 if (scan_tree(dp->dp_right, saddr))
  /src/sys/net/
zlib.c 2248 local void scan_tree(deflate_state *s, ct_data *tree, int max_code);
2798 local void scan_tree (deflate_state *s, function in typeref:typename:local void
2897 scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code);
2898 scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code);

Completed in 49 milliseconds