Searched refs:scan_tree (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c665 static void __init scan_tree(struct device_node *dp, struct device *parent) function
671 scan_tree(dp->child, &op->dev);
686 scan_tree(root->child, &parent->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
707 local void scan_tree (s, tree, max_code) function
809 scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code);
810 scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
707 local void scan_tree (s, tree, max_code) function
809 scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code);
810 scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c141 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
626 static void scan_tree( function
731 scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code);
732 scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c964 static void scan_tree(ct_data * tree, int max_code);
1308 static void scan_tree(ct_data * tree, int max_code) function
1424 scan_tree(G2.dyn_ltree, G2.l_desc.max_code);
1425 scan_tree(G2.dyn_dtree, G2.d_desc.max_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dof_device.c952 static void __init scan_tree(struct device_node *dp, struct device *parent) function
958 scan_tree(dp->child, &op->dev);
973 scan_tree(root->child, &parent->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1575 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
2064 local void scan_tree (s, tree, max_code) function
2166 scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code);
2167 scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1971 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
2462 local void scan_tree (s, tree, max_code) function
2564 scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code);
2565 scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code);

Completed in 187 milliseconds