Searched refs:io_num (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/rp/
H A Drp_pci.c164 ctlp->io_num = 1;
165 ctlp->io_rid = malloc(sizeof(*(ctlp->io_rid)) * ctlp->io_num, M_DEVBUF, M_NOWAIT | M_ZERO);
166 ctlp->io = malloc(sizeof(*(ctlp->io)) * ctlp->io_num, M_DEVBUF, M_NOWAIT | M_ZERO);
H A Drp_isa.c178 ctlp->io_num = 1;
H A Drpreg.h371 int io_num; /* Number of IO resources */ member in struct:CONTROLLER_str

Completed in 105 milliseconds