Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Ddasd-ipl.c78 bool has_next; in run_dynamic_ccw_program() local
83 has_next = dynamic_cp_fixup(cpa, &next_cpa); in run_dynamic_ccw_program()
94 } while (has_next); in run_dynamic_ccw_program()
/openbmc/boost-dbus/include/dbus/impl/
H A Dmessage_iterator.hpp36 bool has_next();
H A Dmessage_iterator.ipp56 inline bool message_iterator::has_next()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1477 bool has_next, void *payload, in wmi_link_stats_parse() argument
1517 if (!has_next) { in wmi_link_stats_parse()
1539 if (!has_next) { in wmi_link_stats_parse()
1572 wmi_link_stats_parse(vif, le64_to_cpu(evt->tsf), evt->has_next, in wmi_evt_link_stats()
H A Dwmi.h4085 u8 has_next; member