OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ocode
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/sh3/sh3/
syscall.c
115
register_t code, args[8], rval[2],
ocode
;
local in function:syscall
120
ocode
= code = tf->tf_r0;
158
if (
ocode
== SYS_syscall) {
172
else if (
ocode
== SYS___syscall) {
/src/usr.bin/compress/
zopen.c
369
output(struct s_zstate *zs, code_int
ocode
)
377
if (
ocode
>= 0) {
382
* Since
ocode
is always >= 8 bits, only need to mask the first
385
*bp = (*bp & rmask[r_off]) | ((
ocode
<< r_off) & lmask[r_off]);
388
ocode
>>= 8 - r_off;
391
*bp++ =
ocode
;
392
ocode
>>= 8;
397
*bp =
ocode
;
410
* If the next entry is going to be too big for the
ocode
size,
/src/sys/arch/sgimips/dev/
scnvar.h
94
u_char icode,
ocode
;
member in struct:duart::chan
scn.c
479
csr = (dp->chan[chan].icode<<4) | dp->chan[chan].
ocode
;
486
(dp->chan[0].icode == USE_CT || dp->chan[0].
ocode
== USE_CT ||
487
dp->chan[1].icode == USE_CT || dp->chan[1].
ocode
== USE_CT)) {
573
bothgroups[other->icode] && bothgroups[other->
ocode
])) {
715
dp->chan[other].
ocode
= ooc;
732
dp->chan[chan].
ocode
= oc;
997
duart->chan[0].icode = duart->chan[0].
ocode
= 0x2f;
998
duart->chan[1].icode = duart->chan[1].
ocode
= 0x2f;
/src/usr.bin/ftp/
util.c
696
int overbose,
ocode
, r;
local in function:remotemodtime
700
ocode
= code;
776
code =
ocode
;
839
int overbose,
ocode
;
local in function:updateremotecwd
845
ocode
= code;
870
code =
ocode
;
Completed in 42 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025