Lines Matching defs:l2
1484 Box_list *box_list, *l1, *l2;
1573 if ((l2 = (struct box_list_struct *)
1584 (void) strcpy((char *)l2->b_physical_path,
1586 (void) strcpy((char *)l2->logical_path,
1589 (void *)l2->b_node_wwn, WWN_SIZE);
1590 (void) sprintf(l2->b_node_wwn_s,
1600 strncpy((char *)l2->prod_id_s,
1603 strncpy((char *)l2->b_name,
1607 l2->b_name[sizeof (l2->b_name) - 1] = NULL;
1616 (void) sprintf(l2->b_port_wwn_s,
1622 (void *)l2->b_port_wwn, WWN_SIZE);
1625 " Found enclosure named:%s\n", l2->b_name);
1628 l1 = box_list = l2;
1630 l2->box_prev = l1;
1631 l1 = l1->box_next = l2;
1637 (void) g_destroy_data(l2);