px_cb_list_t
px_cb_list_t *pxl_elemp;
px_cb_list_t *pxl;
px_cb_list_t *pxl, *pxl_new;
pxl = kmem_zalloc(sizeof (px_cb_list_t), KM_SLEEP);
pxl_new = kmem_zalloc(sizeof (px_cb_list_t), KM_SLEEP);
px_cb_list_t *pxl, *prev;
kmem_free(pxl, sizeof (px_cb_list_t));
px_cb_list_t *pxl; /* linked list px */