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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c122 static void hf_maxdepth(hotfile_entry_t *, int, int *);
2249 hf_maxdepth(hotfile_entry_t * root, int depth, int *maxdepth) function
2255 hf_maxdepth(root->left, depth, maxdepth);
2256 hf_maxdepth(root->right, depth, maxdepth);

Completed in 18 milliseconds