Lines Matching defs:conf
161 dladm_conf_t conf;
174 if ((status = dladm_getsnap_conf(handle, linkid, &conf)) !=
182 status = dladm_get_conf_field(handle, conf, FLINKOVER, linkover,
196 status = dladm_get_conf_field(handle, conf, FPORTPKEY,
210 status = dladm_get_conf_field(handle, conf, FFORCE, &force,
221 dladm_destroy_conf(handle, conf);
363 dladm_conf_t conf;
369 DATALINK_CLASS_PART, DL_IB, &conf);
383 status = dladm_set_conf_field(handle, conf, FLINKOVER, DLADM_TYPE_STR,
391 status = dladm_set_conf_field(handle, conf, FPORTPKEY,
399 status = dladm_set_conf_field(handle, conf, FFORCE,
405 status = dladm_write_conf(handle, conf);
409 dladm_destroy_conf(handle, conf);
611 dladm_conf_t conf;
625 if ((status = dladm_getsnap_conf(handle, plinkid, &conf)) !=
633 status = dladm_get_conf_field(handle, conf, FLINKOVER, linkover,
652 status = dladm_get_conf_field(handle, conf, FPORTPKEY, &u64,
685 dladm_destroy_conf(handle, conf);