Searched refs:dladm_open_conf (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdllink.h | 224 extern dladm_status_t dladm_open_conf(dladm_handle_t, datalink_id_t,
|
H A D | libdlaggr.c | 465 status = dladm_open_conf(handle, linkid, &conf); 625 if (dladm_open_conf(handle, linkid, &conf) == DLADM_STATUS_OK) { 1465 status = dladm_open_conf(handle, linkid, &conf); 1493 if (dladm_open_conf(handle, linkid, &conf) == DLADM_STATUS_OK) {
|
H A D | libdllink.c | 707 ((status = dladm_open_conf(handle, linkid2, &conf2)) != 777 status = dladm_open_conf(handle, linkid2, &conf);
|
H A D | libdlbridge.c | 1160 status = dladm_open_conf(handle, linkid, &conf); 1730 if ((status = dladm_open_conf(handle, linkid, &conf)) 1900 if ((status = dladm_open_conf(handle, linkid, &conf))
|
H A D | libdliptun.c | 377 status = dladm_open_conf(handle, params->iptun_param_linkid, &conf);
|
H A D | libdlsim.c | 231 status = dladm_open_conf(handle, simnet_id, &conf);
|
H A D | libdlvnic.c | 919 if ((status = dladm_open_conf(handle, attrp->va_vnic_id,
|
H A D | libdlmgmt.c | 837 dladm_open_conf(dladm_handle_t handle, datalink_id_t linkid, function
|
H A D | linkprop.c | 1027 if (dladm_open_conf(handle, linkid, &conf) != DLADM_STATUS_OK) 4239 status = dladm_open_conf(handle, linkid, &conf);
|
Completed in 45 milliseconds