| /src/sys/arch/alpha/stand/common/ |
| bootxx.c | 88 const char *reason; local 97 reason = "Can't open boot device."; 103 reason = "Can't open /boot."; 108 reason = "/boot too large."; 113 reason = "/boot load failed."; 120 reason = "Secondary boot returned!"; 124 putstr(reason);
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| bootxx.c | 84 const char *reason; local 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
| /src/sys/arch/sbmips/stand/common/ |
| bootxx.c | 84 const char *reason; local 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
| /src/external/mpl/bind/dist/bin/tests/system/ecdsa/ |
| tests_ecdsa.py | 42 reason="algorithm ECDSA256 not supported", variable 50 reason="algorithm ECDSA384 not supported",
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| psim.h | 38 stop_reason reason; member in struct:_psim_status 112 stop_reason reason,
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| psim.h | 38 stop_reason reason; member in struct:_psim_status 112 stop_reason reason,
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| exceptions.hpp | 64 /// The reason for the error; may not include the file name. 65 std::string reason; member in class:engine::load_error
|
| test_result.cpp | 42 /// \param reason_ The reason explaining the result, if any. It is OK for this 76 std::string type, reason; 80 reason = ""; 83 reason = line.substr(pos + 2); 89 reason += "<<NEWLINE>>" + line; 93 reason += "<<NEWLINE>>" + line; 97 return test_result(broken, reason); 99 return test_result(expected_failure, reason); 101 return test_result(failed, reason); 103 return test_result(passed, reason); 126 engine::test_result::reason(void) const function in class:engine::test_result 194 const std::string& reason = object.reason(); local [all...] |
| /src/external/bsd/atf/dist/tools/ |
| reader.hpp | 50 const std::string& reason; member in struct:tools::atf_report::test_case_result 54 reason(p_reason)
|
| test-program.hpp | 76 reason(void) const function in struct:tools::test_program::test_case_result
|
| /src/external/bsd/unbound/dist/validator/ |
| val_kentry.h | 82 /** not NULL sometimes to give reason why bogus */ 83 char* reason; member in struct:key_entry_data 84 /** not NULL to give reason why bogus */ 123 * @param copy_reason: if the reason string needs to be copied (allocated). 151 * Get reason why a key is bad. 173 * @param reason: accompanying NULL-terminated EDE string (or NULL). 179 sldns_ede_code reason_bogus, const char* reason, 191 * @param reason: accompanying NULL-terminated EDE string (or NULL). 198 sldns_ede_code reason_bogus, const char* reason, 209 * @param reason: accompanying NULL-terminated EDE string (or NULL) [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| devices.c | 37 const char *reason = local 47 hw_path (me), rw, addr, nr_bytes, reason); local 52 rw, addr, nr_bytes, reason));
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| nrun.c | 64 enum sim_stop reason; local 153 sim_stop_reason (sd, &reason, &sigrc); 155 if ((reason == sim_stopped) && 160 while (((reason == sim_signalled) && 162 ((reason == sim_stopped) && 181 sim_stop_reason (sd, &reason, &sigrc); 183 if ((reason == sim_stopped) && 188 } while ((reason == sim_stopped) && 199 /* If reason is sim_exited, then sigrc holds the exit code which we want 200 to return. If reason is sim_stopped or sim_signalled, then sigrc hold [all...] |
| sim-engine.h | 34 enum sim_stop reason; member in struct:_sim_engine 54 /* Get/set the run state of CPU to REASON/SIGRC. 55 REASON/SIGRC are the values returned by sim_stop_reason. */ 56 void sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc); 57 void sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc); 67 enum sim_stop reason,
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| devices.c | 37 const char *reason = local 47 hw_path (me), rw, addr, nr_bytes, reason); local 52 rw, addr, nr_bytes, reason));
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| nrun.c | 64 enum sim_stop reason; local 153 sim_stop_reason (sd, &reason, &sigrc); 155 if ((reason == sim_stopped) && 160 while (((reason == sim_signalled) && 162 ((reason == sim_stopped) && 181 sim_stop_reason (sd, &reason, &sigrc); 183 if ((reason == sim_stopped) && 188 } while ((reason == sim_stopped) && 199 /* If reason is sim_exited, then sigrc holds the exit code which we want 200 to return. If reason is sim_stopped or sim_signalled, then sigrc hold [all...] |
| sim-engine.h | 34 enum sim_stop reason; member in struct:_sim_engine 54 /* Get/set the run state of CPU to REASON/SIGRC. 55 REASON/SIGRC are the values returned by sim_stop_reason. */ 56 void sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc); 57 void sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc); 67 enum sim_stop reason,
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_surrogate.c | 39 /* The reason why the table could not be opened. This text is 73 char *reason; /* open failure reason */ member in struct:__anon23237 84 dict->type, dict->name, dp->reason); 96 dict->type, dict->name, dp->reason); 107 dict->type, dict->name, dp->reason); 118 dict->type, dict->name, dp->reason); 128 myfree((void *) dp->reason); 180 dp->reason = vstring_export(buf);
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| mark.py | 24 not os.environ.get("CI_ENABLE_LONG_TESTS"), reason="CI_ENABLE_LONG_TESTS not set" 29 reason="CI_ENABLE_LIVE_INTERNET_TESTS not set", variable 53 return pytest.mark.skipif(os.getenv(key) != "1", reason=f"{name} is not supported") 57 os.getenv("FEATURE_DNSTAP") != "1", reason="DNSTAP support disabled in the build" 62 os.getenv("FEATURE_FIPS_MODE") == "1", reason="FIPS support enabled in the build" 66 os.getenv("FEATURE_LIBXML2") != "1", reason="libxml2 support disabled in the build" 70 os.getenv("FEATURE_LMDB") != "1", reason="LMDB support disabled in the build" 74 os.getenv("FEATURE_JSON_C") != "1", reason="json-c support disabled in the build" 78 not is_dnsrps_available(), reason="dnsrps disabled in the build" 89 reason="SOFTHSM2_CONF and SOFTHSM2_MODULE environmental variables must be set and pkcs11-tool and softhsm (…) variable [all...] |
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_memory.c | 99 int i, reason; local 120 if ((reason = bus_space_subregion( 127 reason); 141 if ((reason = bus_space_map(map->bst, 158 reason); 166 if ((reason = bus_space_subregion( 173 reason);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| fault.h | 32 u8 reason; member in struct:nvkm_fault_data
|
| /src/sys/net/npf/ |
| if_npflog.h | 43 uint8_t reason; member in struct:npfloghdr
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-stopevent.c | 57 async_reply_reason reason = tp->thread_fsm ()->async_reply_reason (); local 58 uiout.field_string ("reason", async_reason_lookup (reason));
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-stopevent.c | 57 async_reply_reason reason = tp->thread_fsm ()->async_reply_reason (); local 58 uiout.field_string ("reason", async_reason_lookup (reason));
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| dsn.h | 22 const char *reason; /* descriptive reason */ member in struct:__anon23082 36 ((dsn)->reason = (_reason)), \ 46 ((dsn)->reason = (_reason)), \ 65 * The only restriction left is that the status and reason are never null or 71 dsn_create((dsn)->status, (dsn)->action, (dsn)->reason, \
|