Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_io_linux.c41 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
Dsg_cmds_basic.c82 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
95 if (NULL == sg_warnings_strm) in sg_cmds_open_device()
96 sg_warnings_strm = stderr; in sg_cmds_open_device()
Dsg_pt_linux.c131 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
403 if (NULL == sg_warnings_strm) in construct_scsi_pt_obj_with_fd()
404 sg_warnings_strm = stderr; in construct_scsi_pt_obj_with_fd()
Dsg_cmds_mmc.c55 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
Dsg_cmds_basic2.c87 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
Dsg_lib.c54 FILE * sg_warnings_strm = NULL; /* would like to default to stderr */ variable
71 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
144 sg_warnings_strm = warnings_strm; in sg_set_warnings_strm()
2779 (sg_warnings_strm ? sg_warnings_strm : stderr)); in dStrHexErr()
Dsg_pt_linux_nvme.c137 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
Dsg_cmds_extra.c118 n = vfprintf(sg_warnings_strm ? sg_warnings_strm : stderr, fmt, args); in pr2ws()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h344 extern FILE * sg_warnings_strm;