Searched defs:config (Results 51 - 75 of 77) sorted by relevance

1234

/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c73 /* ignore config errors */
104 nvlist_t *config, *nvroot, *replacement; local
129 config = zpool_get_config(zhp, NULL);
130 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
439 nvlist_t *config; local
453 config = zpool_get_config(zhp, NULL);
454 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
651 * currently in the config. But don't do this for cache or active
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dcirrus.c340 struct grub_video_hw_config config = { local
348 grub_vga_set_geometry (&config, grub_vga_cr_write);
356 grub_vga_cr_write ((config.pitch >> CIRRUS_CR_EXTENDED_DISPLAY_PITCH_SHIFT)
H A Dsm712.c588 struct grub_video_hw_config config = local
605 grub_vga_set_geometry (&config, grub_sm712_cr_write);
606 config.horizontal_sync_pulse_start = 134;
607 config.horizontal_sync_pulse_end = 21;
608 config.vertical_sync_start = 0x301;
609 config.vertical_sync_end = 0x0;
610 config.line_compare = 0x0ff;
611 config.vdisplay_end = 0x258;
612 config.pitch = 0x7f;
613 grub_vga_set_geometry (&config, grub_sm712_cr_shadow_writ
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusb.h150 void (*detach_hook) (struct grub_usb_device *dev, int config, int interface);
173 struct grub_usb_configuration config[8];
256 grub_usb_get_config_interface (struct grub_usb_desc_config *config)
260 interf = (struct grub_usb_desc_if *) (sizeof (*config) + (char *) config);
171 struct grub_usb_configuration config[8]; member in struct:grub_usb_device
253 grub_usb_get_config_interface(struct grub_usb_desc_config *config) argument
H A Dvga.h335 grub_vga_set_geometry (struct grub_video_hw_config *config, argument
338 unsigned vertical_total = config->vertical_total - 2;
339 unsigned vertical_blank_start = config->vertical_blank_start - 1;
340 unsigned vdisplay_end = config->vdisplay_end - 1;
350 | ((config->vertical_sync_start >> GRUB_VGA_CR_OVERFLOW_VSYNC_START2_SHIFT)
352 | ((config->vertical_sync_start >> GRUB_VGA_CR_OVERFLOW_VSYNC_START1_SHIFT)
358 | ((config->vertical_sync_start >> GRUB_VGA_CR_OVERFLOW_VSYNC_START1_SHIFT)
360 | ((config->line_compare >> GRUB_VGA_CR_OVERFLOW_LINE_COMPARE_SHIFT)
366 | ((config->line_compare >> GRUB_VGA_CR_CELL_HEIGHT_LINE_COMPARE_SHIFT)
369 cr_write (config
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm152 $_trap_nan = 0; # are NaNs ok? set w/ config()
153 $_trap_inf = 0; # are infs ok? set w/ config()
353 sub config subroutine
382 join("','",keys %$args),"' passed to $class\->config()");
2695 Math::BigInt->config(); # return hash containing configuration
2749 Each of the methods below (except config(), accuracy() and precision())
2754 =head2 config
2758 print Dumper ( Math::BigInt->config() );
2759 print Math::BigInt->config()->{lib},"\n";
2772 class The class name of config() yo
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_cache_door.h70 * Structure used to request/inform config and server status changes.
75 uint32_t seq_num; /* current config sequence number */
84 uint32_t type; /* config change or server change */
93 uint32_t data_size; /* length of the config string */
117 char config[BUFFERSIZE - OFFSET]; /* V1 Config */ member in union:__anon2531::__anon2532
244 * GETSTATUSCHANGE change type: config or server
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c34 grub_uint32_t config; member in struct:grub_ahci_cmd_head
558 dev->command_list[0].config
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c22 #include <config.h>
474 struct gconfig *config; local
479 LIST_FOREACH (config, &provider->lg_config, lg_config)
480 if (strcasecmp (config->lg_name, "start") == 0)
481 off += strtoull (config->lg_val, 0, 10);
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c21 #include <config.h>
442 nvlist_t *config, *vdev_tree = NULL; local
449 config = zpool_get_config (zpool, NULL);
452 if (nvlist_lookup_nvlist (config, "vdev_tree", &vdev_tree) != 0)
H A Dgrub-mkimage.c21 #include <config.h>
744 grub_util_info ("the size of config file is 0x%x", config_size);
1642 {"config", required_argument, 0, 'c'},
1684 -c, --config=FILE embed FILE as boot config\n\
1712 char *config = NULL;
1777 if (config)
1778 free (config);
1780 config = xstrdup (optarg);
1859 argv + optind, memdisk, config,
1711 char *config = NULL; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c62 " cfgadm -x usb_config -o config=<index of desired configuration> ap_id\n",
733 set_configuration(const char *ap_id, uint_t config, char *driver, argument
742 DPRINTF("set_configuration: ap_id: %s, config:%d\n", ap_id, config);
772 DPRINTF("calling add_entry: vid: 0x%x pid:0x%x config:0x%x,",
773 descrp->idVendor, descrp->idProduct, config);
792 config, /* new cfgndx */
826 get_config(const char *ap_id, uint_t *config) argument
834 DPRINTF("get_config: get current config descr failed\n");
837 *config
890 uint_t config; /* curr cfg index */ local
1282 uint_t config = 0; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c776 * Check the replication levels in the existing pool's config and report
818 * Check the replication levels between the existing config and the
819 * config that the user wants to have. This differs from compare_rep_levels()
853 * self-consistent. If the config is inconsistent, return false. If 'fatal' is
940 check_replication(libzfs_handle_t *hdl, nvlist_t *config, nvlist_t *newroot, argument
952 if (config != NULL) {
955 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
1104 is_spare(libzfs_handle_t *hdl, nvlist_t *config, const char *path) argument
1133 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
1153 check_in_use(libzfs_handle_t *hdl, nvlist_t *config, nvlist_ argument
[all...]
H A Dlibzfs_import.c35 * examined every device, we pick the best label txg config for each toplevel
36 * vdev. We then arrange these toplevel vdevs into a complete pool config, and
38 * using our derived config, and record the results.
211 nvlist_t *config)
224 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
227 nvlist_lookup_uint64(config, ZPOOL_CONFIG_GUID, &vdev_guid) == 0) {
242 * If we have a valid config but cannot read any of these fields, then
249 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID,
251 nvlist_lookup_uint64(config, ZPOOL_CONFIG_GUID,
253 nvlist_lookup_uint64(config, ZPOOL_CONFIG_TOP_GUI
210 add_config(libzfs_handle_t *hdl, pool_list_t *pl, const char *path, nvlist_t *config) argument
371 refresh_config(libzfs_handle_t *hdl, nvlist_t *config, boolean_t trusted) argument
438 nvlist_t *ret = NULL, *config = NULL, *tmp, *nvtop, *nvroot; local
861 zpool_read_label(int fd, nvlist_t **config) argument
1035 nvlist_t *config; local
1442 nvlist_t *config = slice->rn_config; local
1832 nvlist_t *config; local
[all...]
H A Dlibzfs_pool.c46 static int read_efi_label(libzfs_handle_t *hdl, nvlist_t *config,
152 * vdev's guid then get it from the zhp config nvlist.
349 check_sys_label(nvlist_t *config, libzfs_handle_t *hdl) argument
360 if (nvlist_lookup_string(config, ZPOOL_CONFIG_PATH, &path) != 0)
479 pool_label_check(nvlist_t *config, libzfs_handle_t *hdl) argument
484 if (nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_CHILDREN,
486 return (check_sys_label(config, hdl) >= 0);
1390 nvlist_t *config)
1399 if (!hdl->libzfs_printerr || config == NULL)
1402 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INF
1389 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, nvlist_t *config) argument
1440 zpool_explain_recover(libzfs_handle_t *hdl, const char *name, int reason, nvlist_t *config) argument
1526 zpool_import(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, char *altroot) argument
1591 zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, nvlist_t *props, int flags) argument
2228 vdev_get_one_physpath(nvlist_t *config, char *physpath, size_t physpath_size, size_t *bytes_written) argument
2320 nvlist_t *config = zhp->zpool_config; local
2930 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
3861 read_efi_label(libzfs_handle_t *hdl, nvlist_t *config, diskaddr_t *sb) argument
3899 find_start_block(libzfs_handle_t *hdl, nvlist_t *config) argument
3928 pool_get_req_gpt_part(nvlist_t *config, libzfs_handle_t *hdl, ushort_t *tag, uint64_t *size) argument
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c373 nvlist_t *config)
386 if (nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME, &name) ||
387 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &guid) ||
388 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) ||
389 nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &version) ||
390 nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &devices) ||
407 zjni_pool_status_to_obj(env, zpool_import_status(config, &c)));
612 create_ImportablePoolBean(JNIEnv *env, nvlist_t *config) argument
621 result = populate_ImportablePoolBean(env, bean, config);
1045 zjni_create_add_ImportablePool(nvlist_t *config, voi argument
372 populate_ImportablePoolBean(JNIEnv *env, ImportablePoolBean_t *bean, nvlist_t *config) argument
1159 nvlist_t *config; local
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c433 struct netconfig *config; local
455 config = getnetconfigent("tcp");
456 if (config == NULL)
459 if (__netdir_getbyaddr_nosrv(config, &clnames, &buf)) {
460 freenetconfigent(config);
463 freenetconfigent(config);
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1501 lldp_nvlist2ets(nvlist_t *tlv_nvl, lldp_ets_t *ets, boolean_t config) argument
1509 etsname = (config ? LLDP_NVP_ETSCFG : LLDP_NVP_ETSRECO);
1515 if (config) {
1553 lldp_tlv2ets(lldp_tlv_t *tlv, lldp_ets_t *ets, boolean_t config) argument
1565 if (config) {
1586 size_t *msglen, boolean_t config)
1597 subtype = (config ? LLDP_802dot1OUI_ETSCFG_SUBTYPE :
1602 if (config) {
1585 lldp_ets2pdu(lldp_ets_t *ets, uint8_t *lldpdu, size_t pdusize, size_t *msglen, boolean_t config) argument
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c2037 open_pam_conf(struct pam_fh **pam_fh, pam_handle_t *pamh, const char *config, argument
2046 * 'config' argument to read_pam_conf() is NULL. In such cases, we
2054 if (pamdotd && (config == NULL)) {
2074 config = pam_config;
2080 if (config == NULL) {
2089 pamh->pam_conf_name[pamh->include_depth] = strdup(config);
2091 if ((fd = open(config, O_RDONLY)) == -1) {
2094 pamh->include_depth, pam_trace_cname(pamh), config,
2102 pamh->include_depth, pam_trace_cname(pamh), config,
2110 pamh->include_depth, pam_trace_cname(pamh), config);
2232 read_pam_conf(pam_handle_t *pamh, const char *config, char *service, int type, boolean_t pamdotd) argument
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1274 struct get_configuration *config; local
1279 config = (struct get_configuration *)buff;
1280 feature = &config->feature;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c551 * Determines if the config is a service FMRI (true) or a file name.
554 asr_cfg_is_file(char *config) argument
558 if (config != NULL) {
562 if (config[i] != svc[i]) {
578 char *config = ah->asr_cfg_name; local
579 boolean_t is_file = asr_cfg_is_file(config);
581 asr_log_debug(ah, "Saving registration to (%s)", config);
583 if (config == NULL) {
586 FILE *cfile = fopen(config, "w");
596 asr_scf_load(config, ol
648 asr_hdl_init(char *config) argument
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c680 ns_ldap_self_gssapi_config_t config = NS_LDAP_SELF_GSSAPI_CONFIG_NONE; local
697 (void) __ns_ldap_self_gssapi_config(&config);
701 if (config != NS_LDAP_SELF_GSSAPI_CONFIG_NONE)
946 "config files is required.\n"),
972 "config files is required.\n"),
997 "config files is required.\n"),
1021 "config files is required.\n"),
1041 "config files is required.\n"),
1240 "config files is required.\n"),
1264 "config file
2165 ns_ldap_self_gssapi_config_t config = NS_LDAP_SELF_GSSAPI_CONFIG_NONE; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm1146 # configuration file. The user-config file is being looked for as
1307 defaults reload default config values from disk
2175 sub config { subroutine
2351 CPAN::LWP::UserAgent->config;
2501 CPAN::LWP::UserAgent->config;
7130 term_is_latin to a true value in your config file. One way of doing so
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c155 struct __nsw_switchconfig_v1 *config; member in struct:nss_db_state
156 int max_src; /* is == config->num_lookups */
211 /* === the config info hasn't changed (by comparing version numbers) */
305 * A config parameters are in the form component:parameter
474 /* compare config name (component:parameter) to a component name */
1052 struct __nsw_switchconfig_v1 *config; local
1055 config = __nsw_getconfig_v1(NSS_DBNAM_PASSWD_COMPAT, &err);
1058 if (config == 0)
1061 if (config->num_lookups >= 1) {
1066 for (look = config
1087 struct __nsw_switchconfig_v1 *config = 0; local
[all...]
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h446 IB_page_config config; /* Enclosure configuration page */ member in struct:ib_state_struct

Completed in 120 milliseconds

1234