Lines Matching refs:fxproc_t

86  * The fxproc_t structures that have a registered callback vector,
101 fxproc_t *headp = &fx_cb_plisthead[index]; \
161 static fxproc_t fx_cb_plisthead[FX_CB_LISTS]; /* dummy fxproc at head of */
199 static void fx_change_priority(kthread_t *, fxproc_t *);
200 static fxproc_t *fx_list_lookup(kt_did_t);
201 static void fx_list_release(fxproc_t *);
444 fxproc_t *fxpp;
448 fxpp = (fxproc_t *)bufp;
540 fxproc_t *fxpp;
543 fxpp = (fxproc_t *)(t->t_cldata);
572 fxproc_t *fxpp = (fxproc_t *)procp;
586 kmem_free(fxpp, sizeof (fxproc_t));
606 fxproc_t *pfxpp; /* ptr to parent's fxproc structure */
607 fxproc_t *cfxpp; /* ptr to child's fxproc structure */
611 cfxpp = (fxproc_t *)bufp;
614 pfxpp = (fxproc_t *)t->t_cldata;
650 fxproc_t *fxpp;
668 fxpp = (fxproc_t *)(t->t_cldata);
723 fxproc_t *fxpp = (fxproc_t *)t->t_cldata;
1018 fxproc_t *fxpp;
1024 fxpp = (fxproc_t *)tx->t_cldata;
1104 fxproc_t *fxpp;
1108 fxpp = (fxproc_t *)t->t_cldata;
1122 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1194 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1213 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1275 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1292 fxproc_t *fxpp;
1298 fxpp = (fxproc_t *)(t->t_cldata);
1394 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1432 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1487 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1558 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata);
1585 fx_change_priority(kthread_t *t, fxproc_t *fxpp)
1631 bufp = kmem_alloc(sizeof (fxproc_t), flag);
1644 kmem_free(bufp, sizeof (fxproc_t));
1651 fx_list_release(fxproc_t *fxpp)
1658 fxproc_t *
1663 fxproc_t *fxpp;
1680 return ((fxproc_t *)NULL);
1693 fxproc_t *fxpp;
1714 fxpp = (fxproc_t *)(curthread->t_cldata);
1761 fxproc_t *fxpp;
1786 fxproc_t *fxpp;