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

/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c498 const char *status_text = NULL; local
506 /* There was an error, get the description in status_text. */
508 status_text = TS_status_text[status];
510 status_text = "unknown code";
538 "status code: ", status_text,
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-802_11.c487 static const char *status_text[] = { variable
569 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0])
989 ? status_text[pbody.status_code]
1149 ? status_text[pbody.status_code]
1160 ? status_text[pbody.status_code]
/freebsd-10.1-release/sys/cam/
H A Dcam.h351 const char *status_text; member in struct:cam_status_entry
H A Dcam.c349 entry->status_text);
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_pass.c305 entry->status_text : "Unknown");
H A Dscsi_sg.c286 entry->status_text : "Unknown");
/freebsd-10.1-release/sys/cam/ctl/
H A Dscsi_ctl.c1863 entry->status_text : "Unknown", status);

Completed in 119 milliseconds