Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dexpr.py186 def check_keys(value: Dict[str, object], function
280 check_keys(cond, info, "'if' condition of %s" % source, [],
437 check_keys(feat, info, source, ['name'], ['if'])
522 check_keys(value, info, source, ['type'], ['if'])
548 check_keys(value, info, source, ['type'], ['if'])
639 check_keys(expr, info, meta,
643 check_keys(expr, info, meta,
650 check_keys(expr, info, meta,
655 check_keys(expr, info, meta,
660 check_keys(expr, info, meta,
[all …]
/openbmc/u-boot/board/samsung/common/
H A Dmisc.c167 static int check_keys(void) in check_keys() function
363 while (check_keys()) in download_menu()
373 key = check_keys(); in download_menu()
395 key = check_keys(); in download_menu()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_recv.c75 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys() function
165 err = check_keys(rxe, pkt, qpn, qp); in hdr_check()
225 err = check_keys(rxe, pkt, bth_qpn(pkt), qp); in rxe_rcv_mcast_pkt()