Home
last modified time | relevance | path

Searched refs:gw_system_name (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c383 bcopy(gwi->gw_system_name, new_gwi->gw_system_name, in eibnx_add_gw_to_gwlist()
384 sizeof (new_gwi->gw_system_name)); in eibnx_add_gw_to_gwlist()
534 if (strncmp((const char *)new_gwi->gw_system_name, in eibnx_replace_gw_in_gwlist()
535 (const char *)orig_gwi->gw_system_name, EIB_GW_SYSNAME_LEN) != 0) { in eibnx_replace_gw_in_gwlist()
537 orig_gwi->gw_system_name, new_gwi->gw_system_name); in eibnx_replace_gw_in_gwlist()
539 bcopy(new_gwi->gw_system_name, orig_gwi->gw_system_name, in eibnx_replace_gw_in_gwlist()
H A Denx_fip.c578 bcopy(desc_gwid->id_sysname, gwi->gw_system_name, FIP_SYSNAME_LEN); in eibnx_fip_parse_advt_pkt()
579 (gwi->gw_system_name)[FIP_SYSNAME_LEN] = '\0'; in eibnx_fip_parse_advt_pkt()
H A Denx_misc.c267 (char *)(gwi->gw_system_name)); in eibnx_create_node_props()
271 EIB_PROP_GW_SYS_NAME, gwi->gw_system_name, dip, ret); in eibnx_create_node_props()
H A Denx_hdlrs.c484 bcopy(gwi->gw_system_name, eib_gwi.gi_system_name, in eibnx_gw_is_aware()
/titanic_44/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h231 uint8_t gw_system_name[EIB_GW_SYSNAME_LEN]; member