Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-13.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-13.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-13.1/usr.bin/vtfontcvt/
H A Dvtfontcvt.c80 static struct mapping_list maps[VFNT_MAPS] = { variable
81 TAILQ_HEAD_INITIALIZER(maps[0]),
82 TAILQ_HEAD_INITIALIZER(maps[1]),
83 TAILQ_HEAD_INITIALIZER(maps[2]),
84 TAILQ_HEAD_INITIALIZER(maps[3]),
211 ml = &maps[map_idx]; in add_mapping()
702 struct mapping_list *ml = &maps[map_idx]; in fold_mappings()
720 struct mapping_list *ml = &maps[map_idx]; in write_mappings()
743 struct mapping_list *ml = &maps[map_idx]; in write_source_mappings()
870 if (!TAILQ_EMPTY(&maps[VFNT_MAP_BOLD])) { in write_fnt_source()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,dw-apb-ictl.txt17 - 0 maps to bit 0 of low interrupts,
18 - 1 maps to bit 1 of low interrupts,
19 - 32 maps to bit 0 of high interrupts,
20 - 33 maps to bit 1 of high interrupts,
H A Dmarvell,orion-intc.txt13 - 0 maps to bit 0 of first base address,
14 - 1 maps to bit 1 of first base address,
15 - 32 maps to bit 0 of second base address, and so on.
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dexynos5422-odroidhc1.dts51 cooling-maps {
105 cooling-maps {
149 cooling-maps {
193 cooling-maps {
237 cooling-maps {
H A Dexynos5422-odroidxu3-common.dtsi94 cooling-maps {
177 cooling-maps {
250 cooling-maps {
323 cooling-maps {
396 cooling-maps {
H A Drk3288-veyron-mickey.dts43 /delete-node/ cooling-maps;
83 cooling-maps {
149 /delete-node/ cooling-maps;
179 cooling-maps {
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_5.rst4 CBOR maps are the plain old associate hash maps known from JSON and many other formats and language…
17 Streaming maps
/freebsd-13.1/tools/tools/locale/tools/
H A Dfinalize152 > ${ETCDIR}/final-maps/map.UTF-8
155 > ${ETCDIR}/final-maps/map.eucCN
158 > ${ETCDIR}/final-maps/map.GB2312
174 > ${ETCDIR}/final-maps/map.${map}
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv7604.txt17 The ADV76xx has up to thirteen 256-byte maps that can be accessed via the
42 - reg-names : Names of maps with programmable addresses.
44 Possible maps names are :
66 * other maps will retain their default addresses.
H A Dadv748x.txt14 The ADV748x has up to twelve 256-byte maps that can be accessed via the
25 - reg-names : Names of maps with programmable addresses.
26 It shall contain all maps needing a non-default address.
/freebsd-13.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-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,lpasscc.txt9 Index-0 maps to LPASS_CC register region
10 Index-1 maps to LPASS_QDSP6SS register region
/freebsd-13.1/contrib/libcbor/doc/source/
H A Dstreaming.rst4maps <api/type_5>` can be encoded as *indefinite*, meaning their length or size is not specified. …
/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt68 See Cooling device maps section below for more details
93 * Cooling device maps
95 The cooling device maps node is a node to describe how cooling devices
272 cooling-maps {
342 cooling-maps {
369 cooling-maps {
396 cooling-maps {
416 and cooling maps.
463 cooling-maps {
518 cooling-maps {
[all …]
H A Dthermal-idle.yaml31 the cooling-maps reference. The first cell is the minimum cooling state
129 cooling-maps {
/freebsd-13.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-13.1/sys/dev/nvdimm/
H A Dnvdimm.c344 ACPI_NFIT_MEMORY_MAP **maps; in nvdimm_attach() local
371 acpi_nfit_get_memory_maps_by_dimm(nfitbl, nv->nv_handle, &maps, in nvdimm_attach()
375 free(maps, M_NVDIMM); in nvdimm_attach()
381 flags |= maps[i]->Flags; in nvdimm_attach()
383 free(maps, M_NVDIMM); in nvdimm_attach()
/freebsd-13.1/lib/libomp/
H A Dkmp_i18n_default.inc280 "%1$s: OS proc <n> maps to <n>th package core 0",
281 "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]",
283 "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] thread %5$d",
284 "%1$s: OS proc %2$d maps to [package %3$d] core %4$d [thread %5$d]",
286 "%1$s: OS proc %2$d maps to [package %3$d] core %4$d thread %5$d",
287 "%1$s: OS proc %2$d maps to package %3$d core %4$d [thread %5$d]",
288 "%1$s: OS proc %2$d maps to package %3$d [core %4$d] thread %5$d",
289 "%1$s: OS proc %2$d maps to package %3$d core %4$d thread %5$d",
290 "%1$s: OS proc %2$d maps to %3$s",
292 "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d, TPU %5$d",
[all …]
/freebsd-13.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()
729 ++fmr->maps; in mthca_tavor_map_phys_fmr()
769 ++fmr->maps; in mthca_arbel_map_phys_fmr()
808 if (!fmr->maps) in mthca_tavor_fmr_unmap()
811 fmr->maps = 0; in mthca_tavor_fmr_unmap()
818 if (!fmr->maps) in mthca_arbel_fmr_unmap()
821 fmr->maps = 0; in mthca_arbel_fmr_unmap()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap80x.dtsi326 cooling-maps { };
348 cooling-maps {
381 cooling-maps {
414 cooling-maps {
447 cooling-maps {
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/bridge/
H A Dadi,adv7511.txt20 different I2C addresses, creating four register maps. Each map has it own
80 - reg-names : Names of maps with programmable addresses.
82 Possible maps names are : "main", "edid", "cec", "packet"
103 * bus. All other maps continue to use their default addresses.
/freebsd-13.1/etc/mail/
H A DMakefile185 all: cf maps aliases
219 maps: ${SENDMAIL_MAP_OBJ} target
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt328 OSProcToPackage "%1$s: OS proc <n> maps to <n>th package core 0"
329 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]"
331 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] thread %5$d"
332 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] core %4$d [thread %5$d]"
334 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] core %4$d thread %5$d"
335 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d core %4$d [thread %5$d]"
336 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d [core %4$d] thread %5$d"
337 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d core %4$d thread %5$d"
338 OSProcMapToPack "%1$s: OS proc %2$d maps to %3$s"
340 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d, TPU %5$d"
[all …]

12345678910>>...13