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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dhot.c218 g_force_lip(char *path_phys, int verbose) argument
228 /* return invalid path if path_phys NULL */
229 if (path_phys == NULL) {
234 (void) strcpy(fp_path, path_phys);
236 if (strstr(path_phys, SCSI_VHCI) != NULL) {
303 if ((err = g_get_nexus_path(path_phys,
H A Dmpath.c184 g_get_lun_number(char *path_phys) argument
190 if ((strstr(path_phys, "/devices")) == NULL) {
194 if (((charptr3 = strstr(path_phys, SLSH_DRV_NAME_SSD)) == NULL) &&
195 ((charptr3 = strstr(path_phys, SLSH_DRV_NAME_ST)) == NULL)) {
212 } else if (strstr(path_phys, SCSI_VHCI) != NULL) {
214 if (g_get_lun_str(path_phys, lunarr, 0) != 0) {
H A Dmap.c3313 * path_phys - physical path to an FC device
3321 g_rdls(char *path_phys, struct al_rls **rls_ptr, int verbose) argument
3342 /* return invalid path if path_phys is NULL */
3343 if (path_phys == NULL) {
3353 if (strstr(path_phys, SCSI_VHCI) != NULL) {
3354 (void) strcpy(fp_path, path_phys);
3384 (void) strcpy(fp_path, path_phys);
3392 if (strstr(path_phys, SCSI_VHCI) != NULL) {
3421 if ((err = g_get_nexus_path(path_phys,
3744 * - path_phys mus
3747 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
3918 g_get_wwn(char *path_phys, uchar_t port_wwn[], uchar_t node_wwn[], int *al_pa, int verbose) argument
4558 g_get_nexus_path(char *path_phys, char **nexus_path) argument
[all...]
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c797 l_dev_pwr_up_down(char *path_phys, struct path_struct *path_struct, argument
991 l_pho_pwr_up_down(char *dev_name, char *path_phys, int power_off_flag, argument
1001 if (path_phys == NULL) {
1009 if (err = l_get_status(path_phys, l_state, verbose)) {
1163 if ((err = pwr_up_down(path_phys, l_state, 0, -1,
1184 pwr_up_down(char *path_phys, L_state *l_state, int front, int slot, argument
1195 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
1312 l_new_password(char *path_phys, char *password) argument
1321 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
1371 l_new_name(char *path_phys, cha argument
2373 l_get_envsen(char *path_phys, uchar_t *buf, int size, int verbose) argument
4345 l_download(char *path_phys, char *file, int ps, int verbose) argument
4567 l_set_wwn(char *path_phys, char *wwn) argument
4643 l_get_ses_path(char *path_phys, char *ses_path, gfc_map_t *map, int verbose) argument
[all...]

Completed in 38 milliseconds