Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c387 bcopy(gwi->gw_vendor_id, new_gwi->gw_vendor_id, in eibnx_add_gw_to_gwlist()
388 sizeof (new_gwi->gw_vendor_id)); in eibnx_add_gw_to_gwlist()
552 if (strncmp((const char *)new_gwi->gw_vendor_id, in eibnx_replace_gw_in_gwlist()
553 (const char *)orig_gwi->gw_vendor_id, EIB_GW_VENDOR_LEN) != 0) { in eibnx_replace_gw_in_gwlist()
555 orig_gwi->gw_vendor_id, new_gwi->gw_vendor_id); in eibnx_replace_gw_in_gwlist()
557 bcopy(new_gwi->gw_vendor_id, orig_gwi->gw_vendor_id, in eibnx_replace_gw_in_gwlist()
H A Denx_fip.c570 bcopy(desc_gwinfo->gi_vendor_id, gwi->gw_vendor_id, FIP_VENDOR_LEN); in eibnx_fip_parse_advt_pkt()
571 (gwi->gw_vendor_id)[FIP_VENDOR_LEN] = '\0'; in eibnx_fip_parse_advt_pkt()
H A Denx_misc.c287 (char *)(gwi->gw_vendor_id)); in eibnx_create_node_props()
291 EIB_PROP_GW_VENDOR_ID, gwi->gw_vendor_id, dip, ret); in eibnx_create_node_props()
H A Denx_hdlrs.c488 bcopy(gwi->gw_vendor_id, eib_gwi.gi_vendor_id, in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h237 uint8_t gw_vendor_id[EIB_GW_VENDOR_LEN]; member