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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c123 static void hf_printtree (hotfile_entry_t *);
2261 hf_printtree(hotfile_entry_t * root) function
2264 hf_printtree(root->left);
2266 hf_printtree(root->right);

Completed in 20 milliseconds