OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUCCESS
(Results
1 - 24
of
24
) sorted by relevancy
/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
213
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
;
getaddrinfo.c
107
#define
SUCCESS
0
297
"
Success
",
689
return
SUCCESS
;
2543
* Perform preliminary check of answer, returning
success
only
2545
* Return the size of the response on
success
, -1 on error.
2677
* Return the size of the response on
success
, -1 on error.
/src/usr.bin/talk/
look_up.c
111
case
SUCCESS
:
invite.c
133
"answer #0", /*
SUCCESS
*/
156
if (response.answer !=
SUCCESS
) {
/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/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
85
#define
SUCCESS
(0)
439
return (
SUCCESS
);
518
* 0 on
SUCCESS
660
return (
SUCCESS
);
720
return (
SUCCESS
);
816
return (
SUCCESS
);
912
* 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
.
/src/usr.sbin/ypbind/
ypbind.c
1259
(msg.acpted_rply.ar_stat ==
SUCCESS
)) {
1317
(msg.acpted_rply.ar_stat ==
SUCCESS
)) {
Completed in 28 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026