Searched refs:cfg (Results 26 - 50 of 474) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_receive_001_neg.ksh32 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
H A Dzfs_rollback_001_neg.ksh32 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
H A Dzfs_snapshot_001_neg.ksh32 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
H A Dzpool_scrub_001_neg.ksh32 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
H A Dzfs_001_neg.ksh32 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
H A Dzfs_send_001_neg.ksh32 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
H A Dzpool_001_neg.ksh32 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/
H A Dcleanup.ksh32 . $STF_SUITE/tests/functional/no_space/enospc.cfg
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c47 #include <sys/nsctl/cfg.h>
262 * - a valid cfg handle
265 * cfg - cfg handle
273 find_setnumber_in_libcfg(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) argument
282 if (cfg == NULL) {
284 rdc_warn(NULL, "cfg is NULL while looking up set number");
289 entries = cfg_get_section(cfg, &entry, "sndr");
339 get_group_diskq(CFGFILE *cfg, char *group, char *diskq) argument
351 if (cfg_get_cstring(cfg, ke
364 get_cfg_setid(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) argument
405 get_new_cfg_setid(CFGFILE *cfg) argument
[all...]
H A Dsndrsyncd.c48 #include <sys/nsctl/cfg.h>
360 CFGFILE *cfg = NULL; local
405 if ((cfg = cfg_open(NULL)) == NULL) {
416 if (!cfg_lock(cfg, CFG_RDLOCK)) {
427 if (cfg_get_cstring(cfg, key, buf, CFG_MAX_BUF) < 0) {
443 if (cfg_get_cstring(cfg, key, buf, CFG_MAX_BUF) < 0)
450 if (cfg_get_cstring(cfg, key, buf, CFG_MAX_BUF) < 0)
456 if (cfg_get_cstring(cfg, key, buf, CFG_MAX_BUF) < 0)
465 * release cfg before diving into the kernel
474 cfg_close(cfg);
706 CFGFILE *cfg = NULL; local
781 CFGFILE *cfg = NULL; local
1165 CFGFILE *cfg = NULL; local
1369 CFGFILE *cfg = NULL; local
[all...]
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c111 * cfg A C representation of the current iSCSI configuration
119 it_config_load(it_config_t **cfg) argument
126 if (!cfg) {
130 *cfg = NULL;
146 *cfg = newcfg;
165 * cfg A C representation of the current iSCSI configuration
175 it_config_commit(it_config_t *cfg) argument
185 if (!cfg) {
189 ret = it_config_to_nv(cfg, &cfgnv);
242 tgtp = cfg
323 it_config_setprop(it_config_t *cfg, nvlist_t *proplist, nvlist_t **errlist) argument
506 it_config_free(it_config_t *cfg) argument
539 it_tgt_create(it_config_t *cfg, it_tgt_t **tgt, char *tgt_name) argument
620 it_tgt_setprop(it_config_t *cfg, it_tgt_t *tgt, nvlist_t *proplist, nvlist_t **errlist) argument
741 it_tgt_delete(it_config_t *cfg, it_tgt_t *tgt, boolean_t force) argument
851 it_tpgt_create(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t **tpgt, char *tpg_name, uint16_t tpgt_tag) argument
948 it_tpgt_delete(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t *tpgt) argument
1023 it_tpg_create(it_config_t *cfg, it_tpg_t **tpg, char *tpg_name, char *portal_ip_port) argument
1094 it_tpg_delete(it_config_t *cfg, it_tpg_t *tpg, boolean_t force) argument
1194 it_portal_create(it_config_t *cfg, it_tpg_t *tpg, it_portal_t **portal, char *portal_ip_port) argument
1264 it_portal_delete(it_config_t *cfg, it_tpg_t *tpg, it_portal_t *portal) argument
1319 it_ini_create(it_config_t *cfg, it_ini_t **ini, char *ini_node_name) argument
1482 it_ini_delete(it_config_t *cfg, it_ini_t *ini) argument
[all...]
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c51 #include <sys/nsctl/cfg.h>
161 parse_parse_config(CFGFILE *cfg) argument
181 cfg_rewind(cfg, CFG_SEC_ALL);
188 rc = cfg_update_parser_config(cfg, buff, CFG_PARSE_CONF);
202 parse_text_config(CFGFILE *cfg) argument
218 cfg_rewind(cfg, CFG_SEC_CONF);
235 rc = cfg_put_cstring(cfg, key, p, strlen(p));
247 dump_status(CFGFILE *cfg) argument
249 cfp_t *cfp = FP_SUN_CLUSTER(cfg);
288 dump_lockstat(CFGFILE *cfg) argument
312 print_config(CFGFILE *cfg) argument
456 CFGFILE *cfg; local
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c44 #include <sys/nsctl/cfg.h>
314 CFGFILE *cfg; local
332 if (!(cfg = cfg_open(""))) {
338 while (!cfg_lock(cfg, CFG_WRLOCK))
342 if (cfg_get_cstring(cfg, key, buf, CFG_MAX_BUF) < 0) {
343 cfg_close(cfg);
360 cfg_close(cfg);
374 if (cfg_vol_disable(cfg, mst, cfg_cluster_tag,
382 if (cfg_put_cstring(cfg, key, NULL, 0) < 0) {
391 if (cfg_vol_disable(cfg, sh
457 CFGFILE *cfg; local
555 CFGFILE *cfg; local
[all...]
H A Diicpshd.c44 #include <sys/nsctl/cfg.h>
69 CFGFILE *cfg; variable
98 if ((cfg = cfg_open(NULL)) == NULL) {
107 cfg_close(cfg);
153 gettext("Old shadow not in existing cfg\n"));
177 gettext("Old shadow not in existing cfg\n"));
182 gettext("Old shadow not in existing cfg\n"));
253 if (!cfg_lock(cfg, CFG_RDLOCK)) {
262 if (cfg_get_cstring(cfg, key, buf, DSW_NAMELEN) < 0) {
263 cfg_unlock(cfg);
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test.kshlib30 . $STF_SUITE/tests/functional/utils_test/utils_test.cfg
35 # values from the .cfg file are used for block size, number of
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c74 smb_kmod_setcfg(smb_kmod_cfg_t *cfg) argument
78 ioc.maxworkers = cfg->skc_maxworkers;
79 ioc.maxconnections = cfg->skc_maxconnections;
80 ioc.keepalive = cfg->skc_keepalive;
81 ioc.restrict_anon = cfg->skc_restrict_anon;
82 ioc.signing_enable = cfg->skc_signing_enable;
83 ioc.signing_required = cfg->skc_signing_required;
84 ioc.oplock_enable = cfg->skc_oplock_enable;
85 ioc.sync_enable = cfg->skc_sync_enable;
86 ioc.secmode = cfg
[all...]
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein.c31 } cfg; /* config block */ local
61 cfg.w[0] = Skein_Swap64(SKEIN_SCHEMA_VER);
63 cfg.w[1] = Skein_Swap64(hashBitLen);
64 cfg.w[2] = Skein_Swap64(SKEIN_CFG_TREE_INFO_SEQUENTIAL);
66 bzero(&cfg.w[3], sizeof (cfg) - 3 * sizeof (cfg.w[0]));
71 Skein_256_Process_Block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN);
96 } cfg; /* config block */ local
107 Skein_assert(sizeof (cfg
267 } cfg; /* config block */ local
333 } cfg; /* config block */ local
503 } cfg; /* config block */ local
566 } cfg; /* config block */ local
[all...]
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c645 it_config_t *cfg = NULL; local
671 ret = it_config_load(&cfg);
680 ret = it_tgt_create(cfg, &tgtp, tgt);
727 tpg = cfg->config_tpg_list;
747 ret = it_tpgt_create(cfg, tgtp, &tpgt, tags[i], tagid);
763 ret = it_tgt_setprop(cfg, tgtp, proplist, &errlist);
792 ret = it_config_commit(cfg);
804 it_config_free(cfg);
813 it_config_t *cfg; local
834 ret = it_config_load(&cfg);
993 it_config_t *cfg; local
1061 it_config_t *cfg = NULL; local
1307 it_config_t *cfg; local
1428 it_config_t *cfg; local
1531 it_config_t *cfg; local
1590 it_config_t *cfg; local
1724 it_config_t *cfg; local
1817 it_config_t *cfg; local
1864 it_config_t *cfg; local
1932 it_config_t *cfg; local
[all...]
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c54 #include "cfg.h"
249 cfg_perror_str = dgettext("cfg",
296 * checks cfg->cf_node for filtering
304 cfg_filter_node(CFGFILE *cfg, struct parser *tbl, char *buf, char *tag) argument
311 if (!cfg->cf_node) /* no filter always good */
329 cfg->cf_node, strlen(cfg->cf_node), ptr, strlen(ptr));
331 if (strcmp(ptr, cfg->cf_node) == 0)
340 cfg_insert_node(CFGFILE *cfg, struct parser *tbl, char *buf, char *tag) argument
351 if ((fld < 0) && !(cfg
370 cfg_is_cnode(CFGFILE *cfg, struct parser *tbl, char *buf, char *tag) argument
392 cfg_get_cstring(CFGFILE *cfg, const char *key, void *value, int value_len) argument
548 cfg_find_cstring(CFGFILE *cfg, const char *target, const char *section, int numflds, ...) argument
686 cfg_put_cstring(CFGFILE *cfg, const char *key, void *value, int val_len) argument
1149 cfg_get_options(CFGFILE *cfg, int section, const char *basekey, char *tag, int tag_len, char *val, int val_len) argument
1203 cfg_put_options(CFGFILE *cfg, int section, const char *basekey, char *tag, char *val) argument
1311 cfg_get_single_option(CFGFILE *cfg, int section, const char *basekey, char *tag, char *val, int val_len) argument
1393 cfg_del_option(CFGFILE *cfg, int section, const char *basekey, char *tag) argument
1679 cfg_lock(CFGFILE *cfg, CFGLOCK mode) argument
1883 cfg_unlock(CFGFILE *cfg) argument
1899 cfg_rdlock(CFGFILE *cfg) argument
1952 cfg_wrlock(CFGFILE *cfg) argument
2001 cfg_get_lock(CFGFILE *cfg, CFGLOCK *lock, pid_t *pid) argument
2075 cfg_commit(CFGFILE *cfg) argument
2241 cfg_rewind(CFGFILE *cfg, int section) argument
2367 cfg_update_parser_config(CFGFILE *cfg, const char *key, int section) argument
2797 cfg_close(CFGFILE *cfg) argument
2861 cfg_get_resource(CFGFILE *cfg) argument
2878 cfg_resource(CFGFILE *cfg, const char *node) argument
2912 CFGFILE *cfg; local
3072 cfg_cfg_isempty(CFGFILE *cfg) argument
3095 cfg_get_num_entries(CFGFILE *cfg, char *section) argument
3128 cfg_get_section(CFGFILE *cfg, char ***list, const char *section) argument
3203 cfg_get_tags(CFGFILE *cfg, char ***taglist) argument
3247 cfg_is_cfg(CFGFILE *cfg) argument
3331 cfg_get_srtdsec(CFGFILE *cfg, char ***list, const char *section, const char *field) argument
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c54 #include <sys/nsctl/cfg.h>
189 convert_config(CFGFILE *cfg, CFGLOCK mode) argument
195 if (cfg_get_cstring(cfg, "scm.set1", buf, sizeof (buf)) >= 0) {
200 cfg_rewind(cfg, CFG_SEC_CONF);
207 cfg_unlock(cfg);
208 if (!cfg_lock(cfg, CFG_WRLOCK)) {
222 if (cfg_put_cstring(cfg, "scm", default_cfg, strlen(default_cfg)) < 0) {
229 if (!cfg_commit(cfg)) {
236 if (!cfg_lock(cfg, mode)) {
244 cfg_rewind(cfg, CFG_SEC_CON
271 CFGFILE *cfg; local
381 CFGFILE *cfg; local
427 CFGFILE *cfg; local
525 CFGFILE *cfg; local
788 CFGFILE *cfg; local
846 CFGFILE *cfg; local
1495 CFGFILE *cfg; local
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1517 fflp_enet_vlan_tbl_t cfg; local
1550 REG_PIO_READ64(handle, offset, &cfg.value);
1554 cfg.bits.ldw.vlanrdctbln0 = rdc_table;
1556 cfg.bits.ldw.vpr0 = BIT_ENABLE;
1558 cfg.bits.ldw.vpr0 = BIT_DISABLE;
1560 parity_bit = vlan_parity[cfg.bits.ldw.vlanrdctbln0] +
1561 vlan_parity[cfg.bits.ldw.vlanrdctbln1] +
1562 cfg.bits.ldw.vpr0 + cfg.bits.ldw.vpr1;
1563 cfg
1633 fflp_enet_vlan_tbl_t cfg; local
2171 npi_fflp_cfg_ip_cls_tcam_key(npi_handle_t handle, tcam_class_t l3_class, tcam_key_cfg_t *cfg) argument
2246 npi_fflp_cfg_ip_cls_flow_key(npi_handle_t handle, tcam_class_t l3_class, flow_key_cfg_t *cfg) argument
2307 npi_fflp_cfg_ip_cls_flow_key_get(npi_handle_t handle, tcam_class_t l3_class, flow_key_cfg_t *cfg) argument
2418 npi_fflp_cfg_ip_cls_flow_key_rfnl(npi_handle_t handle, tcam_class_t l3_class, flow_key_cfg_t *cfg) argument
2527 npi_fflp_cfg_ip_cls_flow_key_get_rfnl(npi_handle_t handle, tcam_class_t l3_class, flow_key_cfg_t *cfg) argument
2623 npi_fflp_cfg_ip_cls_tcam_key_get(npi_handle_t handle, tcam_class_t l3_class, tcam_key_cfg_t *cfg) argument
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Dsetup.ksh33 . $STF_SUITE/tests/functional/scrub_mirror/default.cfg
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dsetup.ksh32 . $STF_SUITE/tests/functional/clean_mirror/default.cfg
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcleanup.ksh32 . $STF_SUITE/tests/functional/cache/cache.cfg
H A Dsetup.ksh32 . $STF_SUITE/tests/functional/cache/cache.cfg

Completed in 114 milliseconds

1234567891011>>