Searched defs:new_config (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c29 * @new_config: tti configuration information
35 __hal_tti_config_check (xge_hal_tti_config_t *new_config) argument
37 if ((new_config->urange_a < XGE_HAL_MIN_TX_URANGE_A) ||
38 (new_config->urange_a > XGE_HAL_MAX_TX_URANGE_A)) {
42 if ((new_config->ufc_a < XGE_HAL_MIN_TX_UFC_A) ||
43 (new_config->ufc_a > XGE_HAL_MAX_TX_UFC_A)) {
47 if ((new_config->urange_b < XGE_HAL_MIN_TX_URANGE_B) ||
48 (new_config->urange_b > XGE_HAL_MAX_TX_URANGE_B)) {
52 if ((new_config->ufc_b < XGE_HAL_MIN_TX_UFC_B) ||
53 (new_config
98 __hal_rti_config_check(xge_hal_rti_config_t *new_config) argument
157 __hal_fifo_queue_check(xge_hal_fifo_config_t *new_config, xge_hal_fifo_queue_t *new_queue) argument
217 __hal_ring_queue_check(xge_hal_ring_queue_t *new_config) argument
305 __hal_mac_config_check(xge_hal_mac_config_t *new_config) argument
367 __hal_fifo_config_check(xge_hal_fifo_config_t *new_config) argument
424 __hal_ring_config_check(xge_hal_ring_config_t *new_config) argument
462 __hal_device_config_check_common(xge_hal_device_config_t *new_config) argument
682 __hal_device_config_check_xena(xge_hal_device_config_t *new_config) argument
708 __hal_device_config_check_herc(xge_hal_device_config_t *new_config) argument
722 __hal_driver_config_check(xge_hal_driver_config_t *new_config) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h206 instance_cfg_t *new_config; member in struct:__anon175
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c572 mpo_config_t new_config; local
593 if (mblock_alloc(&new_config, U_ADD_ALL, n_mblocks) < 0) {
598 mblock_update(&new_config, md, mblocknodes);
599 mblock_install(&new_config);
2010 mpo_config_t new_config; local
2013 mblock_update_add(&new_config);
2014 mstripe_update(&new_config);
2016 mblock_install(&new_config);
2018 mnode_update(&new_config, base, end, U_ADD);
2028 mpo_config_t new_config; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c13014 uint32_t new_config = 0; local
13036 new_config = 1;
13047 new_config = 1;
13053 new_config = 1;
13058 if (new_config) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c743 char *new_config = config_file;
752 while ((*new_config++ = *arg++) != 0)
736 char *new_config = config_file; local

Completed in 132 milliseconds