Home
last modified time | relevance | path

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

/freebsd/sbin/savecore/
H A Dsavecore.c311 write_header_info(xo_handle_t *xostdout, const struct kerneldumpheader *kdh, in write_header_info() argument
336 printheader(xostdout, kdh, device, bounds, status); in write_header_info()
753 xo_handle_t *xostdout; in DoLiveFile() local
763 xostdout = xo_create_to_file(stdout, XO_STYLE_TEXT, 0); in DoLiveFile()
764 if (xostdout == NULL) { in DoLiveFile()
865 printheader(xostdout, &kdhl, device, bounds, -1); in DoLiveFile()
886 if (write_header_info(xostdout, &kdhl, savedirfd, infoname, device, in DoLiveFile()
928 xo_handle_t *xostdout; in DoFile() local
952 xostdout = xo_create_to_file(stdout, XO_STYLE_TEXT, 0); in DoFile()
953 if (xostdout == NULL) { in DoFile()
[all …]