Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c164 mmodgrp_info_t *mmghdl, *prevmmghdl, *nextmmghdl; in del_plugout_mmodgrp() local
166 for (mmghdl = head2mmodgrp, prevmmghdl = NULL; mmghdl != NULL; in del_plugout_mmodgrp()
170 if (prevmmghdl == NULL) in del_plugout_mmodgrp()
174 prevmmghdl->next = nextmmghdl; in del_plugout_mmodgrp()
177 prevmmghdl = mmghdl; in del_plugout_mmodgrp()