Searched refs:devctl_notify_f (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/geom/ |
| H A D | geom_dev.c | 216 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 D | am335x_pmic.c | 116 devctl_notify_f("ACPI", "ACAD", "power", notify_buf, M_NOWAIT); in am335x_pmic_intr()
|
| /freebsd-12.1/sys/sys/ |
| H A D | bus.h | 163 void devctl_notify_f(const char *__system, const char *__subsystem,
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_conf.c | 552 devctl_notify_f("DEVFS", "CDEV", ev, data, mflags); in notify()
|
| H A D | kern_rctl.c | 589 devctl_notify_f("RCTL", "rule", "matched", in rctl_enforce()
|
| H A D | subr_bus.c | 664 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()
|