| /src/crypto/external/apache2/openssl/dist/test/radix/ |
| main.c | 19 * int bindings_adjust_terp_config(TERP_CONFIG *cfg); 26 TERP_CONFIG cfg = { 0 }; local 31 cfg.debug_bio = bio_err; 33 if (!TEST_true(bindings_adjust_terp_config(&cfg))) 36 testresult = TERP_run(script_info, &cfg);
|
| /src/external/gpl3/gcc/dist/libgcc/config/lm32/ |
| _divsi3.c | 53 int cfg; local 88 __asm__ ("rcsr %0, CFG":"=r" (cfg)); 89 if (cfg & 2)
|
| _modsi3.c | 34 int cfg; local 61 __asm__ ("rcsr %0, CFG":"=r" (cfg)); 62 if (cfg & 2)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/ |
| _divsi3.c | 53 int cfg; local 88 __asm__ ("rcsr %0, CFG":"=r" (cfg)); 89 if (cfg & 2)
|
| _modsi3.c | 34 int cfg; local 61 __asm__ ("rcsr %0, CFG":"=r" (cfg)); 62 if (cfg & 2)
|
| /src/external/bsd/libevent/dist/test/ |
| test-closed.c | 78 struct event_config *cfg; local 86 cfg = event_config_new(); 87 event_config_require_features(cfg, EV_FEATURE_EARLY_CLOSE); 88 base = event_base_new_with_config(cfg); 89 event_config_free(cfg);
|
| bench_http.c | 88 struct event_config *cfg = event_config_new(); local 148 event_config_set_flag(cfg,EVENT_BASE_FLAG_STARTUP_IOCP); 157 base = event_base_new_with_config(cfg);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| test-closed.c | 77 struct event_config *cfg; local 85 cfg = event_config_new(); 86 event_config_require_features(cfg, EV_FEATURE_EARLY_CLOSE); 87 base = event_base_new_with_config(cfg); 88 event_config_free(cfg);
|
| bench_http.c | 89 struct event_config *cfg = event_config_new(); local 149 event_config_set_flag(cfg,EVENT_BASE_FLAG_STARTUP_IOCP); 158 base = event_base_new_with_config(cfg);
|
| /src/usr.sbin/bthcid/ |
| config.c | 97 prop_dictionary_t cfg; local 100 cfg = load_keys(); 101 if (cfg == NULL) 104 obj = prop_dictionary_get(cfg, bt_ntoa(laddr, NULL)); 106 prop_object_release(cfg); 113 prop_object_release(cfg); 118 prop_object_release(cfg); 125 prop_dictionary_t cfg, dev; local 131 cfg = load_keys(); 132 if (cfg == NULL) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| PostOrderCFGView.cpp | 1 //===- PostOrderCFGView.cpp - Post order view of CFG blocks ---------------===// 9 // This file implements post order view of the blocks in a CFG. 15 #include "clang/Analysis/CFG.h" 21 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { 22 Blocks.reserve(cfg->getNumBlockIDs()); 23 CFGBlockSet BSet(cfg); 25 for (po_iterator I = po_iterator::begin(cfg, BSet), 26 E = po_iterator::end(cfg, BSet); I != E; ++I) { 34 const CFG *cfg = ctx.getCFG() local [all...] |
| /src/external/bsd/pam-u2f/dist/fuzz/ |
| fuzz_format_parsers.c | 40 cfg_t cfg = {0}; local 42 cfg.max_devs = DEV_MAX_SIZE; 43 cfg.auth_file = "/path/to/authfile"; /* XXX: any path works, file mocked */ 44 cfg.sshformat = 1; 53 cfg.debug = 1; 63 cfg.sshformat = 0; 91 get_devices_from_authfile(&cfg, username, devs, &n_devs);
|
| /src/external/bsd/pam-u2f/dist/tests/ |
| get_devices.c | 21 cfg_t cfg; local 24 memset(&cfg, 0, sizeof(cfg_t)); 25 cfg.auth_file = "credentials/this_file_does_not_exist.cred"; 26 cfg.debug = 1; 27 cfg.debug_file = stderr; 28 cfg.max_devs = 1; 29 cfg.nouserok = 1; 31 dev = calloc(cfg.max_devs, sizeof(*dev)); 34 rc = get_devices_from_authfile(&cfg, username, dev, &ndevs); 37 cfg.auth_file = "credentials/empty.cred" 47 cfg_t cfg; local 78 cfg_t cfg; local 108 cfg_t cfg; local 167 cfg_t cfg; local [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| test-dma.h | 4 bu16 cfg; member in struct:bfin_dmasg
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| test-dma.h | 4 bu16 cfg; member in struct:bfin_dmasg
|
| /src/sys/arch/arm/imx/ |
| imx_genfb.c | 88 prop_dictionary_t cfg = device_properties(self); local 96 prop_dictionary_set_uint32(cfg, "width", ifb->ifb_width); 97 prop_dictionary_set_uint32(cfg, "height", ifb->ifb_height); 98 prop_dictionary_set_uint8(cfg, "depth", ifb->ifb_depth); 99 prop_dictionary_set_uint16(cfg, "linebytes", ifb->ifb_stride); 100 prop_dictionary_set_uint32(cfg, "address", 0); 101 prop_dictionary_set_uint32(cfg, "virtual_address", 120 prop_dictionary_get_bool(cfg, "is_console", &is_console);
|
| /src/sys/arch/macppc/dev/ |
| smuiic.c | 79 prop_array_t cfg; local 89 cfg = prop_array_create(); 90 prop_dictionary_set(dict, "i2c-child-devices", cfg); 91 prop_object_release(cfg); 116 prop_array_add(cfg, dev);
|
| /src/sys/dev/isa/ |
| weasel_isa.c | 78 struct weasel_config_block cfg; local 118 WEASEL_CONFIG_BLOCK, &cfg, sizeof(cfg)); 122 for (cp = (u_int8_t *)&cfg, j = 0, sum = 1; 123 j < (sizeof(cfg) - 1); j++) 125 if (sum == cfg.cksum) 129 if (sum != cfg.cksum) { 136 sum, cfg.cksum); 140 switch (cfg.cfg_version) { 143 switch (cfg.enable_duart_switching) [all...] |
| /src/sys/dev/pci/ |
| iteide.c | 102 pcireg_t cfg, modectl; local 108 cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG); 110 ATADEBUG_PRINT(("%s: cfg=0x%x, modectl=0x%x\n", 111 device_xname(sc->sc_wdcdev.sc_atac.atac_dev), cfg & IT_CFG_MASK, 155 cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG); 157 ATADEBUG_PRINT(("%s: cfg=0x%x, modectl=0x%x\n", 158 device_xname(sc->sc_wdcdev.sc_atac.atac_dev), cfg & IT_CFG_MASK, 171 pcireg_t cfg, modectl; local 174 cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG); 204 (cfg & IT_CFG_CABLE(channel, drive)) == 0) [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| auth2-methods.c | 108 const struct authmethod_cfg *cfg; local 117 cfg = authmethod_cfgs[i]; 120 if (strcmp(method, cfg->name) != 0) 123 if (cfg->enabled == NULL || 124 *(cfg->enabled) == 0) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| CFGUpdate.h | 1 //===- CFGUpdate.h - Encode a CFG Edge Update. ------------------*- C++ -*-===// 9 // This file defines a CFG Edge Update: Insert or Delete, and two Nodes as the 24 namespace cfg { namespace in namespace:llvm 58 // them when traversing CFG. 113 } // end namespace cfg
|
| /src/external/bsd/wpa/dist/src/ap/ |
| authsrv.c | 198 struct eap_config *cfg; local 200 cfg = os_zalloc(sizeof(*cfg)); 201 if (!cfg) 204 cfg->eap_server = hapd->conf->eap_server; 205 cfg->ssl_ctx = hapd->ssl_ctx; 206 cfg->msg_ctx = hapd->msg_ctx; 207 cfg->eap_sim_db_priv = hapd->eap_sim_db_priv; 208 cfg->tls_session_lifetime = hapd->conf->tls_session_lifetime; 209 cfg->tls_flags = hapd->conf->tls_flags [all...] |
| /src/external/mpl/bind/dist/doc/misc/ |
| cfg_test.c | 68 cfg_obj_t *cfg = NULL; local 166 result = cfg_parse_file(pctx, filename, type, &cfg); 174 cfg_print(cfg, output, NULL); 176 cfg_obj_destroy(pctx, &cfg);
|
| /src/sys/arch/sparc64/sparc64/ |
| ofw_patch.c | 61 prop_array_t cfg = NULL; local 63 cfg = prop_dictionary_get(props, "i2c-child-devices"); 64 if (!cfg) { 66 cfg = prop_array_create(); 67 prop_dictionary_set(props, "i2c-child-devices", cfg); 70 return cfg; 74 add_i2c_device(prop_array_t cfg, const char *name, const char *compat, 97 prop_array_add(cfg, dev); 264 prop_array_t cfg; local 269 cfg = create_i2c_dict(busdev) 281 prop_array_t cfg; local 297 prop_array_t cfg; local 323 prop_array_t cfg; local [all...] |
| /src/sys/dev/mii/ |
| lxtphy.c | 294 uint16_t cfg; local 296 PHY_READ(sc, MII_LXTPHY_CONFIG, &cfg); 297 cfg &= ~CONFIG_100BASEFX; 298 PHY_WRITE(sc, MII_LXTPHY_CONFIG, cfg); 304 uint16_t cfg; local 306 PHY_READ(sc, MII_LXTPHY_CONFIG, &cfg); 307 cfg |= CONFIG_100BASEFX; 308 PHY_WRITE(sc, MII_LXTPHY_CONFIG, cfg);
|