OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_code
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/dreamcast/dev/maple/
mkbdvar.h
36
uint32_t
func_code
; /* function code (big endian) */
member in struct:mkbd_condition
mmemcard.c
65
uint32_t
func_code
;
member in struct:mmem_request_read_data
72
uint32_t
func_code
; /* function code (big endian) */
member in struct:mmem_response_read_data
78
uint32_t
func_code
;
member in struct:mmem_request_write_data
87
uint32_t
func_code
;
member in struct:mmem_request_get_media_info
102
uint32_t
func_code
; /* function code (big endian) */
member in struct:mmem_response_media_info
315
sc->sc_reqm.
func_code
= htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
463
sc->sc_reqr.
func_code
=
511
r->
func_code
/* XXX */);
518
be32toh(r->
func_code
), sz);
552
r->
func_code
/* XXX */)
[
all
...]
mlcd.c
62
uint32_t
func_code
;
member in struct:mlcd_request_write_data
71
uint32_t
func_code
;
member in struct:mlcd_request_get_media_info
82
uint32_t
func_code
; /* function code (big endian) */
member in struct:mlcd_response_media_info
289
sc->sc_reqm.
func_code
= htobe32(MAPLE_FUNC(MAPLE_FN_LCD));
380
sc->sc_reqw.
func_code
=
430
rm->
func_code
/* XXX */);
437
be32toh(rm->
func_code
), sz);
563
sc->sc_reqw.
func_code
= htobe32(MAPLE_FUNC(MAPLE_FN_LCD));
maple.c
1221
int
func_code
, len;
local in function:maple_check_responses
1256
func_code
= u->u_dma_func;
1258
be32toh(u->u_rxbuf[1]) == MAPLE_FUNC(
func_code
)) {
1259
fn = &u->u_func[
func_code
];
1398
func_code
= u->u_dma_func;
1399
fn = &u->u_func[
func_code
];
1405
func_code
, response);
mms.c
49
uint32_t
func_code
; /* function code (big endian) */
member in struct:mms_condition
/src/sys/dev/ic/
aic7xxx.c
1279
&& scb->io_ctx->ccb_h.
func_code
== XPT_RESET_DEV
5197
group = XPT_FC_GROUP(scb->io_ctx->ccb_h.
func_code
);
7078
if (ccbh->
func_code
== XPT_CONT_TARGET_IO
aic79xx.c
2202
&& scb->io_ctx->ccb_h.
func_code
== XPT_RESET_DEV
6979
group = XPT_FC_GROUP(scb->io_ctx->ccb_h.
func_code
);
9444
if (ccbh->
func_code
== XPT_CONT_TARGET_IO
Completed in 25 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025