Lines Matching refs:dlpi_impl_t

55 static int i_dlpi_style1_open(dlpi_impl_t *);
56 static int i_dlpi_style2_open(dlpi_impl_t *);
57 static int i_dlpi_checkstyle(dlpi_impl_t *, t_uscalar_t);
58 static int i_dlpi_attach(dlpi_impl_t *);
59 static void i_dlpi_passive(dlpi_impl_t *);
61 static int i_dlpi_strputmsg(dlpi_impl_t *, const dlpi_msg_t *, const void *,
63 static int i_dlpi_strgetmsg(dlpi_impl_t *, int, dlpi_msg_t *, t_uscalar_t,
65 static int i_dlpi_msg_common(dlpi_impl_t *, const dlpi_msg_t *, dlpi_msg_t *,
73 static int i_dlpi_notifyind_process(dlpi_impl_t *, dl_notify_ind_t *);
74 static boolean_t i_dlpi_notifyidexists(dlpi_impl_t *, dlpi_notifyent_t *);
75 static void i_dlpi_deletenotifyid(dlpi_impl_t *);
137 dlpi_impl_t *dip;
154 /* Allocate a new dlpi_impl_t. */
155 if ((dip = calloc(1, sizeof (dlpi_impl_t))) == NULL)
243 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
270 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
443 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
495 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
516 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
557 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
592 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
638 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
665 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
725 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
818 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
873 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
897 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
905 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
917 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
930 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
1128 i_dlpi_style1_open(dlpi_impl_t *dip)
1151 i_dlpi_style2_open(dlpi_impl_t *dip)
1194 i_dlpi_checkstyle(dlpi_impl_t *dip, t_uscalar_t style)
1210 i_dlpi_attach(dlpi_impl_t *dip)
1239 i_dlpi_passive(dlpi_impl_t *dip)
1252 * dlpi_impl_t *dip: internal dlpi handle to open stream
1260 i_dlpi_strputmsg(dlpi_impl_t *dip, const dlpi_msg_t *dlreqp,
1285 * dlpi_impl_t *dip: internal dlpi handle
1303 i_dlpi_strgetmsg(dlpi_impl_t *dip, int msec, dlpi_msg_t *dlreplyp,
1472 * dlpi_impl_t *dip: internal dlpi handle
1484 i_dlpi_msg_common(dlpi_impl_t *dip, const dlpi_msg_t *dlreqp,
1733 i_dlpi_notifyind_process(dlpi_impl_t *dip, dl_notify_ind_t *dlnotifyindp)
1800 i_dlpi_notifyidexists(dlpi_impl_t *dip, dlpi_notifyent_t *id)
1816 i_dlpi_deletenotifyid(dlpi_impl_t *dip)