HomeSort by: relevance | last modified time | path
    Searched defs:end_data (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_boot.c 116 const void *start_data, *end_data; local in function:fdt_probe_range
125 end_data = fdtbus_get_prop(chosen, endname, NULL);
126 if (start_data == NULL || end_data == NULL)
132 *pend = be32dec(end_data);
136 *pend = be64dec(end_data);
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 1179 bool end_data = FALSE; local in function:ixgbe_reset_phy_nl
1221 while (!end_data) {
1263 end_data = TRUE;

Completed in 15 milliseconds