Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfirewire.c1795 uint32_t rom_quads, root_off, root_len; in fw_parse_units() local
1804 root_off = 1 + hdr->info_len; in fw_parse_units()
1805 if (root_off >= rom_quads) in fw_parse_units()
1807 rootdir = (struct csrdirectory *)&fwdev->csrrom[root_off]; in fw_parse_units()
1809 if (root_off + 1 + root_len > rom_quads) in fw_parse_units()
1818 reg_off = root_off + 1 + ri; in fw_parse_units()