Home
last modified time | relevance | path

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

12

/netbsd/src/sys/arch/ofppc/stand/ofwboot/
Dnetif_of.c70 netif_of_open(struct of_dev *op) in netif_of_open()
131 struct of_dev *op; in netif_put()
135 op = (struct of_dev *)desc->io_netif; in netif_put()
174 struct of_dev *op; in netif_get()
178 op = (struct of_dev *)desc->io_netif; in netif_get()
Dnet.h4 struct of_dev;
6 int net_open(struct of_dev *);
7 int net_close(struct of_dev *);
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, in search_mbr_label()
95 find_mbr_part(struct of_dev *devp, uint32_t off, char *buf, in find_mbr_part()
Dnet.c82 net_open(struct of_dev *op) in net_open()
108 net_close(struct of_dev *op) in net_close()
Dofdev.c126 struct of_dev *dev = devdata; in strategy()
161 struct of_dev *op = of->f_devdata; in devclose()
183 static struct of_dev ofdev = {
Dnetif_of.h3 int netif_of_open(struct of_dev *);
Drdb.h37 int search_rdb_label(struct of_dev *, char *, struct disklabel *);
Dmbr.h40 int search_mbr_label(struct of_dev *, u_long, char *, struct disklabel *,
/netbsd/src/sys/arch/shark/stand/ofwboot/
Dnetif_of.c70 netif_of_open(struct of_dev *op) in netif_of_open()
131 struct of_dev *op; in netif_put()
135 op = (struct of_dev *)desc->io_netif; in netif_put()
174 struct of_dev *op; in netif_get()
178 op = (struct of_dev *)desc->io_netif; in netif_get()
Dextern.h38 struct of_dev;
39 int net_open(struct of_dev *);
40 int net_close(struct of_dev *);
Dofdev.c108 struct of_dev *dev = devdata; in strategy()
136 struct of_dev *op = of->f_devdata; in devclose()
166 static struct of_dev ofdev = {
185 search_label(struct of_dev *devp, u_long off, char *buf, struct disklabel *lp, in search_label()
Dnet.c79 net_open(struct of_dev *op) in net_open()
105 net_close(struct of_dev *op) in net_close()
Dnetif_of.h3 int netif_of_open(struct of_dev *);
Dofdev.h36 struct of_dev { struct
/netbsd/src/sys/arch/macppc/stand/ofwboot/
Dnetif_of.c70 netif_of_open(struct of_dev *op) in netif_of_open()
135 struct of_dev *op; in netif_put()
139 op = (struct of_dev *)desc->io_netif; in netif_put()
182 struct of_dev *op; in netif_get()
186 op = (struct of_dev *)desc->io_netif; in netif_get()
Dnet.h4 struct of_dev;
6 int net_open(struct of_dev *);
7 int net_close(struct of_dev *);
Dnet.c82 net_open(struct of_dev *op) in net_open()
108 net_close(struct of_dev *op) in net_close()
Dofdev.c70 struct of_dev *dev = devdata; in strategy()
104 struct of_dev *op = of->f_devdata; in devclose()
135 static struct of_dev ofdev = {
184 search_mac_label(struct of_dev *devp, char *buf, struct disklabel *lp) in search_mac_label()
235 search_dos_label(struct of_dev *devp, u_long off, char *buf, in search_dos_label()
Dnetif_of.h3 int netif_of_open(struct of_dev *);
Dofdev.h38 struct of_dev { struct
/netbsd/src/sys/arch/sparc/stand/ofwboot/
Dnet.h35 int net_open(struct of_dev *);
36 int net_close(struct of_dev *);
Dnetif_of.c74 struct of_dev *op = machdep_hint; in netif_open()
140 struct of_dev *op; in netif_put()
186 struct of_dev *op; in netif_get()
Dnet.c84 net_open(struct of_dev *op) in net_open()
108 net_close(struct of_dev *op) in net_close()
Dofdev.c139 struct of_dev *dev = devdata; in strategy()
179 struct of_dev *op = of->f_devdata; in devclose()
217 static struct of_dev ofdev = {
326 search_label(struct of_dev *devp, u_long off, char *buf, in search_label()
Dofdev.h36 struct of_dev { struct

12