Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sparc64/stand/ofwboot/
Dofdev.h49 struct of_dev { struct
66 int load_disklabel(struct of_dev *, struct disklabel *); argument
69 int net_open(struct of_dev *);
70 void net_close(struct of_dev *);
Dnetif_of.c73 struct of_dev *op = machdep_hint; in netif_open()
130 struct of_dev *op; in netif_put()
164 struct of_dev *op; in netif_get()
Dnet.c83 net_open(struct of_dev *op) in net_open()
109 net_close(struct of_dev *op) in net_close()
Dofdev.c127 struct of_dev *dev = devdata; in strategy()
170 struct of_dev *op = of->f_devdata; in devclose()
224 static struct of_dev ofdev = {
429 search_label(struct of_dev *devp, u_long off, char *buf, struct disklabel *lp, in search_label()
471 load_disklabel(struct of_dev *ofdev, struct disklabel *label) in load_disklabel()
Dsoftraid_sparc64.c132 struct of_dev ofdev; in srprobe()
336 struct of_dev ofdev; in sr_strategy()
406 struct of_dev ofdev; in sr_getdisklabel()
Ddiskprobe.c39 struct of_dev ofdev; in new_diskinfo()
/openbsd/src/sys/arch/macppc/stand/
Dofdev.h37 struct of_dev { struct
51 int net_open(struct of_dev *); argument
52 void net_close(struct of_dev *);
Dnetif_of.c78 struct of_dev *op = machdep_hint; in netif_open()
146 struct of_dev *op; in netif_put()
193 struct of_dev *op; in netif_get()
Dofdev.c92 struct of_dev *dev = devdata; in strategy()
120 struct of_dev *op = of->f_devdata; in devclose()
175 read_mac_label(struct of_dev *devp, char *buf, struct disklabel *lp) in read_mac_label()
240 search_label(struct of_dev *devp, u_long off, char *buf, struct disklabel *lp, in search_label()
295 struct of_dev *ofdev; in devopen()
Dnet.c80 net_open(struct of_dev *op) in net_open()
106 net_close(struct of_dev *op) in net_close()
/openbsd/src/sys/arch/sparc64/dev/
Dpcons.c64 struct device of_dev; member