Searched refs:conf (Results 826 - 850 of 1636) sorted by relevance

<<31323334353637383940>>

/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping_dev.c22 #include <sys/conf.h> /* cdevsw struct */
/freebsd-11-stable/lib/libutil/
H A DMakefile39 MAN+= login.conf.5
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_refclock.h141 struct refclock * conf; /* refclock_conf[type] */ member in struct:refclockproc
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk35 # via make.conf or src.conf.
H A Dbsd.confs.mk4 .error bsd.conf.mk cannot be included directly.
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrto.c21 #include <sm/conf.h>
H A Drefill.c26 #include <sm/conf.h>
H A Ddebug.c29 #include <sm/conf.h>
/freebsd-11-stable/contrib/bmake/mk/
H A Dcython.mk81 # conf.host_target() is limited to uname -m rather than uname -p
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c762 uint32_t conf; local
767 conf = IPU_READ4(sc, DC_WRITE_CH_CONF_5);
768 conf &= ~WRITE_CH_CONF_PROG_CHAN_TYP_MASK;
769 conf |= WRITE_CH_CONF_PROG_CHAN_NORMAL;
770 IPU_WRITE4(sc, DC_WRITE_CH_CONF_5, conf);
840 uint32_t conf; local
857 conf = WRITE_CH_CONF_PROG_W_SIZE(0x02) |
861 IPU_WRITE4(sc, DC_WRITE_CH_CONF_5, conf);
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.h119 uint32_t conf; member in struct:ng_netflow_ifinfo
155 uint32_t conf; /* new config */ member in struct:ng_netflow_setconfig
315 { "conf", &ng_parse_uint32_type },\
343 { "conf", &ng_parse_uint32_type }, \
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie_regs.h271 uint32_t *conf; member in struct:al_pcie_axi_pcie_global
332 struct al_pcie_axi_conf conf; member in struct:al_pcie_axi_regs
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dtests_test.sh591 # - Verify that updating an unmodified /etc/login.conf builds
592 # /etc/login.conf.db.
593 cat > $OLD/etc/login.conf <<EOF
597 cat > $NEW/etc/login.conf <<EOF
602 cp $OLD/etc/login.conf $TEST/etc/login.conf
926 file /etc/login.conf "" 7774a0f9a3a372c7c109c32fd31c4b6b
927 file /etc/login.conf.db
938 if [ -r /etc/etcupdate.conf ]; then
939 echo "WARNING: /etc/etcupdate.conf setting
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dgicv3_its.c783 uint8_t *conf; local
787 conf = (uint8_t *)sc->sc_conf_base;
789 conf[girq->gi_irq] &= ~LPI_CONF_ENABLE;
793 cpu_dcache_wb_range((vm_offset_t)&conf[girq->gi_irq], 1);
807 uint8_t *conf; local
811 conf = (uint8_t *)sc->sc_conf_base;
813 conf[girq->gi_irq] |= LPI_CONF_ENABLE;
817 cpu_dcache_wb_range((vm_offset_t)&conf[girq->gi_irq], 1);
/freebsd-11-stable/contrib/ntp/
H A DMakefile.am53 conf \
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in53 if [ -f "$SYSCONFDIR"/resolvconf.conf ]; then
54 . "$SYSCONFDIR"/resolvconf.conf
89 (DNS supplied via stdin in resolv.conf format)
116 $SYSCONFDIR/resolvconf.conf
124 # in resolv.conf(5)
167 # Parse resolv.conf's and make variables
178 "# resolv.conf from "*)
180 iface="${line#\# resolv.conf from *}"
372 echo "# resolv.conf from $1"
373 # Our variable maker works of the fact each resolv.conf pe
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.h120 # include <openssl/conf.h>
245 int add_oid_section(BIO *err, CONF *conf);
/freebsd-11-stable/etc/
H A Drc.firewall35 if [ -r /etc/defaults/rc.conf ]; then
36 . /etc/defaults/rc.conf
38 elif [ -r /etc/rc.conf ]; then
39 . /etc/rc.conf
44 # Define the firewall type in /etc/rc.conf. Valid values are:
50 # firewalling. See below for rc.conf variables used
480 # workstation, then set "firewall_allowservices='any'" in /etc/rc.conf
/freebsd-11-stable/sys/conf/
H A Ddtb.mk1 # $FreeBSD: stable/11/sys/conf/dtb.mk 326951 2017-12-18 20:17:54Z manu $
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c432 int conf)
443 val = encrypt_token(c1, hc1, conf, &msg, &wrapped);
448 val = decrypt_token(c2, hc2, conf, &wrapped, &out);
471 int conf, int bflags)
488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped);
493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped, &trailer, &out);
431 test_wrap(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, int conf) argument
470 test_wrap_ext(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, int conf, int bflags) argument
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c245 kadm5_config_params conf; local
252 memset (&conf, 0, sizeof(conf));
339 conf.realm = principal->realm;
340 conf.mask |= KADM5_CONFIG_REALM;
346 &conf, 0, 0,
806 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c814 kadm5_config_params conf; local
835 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
872 memset(&conf, 0, sizeof(conf));
874 conf.mask |= KADM5_CONFIG_REALM;
875 conf.realm = realm;
881 &conf, 0, 0,
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c796 arswitch_getconf(device_t dev, etherswitch_conf_t *conf) argument
803 conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
804 conf->vlan_mode = sc->vlan_mode;
810 arswitch_setconf(device_t dev, etherswitch_conf_t *conf) argument
818 if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
819 err = arswitch_set_vlan_mode(sc, conf->vlan_mode);
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in55 my $NTPCONF='/etc/ntp.conf';
155 # Parse ntp.conf for path to leapfile if not set by user
408 -f Absolute path ntp.conf file (default /etc/ntp.conf)
414 (overrides value in ntp.conf)

Completed in 577 milliseconds

<<31323334353637383940>>