Searched refs:of_dev (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/arch/ofppc/stand/ofwboot/
H A Dnet.h4 struct of_dev;
6 int net_open(struct of_dev *);
7 int net_close(struct of_dev *);
H A Dnetif_of.h3 int netif_of_open(struct of_dev *);
H A Drdb.h37 int search_rdb_label(struct of_dev *, char *, struct disklabel *);
H A Dmbr.h40 int search_mbr_label(struct of_dev *, u_long, char *, struct disklabel *,
H A Dofdev.h38 struct of_dev { struct
H A Dnetif_of.c70 netif_of_open(struct of_dev *op)
131 struct of_dev *op;
135 op = (struct of_dev *)desc->io_netif;
174 struct of_dev *op;
178 op = (struct of_dev *)desc->io_netif;
H A Dnet.c82 net_open(struct of_dev *op)
108 net_close(struct of_dev *op)
H A Dmbr.c43 static int find_mbr_part(struct of_dev *, uint32_t, char *,
51 search_mbr_label(struct of_dev *devp, u_long off, char *buf,
95 find_mbr_part(struct of_dev *devp, uint32_t off, char *buf,
H A Dofdev.c126 struct of_dev *dev = devdata;
161 struct of_dev *op = of->f_devdata;
183 static struct of_dev ofdev = {
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dnet.h4 struct of_dev;
6 int net_open(struct of_dev *);
7 int net_close(struct of_dev *);
H A Dnetif_of.h3 int netif_of_open(struct of_dev *);
H A Dofdev.h38 struct of_dev { struct
H A Dnetif_of.c70 netif_of_open(struct of_dev *op)
135 struct of_dev *op;
139 op = (struct of_dev *)desc->io_netif;
182 struct of_dev *op;
186 op = (struct of_dev *)desc->io_netif;
H A Dnet.c82 net_open(struct of_dev *op)
108 net_close(struct of_dev *op)
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dextern.h38 struct of_dev;
39 int net_open(struct of_dev *);
40 int net_close(struct of_dev *);
H A Dnetif_of.h3 int netif_of_open(struct of_dev *);
H A Dofdev.h36 struct of_dev { struct
H A Dnetif_of.c70 netif_of_open(struct of_dev *op)
131 struct of_dev *op;
135 op = (struct of_dev *)desc->io_netif;
174 struct of_dev *op;
178 op = (struct of_dev *)desc->io_netif;
H A Dnet.c79 net_open(struct of_dev *op)
105 net_close(struct of_dev *op)
H A Dofdev.c108 struct of_dev *dev = devdata;
136 struct of_dev *op = of->f_devdata;
166 static struct of_dev ofdev = {
185 search_label(struct of_dev *devp, u_long off, char *buf, struct disklabel *lp,
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dnet.h35 int net_open(struct of_dev *);
36 int net_close(struct of_dev *);
H A Dofdev.h36 struct of_dev { struct
H A Dnet.c84 net_open(struct of_dev *op)
108 net_close(struct of_dev *op)
H A Dnetif_of.c74 struct of_dev *op = machdep_hint;
140 struct of_dev *op;
186 struct of_dev *op;
/netbsd-current/sys/arch/sparc64/dev/
H A Dcons.h38 device_t of_dev; member in struct:pconssoftc

Completed in 433 milliseconds

12