HomeSort by: relevance | last modified time | path
    Searched defs:maps (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/global/
dsn_filter.c 22 /* This module maps (bounce or defer non-delivery status code
24 /* status code and text), or maps (success status code and
55 /* maps(3) multi-table search
86 #include <maps.h>
89 #include <maps.h>
96 MAPS *maps; /* Replacement (status, text) */ member in struct:DSN_FILTER
119 fp->maps = maps_create(title, map_names, DICT_FLAG_LOCK);
163 if ((result = maps_find(fp->maps, STR(fp->buffer), 0)) != 0) {
167 msg_warn("%s: bad status code: %s", fp->maps->title, result)
    [all...]
header_body_checks.h 20 #include <maps.h>
35 MAPS *maps; /* map handle */ member in struct:__anon23092
maps.c 1 /* $NetBSD: maps.c,v 1.5 2025/02/25 19:15:45 christos Exp $ */
5 /* maps 3
9 /* #include <maps.h>
11 /* MAPS *maps_create(title, map_names, flags)
16 /* const char *maps_find(maps, key, flags)
17 /* MAPS *maps;
21 /* const char *maps_file_find(maps, key, flags)
22 /* MAPS *maps;
135 MAPS *maps; local
327 MAPS *maps; local
    [all...]
login_sender_match.c 104 #include <maps.h>
113 MAPS *maps; member in struct:LOGIN_SENDER_MATCH
135 lsm->maps = maps_create(title, map_names, DICT_FLAG_LOCK
150 maps_free(lsm->maps);
197 if ((sender_patterns = maps_find(lsm->maps, login_name,
235 found_or_error = lsm->maps->error;
mail_addr_map.c 12 /* MAPS *path;
18 /* MAPS *path;
45 /* Dictionary search path (see maps(3)).
110 ARGV *mail_addr_map_opt(MAPS *path, const char *address, int propagate,
270 * as intended. mail_addr_map() has always been used for maps that expect
500 MAPS *maps = maps_create("test", test->database, DICT_FLAG_LOCK local
504 result = mail_addr_map_opt(maps, test->address, test->propagate,
517 maps_free(maps);
  /src/external/mpl/bind/dist/bin/named/
tsigconf.c 142 const cfg_obj_t *maps[3]; local
152 maps[i++] = config;
155 maps[i++] = cfg_tuple_get(vconfig, "options");
157 maps[i] = NULL;
162 if (maps[i] == NULL) {
166 result = cfg_map_get(maps[i], "key", &keylist);
config.c 382 named_config_get(cfg_obj_t const *const *maps, const char *name,
386 for (i = 0; maps[i] != NULL; i++) {
387 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) {
395 named_checknames_get(const cfg_obj_t **maps, const char *const names[],
403 REQUIRE(maps != NULL);
407 for (i = 0; maps[i] != NULL; i++) {
409 if (cfg_map_get(maps[i], "check-names", &checknames) ==
929 const cfg_obj_t *maps[3]; local
938 maps[i++] = options;
940 maps[i++] = named_g_defaults
    [all...]
zoneconf.c 76 const cfg_obj_t *maps[5] = { NULL, NULL, NULL, NULL, NULL }; local
128 maps[0] = cfg_tuple_get(zconfig, "options");
129 (void)named_config_get(maps, aclname, &aclobj);
146 maps[i++] = options;
153 maps[i++] = options;
156 maps[i++] = named_g_defaults;
157 maps[i] = NULL;
159 (void)named_config_get(maps, aclname, &aclobj);
735 checknames(dns_zonetype_t ztype, const cfg_obj_t **maps,
742 result = named_checknames_get(maps, secondary_synonyms, objp)
866 const cfg_obj_t *maps[5]; local
2034 const cfg_obj_t *maps[4]; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-mdb.c 326 size_t maps = tmp; local
327 maps *= KILO;
328 ret = mdb_env_set_mapsize(mi->e, maps);
  /src/external/gpl2/lvm2/dist/lib/format1/
import-extents.c 50 struct dm_hash_table *maps = dm_hash_create(32); local
54 if (!maps) {
56 "extent maps.");
72 if (!dm_hash_insert(maps, ll->lv->name, lvm))
76 return maps;
79 dm_hash_destroy(maps);
84 struct dm_hash_table *maps, struct disk_list *dl)
92 if (!(lvm = dm_hash_lookup(maps, strrchr((char *)ll->lvd.lv_name, '/')
109 static int _fill_maps(struct dm_hash_table *maps, struct volume_group *vg,
123 if (!_fill_lv_array(lvms, maps, dl)
345 struct dm_hash_table *maps; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_map11.c 11 /* int smtp_map11_internal(addr, maps, propagate)
13 /* MAPS *maps;
16 /* int smtp_map11_external(addr, maps, propagate)
18 /* MAPS *maps;
21 /* int smtp_map11_tree(tree, maps, propagate)
23 /* MAPS *maps;
31 /* string form of an address in the maps specified via th
173 MAPS *maps = 0; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
kaspconf.c 44 confget(cfg_obj_t const *const *maps, const char *name, const cfg_obj_t **obj) {
46 if (maps[i] == NULL) {
49 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) {
59 get_duration(const cfg_obj_t **maps, const char *option, uint32_t dfl) {
64 result = confget(maps, option, &obj);
260 const cfg_obj_t *maps[2]; local
303 maps[i++] = koptions;
305 maps[i] = NULL;
308 dns_kasp_setsigrefresh(kasp, get_duration(maps, "signatures-refresh",
310 dns_kasp_setsigvalidity(kasp, get_duration(maps, "signatures-validity"
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
nouveau_nvkm_subdev_instmem_nv50.c 63 refcount_t maps; member in struct:nv50_instobj
250 if (refcount_dec_and_mutex_lock(&iobj->maps, &subdev->mutex)) {
274 if (refcount_inc_not_zero(&iobj->maps))
281 if (refcount_inc_not_zero(&iobj->maps)) {
293 if (!refcount_inc_not_zero(&iobj->maps)) {
302 refcount_set(&iobj->maps, 1);
421 refcount_set(&iobj->maps, 0);
  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 67 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */
68 TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */
85 struct maplist dmaps; /* the domain's active maps */
90 struct mapq maps; /* global queue of maps (LRU) */ variable in typeref:struct:mapq
109 TAILQ_INIT(&maps);
164 TAILQ_REMOVE(&maps, map, mapsq); /* remove from LRU tailq */
180 * no more file descriptors free, or we want to close all maps.
187 if (TAILQ_EMPTY(&maps)) {
192 last = TAILQ_LAST(&maps, mapq)
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 95 /* Search the specified maps for \fIkey\fR and remove one entry per map.
164 /* Search the specified maps for \fIkey\fR and write the first value
384 char **maps; /* map names */ member in struct:__anon23155
417 msg_fatal("can't create maps via the proxy service");
601 char **maps = state->maps; local
610 dicts[n] = ((map_name = split_at(maps[n], ':')) != 0 ?
611 dict_open3(maps[n], map_name, O_RDONLY, dict_flags) :
612 dict_open3(var_db_type, maps[n], O_RDONLY, dict_flags));
658 static int postmap_queries(VSTREAM *in, char **maps, const int map_count
    [all...]
  /src/external/mpl/bind/dist/bin/check/
named-checkconf.c 91 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) {
94 if (maps[i] == NULL) {
97 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) {
104 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) {
113 if (maps[i] == NULL) {
117 result = cfg_map_get(maps[i], "check-names", &checknames);
179 const cfg_obj_t *maps[4]; local
204 maps[i++] = zoptions;
206 maps[i++] = cfg_tuple_get(vconfig, "options");
211 maps[i++] = obj
    [all...]
  /src/sys/dev/marvell/
gtpci.c 268 } maps[] = { local
320 for (map = 0; maps[map].tag != MARVELL_TAG_UNDEFINED; map++) {
321 rv = marvell_winparams_by_tag(pdev, maps[map].tag, NULL, NULL,
326 if (maps[map].bars[sc->sc_unit] != -1)
328 maps[map].bars[sc->sc_unit], GTPCI_BARSIZE(size));
329 bare &= ~maps[map].bare;
332 if (maps[map].func != -1) {
339 tag = gtpci_make_tag(NULL, bus, dev, maps[map].func);
340 reg = gtpci_conf_read(sc, tag, maps[map].balow);
343 gtpci_conf_write(sc, tag, maps[map].balow, reg)
    [all...]
  /src/external/mpl/bind/dist/lib/isccfg/
kaspconf.c 48 confget(cfg_obj_t const *const *maps, const char *name, const cfg_obj_t **obj) {
50 if (maps[i] == NULL) {
53 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) {
82 get_duration(const cfg_obj_t **maps, const char *option, const char *dfl) {
87 result = confget(maps, option, &obj);
99 get_string(const cfg_obj_t **maps, const char *option) {
104 result = confget(maps, option, &obj);
526 const cfg_obj_t *maps[2]; local
586 maps[i++] = koptions;
587 maps[i] = NULL
1007 const cfg_obj_t *maps[2]; local
    [all...]
  /src/external/bsd/top/dist/machine/
m_irixsgi.c 926 struct prmap_sgi maps[256]; local
931 maparg.pr_vaddr = (caddr_t) maps;
932 maparg.pr_size = sizeof maps;
938 sz += (double) maps[i].pr_wsize / MA_WSIZE_FRAC;
  /src/external/gpl3/gcc/dist/gcc/
profile.cc 1565 array_slice<sbitmap> maps = cov_maps (cov, i);
1568 gcc_assert (maps.is_valid ());
1570 size_t terms = instrument_decisions (expr, i, maps, masks);
1564 array_slice<sbitmap> maps = cov_maps (cov, i); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc 3033 hash_map<tree, map_clause> maps; local
3052 map_clause &mc = maps.get_or_insert (ptr);
3070 map_clause &mc = maps.get_or_insert (OMP_CLAUSE_DECL (c));
3075 for (hash_map<tree, map_clause>::iterator i = maps.begin ();
3076 i != maps.end (); ++i)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 139 } maps; member in union:transformation_info_t::__anon7642
140 #define ti_enum info.maps
355 struct berval *val = &definition->info.maps.from_db[index];
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.h 426 PRBTree *maps; // All maps in (Vaddr,time) member in class:Experiment
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.h 426 PRBTree *maps; // All maps in (Vaddr,time) member in class:Experiment
  /src/sys/dev/pci/
if_vioif.c 1158 struct vioif_net_map *maps; local
1172 maps = sc->sc_netqs[qid].netq_maps;
1174 dmamemsize += sizeof(*maps[0].vnm_hdr) * vq_num;
1212 maps = netq->netq_maps;
1216 sizeof(*maps[0].vnm_hdr) * vq_num);
1293 maps = netq->netq_maps;
1298 maps[i].vnm_hdr = &hdrs[i];
1300 r = vioif_dmamap_create_load(sc, &maps[i].vnm_hdr_map,
1301 maps[i].vnm_hdr, sc->sc_hdr_size, 1,
1306 r = vioif_dmamap_create(sc, &maps[i].vnm_mbuf_map
    [all...]

Completed in 46 milliseconds

1 2