| /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/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/mpl/bind/dist/bin/tests/system/ecdsa/ |
| tests_ecdsa.py | 41 reason="algorithm ECDSA256 not supported", variable 49 reason="algorithm ECDSA384 not supported",
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssherr-libcrypto.c | 34 const char *reason = NULL, *file, *data; local 43 if ((reason = ERR_reason_error_string(e)) != NULL) 45 reason); 47 if (reason == NULL)
|
| /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.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/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/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/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/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/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, \
|
| dsn_buf.h | 39 VSTRING *reason; /* free text */ member in struct:__anon23083 74 vstring_str((dsb)->reason), \
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_sasl_glue.c | 349 const char *reason = (*STR(state->sasl_reply) ? STR(state->sasl_reply) : local 350 "(reason unavailable)"); 354 state->namaddr, sasl_method, reason, 359 reason); 362 reason);
|