OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ret_value
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/cobalt/stand/boot/
wdc.c
116
uint8_t
ret_value
= 0x03;
local in function:wdcprobe
130
ret_value
&= ~0x01;
132
ret_value
&= ~0x02;
133
if (
ret_value
== 0)
147
ret_value
= __wdcwait_reset(chp,
ret_value
);
150
if (
ret_value
== 0)
160
if ((
ret_value
& (0x01 << drive)) == 0)
/src/sys/arch/mmeye/stand/boot/
wdc.c
125
uint8_t
ret_value
= 0x03;
local in function:wdcprobe
139
ret_value
&= ~0x01;
141
ret_value
&= ~0x02;
142
if (
ret_value
== 0)
156
ret_value
= __wdcwait_reset(chp,
ret_value
);
159
if (
ret_value
== 0)
169
if ((
ret_value
& (0x01 << drive)) == 0)
/src/common/dist/zlib/contrib/minizip/
miniunz.c
530
int
ret_value
=0;
local in function:main
625
ret_value
= do_list(uf);
639
ret_value
= do_extract(uf, opt_do_extract_withoutpath, opt_overwrite, password);
641
ret_value
= do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite, password);
646
return
ret_value
;
/src/sys/dev/ic/
wdc.c
527
u_int8_t
ret_value
= 0x03;
local in function:wdcprobe1
565
ret_value
&= ~0x01;
567
ret_value
&= ~0x02;
569
if (
ret_value
& 0x01) {
583
ret_value
&= ~0x01;
594
ret_value
&= ~0x01;
605
ret_value
&= ~0x01;
616
ret_value
&= ~0x01;
625
ret_value
&= ~0x01;
629
if (
ret_value
& 0x02)
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025