Searched refs:p_on (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 1554 int p_on = 0, p_st = 0; in create_map() local 1586 p_on = p_st = 0; in create_map() 1591 p_on = i; in create_map() 1599 if (pathlist.path_info[p_on].path_state == in create_map() 1603 pathlist.path_info[p_on].path_hba); in create_map() 2165 int p_on = 0, p_st = 0, hba_alpa_found = 0, nexus_fd; in g_dev_map_init() local 2203 p_on = p_st = 0; in g_dev_map_init() 2208 p_on = i; in g_dev_map_init() 2216 if (pathlist.path_info[p_on].path_state == in g_dev_map_init() 2220 pathlist.path_info[p_on].path_hba); in g_dev_map_init() [all …]
|
H A D | genf.c | 1036 int p_on = 0, p_st = 0; in g_get_path_type() local 1051 p_on = p_st = 0; in g_get_path_type() 1056 p_on = i; in g_get_path_type() 1064 if (pathlist.path_info[p_on].path_state == in g_get_path_type() 1068 pathlist.path_info[p_on].path_hba); in g_get_path_type()
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 414 int p_pw = 0, p_on = 0, p_st = 0; in l_dev_bypass_enable() local 429 p_pw = p_on = p_st = 0; in l_dev_bypass_enable() 441 p_on = i; in l_dev_bypass_enable() 454 } else if (pathlist.path_info[p_on].path_state == in l_dev_bypass_enable() 458 pathlist.path_info[p_on].path_hba); in l_dev_bypass_enable()
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 508 int p_pw = 0, p_on = 0, p_st = 0; in hotplug() local 614 p_pw = p_on = p_st = 0; in hotplug() 626 p_on = i; in hotplug() 639 } else if (pathlist.path_info[p_on].path_state == in hotplug() 643 pathlist.path_info[p_on].path_hba); in hotplug() 1270 int p_pw = 0, p_on = 0, p_st = 0; in hotplug_e() local 1363 p_pw = p_on = p_st = 0; in hotplug_e() 1375 p_on = i; in hotplug_e() 1388 } else if (pathlist.path_info[p_on].path_state == in hotplug_e() 1392 pathlist.path_info[p_on].path_hba); in hotplug_e()
|
H A D | g_adm.c | 2517 int p_on = 0, p_st = 0; in adm_display_err() local 2532 p_on = p_st = 0; in adm_display_err() 2537 p_on = i; in adm_display_err() 2545 if (pathlist.path_info[p_on].path_state == in adm_display_err() 2549 pathlist.path_info[p_on].path_hba); in adm_display_err() 2926 int p_pw = 0, p_on = 0, p_st = 0; in dump_map() local 2955 p_pw = p_on = p_st = 0; in dump_map() 2967 p_on = i; in dump_map() 2980 } else if (pathlist.path_info[p_on].path_state == in dump_map() 2984 pathlist.path_info[p_on].path_hba); in dump_map()
|