Home
last modified time | relevance | path

Searched refs:svr_sa (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.h35 struct sockaddr_storage svr_sa; member
H A Discsit_isns.c452 if (it_sns_svr_lookup(cfg, &isns_svr->svr_sa) == NULL) in isnst_config_merge()
603 bcopy(&cfg_svr->portal_addr, &svr->svr_sa, in iscsit_add_isns()
653 if (it_sa_compare(&svr->svr_sa, sa) == 0) in iscsit_isns_svr_lookup()
965 if (idm_ss_compare(ss, &svr->svr_sa, in isnst_update_server_timestamp()
1028 idm_sa_ntop(&svr->svr_sa, in isnst_monitor_all_servers()
1627 so = isnst_open_so(&svr->svr_sa); in isnst_register()
2171 so = isnst_open_so(&svr->svr_sa); in isnst_deregister()
2214 so = isnst_open_so(&svr->svr_sa); in isnst_keepalive()
2562 idm_sa_ntop(&svr->svr_sa, in isnst_verify_rsp()
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3105 ss = &server.svr_sa; in iscsi_isns_servers_cb()