Home
last modified time | relevance | path

Searched refs:pcf (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_vlan_rotate.c223 struct ng_vlanrotate_conf *pcf; in ng_vlanrotate_rcvmsg() local
240 if (msg->header.arglen != sizeof(*pcf)) { in ng_vlanrotate_rcvmsg()
245 pcf = (struct ng_vlanrotate_conf *)msg->data; in ng_vlanrotate_rcvmsg()
247 if (pcf->max == 0) /* keep current value */ in ng_vlanrotate_rcvmsg()
248 pcf->max = vrp->conf.max; in ng_vlanrotate_rcvmsg()
250 if ((pcf->max > NG_VLANROTATE_MAX_VLANS) || in ng_vlanrotate_rcvmsg()
251 (pcf->min > pcf->max) || in ng_vlanrotate_rcvmsg()
252 (abs(pcf->rot) >= pcf->max)) { in ng_vlanrotate_rcvmsg()
257 vrp->conf = *pcf; in ng_vlanrotate_rcvmsg()
/freebsd/sys/modules/i2c/controllers/pcf/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/pcf
3 KMOD= pcf
4 SRCS= pcf.c ${pcf_isa}
/freebsd/sys/dev/pcf/
H A Dpcf.c51 static int pcf_wait_byte(struct pcf_softc *pcf);
52 static int pcf_noack(struct pcf_softc *pcf, int timeout);
53 static void pcf_stop_locked(struct pcf_softc *pcf);
478 DRIVER_MODULE(iicbus, pcf, iicbus_driver, 0, 0);
479 MODULE_DEPEND(pcf, iicbus, PCF_MINVER, PCF_PREFVER, PCF_MAXVER);
480 MODULE_VERSION(pcf, PCF_MODVER);
/freebsd/lib/libproc/
H A Dproc_create.c179 proc_child_func *pcf, void *child_arg, struct proc_handle **pphdl) in proc_create() argument
198 if (pcf != NULL) in proc_create()
199 (*pcf)(child_arg); in proc_create()
/freebsd/sys/modules/i2c/controllers/
H A DMakefile1 SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_pcf12 INPUT = $(DOXYGEN_SRC_PATH)/dev/pcf/ \
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c744 proc_child_func *pcf, void *child_arg) in dt_proc_create() argument
756 if ((err = proc_create(file, argv, dtp->dt_proc_env, pcf, child_arg, in dt_proc_create()
989 proc_child_func *pcf, void *child_arg) in dtrace_proc_create() argument
992 struct ps_prochandle *P = dt_proc_create(dtp, file, argv, pcf, child_arg); in dtrace_proc_create()
/freebsd/sys/conf/
H A Dfiles.i38635 dev/pcf/pcf_isa.c optional pcf
H A Dfiles2611 dev/pcf/pcf.c optional pcf
/freebsd/sys/i386/conf/
H A DNOTES294 # pcf: Philips PCF8584 ISA-bus controller
297 device pcf
298 envvar hint.pcf.0.at="isa"
299 envvar hint.pcf.0.port="0x320"
300 envvar hint.pcf.0.irq="5"
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcpsw.txt36 For example in dra72x-evm, pcf gpio has to be
/freebsd/share/man/man4/
H A DMakefile450 pcf.4 \
/freebsd/contrib/ntp/
H A DChangeLog4064 uninitialized tm_zone (arc, chronolog, dumbclock, pcf).
H A DCommitLog[all...]
/freebsd/
H A DObsoleteFiles.inc16396 OLD_FILES+=usr/share/man/man4/i386/pcf.4.gz