HomeSort by: relevance | last modified time | path
    Searched refs:SUCCESS (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/tests/lib/libc/stdlib/
h_atexit.c 67 #define SUCCESS() \
92 SUCCESS();
106 SUCCESS();
120 SUCCESS();
134 SUCCESS();
147 SUCCESS();
159 SUCCESS();
  /src/tests/lib/libpthread/
h_atexit.c 72 #define SUCCESS() \
97 SUCCESS();
111 SUCCESS();
125 SUCCESS();
139 SUCCESS();
152 SUCCESS();
164 SUCCESS();
  /src/libexec/talkd/
process.c 109 rp->answer = SUCCESS;
120 rp->answer = SUCCESS;
149 if (result != SUCCESS) {
175 rp->answer = SUCCESS;
211 if (status != SUCCESS)
218 status = SUCCESS;
221 status = SUCCESS;
announce.c 165 return (SUCCESS);
table.c 212 return (SUCCESS);
  /src/include/protocols/
talkd.h 105 #define SUCCESS 0 /* operation completed properly */
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h 52 /// Returns 1 on success, 0 on error.
56 /// success, 0 on error.
63 /// Returns 1 on success, 0 on error.
68 /// Returns 1 on success, 0 on error.
75 /// Returns 1 on success, 0 on error.
84 /// Returns 1 on success, 0 on error.
91 SUCCESS = 1,
  /src/sys/arch/bebox/stand/boot/
fd.c 159 #define SUCCESS 0
202 if (fdc_out(ctlr, CMD_VERSION) != SUCCESS) { /* version check */
206 if (fdc_in(ctlr, &result) != SUCCESS) {
216 return (SUCCESS);
236 if (fdinit(un) != SUCCESS)
251 if (fd_check(un) != SUCCESS) /* research disk type */
255 return (SUCCESS);
270 return (SUCCESS);
285 return (SUCCESS);
338 return (SUCCESS);
    [all...]
  /src/lib/libc/net/
nsparser.y 63 %token SUCCESS UNAVAIL NOTFOUND TRYAGAIN
143 : SUCCESS { $$ = NS_SUCCESS; }
nslexer.l 66 [sS][uU][cC][cC][eE][sS][sS] return SUCCESS;
  /src/usr.bin/talk/
look_up.c 111 case SUCCESS:
invite.c 133 "answer #0", /* SUCCESS */
156 if (response.answer != SUCCESS) {
  /src/tools/compat/buildaux/
ax_check_compile_flag.m4 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
15 # success/failure.
  /src/include/rpc/
rpc_msg.h 65 SUCCESS=0,
  /src/lib/libc/rpc/
rpc_prot.c 129 case SUCCESS:
252 case SUCCESS:
299 if (msg->acpted_rply.ar_stat == SUCCESS) {
clnt_bcast.c 603 (msg.acpted_rply.ar_stat == SUCCESS)) {
clnt_dg.c 468 (reply_msg.acpted_rply.ar_stat == SUCCESS))
svc.c 452 rply.acpted_rply.ar_stat = SUCCESS;
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
15 # success/failure.
ax_check_link_flag.m4 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
15 # success/failure.
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface.cc 152 bool Success = false;
155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
158 Success = patchFunctionExit(Enable, FuncId, Sled);
161 Success = patchFunctionTailExit(Enable, FuncId, Sled);
164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);
167 Success = patchCustomEvent(Enable, FuncId, Sled);
170 Success = patchTypedEvent(Enable, FuncId, Sled);
176 return Success;
225 return XRayPatchingStatus::SUCCESS;
310 return XRayPatchingStatus::SUCCESS;
    [all...]
  /src/lib/libc/db/hash/
hash.c 84 #define SUCCESS (0)
438 return (SUCCESS);
517 * 0 on SUCCESS
659 return (SUCCESS);
719 return (SUCCESS);
815 return (SUCCESS);
911 * Returns 0 on success
  /src/sys/dev/usb/
if_umbreg.h 91 MBIM_STATUS_DESCRIPTION(SUCCESS), \
  /src/usr.sbin/bootp/common/
readfile.c 69 #define SUCCESS 0
660 if (retval == SUCCESS) {
806 return SUCCESS;
825 return SUCCESS;
1132 return SUCCESS;
1773 return hap; /* success */
  /src/lib/libtelnet/
enc_des.c 61 #define SUCCESS 0
411 * 0, then mark the state as SUCCESS.

Completed in 22 milliseconds

1 2