Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HDfmtmsg.c49 fmtmsg(long class, const char *label, int sev, const char *text, in fmtmsg() argument
69 output = printfmt(msgverb, class, label, sev, text, action, in fmtmsg()
81 output = printfmt(DFLT_MSGVERB, class, label, sev, text, in fmtmsg()
113 printfmt(char *msgverb, long class, const char *label, int sev, in printfmt() argument
123 if ((sevname = sevinfo(sev)) != NULL) in printfmt()
141 strlcat(output, sevinfo(sev), size); in printfmt()
181 sevinfo(int sev) in sevinfo() argument
184 switch (sev) { in sevinfo()
/NextBSD/contrib/amd/libamu/
HDxutil.c326 char *sev; in show_time_host_and_name() local
351 sev = "fatal:"; in show_time_host_and_name()
354 sev = "error:"; in show_time_host_and_name()
357 sev = "user: "; in show_time_host_and_name()
360 sev = "warn: "; in show_time_host_and_name()
363 sev = "info: "; in show_time_host_and_name()
366 sev = "debug:"; in show_time_host_and_name()
369 sev = "map: "; in show_time_host_and_name()
372 sev = "stats:"; in show_time_host_and_name()
375 sev = "hmm: "; in show_time_host_and_name()
[all …]
/NextBSD/contrib/ntp/lib/isc/
HDhttpd.c665 isc_socketevent_t *sev = (isc_socketevent_t *)ev; in isc_httpd_recvdone() local
674 if (sev->result != ISC_R_SUCCESS) { in isc_httpd_recvdone()
680 result = process_request(httpd, sev->n); in isc_httpd_recvdone()
919 isc_socketevent_t *sev = (isc_socketevent_t *)ev; in isc_httpd_senddone() local
930 ISC_LIST_UNLINK(sev->bufferlist, &httpd->headerbuffer, link); in isc_httpd_senddone()
947 ISC_LIST_UNLINK(sev->bufferlist, &httpd->bodybuffer, link); in isc_httpd_senddone()
951 if (sev->result != ISC_R_SUCCESS) { in isc_httpd_senddone()
/NextBSD/crypto/heimdal/lib/krb5/
HDlog.c188 const char *sev, const char *fac) in open_syslog() argument
198 i = find_value(sev, syslogvals); in open_syslog()
/NextBSD/sys/arm/arm/
HDcpufunc_asm_armv7.S312 sev
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_util.c564 #define LOGEQ(sev,msg) do { \ in test_evutil_log() argument
565 tt_int_op(logsev,==,sev); \ in test_evutil_log()
/NextBSD/contrib/binutils/gas/doc/
HDc-avr.texi262 1001010000111000 sev
/NextBSD/contrib/groff/tmac/
HDhyphen.us3614 5sev
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrThumb.td289 def : tHintAlias<"sev$p", (tHINT 4, pred:$p)>; // A8.6.157
HDARMInstrThumb2.td3720 def : t2InstAlias<"sev$p.w", (t2HINT 4, pred:$p)>;
HDARMInstrInfo.td1880 def : InstAlias<"sev$p", (HINT 4, pred:$p)>, Requires<[IsARM, HasV6K]>;
/NextBSD/contrib/binutils/gas/config/
HDtc-arm.c8369 X(sev, bf40, f3af9004), /* typo, 8004? */
15283 tCE(sev, 320f004, sev, 0, (), noargs, t_hint),
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.td361 def : InstAlias<"sev", (HINT 0b100)>;