HomeSort by: relevance | last modified time | path
    Searched defs:SUCCESS (Results 1 - 10 of 10) sorted by relevancy

  /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/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/include/protocols/
talkd.h 105 #define SUCCESS 0 /* operation completed properly */
  /src/include/rpc/
rpc_msg.h 65 SUCCESS=0,
  /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/lib/libtelnet/
enc_des.c 61 #define SUCCESS 0
411 * 0, then mark the state as SUCCESS.
  /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/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/libc/net/
getaddrinfo.c 107 #define SUCCESS 0
297 "Success",
689 return SUCCESS;
2540 * Perform preliminary check of answer, returning success only
2542 * Return the size of the response on success, -1 on error.
2674 * Return the size of the response on success, -1 on error.

Completed in 18 milliseconds