Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Ddevfs.h385 void devfs_msg_send_ops(uint32_t, struct dev_ops *, int);
/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_core.c865 devfs_msg_send_ops(DEVFS_DESTROY_DEV_BY_OPS, ops, minor); in devfs_destroy_dev_by_ops()
1193 devfs_msg_send_ops(uint32_t cmd, struct dev_ops *ops, int minor) in devfs_msg_send_ops() function