Searched full:errb (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | rohm,bd96801-pmic.yaml | 26 The PMIC provides intb and errb IRQ lines. The errb IRQ line is used 29 connecting/handling the errb can be omitted. However, there are cases 32 useful to connect the errb and handle errb events. 39 - enum: [intb, errb] 40 - const: errb 87 interrupt-names = "intb", "errb";
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | test_helpers.c | 126 atf_process_stream_t outb, errb; in run_h_tc() local 136 RE(atf_process_stream_init_redirect_path(&errb, &errpath)); in run_h_tc() 137 RE(atf_process_fork(&child, run_h_tc_child, &outb, &errb, &data)); in run_h_tc() 138 atf_process_stream_fini(&errb); in run_h_tc()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 1058 // ".errb" or ".errnb", depending on ExpectBlank. 6490 /// ::= .errb textitem[, message] 6501 return Error(getTok().getLoc(), "missing text item in '.errb' directive"); in parseDirectiveErrorIfb() 6503 std::string Message = ".errb directive invoked in source file"; in parseDirectiveErrorIfb() 6506 return addErrorSuffix(" in '.errb' directive"); in parseDirectiveErrorIfb() 6760 DirectiveKindMap[".errb"] = DK_ERRB; in initializeDirectiveKindMap()
|