Searched refs:sphead (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockparams.c | 69 static list_t sphead; variable 89 list_create(&sphead, sizeof (struct sockparams), in sockparams_init() 564 if (sockparams_find(&sphead, sp->sp_family, sp->sp_type, in sockparams_add() 583 list_insert_tail(&sphead, sp); in sockparams_add() 612 sp = sockparams_find(&sphead, family, type, protocol, B_TRUE, NULL); in sockparams_delete() 628 list_remove(&sphead, sp); in sockparams_delete() 679 sp = sockparams_find(&sphead, family, type, protocol, B_TRUE, NULL); in solookup() 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() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 938 wserno_list_t *sernop, *sp, *newsp, *sphead = NULL; in display_work() local 972 sp = sphead; in display_work() 975 if (sphead == NULL) { in display_work() 976 sphead = sernop; in display_work() 977 sphead->serno = serno; in display_work() 978 sphead->idx = idx; in display_work() 979 sphead->next = NULL; in display_work() 980 sphead->prev = NULL; in display_work() 994 sphead = newsp; in display_work() 1025 sp = sphead; in display_work()
|