Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/debug/
Dbug.h46 #define FAIL_ON_TO(condition, to) ({ \ macro
/DragonOS-0.1.2/kernel/src/libs/
Dbitree.c46 FAIL_ON_TO(node == NULL, nomem); in bt_create_node()
73 FAIL_ON_TO((uint64_t)insert_node == (uint64_t)(-ENOMEM), failed); in bt_insert()
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c2122 FAIL_ON_TO(xhci_hc_reset(cid), failed); in xhci_init()
2168 FAIL_ON_TO(xhci_hc_stop_legacy(cid), failed); in xhci_init()
2172 FAIL_ON_TO(xhci_hc_pair_ports(cid), failed); in xhci_init()
2234 FAIL_ON_TO(xhci_hc_init_intr(cid), failed_free_dyn); in xhci_init()