Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c142 node_t *nodeptr = NULL; in populate_controllers_list() local
168 nodeptr = (node_t *)malloc(sizeof (node_t)); in populate_controllers_list()
169 if (nodeptr == NULL) { in populate_controllers_list()
173 nodeptr->data = temp; in populate_controllers_list()
174 nodeptr->next = NULL; in populate_controllers_list()
178 cntrl_list->first = nodeptr; in populate_controllers_list()
181 nodeptr->next = cntrl_list->first; in populate_controllers_list()
182 cntrl_list->first = nodeptr; in populate_controllers_list()