HomeSort by: relevance | last modified time | path
    Searched defs:saioreq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun68k/stand/libsa/
saio.h 62 struct saioreq;
68 int (*b_open)(struct saioreq *); /* open(iobp) --> -1 or 0 */
69 int (*b_close)(struct saioreq *); /* close(iobp) --> -1 or 0 */
70 int (*b_strategy)(struct saioreq *, int); /* strategy(iobp,rw)
110 struct saioreq { struct
150 int (*sif_reset)(void *devdata, struct saioreq *sip);
161 int prom_iopen (struct saioreq *sip);
162 void prom_iclose(struct saioreq *sip);
  /src/sys/arch/sparc/include/
oldmon.h 85 struct saioreq { struct
125 int (*b_open)(struct saioreq *);
127 int (*b_close)(struct saioreq *);
129 int (*b_strategy)(struct saioreq *, int);
308 int (*sif_reset)(void *devdata, struct saioreq *sip);

Completed in 13 milliseconds