Searched refs:box_list_ptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c1475 l_get_box_list(struct box_list_struct **box_list_ptr, int verbose) argument
1490 if (box_list_ptr == NULL) {
1494 box_list = *box_list_ptr = NULL;
1646 *box_list_ptr = box_list; /* pass back ptr to list */
1685 Box_list *box_list_ptr = NULL; local
1690 box_list_ptr = b_list;
1691 while (box_list_ptr != NULL) {
1692 if ((strcmp(name, (const char *)box_list_ptr->b_name) == 0) &&
1693 (strcmp(box_list_ptr->b_node_wwn_s, wwn) != 0)) {
1697 box_list_ptr
1939 Box_list *box_list = NULL, *box_list_ptr = NULL; local
4958 struct box_list_struct *box_list_ptr; local
[all...]

Completed in 61 milliseconds