/titanic_41/usr/src/uts/common/io/lvm/hotspares/ |
H A D | hotspares.c | 75 lookup_hot_spare(set_t setno, mddb_recid_t hs_id, int must_exist) in lookup_hot_spare() argument 80 if (hs->hs_record_id == hs_id) in lookup_hot_spare() 1465 mddb_recid_t hs_id, in usable_hs() argument 1472 hs = lookup_hot_spare(setno, hs_id, 1); in usable_hs() 1493 mddb_recid_t *hs_id, in reserve_a_hs() argument 1502 *hs_id = 0; in reserve_a_hs() 1515 *hs_id = hs->hs_record_id; in reserve_a_hs() 1531 mddb_recid_t *hs_id, in return_a_hs() argument 1548 *hs_id = 0; in return_a_hs() 1560 *hs_id = hs->hs_record_id; in return_a_hs() [all …]
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 4365 uint32_t rc, i, hs_id[2], dh_id[5]; in emlxs_rcv_auth_msg_npr_node() local 4459 hs_id[0] = *(uint32_t *)temp; in emlxs_rcv_auth_msg_npr_node() 4461 if ((hs_id[0] != AUTH_MD5) && (hs_id[0] != AUTH_SHA1)) { in emlxs_rcv_auth_msg_npr_node() 4472 hs_id[1] = 0; in emlxs_rcv_auth_msg_npr_node() 4475 hs_id[1] = *(uint32_t *)temp; in emlxs_rcv_auth_msg_npr_node() 4477 if ((hs_id[1] != AUTH_MD5) && (hs_id[1] != AUTH_SHA1)) { in emlxs_rcv_auth_msg_npr_node() 4487 if (hs_id[0] == hs_id[1]) { in emlxs_rcv_auth_msg_npr_node() 4515 if (node_dhc->auth_cfg.hash_priority[0] == hs_id[0]) { in emlxs_rcv_auth_msg_npr_node() 4517 } else if (node_dhc->auth_cfg.hash_priority[1] == hs_id[0]) { in emlxs_rcv_auth_msg_npr_node() 4706 uint32_t rc, i, hs_id[2], dh_id[5]; in emlxs_rcv_auth_msg_unmapped_node() local [all …]
|
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe.c | 1280 mddb_recid_t hs_id = 0; in stripe_replace_dev() local 1371 (void) md_hot_spare_ifc(cmd, un->un_hsp_id, 0, 0, &hs_id, in stripe_replace_dev() 1419 ids[1] = hs_id; in stripe_replace_dev() 1447 recids[1] = hs_id; in stripe_replace_dev() 1513 recids[rid++] = hs_id; in stripe_replace_dev()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdio.h | 348 mddb_recid_t hs_id; member 357 mddb_recid_t hs_id; member
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror_ioctl.c | 2007 p->hs_id, lockp); in mirror_allocate_hotspare() 2060 p->state, p->hs_id); in mirror_set_state() 2089 if (shared->ms_hs_id != p->hs_id) { in mirror_set_state() 2094 p->hs_id, shared->ms_hs_id); in mirror_set_state()
|
H A D | mirror.c | 415 mddb_recid_t hs_id, /* Only used by MN disksets */ in check_comp_4_hotspares() argument 581 if (hs_id == 0) { in check_comp_4_hotspares() 588 hs_id, shared->ms_hs_id); in check_comp_4_hotspares() 593 if (hs_id != shared->ms_hs_id) { in check_comp_4_hotspares() 600 hs_id, shared->ms_hs_id); in check_comp_4_hotspares()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mn_handlers.c | 577 setstate_ioc.hs_id = d->msg_stch_hs_id; in mdmn_do_state_upd_reswr() 663 allochsp_ioc.hs_id = d->msg_allochsp_hs_id; in mdmn_do_allocate_hotspare()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 2464 mddb_recid_t *hs_id, in md_hot_spare_ifc() argument 2488 (cmd, id, size, labeled, hs_id, key, dev, in md_hot_spare_ifc() 2506 (cmd, id, size, labeled, hs_id, key, dev, sblock)); in md_hot_spare_ifc()
|