Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_cmn.c250 EIB_PROP_GW_SYS_NAME, &str); in eib_get_props()
336 EIB_PROP_GW_SYS_NAME, (char *)(new_gw_info->gi_system_name)); in eib_update_props()
338 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, EIB_PROP_GW_SYS_NAME, &str); in eib_update_props()
H A Denx_misc.c270 ret = ndi_prop_update_string(DDI_DEV_T_NONE, dip, EIB_PROP_GW_SYS_NAME, in eibnx_create_node_props()
275 EIB_PROP_GW_SYS_NAME, gwi->gw_system_name, dip, ret); in eibnx_create_node_props()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib.h144 #define EIB_PROP_GW_SYS_NAME "gw-system-name" macro