Searched refs:of_dev (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/sys/arch/sparc64/stand/ofwboot/ |
| D | ofdev.h | 49 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 *);
|
| D | netif_of.c | 73 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()
|
| D | net.c | 83 net_open(struct of_dev *op) in net_open() 109 net_close(struct of_dev *op) in net_close()
|
| D | ofdev.c | 127 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()
|
| D | softraid_sparc64.c | 132 struct of_dev ofdev; in srprobe() 336 struct of_dev ofdev; in sr_strategy() 406 struct of_dev ofdev; in sr_getdisklabel()
|
| D | diskprobe.c | 39 struct of_dev ofdev; in new_diskinfo()
|
| /openbsd/src/sys/arch/macppc/stand/ |
| D | ofdev.h | 37 struct of_dev { struct 51 int net_open(struct of_dev *); argument 52 void net_close(struct of_dev *);
|
| D | netif_of.c | 78 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()
|
| D | ofdev.c | 92 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()
|
| D | net.c | 80 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/ |
| D | pcons.c | 64 struct device of_dev; member
|