Searched refs:scd_next (Results 1 – 5 of 5) sorted by relevance
859 chan_list = chan_list->scd_next; in get_channel()940 chan_list = chan_list->scd_next; in open_channel()973 chan->scd_next = registered_channels[hash_index]; in open_channel()997 chan = chan->scd_next; in close_channel()1014 registered_channels[hash_index] = chan->scd_next; in close_channel()1016 prev_chan->scd_next = chan->scd_next; in close_channel()
421 wsp->walk_addr = (uintptr_t)scd.scd_next; in sysevent_channel_walk_step()
228 struct sysevent_channel_descriptor *scd_next; member
14679 scdp->scd_prev->scd_next = scdp->scd_next; in sfmmu_remove_scd()14682 *headp = scdp->scd_next; in sfmmu_remove_scd()14685 if (scdp->scd_next != NULL) { in sfmmu_remove_scd()14686 scdp->scd_next->scd_prev = scdp->scd_prev; in sfmmu_remove_scd()14697 scdp->scd_next = *headp; in sfmmu_add_scd()15243 scdp = scdp->scd_next) { in sfmmu_find_scd()15437 for (sp = srdp->srd_scdp; sp != NULL; sp = sp->scd_next) { in sfmmu_destroy_scd()
736 sf_scd_t *scd_next; /* link pointers for srd_scd list */ member