Home
last modified time | relevance | path

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

/system/core/devmgr/devmgr/
A Ddevfs.cpp244 void devfs_notify(Devnode* dn, const fbl::String& name, unsigned op) { in devfs_notify() function
507 devfs_notify(dn, "", fuchsia_io_WATCH_EVENT_DELETED); in devfs_remove()
518 devfs_notify(dn->device->parent->self, dn->name, fuchsia_io_WATCH_EVENT_REMOVED); in devfs_remove()
526 devfs_notify(dir, dn->name, fuchsia_io_WATCH_EVENT_REMOVED); in devfs_remove()
584 devfs_notify(dir, dev->link->name, fuchsia_io_WATCH_EVENT_ADDED); in devfs_advertise()
587 devfs_notify(dev->parent->self, dev->self->name, fuchsia_io_WATCH_EVENT_ADDED); in devfs_advertise()
595 devfs_notify(dir, dev->link->name, fuchsia_io_WATCH_EVENT_REMOVED); in devfs_advertise_modified()
596 devfs_notify(dir, dev->link->name, fuchsia_io_WATCH_EVENT_ADDED); in devfs_advertise_modified()
599 devfs_notify(dev->parent->self, dev->self->name, fuchsia_io_WATCH_EVENT_REMOVED); in devfs_advertise_modified()
600 devfs_notify(dev->parent->self, dev->self->name, fuchsia_io_WATCH_EVENT_ADDED); in devfs_advertise_modified()

Completed in 5 milliseconds