Searched refs:ow (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/modules/ow/ow/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/ow
5 KMOD= ow
6 SRCS= ow.c
/freebsd-13-stable/sys/modules/ow/
H A DMakefile6 SUBDIR = ow owc ow_temp
/freebsd-13-stable/sys/modules/ow/ow_temp/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/ow
/freebsd-13-stable/sys/modules/ow/owc/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/ow
/freebsd-13-stable/sys/dev/ow/
H A Dow.h37 __BUS_ACCESSOR(ow, var, OW, ivar, type);
H A Dow_temp.c43 #include <dev/ow/ow.h>
44 #include <dev/ow/own.h>
225 * the ow bus until that code can be put
283 DRIVER_MODULE(ow_temp, ow, ow_temp_driver, ow_temp_devclass, 0, 0);
284 MODULE_DEPEND(ow_temp, ow, 1, 1, 1);
H A Dow.c42 #include <dev/ow/ow.h>
43 #include <dev/ow/owll.h>
44 #include <dev/ow/own.h>
76 static MALLOC_DEFINE(M_OW, "ow", "House keeping data for 1wire bus");
163 SYSCTL_NODE(_hw, OID_AUTO, ow, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
555 mtx_init(&sc->mtx, device_get_nameunit(sc->dev), "ow", MTX_DEF);
740 "ow",
745 DRIVER_MODULE(ow, owc, ow_driver, ow_devclass, 0, 0);
746 MODULE_VERSION(ow,
[all...]
H A Dowc_gpiobus.c42 #include <dev/ow/owll.h>
134 * Add the ow bus as a child, but defer probing and attaching it until
138 device_add_child(sc->sc_dev, "ow", -1);
400 MODULE_DEPEND(owc_gpiobus, ow, 1, 1, 1);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlgc.h112 #define isdeadm(ow,m) (!(((m) ^ WHITEBITS) & (ow)))
H A Dlgc.c720 int ow = otherwhite(g); local
736 if (isdeadm(ow, marked)) { /* is 'curr' dead? */
/freebsd-13-stable/contrib/lua/src/
H A Dlgc.h95 #define isdeadm(ow,m) ((m) & (ow))
H A Dlgc.c819 int ow = otherwhite(g); local
825 if (isdeadm(ow, marked)) { /* is 'curr' dead? */
/freebsd-13-stable/share/man/man4/
H A DMakefile418 ow.4 \
725 MLINKS+=ow.4 onewire.4
/freebsd-13-stable/sys/modules/
H A DMakefile285 ow \

Completed in 108 milliseconds