Searched refs:old_cfg (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/arm/broadcom/bcm2835/
H A Draspberrypi_gpio.c74 union msg_get_gpio_config old_cfg; local
78 bzero(&old_cfg, sizeof(old_cfg));
80 old_cfg.req.gpio = RPI_FW_GPIO_BASE + pin->gp_pin;
84 BCM2835_FIRMWARE_TAG_GET_GPIO_CONFIG, &old_cfg, sizeof(old_cfg));
85 if (rv == 0 && old_cfg.resp.gpio != 0)
114 new_cfg.req.dir = old_cfg.resp.dir;
121 new_cfg.req.pol = old_cfg.resp.pol;
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dlog.c433 isc_logconfig_t *old_cfg; local
451 old_cfg = lctx->logconfig;
456 isc_logconfig_destroy(&old_cfg);
/freebsd-current/sys/dev/ice/
H A Dice_lib.c164 ice_dcb_needs_reconfig(struct ice_softc *sc, struct ice_dcbx_cfg *old_cfg,
8499 * @old_cfg: Old DCBX configuration to compare against
8506 ice_dcb_needs_reconfig(struct ice_softc *sc, struct ice_dcbx_cfg *old_cfg, argument
8513 if (!memcmp(old_cfg, new_cfg, sizeof(*old_cfg))) {
8520 if (memcmp(&new_cfg->etscfg, &old_cfg->etscfg,
8524 &old_cfg->etscfg.prio_table,
8532 &old_cfg->etscfg.tcbwtable,
8539 &old_cfg->etscfg.tsatable,
8547 if (memcmp(&new_cfg->pfc, &old_cfg
[all...]

Completed in 144 milliseconds