Home
last modified time | relevance | path

Searched refs:devctl_notify_f (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/geom/
H A Dgeom_dev.c216 devctl_notify_f("GEOM", "DEV", "DESTROY", buf, M_WAITOK); in g_dev_destroy()
280 devctl_notify_f("DEVFS", "CDEV", "MEDIACHANGE", buf, M_WAITOK); in g_dev_set_media()
281 devctl_notify_f("GEOM", "DEV", "MEDIACHANGE", buf, M_WAITOK); in g_dev_set_media()
285 devctl_notify_f("DEVFS", "CDEV", "MEDIACHANGE", buf, M_WAITOK); in g_dev_set_media()
286 devctl_notify_f("GEOM", "DEV", "MEDIACHANGE", buf, M_WAITOK); in g_dev_set_media()
365 devctl_notify_f("GEOM", "DEV", "CREATE", buf, M_WAITOK); in g_dev_taste()
378 devctl_notify_f("GEOM", "DEV", "CREATE", buf, M_WAITOK); in g_dev_taste()
/freebsd-12.1/sys/arm/ti/am335x/
H A Dam335x_pmic.c116 devctl_notify_f("ACPI", "ACAD", "power", notify_buf, M_NOWAIT); in am335x_pmic_intr()
/freebsd-12.1/sys/sys/
H A Dbus.h163 void devctl_notify_f(const char *__system, const char *__subsystem,
/freebsd-12.1/sys/kern/
H A Dkern_conf.c552 devctl_notify_f("DEVFS", "CDEV", ev, data, mflags); in notify()
H A Dkern_rctl.c589 devctl_notify_f("RCTL", "rule", "matched", in rctl_enforce()
H A Dsubr_bus.c664 devctl_notify_f(const char *system, const char *subsystem, const char *type, in devctl_notify_f() function
700 devctl_notify_f(system, subsystem, type, data, M_NOWAIT); in devctl_notify()