/src/sys/dev/ieee1394/ |
fwmem.c | 155 struct fw_eui64 eui; member in struct:fwmem_softc 186 memcpy(&fms->eui, &fwmem_eui64, sizeof(struct fw_eui64)); 245 fwdev = fw_noderesolve_eui64(fms->sc->fc, &fms->eui); 249 fms->eui.hi, fms->eui.lo); 305 memcpy(&fms->eui, data, sizeof(struct fw_eui64)); 309 memcpy(data, &fms->eui, sizeof(struct fw_eui64));
|
if_fwip.c | 198 hwaddr->sender_unique_ID_hi = htonl(sc->sc_fd.fc->eui.hi); 199 hwaddr->sender_unique_ID_lo = htonl(sc->sc_fd.fc->eui.lo); 618 struct fw_eui64 eui; local in function:fwip_async_output 620 eui.hi = ntohl(destfw->sender_unique_ID_hi); 621 eui.lo = ntohl(destfw->sender_unique_ID_lo); 622 if (sc->sc_last_dest.hi != eui.hi || 623 sc->sc_last_dest.lo != eui.lo) { 624 fd = fw_noderesolve_eui64(fc, &eui); 645 sc->sc_last_dest = eui; 774 p2[0] = htonl(fd->eui.hi) [all...] |
firewire.h | 252 #define FW_EUI64_BYTE(eui, x) \ 254 ((eui)->hi >> (8*(3-(x)))): \ 255 ((eui)->lo >> (8*(7-(x)))) \ 270 struct fw_eui64 eui; member in union:fw_asyreq::fw_asyreq_t::__anon8bc821540f0a 278 struct fw_eui64 eui; member in struct:fw_devinfo 423 struct fw_eui64 eui; member in struct:fw_crom_buf
|
firewirereg.h | 50 struct fw_eui64 eui; member in struct:fw_device 132 struct fw_eui64 eui; member in struct:firewire_comm
|
/src/usr.sbin/fwctl/ |
fwcontrol.c | 92 fweui2eui64(const struct fw_eui64 *fweui, struct eui64 *eui) 97 memcpy(&eui->octet[0], &hi, sizeof(hi)); 98 memcpy(&eui->octet[4], &lo, sizeof(lo)); 114 struct eui64 eui, tmpeui; local in function:str2node 131 * Try to get an eui and match it against available nodes. 133 if (eui64_hostton(nodestr, &eui) != 0 && eui64_aton(nodestr, &eui) != 0) 142 fweui2eui64(&data->dev[i].eui, &tmpeui); 143 if (memcmp(&eui, &tmpeui, sizeof(eui)) == 0) 167 struct eui64 eui; local in function:list_dev 321 struct eui64 eui; local in function:set_pri_req 359 struct eui64 eui; local in function:parse_bus_info_block 735 struct fw_eui64 eui; local in function:main [all...] |