wwn_list_found_struct
struct wwn_list_found_struct *wwn_next;
extern void g_free_wwn_list_found(struct wwn_list_found_struct **);
static int search_wwn_entry(struct wwn_list_found_struct *, uchar_t *,
static int add_wwn_entry(struct wwn_list_found_struct **, uchar_t *,
struct wwn_list_found_struct **);
struct wwn_list_found_struct **wwn_list_found)
struct wwn_list_found_struct *wwn_list_found = NULL;
search_wwn_entry(struct wwn_list_found_struct *wwn_list_found, uchar_t *pwwn,
struct wwn_list_found_struct *wwn_list_s;
add_wwn_entry(struct wwn_list_found_struct **wwn_list_found, uchar_t *pwwn,
struct wwn_list_found_struct *new_wwn, *temp_wwn_list_found = NULL;
if ((new_wwn = (struct wwn_list_found_struct *)
calloc(1, sizeof (struct wwn_list_found_struct))) == NULL) {
struct wwn_list_found_struct *wwn_list_found = NULL;
g_free_wwn_list_found(struct wwn_list_found_struct **wwn_list_found)