Lines Matching refs:phys_path

121 static int	get_enclStatus(char *phys_path, char *encl_name, int off_flag);
1974 get_enclStatus(char *phys_path, char *encl_name, int off_flag)
1980 if ((err = l_get_status(phys_path,
4099 char phys_path[MAXPATHLEN];
4113 (void) strcpy(phys_path, path_struct->p_physical_path);
4123 (void) strcpy(last_logical_path, phys_path);
4149 (void) strcpy(phys_path, wwn_list_ptr->physical_path);
4162 (void) strcpy(phys_path, wwn_list_ptr->physical_path);
4172 if ((err = g_get_multipath(phys_path,
4187 if (l_get_mode_pg(phys_path, &pg_buf, verbose) == 0) {
4222 (void) strcpy(phys_path, mlist->dev_path);
4223 if (err = g_get_inquiry(phys_path, &local_inq)) {
4227 (void) print_errString(err, phys_path);
4247 if ((err = l_get_disk_port_status(phys_path, &l_disk_state,
4250 (void) print_errString(err, phys_path);
4272 (!l_get_disk_port_status(phys_path, &l_disk_state,
5857 char phys_path[MAXPATHLEN], last_logical_path[MAXPATHLEN];
5873 strcpy(phys_path, path_struct->p_physical_path);
5874 strcpy(last_logical_path, phys_path);
5920 (void) strcpy(phys_path, wwn_list_ptr->physical_path);
5930 (void) strcpy(phys_path, wwn_list_ptr->physical_path);
5950 if (strstr(phys_path, SCSI_VHCI) == NULL) {
5951 if ((err = g_get_multipath(phys_path,
5969 if (strncmp(wwn_list_find->physical_path, phys_path,
5992 strlen(phys_path) + 1)) == NULL) {
5997 strncpy(dlist->dev_path, phys_path, strlen(phys_path));
6029 if (l_get_mode_pg(phys_path, &pg_buf, verbose) == 0) {
6064 mode_data_avail, wwn_list, phys_path);
6089 *wwn_list, char *phys_path)
6109 if (err = g_get_inquiry(phys_path, &inq)) {
6111 print_errString(err, phys_path);
6116 if (err = g_get_serial_number(phys_path, inq80.inq_serial,
6119 print_errString(err, phys_path);
6130 "(%s) is not available.\n"), phys_path);
6152 if ((err = get_lun_capacity(phys_path, &cap_data)) != 0) {
6153 print_errString(err, phys_path);