Home
last modified time | relevance | path

Searched refs:OVERLAY_FREEMSG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_mux.c99 OVERLAY_FREEMSG(mp, "first one isn't M_PROTO"); in overlay_mux_recv()
105 OVERLAY_FREEMSG(mp, "missing a b_cont"); in overlay_mux_recv()
112 OVERLAY_FREEMSG(mp, "Not a T_unitdata_ind *"); in overlay_mux_recv()
141 OVERLAY_FREEMSG(mp, "decap failed"); in overlay_mux_recv()
162 OVERLAY_FREEMSG(mp, in overlay_mux_recv()
168 OVERLAY_FREEMSG(mp, "freed it all..."); in overlay_mux_recv()
179 OVERLAY_FREEMSG(mp, "no matching vid"); in overlay_mux_recv()
188 OVERLAY_FREEMSG(mp, "dev dropped"); in overlay_mux_recv()
H A Doverlay_target.c909 OVERLAY_FREEMSG(mp, "dev dropped"); in overlay_target_inject()
/illumos-gate/usr/src/uts/common/sys/
H A Doverlay_impl.h149 #define OVERLAY_FREEMSG(mp, reason) \ macro