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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c123 static void hf_printtree (hotfile_entry_t *);
2276 hf_printtree(hotfile_entry_t * root) function
2279 hf_printtree(root->left);
2281 hf_printtree(root->right);

Completed in 72 milliseconds