Home
last modified time | relevance | path

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

/illumos-gate/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; argument
193 extern void g_free_wwn_list_found(struct wwn_list_found_struct **);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c100 static int search_wwn_entry(struct wwn_list_found_struct *, uchar_t *,
102 static int add_wwn_entry(struct wwn_list_found_struct **, uchar_t *,
106 struct wwn_list_found_struct **);
437 search_wwn_entry(struct wwn_list_found_struct *wwn_list_found, uchar_t *pwwn, in search_wwn_entry()
440 struct wwn_list_found_struct *wwn_list_s; in search_wwn_entry()
456 add_wwn_entry(struct wwn_list_found_struct **wwn_list_found, uchar_t *pwwn, in add_wwn_entry()
459 struct wwn_list_found_struct *new_wwn, *temp_wwn_list_found = NULL; in add_wwn_entry()
462 if ((new_wwn = (struct wwn_list_found_struct *) in add_wwn_entry()
463 calloc(1, sizeof (struct wwn_list_found_struct))) == NULL) { in add_wwn_entry()
500 struct wwn_list_found_struct *wwn_list_found = NULL; in g_get_wwn_list()
[all …]