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

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c398 l_dev_bypass_enable(struct path_struct *path_struct, int bypass_flag, argument
417 if (path_struct == NULL) {
425 (void) strcpy(temppath, path_struct->p_physical_path);
426 if ((strstr(path_struct->p_physical_path, SCSI_VHCI) != NULL) &&
435 path_struct->argv) != NULL) {
450 path_struct->argv) != NULL) {
471 * The path_struct will return a valid slot
475 if (!path_struct->ib_path_flag) {
480 if (err = l_get_ses_path(path_struct
[all...]
H A Dlhot.c296 l_chk_null_wwn(Path_struct *path_struct, char *ses_path, argument
304 if ((path_struct == NULL) || (ses_path == NULL) ||
317 (void) strcpy(boxname, path_struct->argv);
364 if (path_struct->f_flag) {
366 l_state->drv_front[path_struct->slot].g_disk_state.node_wwn_s);
369 l_state->drv_rear[path_struct->slot].g_disk_state.node_wwn_s);
H A Dmon.c77 static int load_flds_if_enc_disk(char *, struct path_struct **);
520 l_led(struct path_struct *path_struct, int led_action, argument
533 if ((path_struct == NULL) || (status == NULL)) {
540 * The path_struct will return a valid slot
545 if (!path_struct->ib_path_flag) {
546 if ((err = g_get_dev_map(path_struct->p_physical_path,
549 if ((err = l_get_ses_path(path_struct->p_physical_path,
555 (void) strcpy(ses_path, path_struct->p_physical_path);
563 if (!path_struct
798 l_dev_pwr_up_down(char *path_phys, struct path_struct *path_struct, int power_off_flag, int verbose, int force_flag) argument
1800 load_flds_if_enc_disk(char *phys_path, struct path_struct **path_struct) argument
1928 l_convert_name(char *name, char **phys_path, struct path_struct **path_struct, int verbose) argument
4855 l_get_slot(struct path_struct *path_struct, L_state *l_state, int verbose) argument
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c497 Path_struct *path_struct; local
539 &path_struct, verbose_flag)) != 0) {
553 slot = path_struct->slot;
554 f_r = path_struct->f_flag;
556 &path_struct, verbose_flag)) != 0) {
572 path_struct->p_physical_path,
578 if (path_struct->ib_path_flag) {
579 path_phys = path_struct->p_physical_path;
597 if (path_struct->slot_valid ||
620 path_struct
[all...]
H A Dg_adm.c95 static void display_fc_disk(struct path_struct *, char *, gfc_map_t *,
117 static int lun_display(Path_struct *path_struct, L_inquiry inq_struct,
119 static int non_encl_fc_disk_display(Path_struct *path_struct,
271 Path_struct *path_struct; local
277 &path_struct, Options & PVERBOSE)) != 0) {
289 slot = path_struct->slot;
290 f_r = path_struct->f_flag;
293 &path_struct, Options & PVERBOSE)) != 0) {
309 path_struct->p_physical_path,
365 if (strcasecmp(wwn_list_ptr->port_wwn_s, path_struct
468 Path_struct *path_struct = NULL; local
551 Path_struct *path_struct; local
798 Path_struct *path_struct; local
900 Path_struct *path_struct; local
998 Path_struct *path_struct; local
1054 Path_struct *path_struct; local
1695 Path_struct *path_struct; local
1862 Path_struct *path_struct; local
2055 Path_struct *path_struct; local
2235 Path_struct *path_struct; local
2921 Path_struct *path_struct; local
3853 display_fc_disk(struct path_struct *path_struct, char *ses_path, gfc_map_t *map, L_inquiry inq, int verbose) argument
4095 non_encl_fc_disk_display(Path_struct *path_struct, L_inquiry inq_struct, int verbose) argument
4359 display_disk_info(L_inquiry inq, L_disk_state l_disk_state, Path_struct *path_struct, struct mode_page *pg_hdr, int mode_data_avail, char *name_buf, int options) argument
5387 Path_struct *path_struct; local
5430 Path_struct *path_struct; local
5500 Path_struct *path_struct = NULL; local
5664 Path_struct *path_struct = NULL; local
5854 lun_display(Path_struct *path_struct, L_inquiry inq_struct, int verbose) argument
6087 display_lun_info(L_disk_state l_disk_state, Path_struct *path_struct, struct mode_page *pg_hdr, int mode_data_avail, WWN_list *wwn_list, char *phys_path) argument
[all...]
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h160 typedef struct path_struct { struct
483 extern int l_convert_name(char *, char **, struct path_struct **, int);
484 extern int l_dev_pwr_up_down(char *, struct path_struct *, int, int, int);
511 extern int l_get_slot(struct path_struct *, L_state *, int);
513 extern int l_led(struct path_struct *, int, struct device_element *, int);

Completed in 76 milliseconds