Searched refs:OVERLAY_FREEMSG (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/overlay/ |
H A D | overlay_mux.c | 99 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 D | overlay_target.c | 909 OVERLAY_FREEMSG(mp, "dev dropped"); in overlay_target_inject()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | overlay_impl.h | 149 #define OVERLAY_FREEMSG(mp, reason) \ macro
|