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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c2164 hotfile_entry_t *pnextl, *psub; local
2170 psub = next;
2173 while ((pnextl = psub->left))
2174 psub = pnextl;
2177 psub->left = entry->left;

Completed in 71 milliseconds