Symbol: fw_eui64
sys/dev/firewire/firewire.c
162
fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui)
sys/dev/firewire/firewire.h
267
struct fw_eui64 eui;
sys/dev/firewire/firewire.h
275
struct fw_eui64 eui;
sys/dev/firewire/firewire.h
420
struct fw_eui64 eui;
sys/dev/firewire/firewire.h
443
#define FW_SDEUI64 _IOW('S', 20, struct fw_eui64)
sys/dev/firewire/firewire.h
444
#define FW_GDEUI64 _IOR('S', 21, struct fw_eui64)
sys/dev/firewire/firewirereg.h
122
struct fw_eui64 eui;
sys/dev/firewire/firewirereg.h
284
struct fw_device *fw_noderesolve_eui64 (struct firewire_comm *, struct fw_eui64 *);
sys/dev/firewire/firewirereg.h
51
struct fw_eui64 eui;
sys/dev/firewire/fwmem.c
294
bcopy(&fwmem_eui64, &fms->eui, sizeof(struct fw_eui64));
sys/dev/firewire/fwmem.c
416
bcopy(data, &fms->eui, sizeof(struct fw_eui64));
sys/dev/firewire/fwmem.c
419
bcopy(&fms->eui, data, sizeof(struct fw_eui64));
sys/dev/firewire/fwmem.c
65
static struct fw_eui64 fwmem_eui64;
sys/dev/firewire/fwmem.c
84
struct fw_eui64 eui;
sys/dev/firewire/iec13213.h
195
struct fw_eui64 eui64;
sys/dev/firewire/if_fwe.c
141
struct fw_eui64 *eui;
sys/dev/firewire/if_fwip.c
625
struct fw_eui64 eui;
sys/dev/firewire/if_fwipvar.h
48
struct fw_eui64 last_dest;
sys/dev/firewire/sbp.c
365
struct fw_eui64 eui;
usr.sbin/dconschat/dconschat.c
992
struct fw_eui64 eui;
usr.sbin/fwcontrol/fwcontrol.c
107
fweui2eui64(const struct fw_eui64 *fweui, struct eui64 *eui)
usr.sbin/fwcontrol/fwcontrol.c
205
read_write_quad(int fd, struct fw_eui64 eui, u_int32_t addr_lo, int readmode, u_int32_t data)
usr.sbin/fwcontrol/fwcontrol.c
745
struct fw_eui64 eui;