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

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c1469 * box_list pointer:
1472 * box_list points to a linked list of boxes.
1485 Box_list *box_list, *l1, *l2; local
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) argument
1658 if (box_list == NULL) {
1662 for (; *box_list !
1713 Box_list *box_list = NULL; local
1939 Box_list *box_list = NULL, *box_list_ptr = NULL; local
3632 l_get_individual_state(char *path, struct l_disk_state_struct *state, Ib_state *ib_state, int front_flag, struct box_list_struct *box_list, struct wwn_list_struct *wwn_list, int verbose) argument
4955 l_get_allses(char *path, struct box_list_struct *box_list, struct dlist **ses_list, int verbose) argument
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c499 Box_list *box_list; local
521 if ((err = l_get_box_list(&box_list, 0)) != 0) {
534 (void) l_free_box_list(&box_list);
897 if ((err = l_get_allses(ses_path, box_list,
981 (void) l_free_box_list(&box_list);
2127 Box_list *bl1, *box_list = NULL; local
2133 if ((err = l_get_box_list(&box_list, 0)) != 0) {
2154 for (bl1 = box_list; bl1; bl1 = bl1->box_next) {
2159 if (box_list && bl1)
2180 (void) l_free_box_list(&box_list);
[all...]

Completed in 67 milliseconds