udev_ctrl_connection 52 src/udev/udev-ctrl.c struct udev_ctrl_connection *conn; udev_ctrl_connection 175 src/udev/udev-ctrl.c struct udev_ctrl_connection *udev_ctrl_get_connection(struct udev_ctrl *uctrl) { udev_ctrl_connection 176 src/udev/udev-ctrl.c struct udev_ctrl_connection *conn; udev_ctrl_connection 181 src/udev/udev-ctrl.c conn = new(struct udev_ctrl_connection, 1); udev_ctrl_connection 219 src/udev/udev-ctrl.c struct udev_ctrl_connection *udev_ctrl_connection_ref(struct udev_ctrl_connection *conn) { udev_ctrl_connection 226 src/udev/udev-ctrl.c struct udev_ctrl_connection *udev_ctrl_connection_unref(struct udev_ctrl_connection *conn) { udev_ctrl_connection 325 src/udev/udev-ctrl.c struct udev_ctrl_msg *udev_ctrl_receive_msg(struct udev_ctrl_connection *conn) { udev_ctrl_connection 127 src/udev/udev.h struct udev_ctrl_connection; udev_ctrl_connection 128 src/udev/udev.h struct udev_ctrl_connection *udev_ctrl_get_connection(struct udev_ctrl *uctrl); udev_ctrl_connection 129 src/udev/udev.h struct udev_ctrl_connection *udev_ctrl_connection_ref(struct udev_ctrl_connection *conn); udev_ctrl_connection 130 src/udev/udev.h struct udev_ctrl_connection *udev_ctrl_connection_unref(struct udev_ctrl_connection *conn); udev_ctrl_connection 132 src/udev/udev.h struct udev_ctrl_msg *udev_ctrl_receive_msg(struct udev_ctrl_connection *conn); udev_ctrl_connection 628 src/udev/udevd.c static struct udev_ctrl_connection *handle_ctrl_msg(struct udev_ctrl *uctrl) { udev_ctrl_connection 630 src/udev/udevd.c struct udev_ctrl_connection *ctrl_conn; udev_ctrl_connection 1112 src/udev/udevd.c struct udev_ctrl_connection *ctrl_conn = NULL;