Home
last modified time | relevance | path

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

/xnu-12377.61.12/pexpert/arm/ !
H A Dpe_serial.c863 unsigned int node_phandle_size; in get_serial_device_phandle() local
864 …(serial_device_node, "AAPL,phandle", (const void **)&node_phandle, &node_phandle_size) != kSuccess… in get_serial_device_phandle()
867 assert(node_phandle_size == sizeof(*node_phandle)); in get_serial_device_phandle()