Searched full:errb (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | rohm,bd96802-pmic.yaml | 28 The PMIC provides intb and errb IRQ lines. The errb IRQ line is used 31 connecting/handling the errb can be omitted. However, there are cases 34 useful to connect the errb and handle errb events. 41 - enum: [intb, errb] 42 - const: errb 70 interrupt-names = "intb", "errb";
|
| H A D | rohm,bd96801-pmic.yaml | 28 The PMIC provides intb and errb IRQ lines. The errb IRQ line is used 31 connecting/handling the errb can be omitted. However, there are cases 34 useful to connect the errb and handle errb events. 41 - enum: [intb, errb] 42 - const: errb 89 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()
|