Home
last modified time | relevance | path

Searched refs:sphead (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c69 static list_t sphead; variable
89 list_create(&sphead, sizeof (struct sockparams), in sockparams_init()
583 list_insert_tail(&sphead, sp); in sockparams_add()
628 list_remove(&sphead, sp); in sockparams_delete()
685 for (sp = list_head(&sphead); sp != NULL; in solookup()
686 sp = list_next(&sphead, sp)) { in solookup()
791 sockparams_filter_cleanup_impl(ent, &sphead); in sockparams_filter_cleanup()
855 for (sp = list_head(&sphead); sp != NULL; in sockparams_copyout_socktable()
856 sp = list_next(&sphead, sp)) { in sockparams_copyout_socktable()
871 for (sp = list_head(&sphead); sp != NULL; in sockparams_copyout_socktable()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c942 wserno_list_t *sernop, *sp, *newsp, *sphead = NULL; in display_work() local
976 sp = sphead; in display_work()
979 if (sphead == NULL) { in display_work()
980 sphead = sernop; in display_work()
981 sphead->serno = serno; in display_work()
982 sphead->idx = idx; in display_work()
983 sphead->next = NULL; in display_work()
984 sphead->prev = NULL; in display_work()
998 sphead = newsp; in display_work()
1029 sp = sphead; in display_work()