Searched defs:wwn_list_found (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c260 struct wwn_list_struct *new_wwn, *wwn_list_s, *wwn_list_found; local
305 wwn_list_found = wwn_list_s;
320 * the info from the wwn_list_found
332 strlen(wwn_list_found->physical_path)
339 strlen(wwn_list_found->logical_path)
355 wwn_list_found->physical_path,
356 strlen(wwn_list_found->physical_path));
358 wwn_list_found->logical_path,
359 strlen(wwn_list_found->logical_path));
366 * we already have in wwn_list_found
437 search_wwn_entry(struct wwn_list_found_struct *wwn_list_found, uchar_t *pwwn, uchar_t *nwwn) argument
456 add_wwn_entry(struct wwn_list_found_struct **wwn_list_found, uchar_t *pwwn, uchar_t *nwwn) argument
500 struct wwn_list_found_struct *wwn_list_found = NULL; local
735 g_free_wwn_list_found(struct wwn_list_found_struct **wwn_list_found) argument
3748 get_wwns(char *path_phys, uchar_t port_wwn[], uchar_t node_wwn[], int *al_pa, struct wwn_list_found_struct **wwn_list_found) argument
3922 struct wwn_list_found_struct *wwn_list_found = NULL; local
[all...]

Completed in 67 milliseconds