Symbol: of_dev
sys/arch/macppc/stand/ofwboot/boot.c
365
struct of_dev *op = of->f_devdata;
sys/arch/macppc/stand/ofwboot/net.c
108
net_close(struct of_dev *op)
sys/arch/macppc/stand/ofwboot/net.c
82
net_open(struct of_dev *op)
sys/arch/macppc/stand/ofwboot/net.h
4
struct of_dev;
sys/arch/macppc/stand/ofwboot/net.h
6
int net_open(struct of_dev *);
sys/arch/macppc/stand/ofwboot/net.h
7
int net_close(struct of_dev *);
sys/arch/macppc/stand/ofwboot/netif_of.c
135
struct of_dev *op;
sys/arch/macppc/stand/ofwboot/netif_of.c
139
op = (struct of_dev *)desc->io_netif;
sys/arch/macppc/stand/ofwboot/netif_of.c
182
struct of_dev *op;
sys/arch/macppc/stand/ofwboot/netif_of.c
186
op = (struct of_dev *)desc->io_netif;
sys/arch/macppc/stand/ofwboot/netif_of.c
70
netif_of_open(struct of_dev *op)
sys/arch/macppc/stand/ofwboot/netif_of.h
3
int netif_of_open(struct of_dev *);
sys/arch/macppc/stand/ofwboot/ofdev.c
104
struct of_dev *op = of->f_devdata;
sys/arch/macppc/stand/ofwboot/ofdev.c
135
static struct of_dev ofdev = {
sys/arch/macppc/stand/ofwboot/ofdev.c
184
search_mac_label(struct of_dev *devp, char *buf, struct disklabel *lp)
sys/arch/macppc/stand/ofwboot/ofdev.c
235
search_dos_label(struct of_dev *devp, u_long off, char *buf,
sys/arch/macppc/stand/ofwboot/ofdev.c
70
struct of_dev *dev = devdata;
sys/arch/ofppc/stand/ofwboot/mbr.c
43
static int find_mbr_part(struct of_dev *, uint32_t, char *,
sys/arch/ofppc/stand/ofwboot/mbr.c
51
search_mbr_label(struct of_dev *devp, u_long off, char *buf,
sys/arch/ofppc/stand/ofwboot/mbr.c
95
find_mbr_part(struct of_dev *devp, uint32_t off, char *buf,
sys/arch/ofppc/stand/ofwboot/mbr.h
40
int search_mbr_label(struct of_dev *, u_long, char *, struct disklabel *,
sys/arch/ofppc/stand/ofwboot/net.c
108
net_close(struct of_dev *op)
sys/arch/ofppc/stand/ofwboot/net.c
82
net_open(struct of_dev *op)
sys/arch/ofppc/stand/ofwboot/net.h
4
struct of_dev;
sys/arch/ofppc/stand/ofwboot/net.h
6
int net_open(struct of_dev *);
sys/arch/ofppc/stand/ofwboot/net.h
7
int net_close(struct of_dev *);
sys/arch/ofppc/stand/ofwboot/netif_of.c
131
struct of_dev *op;
sys/arch/ofppc/stand/ofwboot/netif_of.c
135
op = (struct of_dev *)desc->io_netif;
sys/arch/ofppc/stand/ofwboot/netif_of.c
174
struct of_dev *op;
sys/arch/ofppc/stand/ofwboot/netif_of.c
178
op = (struct of_dev *)desc->io_netif;
sys/arch/ofppc/stand/ofwboot/netif_of.c
70
netif_of_open(struct of_dev *op)
sys/arch/ofppc/stand/ofwboot/netif_of.h
3
int netif_of_open(struct of_dev *);
sys/arch/ofppc/stand/ofwboot/ofdev.c
126
struct of_dev *dev = devdata;
sys/arch/ofppc/stand/ofwboot/ofdev.c
161
struct of_dev *op = of->f_devdata;
sys/arch/ofppc/stand/ofwboot/ofdev.c
183
static struct of_dev ofdev = {
sys/arch/ofppc/stand/ofwboot/rdb.c
119
search_rdb_label(struct of_dev *devp, char *buf, struct disklabel *lp)
sys/arch/ofppc/stand/ofwboot/rdb.h
37
int search_rdb_label(struct of_dev *, char *, struct disklabel *);
sys/arch/shark/stand/ofwboot/extern.h
38
struct of_dev;
sys/arch/shark/stand/ofwboot/extern.h
39
int net_open(struct of_dev *);
sys/arch/shark/stand/ofwboot/extern.h
40
int net_close(struct of_dev *);
sys/arch/shark/stand/ofwboot/net.c
105
net_close(struct of_dev *op)
sys/arch/shark/stand/ofwboot/net.c
79
net_open(struct of_dev *op)
sys/arch/shark/stand/ofwboot/netif_of.c
131
struct of_dev *op;
sys/arch/shark/stand/ofwboot/netif_of.c
135
op = (struct of_dev *)desc->io_netif;
sys/arch/shark/stand/ofwboot/netif_of.c
174
struct of_dev *op;
sys/arch/shark/stand/ofwboot/netif_of.c
178
op = (struct of_dev *)desc->io_netif;
sys/arch/shark/stand/ofwboot/netif_of.c
70
netif_of_open(struct of_dev *op)
sys/arch/shark/stand/ofwboot/netif_of.h
3
int netif_of_open(struct of_dev *);
sys/arch/shark/stand/ofwboot/ofdev.c
108
struct of_dev *dev = devdata;
sys/arch/shark/stand/ofwboot/ofdev.c
136
struct of_dev *op = of->f_devdata;
sys/arch/shark/stand/ofwboot/ofdev.c
166
static struct of_dev ofdev = {
sys/arch/shark/stand/ofwboot/ofdev.c
185
search_label(struct of_dev *devp, u_long off, char *buf, struct disklabel *lp,
sys/arch/sparc/stand/ofwboot/net.c
108
net_close(struct of_dev *op)
sys/arch/sparc/stand/ofwboot/net.c
84
net_open(struct of_dev *op)
sys/arch/sparc/stand/ofwboot/net.h
35
int net_open(struct of_dev *);
sys/arch/sparc/stand/ofwboot/net.h
36
int net_close(struct of_dev *);
sys/arch/sparc/stand/ofwboot/netif_of.c
140
struct of_dev *op;
sys/arch/sparc/stand/ofwboot/netif_of.c
186
struct of_dev *op;
sys/arch/sparc/stand/ofwboot/netif_of.c
74
struct of_dev *op = machdep_hint;
sys/arch/sparc/stand/ofwboot/ofdev.c
139
struct of_dev *dev = devdata;
sys/arch/sparc/stand/ofwboot/ofdev.c
179
struct of_dev *op = of->f_devdata;
sys/arch/sparc/stand/ofwboot/ofdev.c
217
static struct of_dev ofdev = {
sys/arch/sparc/stand/ofwboot/ofdev.c
326
search_label(struct of_dev *devp, u_long off, char *buf,
sys/arch/sparc64/dev/cons.h
38
device_t of_dev;
sys/arch/sparc64/dev/pcons.c
116
sc->of_dev = self;