OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iop_msg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mac68k/include/
iopreg.h
112
struct
iop_msg
;
115
typedef void (*iop_msg_handler)(struct _s_IOP *iop, struct
iop_msg
*);
117
struct
iop_msg
{
struct
118
SIMPLEQ_ENTRY(
iop_msg
) iopm;
139
SIMPLEQ_HEAD(,
iop_msg
) sendq[IOP_MAXCHAN];
140
SIMPLEQ_HEAD(,
iop_msg
) recvq[IOP_MAXCHAN];
143
struct
iop_msg
unsolicited_msg;
/src/sys/dev/i2o/
iopvar.h
52
struct
iop_msg
{
struct
53
SLIST_ENTRY(
iop_msg
) im_chain; /* Next free message */
79
void (*ii_intr)(device_t, struct
iop_msg
*, void *);
116
struct
iop_msg
*sc_ims; /* Message wrappers */
117
SLIST_HEAD(,
iop_msg
) sc_im_freelist; /* Free wrapper list */
179
struct
iop_msg
*iop_msg_alloc(struct iop_softc *, int);
180
void iop_msg_free(struct iop_softc *, struct
iop_msg
*);
181
int iop_msg_map(struct iop_softc *, struct
iop_msg
*, u_int32_t *, void *,
183
int iop_msg_map_bio(struct iop_softc *, struct
iop_msg
*, u_int32_t *,
185
int iop_msg_post(struct iop_softc *, struct
iop_msg
*, void *, int)
[
all
...]
Completed in 11 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025