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

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_rtmptable.c289 RT_entry *rt_found, *pprevious = NULL, *pnext, *pnextl, *psub; local
345 psub = pnext;
349 while ((pnextl = psub->left))
350 psub = pnextl;
354 psub->left = rt_found->left;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c2149 hotfile_entry_t *pnextl, *psub; local
2155 psub = next;
2158 while ((pnextl = psub->left))
2159 psub = pnextl;
2162 psub->left = entry->left;

Completed in 70 milliseconds