Searched defs:config (Results 76 - 100 of 167) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c134 } config; typedef in typeref:struct:config_s
137 local const config configuration_table[2] = {
142 local const config configuration_table[10] = {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c289 " class %d config %x ", class, class_config));
619 uint32_t *config)
638 *config = t_class_config;
777 hxge_pfc_ip_class_config(p_hxge_t hxgep, tcam_class_t class, uint32_t config) argument
789 if (class_config != config) {
790 p_class_cfgp->class_cfg[class] = config;
791 class_config = config;
817 config, class));
846 " class %d config %x ", cl, class_config));
916 /* config MA
618 hxge_pfc_ip_class_config_get(p_hxge_t hxgep, tcam_class_t class, uint32_t *config) argument
[all...]
H A Dhpi_pfc.c171 hpi_pfc_set_config(hpi_handle_t handle, pfc_config_t config) argument
176 REG_PIO_WRITE64(handle, offset, config.value);
195 pfc_config_t config; local
200 (void) hpi_pfc_get_config(handle, &config);
203 config.bits.tcam_en = 1;
205 config.bits.tcam_en = 0;
207 return (hpi_pfc_set_config(handle, config));
213 pfc_config_t config; local
218 (void) hpi_pfc_get_config(handle, &config);
221 config
231 pfc_config_t config; local
249 pfc_config_t config; local
264 pfc_config_t config; local
287 pfc_config_t config; local
310 pfc_config_t config; local
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c872 uint32_t config; local
875 config = pcishpc_read_reg(ctrl_p, PCI_HP_SLOT_CONFIGURATION_REG);
878 ctrl_p->hc_num_slots_impl = ((config)&31);
900 ctrl_p->hc_device_start = ((config>>8)&31);
903 ctrl_p->hc_phys_start = ((config>>16)&0x7ff);
906 ctrl_p->hc_device_increases = ((config>>29)&0x1);
909 (config & PCI_HP_SLOT_CONFIG_ATTN_BUTTON) ? B_TRUE : B_FALSE;
911 (config & PCI_HP_SLOT_CONFIG_MRL_SENSOR) ? B_TRUE : B_FALSE;
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h28 #include "xgehal-config.h"
138 * @config: Fifo configuration, part of device configuration
158 xge_hal_fifo_config_t *config; member in struct:xge_hal_fifo_t
253 return ((xge_hal_fifo_t *)channelh)->config->max_frags;
H A Dxgehal-ring.h28 #include "xgehal-config.h"
284 * @config: Ring configuration, part of device configuration
310 xge_hal_ring_config_t *config; member in struct:xge_hal_ring_t
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c250 usb_lookup_alt_if(usb_client_dev_data_t *cdd, uint_t config, argument
264 if (config < 1 || config > cdd->dev_n_cfg)
266 dcfg = &cdd->dev_cfg[config - 1];
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h88 config = PCITOOL_CONFIG, enumerator in enum:__anon8817
H A Daudioio.h224 char config[MAX_AUDIO_DEV_LEN]; member in struct:audio_device
250 * the current version of the device, and the "config" string identifies
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c705 "config structure board=0x%x\n", board));
1088 sc_gptwocfg_unconfigure_axq(gptwocfg_config_t *config) argument
1094 if (config == NULL) {
1099 for (i = 0; i < config->gptwo_nodes->gptwo_number_of_nodes; i++) {
1103 saf_dip = config->gptwo_nodes->gptwo_nodes[i];
1126 config->gptwo_nodes->gptwo_nodes[i] = NULL;
1130 gptwocfg_free_node_list(config->gptwo_nodes);
1132 kmem_free(config, sizeof (gptwocfg_config_t));
1133 config = NULL;
1135 return (config);
[all...]
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara2_pcbe.c98 static void ni2_pcbe_free(void *config);
634 * pic0 is counter 1, so if we need the null config it should
645 panic("%s: bad config on token %p\n", cpu_impl_name, token);
776 panic("%s: bad config on token %p\n", cpu_impl_name, token);
810 ni2_pcbe_free(void *config) argument
812 kmem_free(config, sizeof (ni2_pcbe_config_t));
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c96 static int handle_config(devconfig_t *config);
137 /* Whether to output the config file */
1035 * Creates a volume-request or volume-config XML document, based on the
1045 * @return 0 if a volume-request or volume-config XML document
1153 * Handle processing of the given volume-config devconfig_t. The
1159 * @param config
1160 * A devconfig_t representing a valid volume-config.
1166 devconfig_t *config)
1171 /* Get the xml document for the config */
1172 if ((error = config_to_xml(config,
1165 handle_config( devconfig_t *config) argument
1237 devconfig_t *config = request_get_diskset_config(request); local
1408 devconfig_t *config; local
[all...]
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c340 nvlist_t *config, *nvl; local
345 if ((config = zpool_get_config(zhp, NULL)) != NULL) {
347 (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID,
349 (void) nvlist_lookup_nvlist(config,
652 nvlist_t *config, *vdev; local
668 config = zpool_get_config(zhp, NULL);
669 if (config == NULL) {
671 "failed to get pool config for %s\n", pname);
676 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &vdev) != 0) {
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c539 * the config is inconsistent, then NULL is returned. If 'fatal' is set, then
794 check_replication(nvlist_t *config, nvlist_t *newroot) argument
805 if (config != NULL) {
808 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
983 is_spare(nvlist_t *config, const char *path) argument
1012 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
1032 is_device_in_use(nvlist_t *config, nvlist_t *nv, boolean_t force, argument
1063 if (is_spare(config, buf))
1076 if (is_device_in_use(config, child[c], force, replacing,
1083 if (is_device_in_use(config, chil
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1216 nvlist_t **child, *nv, *config; local
1303 if ((config = zpool_get_config(zphp, NULL)) == NULL) {
1314 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nv) != 0) {
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c123 } config; typedef in typeref:struct:config_s
126 local const config configuration_table[2] = {
131 local const config configuration_table[10] = {
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c64 " cfgadm -x usb_config -o config=<index of desired configuration> ap_id\n",
735 set_configuration(const char *ap_id, uint_t config, char *driver, argument
744 DPRINTF("set_configuration: ap_id: %s, config:%d\n", ap_id, config);
774 DPRINTF("calling add_entry: vid: 0x%x pid:0x%x config:0x%x,",
775 descrp->idVendor, descrp->idProduct, config);
794 config, /* new cfgndx */
828 get_config(const char *ap_id, uint_t *config) argument
836 DPRINTF("get_config: get current config descr failed\n");
839 *config
892 uint_t config; /* curr cfg index */ local
1284 uint_t config = 0; local
[all...]
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c376 nvlist_t *config)
389 if (nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME, &name) ||
390 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &guid) ||
391 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) ||
392 nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &version) ||
393 nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &devices) ||
410 zjni_pool_status_to_obj(env, zpool_import_status(config, &c)));
615 create_ImportablePoolBean(JNIEnv *env, nvlist_t *config) argument
624 result = populate_ImportablePoolBean(env, bean, config);
1048 zjni_create_add_ImportablePool(nvlist_t *config, voi argument
375 populate_ImportablePoolBean(JNIEnv *env, ImportablePoolBean_t *bean, nvlist_t *config) argument
1162 nvlist_t *config; local
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h61 L_DECL(config); variable
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c238 nvlist_t *config, *vd; local
253 if ((config = zpool_get_config(zhp, NULL)) == NULL) {
258 (void) nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_LOADED_TIME,
272 ret = nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &vd);
294 nvlist_t *config; local
308 if ((config = zpool_get_config(zhp, NULL)) == NULL) {
313 if (nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_LOADED_TIME,
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h218 uint32_t config; member in struct:ch
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1807 xmac_xif_config_t config)
1816 ASSERT((config != 0) && ((config & ~CFG_XMAC_XIF_ALL) == 0));
1817 if ((config == 0) || (config & ~CFG_XMAC_XIF_ALL) != 0) {
1821 " config <0x%x>", config));
1826 if (config & CFG_XMAC_XIF_LED_FORCE)
1828 if (config & CFG_XMAC_XIF_LED_POLARITY)
1830 if (config
1806 npi_xmac_xif_config(npi_handle_t handle, config_op_t op, uint8_t portn, xmac_xif_config_t config) argument
1941 npi_xmac_tx_config(npi_handle_t handle, config_op_t op, uint8_t portn, xmac_tx_config_t config) argument
2024 npi_xmac_rx_config(npi_handle_t handle, config_op_t op, uint8_t portn, xmac_rx_config_t config) argument
2629 npi_bmac_tx_config(npi_handle_t handle, config_op_t op, uint8_t portn, bmac_tx_config_t config) argument
2695 npi_bmac_rx_config(npi_handle_t handle, config_op_t op, uint8_t portn, bmac_rx_config_t config) argument
2859 npi_bmac_xif_config(npi_handle_t handle, config_op_t op, uint8_t portn, bmac_xif_config_t config) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c583 /* Free config tree under reg->dev_cfg. */
658 int cfg_len_so_far = 0; /* Bytes found, this config. */
661 uint_t high_cfg_bound; /* High config index + 1. */
662 uint_t low_cfg_bound; /* Low config index. */
673 * Set config(s) and interface(s) to parse based on parse level.
711 /* Clear the following for config cloud sanity checking. */
725 /* First descr in cloud must be a config descr. */
850 * Set up a configuration tree node based on a raw config descriptor.
857 * B_FALSE: the descr processed does not correspond to a requested config.
870 /* Parse and store config descripto
1579 usb_cfg_data_t *config; /* ptr to current configuration tree node */ local
[all...]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c156 { "config-l@", pfc_config_fetch},
157 { "config-w@", pfc_config_fetch},
158 { "config-b@", pfc_config_fetch},
159 { "config-l!", pfc_config_store},
160 { "config-w!", pfc_config_store},
161 { "config-b!", pfc_config_store},
847 * Construct a config address pci reg property from the args.
860 "invalid config addr: %x\n", p.pci_phys_hi);
861 return (fc_priv_error(cp, "non-config addr"));
865 * Extract the register number from the config addres
1273 pci_regspec_t config; local
1566 pci_regspec_t config; local
[all...]
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c94 static void opl_pcbe_free(void *config);
719 uint8_t bitmap = 0; /* for used pic config */
723 /* Get next pic config */
736 /* Fill in unused pic config */
818 uint8_t bitmap = 0; /* for used pic config */
823 /* Get next pic config */
837 /* Fill in unuse pic config */
891 opl_pcbe_free(void *config) argument
893 kmem_free(config, sizeof (opl_pcbe_config_t));

Completed in 219 milliseconds

1234567