Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmain.h46 void *ps_alloc(const struct manoutput *);
H A Dterm_ps.c521 ps_alloc(const struct manoutput *outopts) in ps_alloc() function
H A Dmain.c1131 outst->outdata = ps_alloc(outconf); in outdata_alloc()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_soft.c127 if (ps->ps_alloc != NULL) in soft_allocate_pmc()
128 ps->ps_alloc(); in soft_allocate_pmc()
/freebsd/sys/sys/
H A Dpmckern.h164 void (*ps_alloc)(void); member