Searched refs:box_list (Results 1 – 2 of 2) sorted by relevance
1485 Box_list *box_list, *l1, *l2; in l_get_box_list() local1494 box_list = *box_list_ptr = NULL; in l_get_box_list()1628 if (box_list == NULL) { in l_get_box_list()1629 l1 = box_list = l2; in l_get_box_list()1646 *box_list_ptr = box_list; /* pass back ptr to list */ in l_get_box_list()1654 l_free_box_list(struct box_list_struct **box_list) in l_free_box_list() argument1658 if (box_list == NULL) { in l_free_box_list()1662 for (; *box_list != NULL; *box_list = next) { in l_free_box_list()1663 next = (*box_list)->box_next; in l_free_box_list()1664 (void) g_destroy_data(*box_list); in l_free_box_list()[all …]
499 Box_list *box_list; in hotplug() local521 if ((err = l_get_box_list(&box_list, 0)) != 0) { in hotplug()534 (void) l_free_box_list(&box_list); in hotplug()897 if ((err = l_get_allses(ses_path, box_list, in hotplug()981 (void) l_free_box_list(&box_list); in hotplug()2127 Box_list *bl1, *box_list = NULL; in h_post_insert_encl() local2133 if ((err = l_get_box_list(&box_list, 0)) != 0) { in h_post_insert_encl()2154 for (bl1 = box_list; bl1; bl1 = bl1->box_next) { in h_post_insert_encl()2159 if (box_list && bl1) in h_post_insert_encl()2180 (void) l_free_box_list(&box_list); in h_post_insert_encl()