Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfirewire.h246 struct fw_eui64 { struct
267 struct fw_eui64 eui; argument
275 struct fw_eui64 eui;
420 struct fw_eui64 eui;
443 #define FW_SDEUI64 _IOW('S', 20, struct fw_eui64)
444 #define FW_GDEUI64 _IOR('S', 21, struct fw_eui64)
H A Dfwmem.c65 static struct fw_eui64 fwmem_eui64;
84 struct fw_eui64 eui;
294 bcopy(&fwmem_eui64, &fms->eui, sizeof(struct fw_eui64)); in fwmem_open()
416 bcopy(data, &fms->eui, sizeof(struct fw_eui64)); in fwmem_ioctl()
419 bcopy(&fms->eui, data, sizeof(struct fw_eui64)); in fwmem_ioctl()
H A Dfirewirereg.h51 struct fw_eui64 eui;
122 struct fw_eui64 eui;
284 struct fw_device *fw_noderesolve_eui64 (struct firewire_comm *, struct fw_eui64 *);
H A Dif_fwipvar.h48 struct fw_eui64 last_dest;
H A Diec13213.h195 struct fw_eui64 eui64;
H A Dif_fwe.c141 struct fw_eui64 *eui; in fwe_attach()
H A Dif_fwip.c625 struct fw_eui64 eui; in fwip_async_output()
H A Dfirewire.c162 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) in fw_noderesolve_eui64()
H A Dsbp.c365 struct fw_eui64 eui;
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c107 fweui2eui64(const struct fw_eui64 *fweui, struct eui64 *eui) in fweui2eui64()
205 read_write_quad(int fd, struct fw_eui64 eui, u_int32_t addr_lo, int readmode, u_int32_t data) in read_write_quad()
745 struct fw_eui64 eui; in main()
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c992 struct fw_eui64 eui; in main()