Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 25 of 240) sorted by relevance

12345678910

/freebsd-12.1/share/examples/ypldap/
H A Dypldap.conf21 attribute name maps to "uid"
23 attribute uid maps to "uidNumber"
24 attribute gid maps to "gidNumber"
25 attribute gecos maps to "cn"
26 attribute home maps to "homeDirectory"
27 attribute shell maps to "loginShell"
35 attribute groupname maps to "cn"
37 attribute groupgid maps to "gidNumber"
39 list groupmembers maps to "memberUid"
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dline-map.c34 set->maps = NULL; in linemap_init()
54 for (map = &set->maps[set->used - 1]; ! MAIN_FILE_P (map); in linemap_check_files_exited()
65 if (set->maps) in linemap_free()
69 free (set->maps); in linemap_free()
100 set->maps = XRESIZEVEC (struct line_map, set->maps, set->allocated); in linemap_add()
103 map = &set->maps[set->used]; in linemap_add()
182 struct line_map *map = &set->maps[set->used - 1]; in linemap_line_start()
249 struct line_map *map = &set->maps[set->used - 1]; in linemap_position_for_column()
273 cached = &set->maps[mn]; in linemap_lookup()
289 if (set->maps[md].start_location > line) in linemap_lookup()
[all …]
/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dpcy_map.c22 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) in policy_cache_set_mapping() argument
29 if (sk_POLICY_MAPPING_num(maps) == 0) { in policy_cache_set_mapping()
33 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) { in policy_cache_set_mapping()
34 map = sk_POLICY_MAPPING_value(maps, i); in policy_cache_set_mapping()
78 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free); in policy_cache_set_mapping()
/freebsd-12.1/usr.bin/vtfontcvt/
H A Dvtfontcvt.c83 static struct mapping_list maps[VFNT_MAPS] = { variable
84 TAILQ_HEAD_INITIALIZER(maps[0]),
85 TAILQ_HEAD_INITIALIZER(maps[1]),
86 TAILQ_HEAD_INITIALIZER(maps[2]),
87 TAILQ_HEAD_INITIALIZER(maps[3]),
124 ml = &maps[map_idx]; in add_mapping()
152 mp_normal = TAILQ_FIRST(&maps[normal_map_idx]); in dedup_mapping()
153 TAILQ_FOREACH_SAFE(mp_bold, &maps[map_idx], m_list, mp_temp) { in dedup_mapping()
163 TAILQ_REMOVE(&maps[map_idx], mp_bold, m_list); in dedup_mapping()
549 struct mapping_list *ml = &maps[map_idx]; in fold_mappings()
[all …]
/freebsd-12.1/tools/tools/locale/tools/
H A Dfinalize120 > ${base}/../etc/final-maps/map.UTF-8
123 > ${base}/../etc/final-maps/map.eucCN
126 > ${base}/../etc/final-maps/map.GB2312
141 > ${base}/../etc/final-maps/map.${map}
/freebsd-12.1/sys/gnu/dts/arm/
H A Dexynos5422-odroidhc1.dts51 cooling-maps {
105 cooling-maps {
149 cooling-maps {
193 cooling-maps {
H A Dexynos5422-odroidxu3-common.dtsi96 cooling-maps {
179 cooling-maps {
252 cooling-maps {
325 cooling-maps {
/freebsd-12.1/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c306 static const char *maps[] = { variable
365 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) { in update_inplace()
367 maps[i], strerror(errno)); in update_inplace()
385 in map %s@%s with wrong name (%.*s)", pw->pw_uid, maps[i], domain, in update_inplace()
405 in map %s@%s with wrong UID", pw->pw_name, maps[i], domain); in update_inplace()
433 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) { in update_inplace()
435 maps[i],strerror(errno)); in update_inplace()
444 maps[i]); in update_inplace()
456 maps[i]); in update_inplace()
/freebsd-12.1/sys/gnu/dts/arm64/marvell/
H A Darmada-ap806.dtsi301 * The cooling maps are always empty as there are no cooling devices.
318 cooling-maps { };
328 cooling-maps { };
338 cooling-maps { };
348 cooling-maps { };
358 cooling-maps { };
/freebsd-12.1/usr.sbin/ypldap/
H A Dyp.c618 static struct ypmaplist maps[nitems(mapnames)]; in ypproc_maplist_2_svc() local
624 res.maps = NULL; in ypproc_maplist_2_svc()
628 maps[i].map = mapnames[i].name; in ypproc_maplist_2_svc()
629 maps[i].next = res.maps; in ypproc_maplist_2_svc()
630 res.maps = &maps[i]; in ypproc_maplist_2_svc()
/freebsd-12.1/lib/libomp/
H A Dkmp_i18n_default.inc256 "%1$s: OS proc <n> maps to <n>th package core 0",
257 "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]",
259 "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] thread %5$d",
260 "%1$s: OS proc %2$d maps to [package %3$d] core %4$d [thread %5$d]",
262 "%1$s: OS proc %2$d maps to [package %3$d] core %4$d thread %5$d",
263 "%1$s: OS proc %2$d maps to package %3$d core %4$d [thread %5$d]",
264 "%1$s: OS proc %2$d maps to package %3$d [core %4$d] thread %5$d",
265 "%1$s: OS proc %2$d maps to package %3$d core %4$d thread %5$d",
266 "%1$s: OS proc %2$d maps to %3$s",
268 "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d, TPU %5$d",
[all …]
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dline-map.h66 struct line_map *maps; member
156 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_mr.c586 mr->maps = 0; in mthca_fmr_alloc()
680 if (fmr->maps) in mthca_free_fmr()
710 if (fmr->maps >= fmr->attr.max_maps) in mthca_check_fmr()
730 ++fmr->maps; in mthca_tavor_map_phys_fmr()
770 ++fmr->maps; in mthca_arbel_map_phys_fmr()
809 if (!fmr->maps) in mthca_tavor_fmr_unmap()
812 fmr->maps = 0; in mthca_tavor_fmr_unmap()
819 if (!fmr->maps) in mthca_arbel_fmr_unmap()
822 fmr->maps = 0; in mthca_arbel_fmr_unmap()
/freebsd-12.1/contrib/openmp/runtime/src/i18n/
H A Den_US.txt305 OSProcToPackage "%1$s: OS proc <n> maps to <n>th package core 0"
306 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]"
308 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] thread %5$d"
309 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] core %4$d [thread %5$d]"
311 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] core %4$d thread %5$d"
312 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d core %4$d [thread %5$d]"
313 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d [core %4$d] thread %5$d"
314 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d core %4$d thread %5$d"
315 OSProcMapToPack "%1$s: OS proc %2$d maps to %3$s"
317 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d, TPU %5$d"
[all …]
/freebsd-12.1/contrib/amd/
H A DREADME.ldap19 This is an experimental schema for amd mount maps in LDAP. Since
21 current ldap_info.c code or with Amd mount maps in general.
H A Dtasks10 - compatibility with Sun's automount maps?
40 maps.
42 - browsable 'auto' style maps.
/freebsd-12.1/etc/mail/
H A DMakefile185 all: cf maps aliases
219 maps: ${SENDMAIL_MAP_OBJ} target
/freebsd-12.1/share/i18n/csmapper/APPLE/
H A DGAELIC%UCS.src105 # 0xDB is changed to EURO SIGN and maps to U+20AC; the standard
108 # maps 0xDB to U+00A4; this can be used for older fonts.
115 # to TIRONIAN SIGN ET and maps to U+204A. There is a "per mille
117 # maps 0xE4 to U+2030; this can be used for older fonts.
H A DUCS%GAELIC.src105 # 0xDB is changed to EURO SIGN and maps to U+20AC; the standard
108 # maps 0xDB to U+00A4; this can be used for older fonts.
115 # to TIRONIAN SIGN ET and maps to U+204A. There is a "per mille
117 # maps 0xE4 to U+2030; this can be used for older fonts.
/freebsd-12.1/lib/libc/riscv/
H A DSymbol.map7 * symbol maps from other parts of libc (i.e., not found in
/freebsd-12.1/lib/libc/aarch64/
H A DSymbol.map7 * symbol maps from other parts of libc (i.e., not found in
/freebsd-12.1/contrib/amd/scripts/
H A Damd.conf-sample73 # should browsable maps show number of entries to df/statfs (default=no)
83 # default base name for hesiod maps
85 # interval to check if a reload of any maps is needed
/freebsd-12.1/lib/libc/mips/
H A DSymbol.map7 * symbol maps from other parts of libc (i.e., not found in
/freebsd-12.1/lib/libc/powerpc64/
H A DSymbol.map7 * symbol maps from other parts of libc (i.e., not found in
/freebsd-12.1/lib/libc/powerpc/
H A DSymbol.map7 * symbol maps from other parts of libc (i.e., not found in

12345678910