OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOP_MSGLEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mac68k/include/
iopreg.h
81
#define
IOP_MSGLEN
32
82
#define IOP_MSGBUFLEN (
IOP_MSGLEN
* IOP_MAXCHAN)
121
u_char msg[
IOP_MSGLEN
];
/src/sys/arch/mac68k/mac68k/
iop.c
300
offset = IOP_ADDR_SEND_MSG + msg->channel *
IOP_MSGLEN
;
301
_iop_upload(ioph, msg->msg,
IOP_MSGLEN
, offset);
350
offset = IOP_ADDR_RECV_MSG + chan *
IOP_MSGLEN
;
351
_iop_download(ioph, msg->msg,
IOP_MSGLEN
, offset);
378
if (msglen >
IOP_MSGLEN
) return -1;
384
if (msglen <
IOP_MSGLEN
) memset(msg->msg, '\0',
IOP_MSGLEN
);
Completed in 12 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025