Home
last modified time | relevance | path

Searched refs:config (Results 126 – 150 of 460) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_iter.c315 nvlist_t *config, *nvroot; in for_each_vdev() local
317 if ((config = zpool_get_config(zhp, NULL)) != NULL) { in for_each_vdev()
318 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in for_each_vdev()
H A Dzpool_vdev.c873 check_replication(nvlist_t *config, nvlist_t *newroot) in check_replication() argument
885 if (config != NULL) { in check_replication()
888 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in check_replication()
1110 is_spare(nvlist_t *config, const char *path) in is_spare() argument
1139 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in is_spare()
1159 is_device_in_use(nvlist_t *config, nvlist_t *nv, boolean_t force, in is_device_in_use() argument
1190 if (is_spare(config, buf)) in is_device_in_use()
1203 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1210 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1217 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
/illumos-gate/usr/src/grub/grub-0.97/
H A DINSTALL62 definitions. Finally, it creates a shell script `config.status' that
64 file `config.cache' that saves the results of its tests to speed up
65 reconfiguring, and a file `config.log' containing compiler output
71 be considered for the next release. If at some point `config.cache'
155 you can create a site shell script called `config.site' that gives
157 `configure' looks for `PREFIX/share/config.site' if it exists, then
158 `PREFIX/etc/config.site' if it exists. Or, you can set the
171 `./config.cache'. Set FILE to `/dev/null' to disable caching, for
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.c112 uint64_t config; in hxge_tx_vmac_init() local
116 config = CFG_VMAC_TX_CRC_INSERT | CFG_VMAC_TX_PAD; in hxge_tx_vmac_init()
118 if (hpi_vmac_tx_config(handle, INIT, config, in hxge_tx_vmac_init()
122 hxgep->vmac.tx_config = config; in hxge_tx_vmac_init()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Denv.c109 if (instance->config->basic->inherit_env) { in set_smf_env()
137 if (instance->config->basic->inherit_env) { in set_smf_env()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c376 struct netconfig *config; in smb_chk_hostaccess() local
394 config = getnetconfigent("tcp"); in smb_chk_hostaccess()
402 config = getnetconfigent("tcp6"); in smb_chk_hostaccess()
408 if (config == NULL) in smb_chk_hostaccess()
412 clres = __netdir_getbyaddr_nosrv(config, &clnames, &buf); in smb_chk_hostaccess()
413 freenetconfigent(config); in smb_chk_hostaccess()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c416 int config) in Dbg_file_filter() argument
422 if (config) in Dbg_file_filter()
494 Dbg_file_config_dis(Lm_list *lml, const char *config, int features) in Dbg_file_config_dis() argument
524 dbg_print(lml, MSG_INTL(MSG_FIL_CONFIG_ERR), config, str); in Dbg_file_config_dis()
530 const char *config) in Dbg_file_config_obj() argument
544 dbg_print(lml, MSG_INTL(MSG_FIL_CONFIG), name, config); in Dbg_file_config_obj()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c43 #define XGELL_MAX_FRAME_SIZE(hldev) ((hldev)->config.mtu + \
508 for (i = 0; i < lldev->config.rx_buffer_total; i++) { in xgell_rx_create_buffer_pool()
827 if (++pkt_burst < lldev->config.rx_pkt_burst) in xgell_rx_1b_callback()
1051 if (mblen < lldev->config.tx_dma_lowat && in xgell_ring_tx()
1133 hldev->config.fifo.max_frags)) { in xgell_ring_tx()
1853 int maxpkt = hldev->config.mtu; in xgell_initiate_start()
2455 if (lldev->config.lso_enable) { in xgell_m_getcapab()
2803 bcopy(config, &lldev->config, sizeof (xgell_config_t)); in xgell_device_register()
2816 macp->m_max_sdu = hldev->config.mtu; in xgell_device_register()
2832 hldev->config.fifo.alignment_size * in xgell_device_register()
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-nettest.p5m25 dir path=opt/net-tests/config
26 file path=opt/net-tests/config/ip_forwarding.config mode=0644 preserve=renamenew
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c265 int max_frags = fifo->config->max_frags; in xge_hal_fifo_dtr_reserve_many()
437 ((xge_hal_fifo_t *)channelh)->config->max_frags; in xge_hal_fifo_dtr_reserve()
733 int max_frags = ((xge_hal_fifo_t *)channelh)->config->max_frags; in xge_hal_fifo_dtr_free()
856 misaligned_size <= fifo->config->alignment_size); in xge_hal_fifo_dtr_buffer_set_aligned()
864 if (txdl_priv->align_used_frags >= fifo->config->max_aligned_frags) { in xge_hal_fifo_dtr_buffer_set_aligned()
876 txdl_priv->align_vaddr_start += fifo->config->alignment_size; in xge_hal_fifo_dtr_buffer_set_aligned()
974 xge_assert(frag_idx < fifo->config->max_frags); in xge_hal_fifo_dtr_buffer_finalize()
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr172 boot_prop=`/usr/sbin/svccfg -s svc:/system/boot-config:default \
173 listprop config/auto-reboot-safe | \
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c236 char *config, *name, *tofree, *value; in pci_parse_legacy_config() local
241 config = tofree = strdup(opt); in pci_parse_legacy_config()
242 while ((name = strsep(&config, ",")) != NULL) { in pci_parse_legacy_config()
274 char *emul, *config, *str, *cp; in pci_parse_slot() local
281 emul = config = NULL; in pci_parse_slot()
287 config = cp + 1; in pci_parse_slot()
335 error = pde->pe_legacy_config(nvl, config); in pci_parse_slot()
337 error = pci_parse_legacy_config(nvl, config); in pci_parse_slot()
358 const char *config; in pci_config_read_reg() local
388 if (config == NULL) { in pci_config_read_reg()
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_vartree003.sh119 …fox-gate/XW_NV/open-src/tarballs/xorg-server-1.3.0.0/hw/xprint/config/C/print/models/PSdefault/fon…
142 …fox-gate/XW_NV/open-src/tarballs/xorg-server-1.3.0.0/hw/xprint/config/C/print/models/PSdefault/fon…
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.in49 CONFIG_HEADER = $(top_builddir)/config.h
202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204 *config.status*) \
208 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
211 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A DMakefile.in50 CONFIG_HEADER = $(top_builddir)/config.h
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 *config.status*) \
216 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/common/
H A Driverwalk.c230 ses_plugin_config_t config = { in _ses_init() local
235 &config) != 0); in _ses_init()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1658 EFI_CONFIGURATION_TABLE32 *config; in process_efi32() local
1663 config = (EFI_CONFIGURATION_TABLE32 *)(uintptr_t) in process_efi32()
1671 config[i].VendorTable; in process_efi32()
1676 config[i].VendorTable; in process_efi32()
1680 config[i].VendorTable; in process_efi32()
1685 config[i].VendorTable; in process_efi32()
1694 EFI_CONFIGURATION_TABLE64 *config; in process_efi64() local
1707 config[i].VendorTable; in process_efi64()
1712 config[i].VendorTable; in process_efi64()
1717 config[i].VendorTable; in process_efi64()
[all …]
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_common.h436 PUT_ETXREG(config, GET_ETXREG(config) | GET_CONFIG_TXDMA_EN)
440 PUT_ERXREG(config, GET_ERXREG(config) | GET_CONFIG_RXDMA_EN)
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java212 SLPConfig config = SLPConfig.getSLPConfig(); in makeReply() local
214 config.writeLog("v1_abstract_type_conflict", in makeReply()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.h57 SUN_IMA_RADIUS_CONFIG *config);
60 SUN_IMA_RADIUS_CONFIG *config);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_stats.c270 vs_stats_config(vs_props_all_t *config) in vs_stats_config() argument
282 engid = config->va_se[i].vep_engid; in vs_stats_config()
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/
H A Dloki.c220 ses_plugin_config_t config = { in _ses_init() local
225 &config) != 0); in _ses_init()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.in50 CONFIG_HEADER = $(top_builddir)/config.h
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 *config.status*) \
216 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S118 popl %esi / restore stack config
144 popl %esi / restore stack config
171 popl %esi / restore stack config
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1586 nvlist_free(config); in zfs_ioc_pool_create()
1647 nvlist_free(config); in zfs_ioc_pool_create()
1679 nvlist_free(config); in zfs_ioc_pool_import()
1696 nvlist_free(config); in zfs_ioc_pool_import()
1745 nvlist_t *config; in zfs_ioc_pool_stats() local
1752 if (config != NULL) { in zfs_ioc_pool_stats()
1787 if (config == NULL) in zfs_ioc_pool_tryimport()
1791 nvlist_free(config); in zfs_ioc_pool_tryimport()
1977 nvlist_t *config; in zfs_ioc_vdev_add() local
2065 nvlist_t *config; in zfs_ioc_vdev_attach() local
[all …]

12345678910>>...19