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

/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h159 typedef struct wwn_list_found_struct { struct
162 struct wwn_list_found_struct *wwn_next;
193 extern void g_free_wwn_list_found(struct wwn_list_found_struct **);
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c99 static int search_wwn_entry(struct wwn_list_found_struct *, uchar_t *,
101 static int add_wwn_entry(struct wwn_list_found_struct **, uchar_t *,
105 struct wwn_list_found_struct **);
436 search_wwn_entry(struct wwn_list_found_struct *wwn_list_found, uchar_t *pwwn,
439 struct wwn_list_found_struct *wwn_list_s;
455 add_wwn_entry(struct wwn_list_found_struct **wwn_list_found, uchar_t *pwwn,
458 struct wwn_list_found_struct *new_wwn, *temp_wwn_list_found = NULL;
461 if ((new_wwn = (struct wwn_list_found_struct *)
462 calloc(1, sizeof (struct wwn_list_found_struct))) == NULL) {
499 struct wwn_list_found_struct *wwn_list_foun
[all...]

Completed in 25 milliseconds