Searched defs:ses_path (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/storage/liba5k/common/
H A Ddiag.c125 l_check_busy_reserv_bp(char *ses_path, int front_flag, argument
136 if (err = l_get_status(ses_path, l_state, verbose)) {
208 l_bp_bypass_enable(char *ses_path, int bypass_flag, int port_a_flag, argument
222 if (ses_path == NULL) {
232 if (err = l_check_busy_reserv_bp(ses_path,
242 if ((fd = g_object_open(ses_path, O_NDELAY | O_RDWR)) == -1) {
402 char ses_path[MAXPATHLEN]; local
481 ses_path, &map, verbose)) {
487 (void) strcpy(ses_path, path_struct->p_physical_path);
497 ses_path,
[all...]
H A Dlhot.c104 * the given ses_path.
107 * ses_path - pointer to the ses_path
121 l_make_node(char *ses_path, int tid, char *dev_path, argument
132 if ((ses_path == NULL) || (dev_path == NULL) || (map == NULL)) {
159 if (strstr(ses_path, SCSI_VHCI) != NULL) {
180 len = strlen(ses_path) -
181 strlen(strrchr(ses_path, '/'));
192 (void) strncpy(dev_path, ses_path, len);
200 if (err = l_get_pid_from_path(ses_path, ma
296 l_chk_null_wwn(Path_struct *path_struct, char *ses_path, L_state *l_state, int verbose) argument
399 l_encl_status_page_funcs(int func, char *code, int todo, char *ses_path, struct l_state_struct *l_state, int f_flag, int slot, int verbose_flag) argument
528 l_device_present(char *ses_path, int tid, gfc_map_t *map, int verbose_flag, char **dev_path) argument
734 char *dev_path, ses_path[MAXPATHLEN]; local
[all...]
H A Dmon.c524 char ses_path[MAXPATHLEN]; local
549 ses_path, &map, verbose)) != 0) {
554 (void) strcpy(ses_path, path_struct->p_physical_path);
570 ses_path, &map, verbose)) != 0) {
575 if ((err = l_get_status(ses_path, l_state, verbose)) != 0) {
597 if ((fd = g_object_open(ses_path, O_NDELAY | O_RDWR)) == -1) {
614 if (err = l_get_status(ses_path, l_state, verbose)) {
802 char ses_path[MAXPATHLEN], dev_path[MAXPATHLEN]; local
823 ses_path, &map, verbose)) {
833 if (err = g_get_inquiry(ses_path,
1802 char ses_path[MAXPATHLEN]; local
1930 char tmp_name[MAXPATHLEN], ses_path[MAXPATHLEN]; local
2479 char path_a[MAXPATHLEN], path_b[MAXPATHLEN], ses_path[MAXPATHLEN]; local
3116 l_get_port(char *ses_path, int *port_a, int verbose) argument
4643 l_get_ses_path(char *path_phys, char *ses_path, gfc_map_t *map, int verbose) argument
[all...]

Completed in 20 milliseconds