Lines Matching refs:path_phys

797 l_dev_pwr_up_down(char *path_phys, struct path_struct *path_struct,
991 l_pho_pwr_up_down(char *dev_name, char *path_phys, int power_off_flag,
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,
1195 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
1312 l_new_password(char *path_phys, char *password)
1321 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
1371 l_new_name(char *path_phys, char *name)
1377 if ((path_phys == NULL) || (name == NULL)) {
1384 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
2373 l_get_envsen(char *path_phys, uchar_t *buf, int size, int verbose)
2380 if ((path_phys == NULL) || (buf == NULL)) {
2387 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1)
4345 l_download(char *path_phys, char *file, int ps, int verbose)
4357 if (path_phys == NULL) {
4370 if ((controller_fd = g_object_open(path_phys, O_NDELAY | O_RDWR)) == -1)
4374 "\n\t%s.\n From file: %s."), path_phys, file_path);
4379 "\n\t%s\n From file: %s\n", path_phys, file_path);
4567 l_set_wwn(char *path_phys, char *wwn)
4577 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
4635 * path_phys: Physical path to a Photon disk.
4643 l_get_ses_path(char *path_phys, char *ses_path, gfc_map_t *map,
4652 if ((path_phys == NULL) || (ses_path == NULL) || (map == NULL)) {
4656 (void) strcpy(ses_path, path_phys);
4673 if ((char_ptr = strrchr(path_phys, '@')) == NULL) {
4678 if ((err = g_get_wwn(path_phys, t_wwn, t_wwn,
4796 if (strstr(path_phys, SCSI_VHCI) != NULL) {
4815 if (strstr(path_phys, SCSI_VHCI) != NULL) {