Home
last modified time | relevance | path

Searched full:serror (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/geom/
H A Dgeom_ctl.c88 if (sbuf_done(req->serror)) { in gctl_error()
100 if (sbuf_len(req->serror) > 0) in gctl_error()
101 sbuf_cat(req->serror, "\n\t"); in gctl_error()
103 sbuf_vprintf(req->serror, fmt, ap); in gctl_error()
131 if (sbuf_done(req->serror)) { in gctl_msg()
140 if (sbuf_len(req->serror) > 0) in gctl_msg()
141 sbuf_cat(req->serror, "\n\t"); in gctl_msg()
143 sbuf_vprintf(req->serror, fmt, ap); in gctl_msg()
154 if (sbuf_done(req->serror)) { in gctl_post_messages()
160 sbuf_finish(req->serror); in gctl_post_messages()
[all …]
H A Dgeom_ctl.h74 struct sbuf *serror; member
/freebsd/sys/arm64/arm64/
H A Dhyp_stub.S52 vempty /* SError EL2t */
57 vempty /* SError EL2h */
62 vempty /* SError 64-bit EL1 */
67 vempty /* SError 32-bit EL1 */
H A Dexception.S99 /* Unmask debug and SError exceptions */
103 * Unmask debug and SError exceptions.
H A Dmachdep.c410 * Unmask SError exceptions. They are used to signal a RAS failure, in init_proc0()
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra194-cbb.yaml24 using SError or Data Abort exception unless the ERD (Error Response
26 SError or Data Abort is masked and the error is reported with interrupt.
30 If ERD is not set, then error is reported by SError.
H A Dnvidia,tegra234-cbb.yaml34 then SError or Data abort exception error response is masked and an
/freebsd/lib/libpmc/pmu-events/arch/arm64/
H A Drecommended.json339 "PublicDescription": "Exception taken, Data Abort and SError",
342 "BriefDescription": "Exception taken, Data Abort and SError"
375 "PublicDescription": "Exception taken, Data Abort or SError not taken locally",
378 "BriefDescription": "Exception taken, Data Abort or SError not taken locally"
H A Darmv8-recommended.json339 "PublicDescription": "Exception taken, Data Abort and SError",
342 "BriefDescription": "Exception taken, Data Abort and SError"
375 "PublicDescription": "Exception taken, Data Abort or SError not taken locally",
378 "BriefDescription": "Exception taken, Data Abort or SError not taken locally"
/freebsd/contrib/tcpdump/
H A Dprint-rpki-rtr.c300 ND_PRINT("%sError code: %s (%u), Encapsulated PDU length: %u", in rpki_rtr_pdu_print()
345 ND_PRINT("%sError text: ", indent_string(indent+2)); in rpki_rtr_pdu_print()
H A Dprint-rsvp.c708 ND_PRINT("%sERROR: object header size %u not a multiple of 4", indent, rsvp_obj_len); in rsvp_obj_print()
712 ND_PRINT("%sERROR: object header too short %u < %zu", indent, rsvp_obj_len, in rsvp_obj_print()
737 ND_PRINT("%sERROR: object goes past end of objects TLV", indent); in rsvp_obj_print()
1716 ND_PRINT("%sERROR: property TLV is too short", indent); in rsvp_obj_print()
1904 ND_PRINT("%sERROR: sub-object is too short", indent); in rsvp_obj_print()
1907 ND_PRINT("%sERROR: object is too short", indent); in rsvp_obj_print()
/freebsd/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c91 printf("%serror %d%s", start, error, end); in print1()
/freebsd/sys/arm64/vmm/
H A Dvmm_reset.c130 * HCR_AMO: route physical SError interrupts to EL2 in reset_vm_el2_regs()
H A Dvmm_hyp_exception.S263 * We only trap IRQ, FIQ and SError exceptions when a guest is running. Do a
H A Dvmm.c1663 /* TODO: Should we raise an SError? */ in vm_raise_msi()
/freebsd/sys/dev/mvs/
H A Dmvs.h273 #define SATA_SE 0x304 /* SError */
274 #define SATA_SEIM 0x340 /* SError Interrupt Mask */
/freebsd/crypto/openssl/apps/
H A Dverify.c340 BIO_printf(bio_err, "%serror %d at %d depth lookup: %s\n", in cb()
/freebsd/sys/dev/bhnd/siba/
H A Dsibareg.h158 #define SIBA_TMH_SERR 0x0001 /* serror */
/freebsd/sys/dev/ata/
H A Data-sata.c57 /* Check that SError value is sane. */ in ata_sata_phy_check_events()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm850-samsung-w737.dts393 /* No idea why it causes an SError when enabled */
H A Dsdm850-lenovo-yoga-c630.dts840 /* FIXME: qce_start triggers an SError */
/freebsd/sys/contrib/libnv/
H A Dnvlist.c468 dprintf(fd, "%*serror: %d\n", level * 4, "", in nvlist_dump_error_check()
/freebsd/sys/dev/mpr/
H A Dmpr_user.c1586 "buffer, %serror = %d\n", error ? "" : "callback ", in mpr_diag_register()
/freebsd/sys/dev/mps/
H A Dmps_user.c1475 "buffer, %serror = %d\n", error ? "" : "callback ", in mps_diag_register()
/freebsd/sys/arm64/include/
H A Darmreg.h672 #define EXCP_SERROR 0x2f /* SError interrupt */

12