/src/usr.sbin/certctl/ |
Makefile | 7 # XXX This is a hack to install certs.conf both in /etc/openssl (in the 11 etc-certs.conf base-certs.conf: certs.conf 15 CONFIGFILES+= etc-certs.conf 16 FILESBUILD_etc-certs.conf= yes 17 FILESDIR_etc-certs.conf= /etc/openssl 18 FILESNAME_etc-certs.conf= certs.conf 19 FILESMODE_etc-certs.conf= 64 [all...] |
Makefile | 7 # XXX This is a hack to install certs.conf both in /etc/openssl (in the 11 etc-certs.conf base-certs.conf: certs.conf 15 CONFIGFILES+= etc-certs.conf 16 FILESBUILD_etc-certs.conf= yes 17 FILESDIR_etc-certs.conf= /etc/openssl 18 FILESNAME_etc-certs.conf= certs.conf 19 FILESMODE_etc-certs.conf= 64 [all...] |
/src/usr.sbin/pf/etc/ |
Makefile | 7 FILESMODE_pf.conf= 644 11 CONFIGFILES+= pf.conf
|
Makefile | 7 FILESMODE_pf.conf= 644 11 CONFIGFILES+= pf.conf
|
/src/usr.sbin/wsmoused/ |
action.c | 148 struct block *conf; local in function:run_action 152 conf = config_get_mode("action"); 153 cmd = block_get_propval(conf, buf, NULL);
|
action.c | 148 struct block *conf; local in function:run_action 152 conf = config_get_mode("action"); 153 cmd = block_get_propval(conf, buf, NULL);
|
/src/sys/arch/x86/pci/ |
amdpcib_hpet.c | 133 pcireg_t conf; local in function:amdpcib_hpet_addr 135 conf = pci_conf_read(pa->pa_pc, pa->pa_tag, 0xa0); 137 if ((conf & 1) == 0) 140 return conf & 0xfffffc00;
|
amdpcib_hpet.c | 133 pcireg_t conf; local in function:amdpcib_hpet_addr 135 conf = pci_conf_read(pa->pa_pc, pa->pa_tag, 0xa0); 137 if ((conf & 1) == 0) 140 return conf & 0xfffffc00;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_gpio.c | 139 u8 conf = nvbios_rd08(bios, data - 5); local in function:dcb_gpio_match 141 if (conf & 0x01) { 145 .log[0] = !!(conf & 0x02), 146 .log[1] = !(conf & 0x02),
|
nouveau_nvkm_subdev_bios_gpio.c | 139 u8 conf = nvbios_rd08(bios, data - 5); local in function:dcb_gpio_match 141 if (conf & 0x01) { 145 .log[0] = !!(conf & 0x02), 146 .log[1] = !(conf & 0x02),
|
nouveau_nvkm_subdev_bios_dcb.c | 147 u32 conf = nvbios_rd32(bios, dcb + 0x04); local in function:dcb_outp_parse 150 switch (conf & 0x00e00000) { 166 switch ((conf & 0x0f000000) >> 24) { 184 outp->link = (conf & 0x00000030) >> 4; 188 outp->extdev = (conf & 0x0000ff00) >> 8;
|
nouveau_nvkm_subdev_bios_dcb.c | 147 u32 conf = nvbios_rd32(bios, dcb + 0x04); local in function:dcb_outp_parse 150 switch (conf & 0x00e00000) { 166 switch ((conf & 0x0f000000) >> 24) { 184 outp->link = (conf & 0x00000030) >> 4; 188 outp->extdev = (conf & 0x0000ff00) >> 8;
|
/src/usr.sbin/mrouted/ |
cfparse.y | 97 %start conf 101 conf : stmts label
|
cfparse.y | 97 %start conf 101 conf : stmts label
|
/src/sys/dev/fdt/ |
pwm_fan.c | 116 struct pwm_config conf; local in function:pwm_fan_set 124 pwm_get_config(sc->sc_pwm, &conf); 125 conf.duty_cycle = (conf.period * level) / 255; 126 pwm_set_config(sc->sc_pwm, &conf);
|
pwm_fan.c | 116 struct pwm_config conf; local in function:pwm_fan_set 124 pwm_get_config(sc->sc_pwm, &conf); 125 conf.duty_cycle = (conf.period * level) / 255; 126 pwm_set_config(sc->sc_pwm, &conf);
|
/src/usr.sbin/altq/libaltq/ |
qop_fifoq.c | 173 struct fifoq_conf conf; local in function:fifoq_attach 192 memset(&conf, 0, sizeof(conf)); 193 strncpy(conf.iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 194 conf.fifoq_limit = fifoq_ifinfo->qlimit; 195 if (ioctl(fifoq_fd, FIFOQ_CONFIG, &conf) < 0)
|
qop_fifoq.c | 173 struct fifoq_conf conf; local in function:fifoq_attach 192 memset(&conf, 0, sizeof(conf)); 193 strncpy(conf.iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 194 conf.fifoq_limit = fifoq_ifinfo->qlimit; 195 if (ioctl(fifoq_fd, FIFOQ_CONFIG, &conf) < 0)
|
qop_blue.c | 202 struct blue_conf conf; local in function:blue_attach 220 memset(&conf, 0, sizeof(conf)); 221 strncpy(conf.iface.blue_ifname, ifinfo->ifname, IFNAMSIZ); 222 conf.blue_max_pmark = blue_ifinfo->max_pmark; 223 conf.blue_hold_time = blue_ifinfo->hold_time; 224 conf.blue_limit = blue_ifinfo->qlimit; 225 conf.blue_pkttime = blue_ifinfo->pkttime; 226 conf.blue_flags = blue_ifinfo->flags; 227 if (ioctl(blue_fd, BLUE_CONFIG, &conf) < 0 [all...] |
qop_wfq.c | 206 struct wfq_conf conf; local in function:wfq_attach 226 memset(&conf, 0, sizeof(conf)); 227 strncpy(conf.iface.wfq_ifacename, ifinfo->ifname, IFNAMSIZ); 228 conf.hash_policy = wfq_ifinfo->hash_policy; 229 conf.nqueues = wfq_ifinfo->nqueues; 230 conf.qlimit = wfq_ifinfo->qsize; 231 if (ioctl(wfq_fd, WFQ_CONFIG, &conf) < 0) {
|
/src/sbin/fsck_msdos/ |
fat.c | 381 int conf; local in function:checkfat 445 conf = tryclear(boot, fat, head, &fat[p].next); 447 if (conf == FSERROR) { 465 conf |= FSFATMOD; 467 ret |= conf;
|
/src/sys/arch/arm/imx/ |
imxpwm.c | 85 imxpwm_get_config(pwm_tag_t pwm, struct pwm_config *conf) 100 conf->polarity = polarity ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW; 101 conf->period = (u_int)(((uint64_t)cycles * 1000000000) / rate); 102 conf->duty_cycle = (u_int)(((uint64_t)act_cycles * 1000000000) / rate); 108 imxpwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf) 113 if (conf->period == 0) 121 cycles = (u_int)((conf->period * rate) / 1000000000); 129 if (conf->polarity == PWM_ACTIVE_LOW) 132 u_int act_cycles = (u_int)((conf->duty_cycle * rate) / 1000000000); 139 sc->sc_conf = *conf; 174 struct pwm_config conf = { local in function:imxpwm_attach_common [all...] |
/src/sys/arch/arm/sunxi/ |
sunxi_de2_ccu.c | 127 const struct sunxi_de2_ccu_config *conf; local in function:sunxi_de2_ccu_attach 135 conf = of_compatible_lookup(phandle, compat_data)->data; 137 sc->sc_resets = conf->resets; 138 sc->sc_nresets = conf->nresets; 139 sc->sc_clks = conf->clks; 140 sc->sc_nclks = conf->nclks;
|
/src/sys/arch/i386/pci/ |
gscpcib.c | 234 uint32_t conf; local in function:gscpcib_gpio_pin_ctl 237 conf = bus_space_read_4(sc->sc_gpio_iot, sc->sc_gpio_ioh, 240 conf &= ~(GSCGPIO_CONF_OUTPUTEN | GSCGPIO_CONF_PUSHPULL | 243 conf |= GSCGPIO_CONF_OUTPUTEN; 245 conf |= GSCGPIO_CONF_PUSHPULL; 247 conf |= GSCGPIO_CONF_PULLUP; 249 GSCGPIO_CONF, conf);
|
/src/sys/arch/newsmips/apbus/ |
dmac3.c | 135 reg->conf = sc->sc_conf; 175 int intr, conf, rv = 1; local in function:dmac3_intr 182 conf = reg->conf; 183 reg->conf = conf; 191 if (conf & (DMAC3_CONF_IPER | DMAC3_CONF_MPER | DMAC3_CONF_DERR)) { 192 printf("%s: conf = 0x%x\n", device_xname(sc->sc_dev), conf); 193 if (conf & DMAC3_CONF_DERR) 207 int conf; local in function:dmac3_misc [all...] |