Home
last modified time | relevance | path

Searched refs:pol (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_cpols.c22 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
93 POLICYINFO *pol; variable
134 pol = policy_section(ctx, polsect, ia5org);
136 if (pol == NULL)
145 pol = POLICYINFO_new();
146 if (pol == NULL) {
151 pol->policyid = pobj;
153 if (!sk_POLICYINFO_push(pols, pol)) {
154 POLICYINFO_free(pol);
172 POLICYINFO *pol; in policy_section() local
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_cpols.c23 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
94 POLICYINFO *pol; variable
133 pol = policy_section(ctx, polsect, ia5org);
135 if (pol == NULL)
144 pol = POLICYINFO_new();
145 if (pol == NULL) {
150 pol->policyid = pobj;
152 if (!sk_POLICYINFO_push(pols, pol)) {
153 POLICYINFO_free(pol);
171 POLICYINFO *pol; in policy_section() local
[all …]
/netbsd-src/usr.sbin/ip6addrctl/
H A Dip6addrctl.c114 struct in6_addrpolicy *pol, *ep; in get_policy() local
134 for (pol = buf; pol + 1 <= ep; pol++) { in get_policy()
139 new->pc_policy = *pol; in get_policy()
151 struct in6_addrpolicy *pol; in dump_policy() local
157 pol = &ent->pc_policy; in dump_policy()
164 if ((getnameinfo((struct sockaddr *)&pol->addr, in dump_policy()
165 sizeof(pol->addr), addrbuf, sizeof(addrbuf), in dump_policy()
170 if ((plen = mask2plen(&pol->addrmask)) < 0) { in dump_policy()
182 printf(" %5d %5d %8llu\n", pol->preced, pol->label, in dump_policy()
183 (unsigned long long)pol->use); in dump_policy()
[all …]
/netbsd-src/sys/netinet6/
H A Din6_src.c1020 struct addrsel_policyent *newpol, *pol; in add_addrsel_policyent() local
1023 TAILQ_FOREACH(pol, &addrsel_policytab, ape_entry) { in add_addrsel_policyent()
1025 &pol->ape_policy.addr.sin6_addr) && in add_addrsel_policyent()
1027 &pol->ape_policy.addrmask.sin6_addr)) { in add_addrsel_policyent()
1045 struct addrsel_policyent *pol; in delete_addrsel_policyent() local
1048 for (pol = TAILQ_FIRST(&addrsel_policytab); pol; in delete_addrsel_policyent()
1049 pol = TAILQ_NEXT(pol, ape_entry)) { in delete_addrsel_policyent()
1051 &pol->ape_policy.addr.sin6_addr) && in delete_addrsel_policyent()
1053 &pol->ape_policy.addrmask.sin6_addr)) { in delete_addrsel_policyent()
1057 if (pol == NULL) { in delete_addrsel_policyent()
[all …]
/netbsd-src/tests/lib/librt/
H A Dt_sched.c78 static const int pol[3] = { SCHED_OTHER, SCHED_FIFO, SCHED_RR }; in ATF_TC_BODY() local
94 for (i = 0; i < __arraycount(pol); i++) { in ATF_TC_BODY()
96 pmax = sched_get_priority_max(pol[i]); in ATF_TC_BODY()
97 pmin = sched_get_priority_min(pol[i]); in ATF_TC_BODY()
98 if (pol[i] == SCHED_OTHER) { in ATF_TC_BODY()
110 sched_priority_set(int pri, int pol) in sched_priority_set() argument
117 ATF_REQUIRE(sched_setscheduler(0, pol, &sched) == 0); in sched_priority_set()
122 ATF_CHECK_EQ(sched_getscheduler(0), pol); in sched_priority_set()
/netbsd-src/sys/arch/arm/iomd/
H A Dmakemodes.awk77 pol[0] = "HP|VP";
78 pol[1] = "HN|VP";
79 pol[2] = "HP|VN";
80 pol[3] = "HN|VN";
267 pol[modes[loop, 6]], modes[loop, 0]);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dpkits-test.pl819 my $pol = -1;
841 $pol = 1;
850 $pol = 2;
854 if ( $pol == 1 ) {
858 elsif ( $pol == 2 ) {
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dpkits-test.pl819 my $pol = -1;
841 $pol = 1;
850 $pol = 2;
854 if ( $pol == 1 ) {
858 elsif ( $pol == 2 ) {
/netbsd-src/sys/arch/arm/sa11x0/
H A Dsa1111.c197 uint32_t pol, mask; in sacc_intr_setpolarity() local
209 pol = bus_space_read_4(sc->sc_iot, sc->sc_ioh, addr); in sacc_intr_setpolarity()
211 pol &= ~mask; in sacc_intr_setpolarity()
213 pol |= mask; in sacc_intr_setpolarity()
214 bus_space_write_4(sc->sc_iot, sc->sc_ioh, addr, pol); in sacc_intr_setpolarity()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_hdmiphy.c477 u_int pol; in sunxi_hdmiphy_config() local
480 pol = 0; in sunxi_hdmiphy_config()
482 pol |= __SHIFTIN(DBG_CTRL_POL_NHSYNC, DBG_CTRL_POL); in sunxi_hdmiphy_config()
484 pol |= __SHIFTIN(DBG_CTRL_POL_NVSYNC, DBG_CTRL_POL); in sunxi_hdmiphy_config()
486 PHY_SET_CLEAR(sc, DBG_CTRL, pol, DBG_CTRL_POL); in sunxi_hdmiphy_config()
H A Dsunxi_nmi.c183 u_int irq_type, irq, pol; in sunxi_nmi_fdt_establish() local
190 pol = be32toh(specifier[1]); in sunxi_nmi_fdt_establish()
203 pol = be32toh(specifier[2]); in sunxi_nmi_fdt_establish()
230 switch (pol & 0xf) { in sunxi_nmi_fdt_establish()
H A Dsun8i_codec.c215 const u_int pol = __SHIFTOUT(format, AUDIO_DAI_POLARITY_MASK); in sun8i_codec_dai_set_format() local
241 if (!AUDIO_DAI_POLARITY_F(pol)) in sun8i_codec_dai_set_format()
243 if (AUDIO_DAI_POLARITY_B(pol)) in sun8i_codec_dai_set_format()
H A Dsunxi_i2s.c699 const u_int pol = __SHIFTOUT(format, AUDIO_DAI_POLARITY_MASK); in sunxi_i2s_dai_set_format() local
761 if (AUDIO_DAI_POLARITY_B(pol)) in sunxi_i2s_dai_set_format()
763 if (AUDIO_DAI_POLARITY_F(pol)) in sunxi_i2s_dai_set_format()
766 if (AUDIO_DAI_POLARITY_B(pol)) in sunxi_i2s_dai_set_format()
768 if (!AUDIO_DAI_POLARITY_F(pol)) in sunxi_i2s_dai_set_format()
/netbsd-src/sys/arch/arm/rockchip/
H A Drk_vop.c223 rk3399_vop_set_polarity(struct rk_vop_softc *sc, enum vop_ep_type ep_type, uint32_t pol) in rk3399_vop_set_polarity() argument
247 val |= __SHIFTIN(pol, mask); in rk3399_vop_set_polarity()
461 u_int pol; in rk_vop_crtc_atomic_enable() local
481 pol = DSP_DCLK_POL; in rk_vop_crtc_atomic_enable()
483 pol |= DSP_HSYNC_POL; in rk_vop_crtc_atomic_enable()
485 pol |= DSP_VSYNC_POL; in rk_vop_crtc_atomic_enable()
500 sc->sc_conf->set_polarity(sc, VOP_EP_HDMI, pol); in rk_vop_crtc_atomic_enable()
503 sc->sc_conf->set_polarity(sc, VOP_EP_EDP, pol); in rk_vop_crtc_atomic_enable()
H A Drk_i2s.c441 const u_int pol = __SHIFTOUT(format, AUDIO_DAI_POLARITY_MASK); in rk_i2s_dai_set_format() local
482 switch (pol) { in rk_i2s_dai_set_format()
/netbsd-src/sys/arch/x86/x86/
H A Dmpacpi.c837 "f\0\2pol\0" "=\1Act Hi\0" "=\3Act Lo\0"
1028 int irq, line, pol, trig; in mpacpi_pci_attach_hook()
1036 mip->sourceindex, &line, &pol, &trig);
1052 if (pol == ACPI_ACTIVE_LOW) in mpacpi_findintr_linkdev()
1053 pol = MPS_INTPO_ACTLO; in mpacpi_findintr_linkdev()
1055 pol = MPS_INTPO_ACTHI; in mpacpi_findintr_linkdev()
1062 mip->flags = pol | (trig << 2); in mpacpi_findintr_linkdev()
1073 if (pol == MPS_INTPO_ACTLO) in mpacpi_findintr_linkdev()
1039 int irq, line, pol, trig; mpacpi_findintr_linkdev() local
/netbsd-src/sys/dev/gpio/
H A Dgpiobutton.c110 const u_int pol = __SHIFTOUT(ga->ga_flags, GPIOBUTTON_POLARITY_MASK); in gpiobutton_attach() local
120 sc->sc_active_high = pol == GPIOBUTTON_POLARITY_ACTIVE_HIGH; in gpiobutton_attach()
/netbsd-src/sys/dev/acpi/
H A Dacpi_pci_link.c896 acpi_pci_link_route_irqs(struct acpi_pci_link_softc *sc, int *irq, int *pol, in acpi_pci_link_route_irqs() argument
937 *pol = is_ext ? in acpi_pci_link_route_irqs()
1027 int *irq, int *pol, int *trig) in acpi_pci_link_route_interrupt() argument
1047 *pol = link->l_pol; in acpi_pci_link_route_interrupt()
1054 *pol = link->l_pol; in acpi_pci_link_route_interrupt()
1068 acpi_pci_link_route_irqs(sc, irq, pol, trig); in acpi_pci_link_route_interrupt()
1074 link->l_pol = *pol; in acpi_pci_link_route_interrupt()
/netbsd-src/sys/dev/fdt/
H A Dausoc.c380 u_int fmt, pol, clk; in ausoc_link_format() local
413 pol = frame_inversion ? in ausoc_link_format()
416 pol = frame_inversion ? in ausoc_link_format()
421 __SHIFTIN(pol, AUDIO_DAI_POLARITY_MASK) | in ausoc_link_format()
/netbsd-src/external/bsd/file/dist/tests/
H A DMakefile.am112 registry-pol.result \
113 registry-pol.testfile \
/netbsd-src/lib/libc/net/
H A Dgetaddrinfo.c764 struct in6_addrpolicy *pol, *ep; in get_addrselectpolicy() local
778 for (pol = (void *)buf; pol + 1 <= ep; pol++) { in get_addrselectpolicy()
785 new->pc_policy = *pol; in get_addrselectpolicy()
813 struct in6_addrpolicy *pol; in match_addrselectpolicy() local
837 pol = &ent->pc_policy; in match_addrselectpolicy()
840 mp = (void *)&pol->addrmask.sin6_addr; in match_addrselectpolicy()
843 p = (void *)&pol->addr.sin6_addr; in match_addrselectpolicy()
/netbsd-src/sys/arch/arm/acpi/
H A Dacpi_pci_machdep.c383 int line, pol, trig, error; in acpi_pci_md_intr_map() local
428 &line, &pol, &trig); in acpi_pci_md_intr_map()
/netbsd-src/sys/dev/i2c/
H A Des8316ac.c510 const u_int pol = __SHIFTOUT(format, AUDIO_DAI_POLARITY_MASK); in escodec_dai_set_format() local
518 switch (pol) { in escodec_dai_set_format()
/netbsd-src/crypto/external/bsd/heimdal/dist/packages/windows/assembly/
H A DNTMakefile155 POLKRBFILE=$(POLKRBDIR)\$(ASMKRBVER).pol
/netbsd-src/external/gpl2/groff/dist/tmac/
H A Dhyphenex.us359 met-ro-pol-i-tan
360 met-ro-pol-i-tans
493 pol-ter-geist

12