OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iop_msg
(Results
1 - 8
of
8
) sorted by relevancy
/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
...]
iop.c
225
static void iop_intr_event(device_t, struct
iop_msg
*, void *);
228
static void iop_msg_poll(struct iop_softc *, struct
iop_msg
*, int);
229
static void iop_msg_wait(struct iop_softc *, struct
iop_msg
*, int);
286
struct
iop_msg
*im;
647
struct
iop_msg
*im;
1070
struct
iop_msg
*im;
1129
struct
iop_msg
*im;
1201
struct
iop_msg
*im;
1238
struct
iop_msg
*im;
1295
struct
iop_msg
*im
[
all
...]
ld_iop.c
78
static void ld_iop_intr(device_t, struct
iop_msg
*, void *);
79
static void ld_iop_intr_event(device_t, struct
iop_msg
*, void *);
346
struct
iop_msg
*im;
406
struct
iop_msg
*im;
444
struct
iop_msg
*im;
485
ld_iop_intr(device_t dv, struct
iop_msg
*im, void *reply)
523
ld_iop_intr_event(device_t dv, struct
iop_msg
*im, void *reply)
iopsp.c
67
static void iopsp_intr(device_t, struct
iop_msg
*, void *);
351
struct
iop_msg
*im;
388
struct
iop_msg
*im;
503
iopsp_scsi_abort(struct iopsp_softc *sc, int atid, struct
iop_msg
*aim)
505
struct
iop_msg
*im;
531
iopsp_intr(device_t dv, struct
iop_msg
*im, void *reply)
dpti.c
453
struct
iop_msg
*im;
/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/arch/mac68k/mac68k/
iop.c
54
static void load_msg_to_iop(IOPHW *, struct
iop_msg
*);
57
static void default_listener(IOP *, struct
iop_msg
*);
90
default_listener(IOP *iop, struct
iop_msg
*msg)
168
pool_init(&iop->pool, sizeof(struct
iop_msg
), 0, 0, 0, "mac68k_iop1",
176
pool_init(&iop->pool, sizeof(struct
iop_msg
), 0, 0, 0, "mac68k_iop2",
295
load_msg_to_iop(IOPHW *ioph, struct
iop_msg
*msg)
312
struct
iop_msg
*msg;
335
struct
iop_msg
*msg;
371
struct
iop_msg
*msg;
380
msg = (struct
iop_msg
*) pool_get(&iop->pool, PR_WAITOK)
[
all
...]
/src/sys/arch/mac68k/dev/
adb_direct.c
324
void adb_iop_recv(IOP *, struct
iop_msg
*);
1542
adb_iop_recv(IOP *iop, struct
iop_msg
*msg)
Completed in 19 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025