Searched refs:wndw_sz_hd_mp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c183 mblk_t *wndw_sz_hd_mp; member in struct:rlmod_info
233 rmip->wndw_sz_hd_mp = NULL;
350 if (rmip->wndw_sz_hd_mp != NULL) {
351 freemsg(rmip->wndw_sz_hd_mp);
854 ASSERT(rmip->wndw_sz_hd_mp == NULL);
862 if (rmip->wndw_sz_hd_mp != NULL) {
863 linkb(rmip->wndw_sz_hd_mp, mp);
864 mp = rmip->wndw_sz_hd_mp;
865 rmip->wndw_sz_hd_mp = NULL;
924 rmip->wndw_sz_hd_mp
[all...]

Completed in 44 milliseconds