Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/share/examples/ypldap/
H A Dypldap.conf20 attribute name maps to "uid"
22 attribute uid maps to "uidNumber"
23 attribute gid maps to "gidNumber"
24 attribute gecos maps to "cn"
25 attribute home maps to "homeDirectory"
26 attribute shell maps to "loginShell"
34 attribute groupname maps to "cn"
36 attribute groupgid maps to "gidNumber"
38 list groupmembers maps to "memberUid"
/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_map.c22 int ossl_policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) in ossl_policy_cache_set_mapping() argument
29 if (sk_POLICY_MAPPING_num(maps) == 0) { in ossl_policy_cache_set_mapping()
33 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) { in ossl_policy_cache_set_mapping()
34 map = sk_POLICY_MAPPING_value(maps, i); in ossl_policy_cache_set_mapping()
76 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free); in ossl_policy_cache_set_mapping()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-NAN-USD47 This command maps to the Publish() method in the NAN Discovery Engine.
51 This command maps to the CancelPublish() method in the NAN Discovery
56 This command maps to the UpdatePublish() method in the NAN Discovery
72 This command maps to the Subscribe() method in the NAN Discovery Engine.
76 This command maps to the CancelSubscribe() method in the NAN Discovery Engine.
80 This command maps to the Transmit() method in the NAN Discovery Engine.
86 This event maps to the DiscoveryResult() event in the NAN Discovery
91 This event maps to the Replied() event in the NAN Discovery Engine.
95 This event maps to the PublishTerminated() event in the NAN Discovery
100 This event maps to the SubscribeTerminate() event in the NAN Discovery
[all …]
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_5.rst4 CBOR maps are the plain old associative maps similar JSON objects or Python dictionaries.
6 Definite maps have a fixed size which is stored in the header, whereas indefinite maps do not and a…
12 …Indefinite maps can be conveniently used with streaming :doc:`decoding <streaming_decoding>` and :…
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c77 static struct mapping_list maps[VFNT_MAPS] = { variable
78 TAILQ_HEAD_INITIALIZER(maps[0]),
79 TAILQ_HEAD_INITIALIZER(maps[1]),
80 TAILQ_HEAD_INITIALIZER(maps[2]),
81 TAILQ_HEAD_INITIALIZER(maps[3]),
208 ml = &maps[map_idx]; in add_mapping()
236 mp_normal = TAILQ_FIRST(&maps[normal_map_idx]); in dedup_mapping()
237 TAILQ_FOREACH_SAFE(mp_bold, &maps[map_idx], m_list, mp_temp) { in dedup_mapping()
247 TAILQ_REMOVE(&maps[map_idx], mp_bold, m_list); in dedup_mapping()
699 struct mapping_list *ml = &maps[map_idx]; in fold_mappings()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,dw-apb-ictl.txt20 - 0 maps to bit 0 of low interrupts,
21 - 1 maps to bit 1 of low interrupts,
22 - 32 maps to bit 0 of high interrupts,
23 - 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/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidhc1.dts53 cooling-maps {
107 cooling-maps {
151 cooling-maps {
195 cooling-maps {
239 cooling-maps {
H A Dexynos5422-odroidxu3-common.dtsi92 cooling-maps {
175 cooling-maps {
248 cooling-maps {
321 cooling-maps {
394 cooling-maps {
/freebsd/tools/build/options/
H A DWITHOUT_SYSCONS3 support files such as keyboard maps, fonts, and screen output maps.
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c301 static const char *maps[] = { variable
360 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) { in update_inplace()
362 maps[i], strerror(errno)); in update_inplace()
380 in map %s@%s with wrong name (%.*s)", pw->pw_uid, maps[i], domain, in update_inplace()
400 in map %s@%s with wrong UID", pw->pw_name, maps[i], domain); in update_inplace()
428 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) { in update_inplace()
430 maps[i],strerror(errno)); in update_inplace()
439 maps[i]); in update_inplace()
451 maps[i]); in update_inplace()
/freebsd/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/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/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt20 - cooling maps: used to describe links between trip points and cooling devices;
68 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
126 containing trip nodes and one sub-node containing all the zone cooling maps.
146 - cooling-maps: A sub-node which is a container of only cooling device
272 cooling-maps {
342 cooling-maps {
369 cooling-maps {
396 cooling-maps {
[all …]
/freebsd/usr.sbin/ypldap/
H A Dyp.c614 static struct ypmaplist maps[nitems(mapnames)]; in ypproc_maplist_2_svc() local
620 res.maps = NULL; in ypproc_maplist_2_svc()
624 maps[i].map = mapnames[i].name; in ypproc_maplist_2_svc()
625 maps[i].next = res.maps; in ypproc_maplist_2_svc()
626 res.maps = &maps[i]; in ypproc_maplist_2_svc()
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62-thermal.dtsi28 cooling-maps {
59 cooling-maps {
/freebsd/sys/dev/nvdimm/
H A Dnvdimm.c318 ACPI_NFIT_MEMORY_MAP **maps; in nvdimm_attach() local
344 acpi_nfit_get_memory_maps_by_dimm(nfitbl, nv->nv_handle, &maps, in nvdimm_attach()
348 free(maps, M_NVDIMM); in nvdimm_attach()
354 flags |= maps[i]->Flags; in nvdimm_attach()
356 free(maps, M_NVDIMM); in nvdimm_attach()
/freebsd/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/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap80x.dtsi333 cooling-maps { };
355 cooling-maps {
388 cooling-maps {
421 cooling-maps {
454 cooling-maps {
/freebsd/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]",
282 "%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]",
285 "%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",
[all …]
/freebsd/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/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-mickey.dts43 /delete-node/ cooling-maps;
83 cooling-maps {
149 /delete-node/ cooling-maps;
179 cooling-maps {
/freebsd/etc/mail/
H A DMakefile182 all: cf maps aliases
216 maps: ${SENDMAIL_MAP_OBJ} target
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt329 OSProcToPackage "%1$s: OS proc <n> maps to <n>th package core 0"
330 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"
333 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 OBSOLETE "%1$s: OS proc %2$d maps t
[all...]

12345678910>>...17