| /src/sys/arch/epoc32/epoc32/ |
| autoconf.c | 68 prop_dictionary_t dict = device_properties(dev); local 70 prop_dictionary_set_uint32(dict, "width", epoc32_fb_width); 71 prop_dictionary_set_uint32(dict, "height", epoc32_fb_height); 72 prop_dictionary_set_uint32(dict, "addr", epoc32_fb_addr);
|
| /src/sys/arch/evbppc/obs405/ |
| obs600_autoconf.c | 119 prop_dictionary_t dict = device_properties(dev); local 121 prop_dictionary_set_uint32(dict, "params",
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_env.c | 11 /* DICT *dict_env_open(name, dummy, dict_flags) 21 /* dict(3) generic dictionary manager 48 #include "dict.h" 53 static int dict_env_update(DICT *dict, const char *name, const char *value) 55 dict->error = 0; 60 if (dict->flags & DICT_FLAG_FOLD_FIX) { 61 if (dict->fold_buf == 0) 62 dict->fold_buf = vstring_alloc(10); 63 vstring_strcpy(dict->fold_buf, name) 103 DICT *dict; local [all...] |
| dict_alloc.c | 9 /* #include <dict.h> 11 /* DICT *dict_alloc(dict_type, dict_name, size) 16 /* void dict_free(dict) 17 /* DICT *ptr; 19 /* void dict_jmp_alloc(dict) 20 /* DICT *ptr; 57 /* dict(3) 85 #include "dict.h" 89 static const char *dict_default_lookup(DICT *dict, const char *unused_key 144 DICT *dict = (DICT *) mymalloc(size); local [all...] |
| dict_debug.c | 9 /* #include <dict.h> 11 /* DICT *dict_debug(dict_handle) 12 /* DICT *dict_handle; 14 /* DICT *DICT_DEBUG(dict_handle) 15 /* DICT *dict_handle; 47 #include <dict.h> 52 DICT dict; /* the proxy service */ member in struct:__anon23211 53 DICT *real_dict; /* encapsulated object */ 58 static const char *dict_debug_lookup(DICT *dict, const char *key [all...] |
| dict_fail.c | 11 /* DICT *dict_fail_open(name, open_flags, dict_flags) 19 /* dict(3) generic dictionary manager 40 #include <dict.h> 46 DICT dict; /* generic members */ member in struct:__anon23212 52 static int dict_fail_sequence(DICT *dict, int unused_func, 55 DICT_FAIL *dp = (DICT_FAIL *) dict; 58 DICT_ERR_VAL_RETURN(dict, dp->dict_errno, DICT_STAT_ERROR); 63 static int dict_fail_update(DICT *dict, const char *unused_name [all...] |
| mkmap.h | 22 struct DICT *(*open) (const char *, int, int); /* dict_xx_open() */ 23 struct DICT *dict; /* dict_xx_open() result */ member in struct:MKMAP 32 #define mkmap_append(map, key, val) dict_put((map)->dict, (key), (val))
|
| /src/sys/arch/evbmips/gdium/ |
| autoconf.c | 113 prop_dictionary_t dict; local 119 dict = device_properties(dev); 124 prop_dictionary_set_bool(dict, "is_console", 1); 125 prop_dictionary_set_uint32(dict, "width", 1024); 126 prop_dictionary_set_uint32(dict, "height", 600); 127 prop_dictionary_set_uint32(dict, "depth", 16); 128 prop_dictionary_set_uint32(dict, "linebytes", 2048); 129 prop_dictionary_set_uint32(dict, "address", 0x04000000);
|
| /src/external/bsd/zstd/dist/tests/fuzz/ |
| dictionary_decompress.c | 36 FUZZ_dict_t dict; local 43 dict = FUZZ_train(src, size, producer); 45 ddict = ZSTD_createDDict(dict.buff, dict.size); 50 dctx, dict.buff, dict.size, 55 dctx, dict.buff, dict.size, 69 free(dict.buff);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-event.h | 39 PyObject *dict; member in struct:event_object
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-event.h | 39 PyObject *dict; member in struct:event_object
|
| /src/sys/arch/evbmips/loongson/ |
| autoconf.c | 126 prop_dictionary_t dict; local 138 dict = device_properties(dev); 143 prop_dictionary_set_bool(dict, "is_console", 1); 144 prop_dictionary_set_uint32(dict, "width", 1024); 145 prop_dictionary_set_uint32(dict, "height", 600); 146 prop_dictionary_set_uint32(dict, "depth", 16); 147 prop_dictionary_set_uint32(dict, "linebytes", 2048); 148 prop_dictionary_set_bool(dict, "swapBR", 1);
|
| /src/sys/arch/powerpc/ibm4xx/ |
| ibm4xx_autoconf.c | 74 prop_dictionary_t dict = device_properties(dev); local 87 if (prop_dictionary_set(dict, "mac-address", pd) == 96 prop_dictionary_set_uint32(dict, "mii-phy",
|
| /src/sys/arch/prep/prep/ |
| ibm_machdep.c | 46 prop_dictionary_t dict, sub; local 54 dict = prop_dictionary_create_with_capacity(16); 55 KASSERT(dict != NULL); 57 dict); 67 prop_dictionary_set(dict, "devfunc-12", sub); 79 prop_dictionary_set(dict, key, sub); 83 prop_object_release(dict);
|
| /src/usr.sbin/envstat/ |
| envstat.h | 37 prop_dictionary_t dict; /* dictionary associated */ member in struct:sensor_block
|
| /src/crypto/external/bsd/libsaslc/dist/test/ |
| t_dict.c | 39 #include "dict.h" 41 /* src/dict.c test cases */ 53 saslc__dict_t *dict; local 54 ATF_REQUIRE(dict = saslc__dict_create()); 55 saslc__dict_destroy(dict); 68 saslc__dict_t *dict; local 69 ATF_REQUIRE(dict = saslc__dict_create()); 70 ATF_CHECK_EQ(saslc__dict_insert(dict, "foo", "bar"), DICT_OK); 71 ATF_CHECK_EQ(saslc__dict_insert(dict, "bar", "blah"), DICT_OK); 72 ATF_CHECK_EQ(saslc__dict_insert(dict, " ", "bar"), DICT_KEYINVALID) 95 saslc__dict_t *dict; local 128 saslc__dict_t *dict; local 158 saslc__dict_t *dict; local [all...] |
| /src/external/bsd/zstd/dist/tests/ |
| invalidDictionaries.c | 42 const dictionary *dict; local 43 for (dict = dictionaries; dict->data != NULL; ++dict) { 46 cdict = ZSTD_createCDict(dict->data, dict->size, 1); 51 ddict = ZSTD_createDDict(dict->data, dict->size);
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_sasl_auth_cache.h | 20 #include <dict.h> 32 DICT *dict; member in struct:__anon23174
|
| /src/sys/arch/arm/arm/ |
| arm_cpu_topology.c | 77 prop_dictionary_t dict; local 81 dict = device_properties(newci->ci_dev); 82 if (prop_dictionary_get_uint32(dict, "capacity_dmips_mhz",
|
| /src/sys/arch/ibmnws/ibmnws/ |
| autoconf.c | 133 prop_dictionary_t dict; local 138 dict = device_properties(dev); 149 if (! prop_dictionary_set_uint32(dict, "width", 1024)) { 154 if (! prop_dictionary_set_uint32(dict, "height", 768)) { 159 if (! prop_dictionary_set_uint32(dict, "depth", 8)) { 164 if (! prop_dictionary_set_uint32(dict, "address", 0)) {
|
| /src/sys/arch/powerpc/ibm4xx/dev/ |
| dwctwo_plb.c | 94 prop_dictionary_t dict = device_properties(self); local 100 if (!prop_dictionary_get_uint32(dict, "params",
|
| /src/sys/dev/marvell/ |
| com_mv.c | 102 prop_dictionary_t dict = device_properties(self); local 106 if (!prop_dictionary_get_uint32(dict, "frequency", &sc->sc_frequency)) {
|
| /src/sys/dev/ |
| veriexec.c | 102 veriexec_delete(prop_dictionary_t dict, struct lwp *l) 108 if (!prop_dictionary_get_string(dict, "file", &file)) 127 veriexec_query(prop_dictionary_t dict, prop_dictionary_t rdict, struct lwp *l) 133 if (!prop_dictionary_get_string(dict, "file", &file)) 151 prop_dictionary_t dict; local 190 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict); 194 error = veriexec_file_add(l, dict); 195 prop_object_release(dict); 199 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict); 203 error = veriexec_delete(dict, l) [all...] |
| /src/usr.sbin/bthcid/ |
| config.c | 54 prop_dictionary_t dict; local 82 dict = prop_dictionary_internalize(xml); 85 return dict;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/ |
| scm-section-script.scm | 36 (define (make-pretty-printer-dict) 37 (let ((dict (make-hash-table))) 38 (hash-set! dict "struct ss" make-pp_ss-printer) 39 (hash-set! dict "ss" make-pp_ss-printer) 40 dict)) 45 (let ((pretty-printers-dict (make-pretty-printer-dict))) 51 (let ((printer-maker (hash-ref pretty-printers-dict typename)))
|