Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c1043 hspentry_t *newhspentry; in add_hsp() local
1049 newhspentry = (hspentry_t *)malloc(sizeof (*newhspentry)); in add_hsp()
1050 if (newhspentry == NULL) { in add_hsp()
1055 (void) memset((char *)newhspentry, 0, sizeof (*newhspentry)); in add_hsp()
1061 free(newhspentry); in add_hsp()
1064 newhspentry->hspname = newhspname; in add_hsp()
1067 newhspentry->link = hsp_head; in add_hsp()
1068 hsp_head = newhspentry; in add_hsp()
1072 deventry->hsp_list = newhspentry; in add_hsp()
1075 previous->next = newhspentry; in add_hsp()
[all …]