Searched refs:show_errors (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/top/
H A Dcommands.h17 void show_errors(void);
H A Dcommands.c362 * show_errors() - display on stdout the current log of errors.
366 show_errors() function
H A Dtop.c880 show_errors();
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dieee802_11_common.c21 int show_errors)
29 if (show_errors) {
182 * @show_errors: Whether to show parsing errors in debug log
187 int show_errors)
203 if (show_errors) {
252 show_errors))
371 if (!show_errors)
19 ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
185 ieee802_11_parse_elems(const u8 *start, size_t len, struct ieee802_11_elems *elems, int show_errors) argument
H A Dieee802_11_common.h98 int show_errors);
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_all.c4569 &asc, &ascq, /*show_errors*/ 1);
4816 &asc, &ascq, /*show_errors*/ 1);
4947 * show_errors flag is set and they aren't present in the
5179 sense_key, asc, ascq, /*show_errors*/ 0);
5213 * Extract basic sense information. If show_errors is set, sense values
5219 int show_errors)
5225 if (show_errors == 0) {
5251 *sense_key = (show_errors) ? -1 : 0;
5256 *asc = (show_errors) ? -1 : 0;
5261 *ascq = (show_errors)
5217 scsi_extract_sense_len(struct scsi_sense_data *sense_data, u_int sense_len, int *error_code, int *sense_key, int *asc, int *ascq, int show_errors) argument
5293 scsi_get_sense_key(struct scsi_sense_data *sense_data, u_int sense_len, int show_errors) argument
5305 scsi_get_asc(struct scsi_sense_data *sense_data, u_int sense_len, int show_errors) argument
5317 scsi_get_ascq(struct scsi_sense_data *sense_data, u_int sense_len, int show_errors) argument
[all...]
H A Dscsi_all.h4136 int *asc, int *ascq, int show_errors);
4138 int show_errors);
4140 int show_errors);
4142 int show_errors);

Completed in 260 milliseconds