HomeSort by: relevance | last modified time | path
    Searched refs:cnf (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/crypto/libcrypto/conf/
Makefile 10 FILES= d_conf_ssleay.cnf
  /src/tests/crypto/libcrypto/
t_libcrypto.sh 59 cp $(atf_get_srcdir)/d_conf_ssleay.cnf ssleay.cnf
75 -config "$s/default.cnf" "$s"
  /src/tests/crypto/libcrypto/threads/
Makefile 23 FILES+=default.cnf
  /src/sys/dev/fdt/
pl061gpio_fdt.c 134 const uint32_t cnf = PLGPIO_READ(sc, PL061_GPIOAFSEL_REG); local in function:plgpio_fdt_acquire
135 if ((cnf & __BIT(pin)) != 0)
136 PLGPIO_WRITE(sc, PL061_GPIOAFSEL_REG, cnf & ~__BIT(pin));
  /src/sys/arch/arm/nvidia/
tegra_gpio.c 213 const uint32_t cnf = GPIO_READ(bank, GPIO_CNF_REG); local in function:tegra_gpio_attach_bank
218 if ((cnf & __BIT(pin)) == 0)
308 const uint32_t cnf = GPIO_READ(&gbank, GPIO_CNF_REG); local in function:tegra_gpio_fdt_acquire
309 if ((cnf & __BIT(pin)) == 0)
310 GPIO_WRITE(&gbank, GPIO_CNF_REG, cnf | __BIT(pin));
403 const uint32_t cnf = GPIO_READ(&bank, GPIO_CNF_REG); local in function:tegra_gpio_acquire
404 if ((cnf & __BIT(pin)) == 0)
405 GPIO_WRITE(&bank, GPIO_CNF_REG, cnf | __BIT(pin));
  /src/sys/dev/ic/
pl061.c 58 const uint32_t cnf = PLGPIO_READ(sc, PL061_GPIOAFSEL_REG) | local in function:plgpio_attach
64 if ((cnf & __BIT(pin)) != 0)
  /src/sys/arch/evbarm/stand/boot2440/
main.c 612 iomux(int grp, const char *cnf)
619 for (i = 0; cnf[i] != '\0'; i++) {
620 switch (cnf[i]) {
  /src/sys/miscfs/umapfs/
umap_vnops.c 345 int flags, cnf = cnp->cn_flags; local in function:umap_lookup
350 if ((cnf & ISLASTCN) && (dvp->v_mount->mnt_flag & MNT_RDONLY) &&
390 if (error == EJUSTRETURN && (cnf & ISLASTCN) &&

Completed in 16 milliseconds