Searched refs:lastio (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/sh/ |
H A D | cmd.c | 505 inout(lastio) in inout() argument 506 struct ionod *lastio; in inout() 540 return(lastio); 559 iop->ionxt = inout(lastio);
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 334 if (q->lastio->handle) in rdc_dump_iohdrs() 335 (void) nsc_free_buf(q->lastio->handle); in rdc_dump_iohdrs() 336 bzero(&(*q->lastio), sizeof (*q->lastio)); in rdc_dump_iohdrs() 1969 if (q->lastio->handle) in rdc_diskq_unqueue() 1970 (void) nsc_free_buf(q->lastio->handle); in rdc_diskq_unqueue() 1971 bzero(&(*q->lastio), sizeof (*q->lastio)); in rdc_diskq_unqueue() 2377 if (dq->lastio->handle) in rdc_read_diskq_buf() 2378 (void) nsc_free_buf(dq->lastio->handle); in rdc_read_diskq_buf() 2379 bzero(&(*dq->lastio), sizeof (*dq->lastio)); in rdc_read_diskq_buf()
|
H A D | rdc_diskq.h | 155 rdc_aio_t *lastio; /* cached copy of the last write on q */ member 285 #define QCOALESCEOK(q, dec) ((q->lastio->iostatus & RDC_WRITTEN) && \
|
H A D | rdc_io.c | 6658 group->diskq.lastio = kmem_zalloc(sizeof (rdc_aio_t), KM_SLEEP); in rdc_newgroup() 6716 kmem_free(group->diskq.lastio, sizeof (rdc_aio_t)); in rdc_delgroup()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 1542 static struct ionod *inout(Lex_t *lexp,struct ionod *lastio,int flag) in inout() argument 1597 return(lastio); in inout() 1685 ioq->ionxt=inout(lexp,lastio,flag); in inout()
|
/titanic_44/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 348 group->diskqfd, group->diskqrsrv, dq->lastio); in rdc_group()
|