L2_next
if ((gcmdp = L2_next(&cccp->ccc_doneq)) != NULL)
if ((gcmdp = L2_next(&cccp->ccc_doneq)) == NULL)
for (rnp = (ghd_reset_notify_list_t *)L2_next(rnl);
rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) {
while (gcmdp = L2_next(&gcmd_hold_queue)) {
L2_next(&cccp->ccc_reset_notify_list);
rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) {
void *L2_next(L2el_t *elementp);
gcmdp = (gcmd_t *)L2_next(&cccp->ccc_activel);
gcmdp = (gcmd_t *)L2_next(&gcmdp->cmd_timer_link);
for (gcmdp_scan = (gcmd_t *)L2_next(&cccp->ccc_activel);
gcmdp_scan = (gcmd_t *)L2_next(&gcmdp_scan->cmd_timer_link)) {
gcmdp = (gcmd_t *)L2_next(&cccp->ccc_activel);
gcmdp = (gcmd_t *)L2_next(&gcmdp->cmd_timer_link);
void *L2_next(L2el_t *elementp);