Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dudev-util.h31 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_ctrl_connection*, udev_ctrl_connection_unref);
/third_party/eudev/src/udev/
Dudev-ctrl.c247 struct udev_ctrl_connection *udev_ctrl_connection_unref(struct udev_ctrl_connection *conn) { in udev_ctrl_connection_unref() function
430 udev_ctrl_connection_unref(ctrl_msg->conn); in udev_ctrl_msg_unref()
Dudev.h136 struct udev_ctrl_connection *udev_ctrl_connection_unref(struct udev_ctrl_connection *conn);
Dudevd.c1565 udev_ctrl_connection_unref(udev_ctrl_conn); in main()