Searched refs:pcf (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/modules/i2c/controllers/pcf/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/i2c/controllers/pcf/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/pcf
5 KMOD= pcf
6 SRCS= ${envctrl} pcf.c ${pcf_ebus} ${pcf_isa}
/freebsd-11-stable/sys/modules/i2c/controllers/
H A DMakefile6 SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
/freebsd-11-stable/lib/libproc/
H A Dproc_create.c124 proc_create(const char *file, char * const *argv, proc_child_func *pcf, argument
149 if (pcf != NULL)
150 (*pcf)(child_arg);
/freebsd-11-stable/sys/netgraph/
H A Dng_vlan_rotate.c225 struct ng_vlanrotate_conf *pcf; local
242 if (msg->header.arglen != sizeof(*pcf)) {
247 pcf = (struct ng_vlanrotate_conf *)msg->data;
249 if (pcf->max == 0) /* keep current value */
250 pcf->max = vrp->conf.max;
252 if ((pcf->max > NG_VLANROTATE_MAX_VLANS) ||
253 (pcf->min > pcf->max) ||
254 (abs(pcf->rot) >= pcf
[all...]
/freebsd-11-stable/sys/dev/pcf/
H A Dpcf.c46 #include <dev/pcf/pcfvar.h>
52 static int pcf_wait_byte(struct pcf_softc *pcf);
53 static int pcf_noack(struct pcf_softc *pcf, int timeout);
54 static void pcf_stop_locked(struct pcf_softc *pcf);
73 printf("pcf: timeout!\n");
144 printf("pcf: no ack on repeated_start!\n");
170 printf("pcf: busy!\n");
193 printf("pcf: no ack on start!\n");
233 printf("pcf: spurious interrupt, status=0x%x\n",
240 printf("pcf
[all...]
H A Denvctrl.c4 * derived from sys/i386/isa/pcf.c which is:
60 #include <dev/pcf/pcfvar.h>
64 #define PCF_DEFAULT_ADDR 0x55 /* SUNW,pcf default */
113 mtx_init(&sc->pcf_lock, device_get_nameunit(dev), "pcf", MTX_DEF);
H A Dpcf_ebus.c4 * derived from sys/i386/isa/pcf.c which is:
84 #include <dev/pcf/pcfvar.h>
87 #define PCF_NAME "pcf"
147 mtx_init(&sc->pcf_lock, device_get_nameunit(dev), "pcf", MTX_DEF);
149 /* get OFW node of the pcf */
182 /* get address of the pcf */
H A Dpcf_isa.c4 * derived from sys/i386/isa/pcf.c which is:
31 __FBSDID("$FreeBSD: stable/11/sys/dev/pcf/pcf_isa.c 343643 2019-02-01 03:26:10Z avos $");
56 #include <dev/pcf/pcfvar.h>
59 #define PCF_NAME "pcf"
131 mtx_init(&sc->pcf_lock, device_get_nameunit(dev), "pcf", MTX_DEF);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c955 proc_child_func *pcf, void *child_arg)
970 if ((err = proc_create(file, argv, pcf, child_arg,
1172 proc_child_func *pcf, void *child_arg)
1175 struct ps_prochandle *P = dt_proc_create(dtp, file, argv, pcf, child_arg);
954 dt_proc_create(dtrace_hdl_t *dtp, const char *file, char *const *argv, proc_child_func *pcf, void *child_arg) argument
1171 dtrace_proc_create(dtrace_hdl_t *dtp, const char *file, char *const *argv, proc_child_func *pcf, void *child_arg) argument
/freebsd-11-stable/share/man/man4/
H A DMakefile421 pcf.4 \

Completed in 121 milliseconds