Searched refs:check_condition (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_readl_infinite_loops.c | 81 static void check_condition(struct expression *expr) in check_condition() function 159 add_hook(check_condition, CONDITION_HOOK); in check_readl_infinite_loops()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lparser.c | 121 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro 963 check_condition(ls, fs->f->is_vararg, in simpleexp() 1137 check_condition(ls, vkisvar(lh->v.k), "syntax error"); in assignment() 1489 check_condition(ls, v.v.k == VCALL, "syntax error"); in exprstat()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 6853 int reserve_pending, check_condition, UA_condition; in vhci_failover() local 6968 check_condition = 0; in vhci_failover() 7002 check_condition = 1; in vhci_failover() 7007 if (check_condition && in vhci_failover()
|