Lines Matching refs:box_list

1469  * box_list pointer:
1472 * box_list points to a linked list of boxes.
1485 Box_list *box_list, *l1, *l2;
1494 box_list = *box_list_ptr = NULL;
1628 if (box_list == NULL) {
1629 l1 = box_list = l2;
1646 *box_list_ptr = box_list; /* pass back ptr to list */
1654 l_free_box_list(struct box_list_struct **box_list)
1658 if (box_list == NULL) {
1662 for (; *box_list != NULL; *box_list = next) {
1663 next = (*box_list)->box_next;
1664 (void) g_destroy_data(*box_list);
1667 *box_list = NULL;
1713 Box_list *box_list = NULL;
1728 if ((err = l_get_box_list(&box_list, verbose)) != 0) {
1734 while (box_list != NULL) {
1736 (char *)box_list->b_name)) == 0) {
1740 box_list->b_physical_path)
1742 (void) l_free_box_list(&box_list);
1747 box_list->b_physical_path)
1750 (void) l_free_box_list(&box_list);
1757 (void) strcat(p, box_list->b_physical_path);
1760 box_list = box_list->box_next;
1770 (void) l_free_box_list(&box_list);
1774 (void) l_free_box_list(&box_list);
1939 Box_list *box_list = NULL, *box_list_ptr = NULL;
2079 if ((err = l_get_box_list(&box_list, verbose)) != 0) {
2080 (void) l_free_box_list(&box_list);
2083 box_list_ptr = box_list;
2085 while (box_list != NULL) {
2086 if ((strcmp((char *)tmp_name, (char *)box_list->b_name)) == 0) {
2088 g_alloc_string(box_list->b_physical_path);
2091 box_list->b_name, box_list->b_node_wwn_s);
2096 box_list->b_node_wwn_s,
2097 (char *)box_list->b_name,
2106 box_list = box_list->box_next;
2188 box_list = box_list_ptr;
2189 while (box_list != NULL) {
2191 (char *)box_list->b_port_wwn_s)) == 0) ||
2193 (char *)box_list->b_node_wwn_s)) == 0)) {
2195 g_alloc_string(box_list->b_physical_path);
2199 box_list->b_name, box_list->b_node_wwn_s);
2202 box_list = box_list->box_next;
3634 int front_flag, struct box_list_struct *box_list,
3644 (ib_state == NULL) || (box_list == NULL)) {
3698 if ((err = l_get_allses(path, box_list,
4955 l_get_allses(char *path, struct box_list_struct *box_list,
4962 if ((path == NULL) || (box_list == NULL) || (ses_list == NULL)) {
4973 for (box_list_ptr = box_list; box_list_ptr != NULL;
4987 for (box_list_ptr = box_list; box_list_ptr != NULL;