Searched refs:maps (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dpcy_map.c84 idx = sk_X509_POLICY_REF_find(cache->maps, &tmp);
87 return sk_X509_POLICY_REF_value(cache->maps, idx);
95 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) argument
104 if (sk_POLICY_MAPPING_num(maps) == 0) {
108 cache->maps = sk_X509_POLICY_REF_new(ref_cmp);
109 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) {
110 map = sk_POLICY_MAPPING_value(maps, i);
165 if (!sk_X509_POLICY_REF_push(cache->maps, ref))
179 sk_X509_POLICY_REF_pop_free(cache->maps, policy_map_free);
180 cache->maps
[all...]
H A Dpcy_int.h134 STACK_OF(X509_POLICY_REF) *maps; member in struct:X509_POLICY_CACHE_st
209 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
H A Dpcy_cache.c136 cache->maps = NULL;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dline-map.c34 set->maps = NULL;
54 for (map = &set->maps[set->used - 1]; ! MAIN_FILE_P (map);
65 if (set->maps)
69 free (set->maps);
85 maps, so any stored line_map pointers should not be used. */
94 if (set->used && start_location < set->maps[set->used - 1].start_location)
100 set->maps = XRESIZEVEC (struct line_map, set->maps, set->allocated);
103 map = &set->maps[set->used];
108 /* If we don't keep our line maps consisten
[all...]
H A Dinit.c501 fname = pfile->line_table->maps[pfile->line_table->used-1].to_file;
H A Dinternal.h69 const struct line_map *map = &line_table->maps[line_table->used-1]; \
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dtsigconf.c146 const cfg_obj_t *maps[3]; local
156 maps[i++] = config;
158 maps[i++] = cfg_tuple_get(vconfig, "options");
159 maps[i] = NULL;
166 if (maps[i] == NULL)
169 result = cfg_map_get(maps[i], "key", &keylist);
H A Dzoneconf.c88 const cfg_obj_t *maps[5] = {NULL, NULL, NULL, NULL, NULL}; local
135 maps[0] = cfg_tuple_get(zconfig, "options");
136 (void)ns_config_get(maps, aclname, &aclobj);
153 maps[i++] = options;
159 maps[i++] = options;
161 maps[i++] = ns_g_defaults;
162 maps[i] = NULL;
164 (void)ns_config_get(maps, aclname, &aclobj);
776 checknames(dns_zonetype_t ztype, const cfg_obj_t **maps, argument
788 result = ns_checknames_get(maps, zon
801 const cfg_obj_t *maps[5]; local
[all...]
H A Dconfig.c283 ns_config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
287 if (maps[i] == NULL)
289 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
295 ns_checknames_get(const cfg_obj_t **maps, const char *which, argument
305 if (maps[i] == NULL)
308 if (cfg_map_get(maps[i], "check-names",
775 const cfg_obj_t *maps[3]; local
784 maps[i++] = options;
785 maps[i++] = ns_g_defaults;
786 maps[
[all...]
H A Dserver.c405 const cfg_obj_t *maps[3]; local
412 maps[i++] = cfg_tuple_get(vconfig, "options");
417 maps[i++] = options;
419 maps[i] = NULL;
421 (void)ns_config_get(maps, aclname, &aclobj);
454 const cfg_obj_t *maps[3]; local
461 maps[i++] = cfg_tuple_get(vconfig, "options");
466 maps[i++] = options;
468 maps[i] = NULL;
470 (void)ns_config_get(maps, "sortlis
492 const cfg_obj_t *maps[3]; local
761 const cfg_obj_t *maps[4]; local
942 get_view_querysource_dispatch(const cfg_obj_t **maps, int af, dns_dispatch_t **dispatchp, isc_boolean_t is_firstview) argument
2062 const cfg_obj_t *maps[4]; local
4183 configure_server_quota(const cfg_obj_t **maps, const char *name, isc_quota_t *quota) argument
4470 set_limit(const cfg_obj_t **maps, const char *configname, const char *description, isc_resource_t resourceid, isc_resourcevalue_t defaultvalue) argument
4506 set_limits(const cfg_obj_t **maps) argument
4685 configure_session_key(const cfg_obj_t **maps, ns_server_t *server, isc_mem_t *mctx) argument
4800 const cfg_obj_t *maps[4]; local
4888 const cfg_obj_t *maps[3]; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dnamed-checkconf.c102 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
105 if (maps[i] == NULL)
107 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
113 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) { argument
122 if (maps[i] == NULL)
125 result = cfg_map_get(maps[i], "check-names", &checknames);
146 config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
150 if (maps[i] == NULL)
152 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
192 const cfg_obj_t *maps[ local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dconfig.h34 ns_config_get(const cfg_obj_t **maps, const char* name, const cfg_obj_t **obj);
37 ns_checknames_get(const cfg_obj_t **maps, const char* name,
/freebsd-9.3-release/share/mk/
H A Dbsd.symver.mk9 # and symbol maps.
41 # Run the symbol maps through the C preprocessor before passing
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h66 struct line_map *maps; member in struct:line_maps
123 maps, so any stored line_map pointers should not be used. */
156 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c301 static const char *maps[] = { variable
344 * XXX The passwd.byname and passwd.byuid maps come in
347 * has a real crypted password. The maps will be insecure
352 * read the records from the maps, skip to the first ':'
359 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) {
361 maps[i], strerror(errno));
379 in map %s@%s with wrong name (%.*s)", pw->pw_uid, maps[i], domain,
395 in map %s@%s with wrong UID", pw->pw_name, maps[i], domain);
417 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) {
419 maps[
[all...]
/freebsd-9.3-release/contrib/amd/scripts/
H A Damd2ldif.in12 the maps have changed. Remember "cd /var/yp; make" ?
/freebsd-9.3-release/etc/mail/
H A DMakefile5 # file and database maps for the sendmail(8) daemon.
9 # all - Build cf, maps and aliases
11 # maps - Build the feature maps
62 # The Makefile knows about the following maps:
113 # Permissions for generated maps
185 all: cf maps aliases
219 maps: ${SENDMAIL_MAP_OBJ}
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c602 mr->maps = 0;
703 if (fmr->maps)
733 if (fmr->maps >= fmr->attr.max_maps)
753 ++fmr->maps;
793 ++fmr->maps;
829 if (!fmr->maps)
832 fmr->maps = 0;
839 if (!fmr->maps)
842 fmr->maps = 0;
H A Dmthca_provider.h83 int maps; member in struct:mthca_fmr
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmr.c566 if (fmr->maps >= fmr->max_maps)
583 ++fmr->maps;
647 fmr->maps = 0;
690 fmr->maps = 0;
736 if (!fmr->maps)
739 fmr->maps = 0;
747 if (fmr->maps)
759 if (fmr->maps)
/freebsd-9.3-release/include/rpcsvc/
H A Dyp.x161 ypmaplist *maps;
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c1912 * even DMA maps (no_dmamap). Either way, a credit flush and reclaim
2866 * limit for any WR). txq->no_dmamap events shouldn't occur if maps is
2872 device_printf(sc->dev, "failed to setup tx DMA maps: %d\n", rc);
2911 &txq->no_dmamap, 0, "# of times txq ran out of DMA maps");
2935 if (txq->txmaps.maps)
3178 txmaps->maps = malloc(count * sizeof(struct tx_map), M_CXGBE,
3181 txm = txmaps->maps;
3194 KASSERT(txm == txmaps->maps, ("%s: EDOOFUS", __func__));
3196 free(txmaps->maps, M_CXGBE);
3197 txmaps->maps
3903 unsigned int reclaimed, maps; local
[all...]
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dypinit.sh117 # If we can't list the maps on the master, then we fake it with a
118 # hard-coded list of maps. The FreeBSD ypxfr command will work even
121 # no maps yet, we can't get a maplist from it).
127 echo "Can't enumerate maps from ${MASTER}. Please check that it is running." 1>&2
/freebsd-9.3-release/sys/fs/udf/
H A Decma167-udf.h197 uint32_t n_pm; /* Number of partition maps */
201 uint8_t maps[1]; member in struct:logvol_desc
/freebsd-9.3-release/sys/dev/pci/
H A Dpcivar.h36 #define PCI_MAXMAPS_0 6 /* max. no. of memory/port maps */
37 #define PCI_MAXMAPS_1 2 /* max. no. of maps for PCI to PCI bridge */
38 #define PCI_MAXMAPS_2 1 /* max. no. of maps for CardBus bridge */
131 STAILQ_HEAD(, pci_map) maps; /* BARs */ member in struct:pcicfg
156 uint8_t nummaps; /* actual number of PCI maps used */

Completed in 157 milliseconds

12