Home
last modified time | relevance | path

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

/freebsd-13.1/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.c1057 curp->outdata = ps_alloc(curp->outopts); in outdata_alloc()
/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_soft.c130 if (ps->ps_alloc != NULL) in soft_allocate_pmc()
131 ps->ps_alloc(); in soft_allocate_pmc()
/freebsd-13.1/sys/sys/
H A Dpmckern.h165 void (*ps_alloc)(void); member