Home
last modified time | relevance | path

Searched refs:printheader (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/savecore/
H A Dsavecore.c94 printheader(FILE *f, const struct kerneldumpheader *h, const char *device, in printheader() function
339 printheader(stdout, &kdhf, device, bounds, -1); in DoFile()
342 printheader(stdout, &kdhl, device, bounds, -1); in DoFile()
455 printheader(stdout, &kdhl, device, bounds, status); in DoFile()
457 printheader(info, &kdhl, device, bounds, status); in DoFile()
/dragonfly/bin/ps/
H A Dextern.h68 void printheader(void);
H A Dps.c429 printheader(); in main()
467 printheader(); in main()
H A Dprint.c69 printheader(void) in printheader() function