Searched refs:cfg (Results 1 - 25 of 497) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c4103 import_checkpointed_state(char *target, nvlist_t *cfg, char **new_path) argument
4117 if (cfg == NULL) {
4118 error = spa_get_stats(poolname, &cfg, NULL, 0);
4127 fnvlist_add_string(cfg, ZPOOL_CONFIG_POOL_NAME, bogus_name);
4129 error = spa_import(bogus_name, cfg, NULL,
4973 pool_match(nvlist_t *cfg, char *tgt) argument
4979 if (nvlist_lookup_uint64(cfg, ZPOOL_CONFIG_POOL_GUID, &v) == 0)
4982 if (nvlist_lookup_string(cfg, ZPOOL_CONFIG_POOL_NAME, &s) == 0)
5075 nvlist_t *cfg = NULL; local
5277 char *name = find_zpool(&target, &cfg, nsearc
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcr16.h56 cfg, psr, intbasel, intbaseh, enumerator in enum:__anon579
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-opc.c513 REG(cfg, 0x8, CR16_P_REGTYPE),
530 REG(cfg, 8, CR16_P_REGTYPE),
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in983 tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o \
999 cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o \
1941 tree-cfg.o : tree-cfg.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
2432 cfg.o : cfg.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(FLAGS_H) \
2874 $(srcdir)/tree-phinodes.c $(srcdir)/tree-cfg.c \
3399 sourcebuild.texi gty.texi libgcc.texi cfg.texi tree-ssa.texi \
H A Dbasic-block.h393 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr)
394 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr)
395 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info)
396 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks)
397 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges)
398 #define last_basic_block_for_function(FN) ((FN)->cfg->x_last_basic_block)
399 #define label_to_block_map_for_function(FN) ((FN)->cfg->x_label_to_block_map)
405 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr)
406 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr)
407 #define basic_block_info (cfun->cfg
[all...]
H A Dcfg.c86 if (!cfun->cfg)
87 cfun->cfg = ggc_alloc_cleared (sizeof (struct control_flow_graph));
817 /* Dumps cfg related information about basic block BB to FILE. */
857 /* Dumps a brief description of cfg to FILE. */
H A Dcfgloop.c74 if (loops->cfg.dfs_order)
78 fprintf (file, "%d ", loops->cfg.dfs_order[i]);
84 if (loops->cfg.rc_order)
88 fprintf (file, "%d ", loops->cfg.rc_order[i]);
213 if (loops->cfg.dfs_order)
214 free (loops->cfg.dfs_order);
215 if (loops->cfg.rc_order)
216 free (loops->cfg.rc_order);
702 loops->cfg.dfs_order = dfs_order;
703 loops->cfg
[all...]
H A Dcfgloop.h163 struct cfg struct in struct:loops
171 } cfg; member in struct:loops
208 /* Loops & cfg manipulation. */
H A Dcgraphunit.c490 node->lowered = DECL_STRUCT_FUNCTION (decl)->cfg != NULL;
784 if (this_cfun->cfg)
1338 node->lowered = DECL_STRUCT_FUNCTION (node->decl)->cfg != NULL;
H A Dfunction.c331 f->cfg = NULL;
H A Dfunction.h191 struct control_flow_graph *cfg;
190 struct control_flow_graph *cfg; local
H A Dipa-inline.c310 if (!DECL_STRUCT_FUNCTION (decl)->cfg)
H A Dloop-init.c76 free (loops->cfg.rc_order);
77 loops->cfg.rc_order = NULL;
78 free (loops->cfg.dfs_order);
79 loops->cfg.dfs_order = NULL;
H A Domp-low.c2443 if (child_cfun->cfg)
H A Dtree-cfg.c236 "cfg", /* name */
840 if (VEC_length (basic_block, ifun->cfg->x_label_to_block_map)
843 return VEC_index (basic_block, ifun->cfg->x_label_to_block_map, uid);
2625 invariants for tree--cfg correspondence and thus fits better
4685 struct control_flow_graph *cfg; local
4700 cfun->cfg->x_n_edges--;
4701 dest_cfun->cfg->x_n_edges++;
4705 VEC_replace (basic_block, cfun->cfg->x_basic_block_info, bb->index, NULL);
4706 cfun->cfg->x_n_basic_blocks--;
4709 cfg
[all...]
H A Dtree-inline.c908 Otherwise, insert our new blocks and labels into the existing cfg. */
914 new_cfun->cfg = NULL;
1858 gcc_assert (my_function && my_function->cfg);
2866 DECL_STRUCT_FUNCTION (new_decl)->cfg =
2867 DECL_STRUCT_FUNCTION (new_fndecl)->cfg;
/freebsd-11-stable/contrib/groff/
H A DMakefile.ccpg4 $(top_builddir)/Makefile.cfg \
H A DMakefile.cpg4 $(top_builddir)/Makefile.cfg \
H A DMakefile.in721 subdir_Makefile: Makefile.cfg
724 Makefile.cfg: Makefile
725 >Makefile.cfg
727 echo "$$var" >>Makefile.cfg; \
H A DMakefile.lib4 $(top_builddir)/Makefile.cfg \
H A DMakefile.sub13 CLEANADD=Makefile.cfg conftest*
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c698 fs_search(const struct mansearch *cfg, const struct manpaths *paths, argument
707 assert(cfg->argmode == ARG_NAME);
714 if (cfg->sec != NULL) {
715 if (fs_lookup(paths, ipath, cfg->sec,
716 cfg->arch, *argv, res, ressz) &&
717 cfg->firstmatch)
721 cfg->arch, *argv, res, ressz) &&
722 cfg->firstmatch)
H A Dmansearch.h112 int mansearch(const struct mansearch *cfg, /* options */
/freebsd-11-stable/contrib/ntp/include/
H A Dmbg_gps166.h650 SYNTH_DISABLED, ///< disbled by cfg, i.e. freq == 0.0
784 CFG cfg[N_SVNO_GPS]; ///< 4 bit SV configuration code from page 63 member in struct:__anon4763
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c308 get_mbg_cfg(buffpp, &cfghp->cfg[i]);

Completed in 478 milliseconds

1234567891011>>