Searched refs:success (Results 51 - 75 of 331) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp187 bool success = false; local
189 success = m_opaque->StartReadThread ();
192 log->Printf ("SBCommunication(%p)::ReadThreadStart () => %i", m_opaque, success);
194 return success;
205 bool success = false; local
207 success = m_opaque->StopReadThread ();
210 log->Printf ("SBCommunication(%p)::ReadThreadStop () => %i", m_opaque, success);
212 return success;
H A DSBEvent.cpp137 bool success = false; local
139 success = lldb_event->BroadcasterIs (broadcaster.get());
148 success);
150 return success;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp64 const bool success = UpdateValueIfNeeded(false); local
65 if (success)
78 const bool success = UpdateValueIfNeeded(false); local
79 if (success)
92 const bool success = UpdateValueIfNeeded(false); local
93 if (success && m_dynamic_type_info.HasTypeSP())
102 const bool success = UpdateValueIfNeeded(false); local
103 if (success && m_dynamic_type_info.HasTypeSP())
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h30 ReadPseudoRegisterValue (uint32_t reg_num, bool &success);
36 ReadFromPseudoAddress (lldb::addr_t p_address, uint32_t size, bool &success);
/freebsd-10.0-release/crypto/openssh/
H A Daudit-linux.c44 const char *hostname, const char *ip, const char *ttyn, int success)
58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
43 linux_audit_record_event(int uid, const char *username, const char *hostname, const char *ip, const char *ttyn, int success) argument
/freebsd-10.0-release/sys/dev/cxgb/
H A Dbin2h.pl10 my $success = open INPUT, "$ARGV[0]";
11 unless ($success) {
15 $success = open OUTPUT, ">$ARGV[1].h";
16 unless ($success) {
/freebsd-10.0-release/tools/regression/kqueue/
H A Dvnode.c45 success();
65 success();
89 success();
117 success();
148 success();
163 success();
205 success();
247 success();
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt7 # dtrace -n 'proc:::exec-success { trace(curpsinfo->pr_psargs); }'
8 dtrace: description 'proc:::exec-success ' matched 1 probe
10 0 3297 exec_common:exec-success man ls
11 0 3297 exec_common:exec-success sh -c cd /usr/share/man; tbl /usr/share/man/man1/ls.1 |neqn /usr/share/lib/pub/
12 0 3297 exec_common:exec-success tbl /usr/share/man/man1/ls.1
13 0 3297 exec_common:exec-success neqn /usr/share/lib/pub/eqnchar -
14 0 3297 exec_common:exec-success nroff -u0 -Tlp -man -
15 0 3297 exec_common:exec-success col -x
16 0 3297 exec_common:exec-success sh -c trap '' 1 15; /usr/bin/mv -f /tmp/mpzIaOZF /usr/share/man/cat1/ls.1 2> /d
17 0 3297 exec_common:exec-success /us
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt7 # dtrace -n 'proc:::exec-success { trace(curpsinfo->pr_psargs); }'
8 dtrace: description 'proc:::exec-success ' matched 1 probe
10 0 3297 exec_common:exec-success man ls
11 0 3297 exec_common:exec-success sh -c cd /usr/share/man; tbl /usr/share/man/man1/ls.1 |neqn /usr/share/lib/pub/
12 0 3297 exec_common:exec-success tbl /usr/share/man/man1/ls.1
13 0 3297 exec_common:exec-success neqn /usr/share/lib/pub/eqnchar -
14 0 3297 exec_common:exec-success nroff -u0 -Tlp -man -
15 0 3297 exec_common:exec-success col -x
16 0 3297 exec_common:exec-success sh -c trap '' 1 15; /usr/bin/mv -f /tmp/mpzIaOZF /usr/share/man/cat1/ls.1 2> /d
17 0 3297 exec_common:exec-success /us
[all...]
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_debug.c538 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
541 if (success)
542 *success = 1;
546 if (success)
547 *success = 0;
552 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
557 if (success)
558 *success = 1;
564 if (success)
565 *success
570 sym_ntop(const struct res_sym *syms, int number, int *success) argument
591 int success; local
627 int success; local
1168 int success; local
1191 int success; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dcheck.c200 const atf_process_status_t *status, bool *success)
223 *success = s;
267 check_build_run(const char *const *argv, bool *success) argument
278 update_success_from_status(argv[0], &status, success);
403 bool *success)
412 err = check_build_run((const char *const *)argv, success);
423 bool *success)
432 err = check_build_run((const char *const *)argv, success);
443 bool *success)
452 err = check_build_run((const char *const *)argv, success);
199 update_success_from_status(const char *progname, const atf_process_status_t *status, bool *success) argument
400 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
420 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
440 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DPathV2.inc67 return error_code::success();
97 return error_code::success();
113 return error_code::success();
172 return error_code::success();
195 return error_code::success();
215 return error_code::success();
234 return error_code::success();
257 return error_code::success();
290 return error_code::success();
306 error_code ec = error_code::success();
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DArchive.cpp47 return object_error::success;
51 return object_error::success;
77 return object_error::success;
83 return object_error::success;
90 return object_error::success;
101 return object_error::success;
168 ec = object_error::success;
188 return object_error::success;
235 return object_error::success;
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DPathV2.inc105 return error_code::success();
133 return error_code::success();
192 return error_code::success();
206 return error_code::success();
219 return error_code::success();
232 return error_code::success();
246 return error_code::success();
268 return error_code::success();
278 return error_code::success();
292 return error_code::success();
[all...]
/freebsd-10.0-release/sys/sys/
H A Dstdatomic.h235 desired, success, failure) \
237 success, failure)
239 desired, success, failure) \
241 success, failure)
260 desired, success, failure) \
262 desired, 0, success, failure)
264 desired, success, failure) \
266 desired, 1, success, failure)
287 desired, success, failure) __extension__ ({ \
290 (void)(success); (voi
[all...]
/freebsd-10.0-release/tools/tools/build_option_survey/
H A Dreduce.sh56 elif [ ! -f $m/iw/_.success ] ; then
61 elif [ ! -f $m/bw/_.success ] ; then
66 elif [ ! -f $m/w/_.success ] ; then
/freebsd-10.0-release/usr.sbin/periodic/
H A Dperiodic.sh87 success=YES info=YES badconfig=NO empty_output=YES # Defaults when ${run}_* aren't YES/NO
88 for var in success info badconfig empty_output; do
122 0) [ $success = NO ] && output=FALSE;;
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dtest_helpers.c52 bool success; local
63 RE(atf_check_build_c_o(path, "test.o", optargs, &success));
67 if ((expect_pass && !success) || (!expect_pass && success))
/freebsd-10.0-release/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp118 int success = 1; local
120 success && *q != '\0' && *q != '\n' && *q != ' ';
132 success = 0;
138 if (success && filename.length() > 0) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp632 bool success = false; local
637 match_info.GetProcessInfo().SetProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PROCESS_ID, 0, &success));
638 if (!success)
643 match_info.GetProcessInfo().SetParentProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PROCESS_ID, 0, &success));
644 if (!success)
649 match_info.GetProcessInfo().SetUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
650 if (!success)
655 match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
656 if (!success)
661 match_info.GetProcessInfo().SetGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
821 bool success; local
[all...]
H A DCommandObjectLog.cpp199 bool success = m_interpreter.GetDebugger().EnableLog (channel.c_str(), local
204 if (success)
446 bool success; local
447 uint32_t depth = Args::StringToUInt32(args.GetArgumentAtIndex(1), 0, 0, &success);
448 if (success)
458 bool success; local
459 bool increment = Args::StringToBoolean(args.GetArgumentAtIndex(1), false, &success);
460 if (success)
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/tests/
H A Dlink_test.c50 int success)
49 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
/freebsd-10.0-release/contrib/xz/src/xz/
H A Dfile_io.h85 /// The success argument determines if source or destination file gets
90 extern void io_close(file_pair *pair, bool success);
99 /// \return On success, number of bytes read is returned. On end of
116 /// \return On success, false is returned. On error, error message
127 /// \return On success, zero is returned. On error, -1 is returned
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p_dev_disc.c43 void p2p_dev_disc_req_cb(struct p2p_data *p2p, int success) argument
46 "P2P: Device Discoverability Request TX callback: success=%d",
47 success);
49 if (!success) {
132 void p2p_dev_disc_resp_cb(struct p2p_data *p2p, int success) argument
135 "P2P: Device Discoverability Response TX callback: success=%d",
136 success);
312 void p2p_go_disc_req_cb(struct p2p_data *p2p, int success) argument
315 "P2P: GO Discoverability Request TX callback: success=%d",
316 success);
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py20 def scanDone(success):
21 print "Scan done: success=%s" % success

Completed in 381 milliseconds

1234567891011>>