Home
last modified time | relevance | path

Searched refs:new_cfg (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c401 UID_STP_CFG_T new_cfg; in rstp_refresh() local
404 status = dladm_bridge_get_properties(instance_name, &new_cfg, in rstp_refresh()
411 uid_cfg.stp_enabled != new_cfg.stp_enabled)) { in rstp_refresh()
415 uid_cfg.stp_enabled, new_cfg.stp_enabled); in rstp_refresh()
423 memcmp(&uid_cfg, &new_cfg, sizeof (uid_cfg)) != 0) { in rstp_refresh()
432 uid_cfg = new_cfg; in rstp_refresh()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c449 LineBuf new_cfg, cur_cfg; in chg_test_config_change() local
454 (void) memset(&new_cfg, 0, sizeof (LineBuf)); in chg_test_config_change()
460 if ((errp = __ns_ldap_LoadDoorInfo(&new_cfg, NULL, new, 0)) != NULL) { in chg_test_config_change()
471 new_out = (ldap_config_out_t *)new_cfg.str; in chg_test_config_change()
482 if (new_cfg.str) in chg_test_config_change()
483 free(new_cfg.str); in chg_test_config_change()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c419 u32 cfg, new_cfg; in phy_intr() local
467 new_cfg = in phy_intr()
471 new_cfg |= CFG_MODE_1000; in phy_intr()
473 new_cfg &= ~CFG_MODE_1000; in phy_intr()
479 new_cfg |= CFG_SB; in phy_intr()
482 ((new_cfg ^ ns->CFG_cache) & CFG_MODE_1000)) { in phy_intr()
483 writel(new_cfg, ns->base + CFG); in phy_intr()
484 ns->CFG_cache = new_cfg; in phy_intr()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_admin.c171 nscd_cfg_cache_t *new_cfg; in _nscd_server_setadmin() local
174 new_cfg = &set->cache_cfg[i]; in _nscd_server_setadmin()
191 rc = _nscd_cfg_set(h, new_cfg, &err); in _nscd_server_setadmin()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1434 ns_config_t *new_cfg; in loadrefresh_config() local
1447 if (new_cfg != NULL && new_cfg != cfg) { in loadrefresh_config()
1453 cfg = new_cfg; in loadrefresh_config()
2705 ns_config_t *new_cfg; in __ns_ldap_setParam() local
2747 if (new_cfg != cfg) in __ns_ldap_setParam()
2762 if (new_cfg != cfg) { in __ns_ldap_setParam()
2764 cfg = new_cfg; in __ns_ldap_setParam()
2925 ns_config_t *new_cfg; in __ns_ldap_getParam() local
2946 if (new_cfg != cfg) in __ns_ldap_getParam()
2962 if (new_cfg != cfg) { in __ns_ldap_getParam()
[all …]
H A Dns_connmgmt.c2257 __s_api_reinit_conn_mgmt_new_config(ns_config_t *new_cfg) in __s_api_reinit_conn_mgmt_new_config() argument
2265 if (cmg->config == new_cfg || cmg->state == NS_CONN_MGMT_DETACHED) { in __s_api_reinit_conn_mgmt_new_config()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c926 ql_set_mpi_port_config(qlge_t *qlge, port_cfg_info_t new_cfg) in ql_set_mpi_port_config() argument
932 mbx_cmds.mb[1] = new_cfg.link_cfg; in ql_set_mpi_port_config()
933 mbx_cmds.mb[2] = new_cfg.max_frame_size; in ql_set_mpi_port_config()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h899 extern int ql_set_mpi_port_config(qlge_t *qlge, port_cfg_info_t new_cfg);