| /mirbsd/src/sys/dev/isa/ |
| D | isic_isa.c | 94 int *num_mappings, struct isic_io_map *maps, int *iosize, 96 static void args_unmap __P((int *num_mappings, struct isic_io_map *maps)); 1002 setup_io_map(flags, iot, memt, iobase, maddr, num_mappings, maps, iosize, msize) in setup_io_map() argument 1006 struct isic_io_map *maps; 1023 if (maps == NULL) { 1028 maps[0].t = memt; 1029 maps[0].offset = 0; 1030 maps[0].size = 0x1000; 1031 if (bus_space_map(maps[0].t, maddr, 1032 maps[0].size, 0, &maps[0].h)) { [all …]
|
| /mirbsd/src/lib/libssl/src/crypto/x509v3/ |
| D | pcy_map.c | 84 idx = sk_X509_POLICY_REF_find(cache->maps, &tmp); in policy_map_find() 87 return sk_X509_POLICY_REF_value(cache->maps, idx); in policy_map_find() 94 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) in policy_cache_set_mapping() argument 102 if (sk_POLICY_MAPPING_num(maps) == 0) in policy_cache_set_mapping() 107 cache->maps = sk_X509_POLICY_REF_new(ref_cmp); in policy_cache_set_mapping() 108 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) in policy_cache_set_mapping() 110 map = sk_POLICY_MAPPING_value(maps, i); in policy_cache_set_mapping() 165 if (!sk_X509_POLICY_REF_push(cache->maps, ref)) in policy_cache_set_mapping() 180 sk_X509_POLICY_REF_pop_free(cache->maps, policy_map_free); in policy_cache_set_mapping() 181 cache->maps = NULL; in policy_cache_set_mapping() [all …]
|
| D | pcy_int.h | 131 STACK_OF(X509_POLICY_REF) *maps; 202 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
|
| D | pcy_cache.c | 142 cache->maps = NULL; in policy_cache_new()
|
| /mirbsd/src/sbin/isakmpd/ |
| D | field.c | 62 field_debug_raw(u_int8_t *buf, size_t len, struct constant_map **maps) in field_debug_raw() argument 109 field_debug_num(u_int8_t *buf, size_t len, struct constant_map **maps) in field_debug_num() argument 127 field_debug_mask(u_int8_t *buf, size_t len, struct constant_map **maps) in field_debug_mask() argument 146 name = constant_name_maps(maps, bit); in field_debug_mask() 167 field_debug_ign(u_int8_t *buf, size_t len, struct constant_map **maps) in field_debug_ign() argument 177 field_debug_cst(u_int8_t *buf, size_t len, struct constant_map **maps) in field_debug_cst() argument 184 return strdup(constant_name_maps(maps, val)); in field_debug_cst() 193 value = decode_field[(int) f->type] (buf + f->offset, f->len, f->maps); in field_dump_field()
|
| D | constants.c | 84 constant_name_maps(struct constant_map **maps, int value) in constant_name_maps() argument 90 for (map = maps; *map; map++) { in constant_name_maps()
|
| D | field.h | 44 struct constant_map **maps; member
|
| D | DESIGN-NOTES | 308 coupled to them via the constant maps given after the length in octets
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/ |
| D | virtusertable.m4 | 22 # Virtual user table (maps incoming users)
|
| D | ldap_routing.m4 | 41 # LDAP routing maps
|
| /mirbsd/src/usr.bin/vi/docs/internals/ |
| D | quoting | 52 maps were not triggered if any part of the map was escaped 61 Command maps were not triggered if the second or later
|
| D | input | 9 as if it were input from the user. So, maps and executable buffers are 50 the historic maps and @ buffers work. The summary is as follows:
|
| D | cscope.NOTES | 98 Suggested maps:
|
| /mirbsd/src/gnu/usr.sbin/sendmail/ |
| D | README | 121 including aliases, maps, statistics, and the pid file. Any user who 343 recreate your database file(s). Do this by rebuilding all maps with 434 editmap A program to edit and query maps that have been created 446 makemap A program that creates the keyed maps used by the $( ... $)
|
| D | RELEASE_NOTES | 34 configuration data (including maps, files, classes, 473 New option -K for LDAP maps to replace %1 through %9 in the 512 New options B, z, and Z for DNS maps: 1025 New option for LDAP maps: the -w option allows you to specify the 1028 New option for LDAP maps: the -H option allows you to specify an 1262 for maps via new attributes. See the ``USING LDAP FOR 1577 Properly initialize data structure for dns maps to avoid various 2160 Make sure cached LDAP connections used my multiple maps in the same 2510 Two new options for host maps: -d (retransmission timeout), 2512 New option for LDAP maps: the -V<sep> allows you to specify a [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/ |
| D | Supported.pod | 411 The maps for the following are available at L<http://www.unicode.org/> 424 maps that I could find at L<http://www.unicode.org/> . 474 such a CES that maps character by character may form a CCS. EUC is such 500 UTF-8 maps Unicode to a byte sequence. 504 it is two !'s or IDEOGRAPHIC SPACE. EUC maps the latter to \xA1\xA1
|
| /mirbsd/src/usr.bin/vi/ |
| D | LAYOUT | 87 input -- Vi maps, executable buffers, and input discussion.
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | README | 89 and for general maps. When used for alias files they interact in an 160 maps on an NIS server are built directly from the NDBM files. 511 referrals) for LDAP maps (requires -DLDAPMAP). 527 NDBM Include support for "new" DBM library for aliases and maps. 530 for aliases and maps. Normally defined in the Makefile. 535 NIS Define this to get NIS (YP) support for aliases and maps. 537 NISPLUS Define this to get NIS+ support for aliases and maps. 539 HESIOD Define this to get Hesiod support for aliases and maps. 541 NETINFO Define this to get NeXT NetInfo support for aliases and maps. 543 LDAPMAP Define this to get LDAP support for maps. [all …]
|
| /mirbsd/src/gnu/usr.bin/lynx/samples/ |
| D | lynx-keymaps | 94 # The following maps a sequence commonly used for Shift+Tab to the
|
| /mirbsd/src/gnu/usr.bin/lynx/src/chrtrans/ |
| D | next_uni.tbl | 38 # this table only maps the NextStep range from 0x80 - 0xFF.
|
| /mirbsd/src/usr.bin/vi/cl/ |
| D | README.signal | 95 work well for trying to detect infinite maps. The problem is that
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlebcdic.pod | 737 0037 machines. Note also that "\c\\" maps to two characters 1227 the string 'rot' or "rot$n". Rot0 and rot26 would designate identity maps 1229 interesting property that alternate subsequent invocations are identity maps
|
| /mirbsd/src/usr.bin/vi/docs/ |
| D | changelog | 284 searches work in maps. 529 + Timeout maps beginning with <escape> quickly, instead of based 559 + Don't overwrite user's maps with standard (termcap) mappings. 728 + Delete screen specific maps when the screen closes.
|
| /mirbsd/src/usr.sbin/httpd/src/ |
| D | Configuration | 247 ## mod_mime maps filename extensions to content types, encodings, and
|
| D | Configuration.tmpl | 310 ## mod_mime maps filename extensions to content types, encodings, and
|