Lines Matching defs:path_phys

798 l_dev_pwr_up_down(char *path_phys, struct path_struct *path_struct,
992 l_pho_pwr_up_down(char *dev_name, char *path_phys, int power_off_flag,
1002 if (path_phys == NULL) {
1010 if (err = l_get_status(path_phys, l_state, verbose)) {
1164 if ((err = pwr_up_down(path_phys, l_state, 0, -1,
1185 pwr_up_down(char *path_phys, L_state *l_state, int front, int slot,
1196 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
1313 l_new_password(char *path_phys, char *password)
1322 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
1372 l_new_name(char *path_phys, char *name)
1378 if ((path_phys == NULL) || (name == NULL)) {
1385 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
2374 l_get_envsen(char *path_phys, uchar_t *buf, int size, int verbose)
2381 if ((path_phys == NULL) || (buf == NULL)) {
2388 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1)
4346 l_download(char *path_phys, char *file, int ps, int verbose)
4358 if (path_phys == NULL) {
4371 if ((controller_fd = g_object_open(path_phys, O_NDELAY | O_RDWR)) == -1)
4375 "\n\t%s.\n From file: %s."), path_phys, file_path);
4380 "\n\t%s\n From file: %s\n", path_phys, file_path);
4568 l_set_wwn(char *path_phys, char *wwn)
4578 if ((fd = g_object_open(path_phys, O_NDELAY | O_RDONLY)) == -1) {
4636 * path_phys: Physical path to a Photon disk.
4644 l_get_ses_path(char *path_phys, char *ses_path, gfc_map_t *map,
4653 if ((path_phys == NULL) || (ses_path == NULL) || (map == NULL)) {
4657 (void) strcpy(ses_path, path_phys);
4674 if ((char_ptr = strrchr(path_phys, '@')) == NULL) {
4679 if ((err = g_get_wwn(path_phys, t_wwn, t_wwn,
4797 if (strstr(path_phys, SCSI_VHCI) != NULL) {
4816 if (strstr(path_phys, SCSI_VHCI) != NULL) {