Home
last modified time | relevance | path

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

/freebsd-14.2/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.c1118 outst->outdata = ps_alloc(outconf); in outdata_alloc()
/freebsd-14.2/sys/dev/hwpmc/
H A Dhwpmc_soft.c128 if (ps->ps_alloc != NULL) in soft_allocate_pmc()
129 ps->ps_alloc(); in soft_allocate_pmc()
/freebsd-14.2/sys/sys/
H A Dpmckern.h164 void (*ps_alloc)(void); member