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

/freebsd-13-stable/sys/modules/i2c/controllers/pcf/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/pcf
5 KMOD= pcf
6 SRCS= pcf.c ${pcf_isa}
/freebsd-13-stable/sys/modules/i2c/controllers/
H A DMakefile3 SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
/freebsd-13-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-13-stable/sys/dev/pcf/
H A Dpcf.c48 #include <dev/pcf/pcfvar.h>
54 static int pcf_wait_byte(struct pcf_softc *pcf);
55 static int pcf_noack(struct pcf_softc *pcf, int timeout);
56 static void pcf_stop_locked(struct pcf_softc *pcf);
74 printf("pcf: timeout!\n");
145 printf("pcf: no ack on repeated_start!\n");
171 printf("pcf: busy!\n");
194 printf("pcf: no ack on start!\n");
234 printf("pcf: spurious interrupt, status=0x%x\n",
241 printf("pcf
[all...]
H A Dpcf_isa.c6 * derived from sys/i386/isa/pcf.c which is:
58 #include <dev/pcf/pcfvar.h>
61 #define PCF_NAME "pcf"
133 mtx_init(&sc->pcf_lock, device_get_nameunit(dev), "pcf", MTX_DEF);
/freebsd-13-stable/lib/libproc/
H A Dproc_create.c182 proc_child_func *pcf, void *child_arg, struct proc_handle **pphdl)
201 if (pcf != NULL)
202 (*pcf)(child_arg);
181 proc_create(const char *file, char * const *argv, char * const *envp, proc_child_func *pcf, void *child_arg, struct proc_handle **pphdl) argument
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c959 proc_child_func *pcf, void *child_arg)
978 if ((err = proc_create(file, argv, dtp->dt_proc_env, pcf, child_arg,
1224 proc_child_func *pcf, void *child_arg)
1227 struct ps_prochandle *P = dt_proc_create(dtp, file, argv, pcf, child_arg);
958 dt_proc_create(dtrace_hdl_t *dtp, const char *file, char *const *argv, proc_child_func *pcf, void *child_arg) argument
1223 dtrace_proc_create(dtrace_hdl_t *dtp, const char *file, char *const *argv, proc_child_func *pcf, void *child_arg) argument
/freebsd-13-stable/share/man/man4/
H A DMakefile425 pcf.4 \

Completed in 80 milliseconds