Home | History | Annotate | Download | only in health

Lines Matching refs:mcap_mdl

68 	struct mcap_mdl		*mdl;		/* MDL for this operation */
87 static void default_mdl_connected_cb(struct mcap_mdl *mdl, gpointer data)
92 static void default_mdl_closed_cb(struct mcap_mdl *mdl, gpointer data)
97 static void default_mdl_deleted_cb(struct mcap_mdl *mdl, gpointer data)
102 static void default_mdl_aborted_cb(struct mcap_mdl *mdl, gpointer data)
116 static uint8_t default_mdl_reconn_req_cb(struct mcap_mdl *mdl,
211 struct mcap_mdl *mdl;
228 static void shutdown_mdl(struct mcap_mdl *mdl)
244 static void free_mdl(struct mcap_mdl *mdl)
255 const struct mcap_mdl *mdl = a;
286 struct mcap_mdl *mdl;
374 static struct mcap_mdl *get_mdl(struct mcap_mcl *mcl, uint16_t mdlid)
377 struct mcap_mdl *mdl;
391 struct mcap_mdl *mdl;
435 const struct mcap_mdl *mdla = a;
436 const struct mcap_mdl *mdlb = b;
474 struct mcap_mdl *mdl;
486 mdl = g_new0(struct mcap_mdl, 1);
517 gboolean mcap_reconnect_mdl(struct mcap_mdl *mdl,
582 struct mcap_mdl *mdl;
613 gboolean mcap_delete_mdl(struct mcap_mdl *mdl, mcap_mdl_notify_cb delete_cb,
653 gboolean mcap_mdl_abort(struct mcap_mdl *mdl, mcap_mdl_notify_cb abort_cb,
700 int mcap_mdl_get_fd(struct mcap_mdl *mdl)
708 uint16_t mcap_mdl_get_mdlid(struct mcap_mdl *mdl)
953 struct mcap_mdl *mdl = elem;
988 struct mcap_mdl *mdl;
1046 mdl = g_new0(struct mcap_mdl, 1);
1069 struct mcap_mdl *mdl;
1118 struct mcap_mdl *mdl, *abrt;
1160 struct mcap_mdl *mdl, *aux;
1334 struct mcap_mdl *mdl = conn->mdl;
1373 struct mcap_mdl *mdl = reconn->mdl;
1408 struct mcap_mdl *mdl = abrt->mdl;
1437 struct mcap_mdl *mdl = elem;
1448 static void check_mdl_del_err(struct mcap_mdl *mdl, mcap_rsp *rsp)
1464 struct mcap_mdl *mdl = del->mdl;
1603 struct mcap_mdl *mdl = data;
1625 struct mcap_mdl *mdl = con->mdl;
1650 gboolean mcap_connect_mdl(struct mcap_mdl *mdl, uint8_t mode,
1788 static void set_mdl_properties(GIOChannel *chan, struct mcap_mdl *mdl)
1878 struct mcap_mdl *mdl;
2175 struct mcap_mdl *mcap_mdl_ref(struct mcap_mdl *mdl)
2184 void mcap_mdl_unref(struct mcap_mdl *mdl)