Searched refs:box_id (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/luxadm/ |
H A D | hot.h | 66 #define TARGET_ID(box_id, f_r, slot) \ argument 67 ((box_id | ((f_r == 'f' ? 0 : 1) << 4)) | (slot + 2))
|
H A D | common.h | 219 #define TARGET_ID(box_id, f_r, slot) \ argument 220 ((box_id | ((f_r == 'f' ? 0 : 1) << 4)) | (slot + 2))
|
H A D | g_adm.c | 1452 l_state.ib_tbl.box_id); in pho_display_config() 1590 l_state.ib_tbl.box_id); in dpm_display_config() 3197 uchar_t box_id; in n_get_non_encl_list() local 3292 box_id = g_sf_alpa_to_switch in n_get_non_encl_list() 3299 (void) n_rem_list_entry(box_id, &map, in n_get_non_encl_list() 3344 n_rem_list_entry(uchar_t box_id, struct gfc_map *map, in n_rem_list_entry() argument 3351 " with box_id=0x%x from device list.\n", box_id); in n_rem_list_entry() 3358 == box_id) { in n_rem_list_entry()
|
/titanic_44/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 450 int box_id; member
|
/titanic_44/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 3898 l_state->ib_tbl.box_id = (select_id & BOX_ID_MASK) >> 5; in l_get_status() 4649 int j, al_pa, al_pa1, box_id, fd, disk_flag = 0; in l_get_ses_path() local 4683 box_id = g_sf_alpa_to_switch[al_pa & 0xFF] & BOX_ID_MASK; in l_get_ses_path() 4693 if (box_id == (g_sf_alpa_to_switch[al_pa1] & in l_get_ses_path() 4747 if (box_id == in l_get_ses_path()
|