Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_container_of.c30 static void is_ok(struct sm_state *sm, struct expression *mod_expr) in is_ok() function
67 add_modification_hook(my_id, &is_ok); in check_container_of()
H A Dcheck_check_deref.c43 static void is_ok(struct sm_state *sm, struct expression *mod_expr) in is_ok() function
166 add_modification_hook(my_id, &is_ok); in check_check_deref()
H A Dcheck_deref.c59 static void is_ok(struct sm_state *sm, struct expression *mod_expr) in is_ok() function
286 add_modification_hook(my_id, &is_ok); in check_deref()
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c345 inrange_t is_ok; /* caches inrange() result */ in scanfile() local
390 is_ok = INRANGE_ERR; in scanfile()
393 is_ok = inrange(); in scanfile()
396 if ((residue > 0) && (is_ok == INRANGE_ERR)) { in scanfile()
432 if (is_ok < want_ok) in scanfile()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_process.c1509 int rc, is_ok = 0; in ndr_outer_grow() local
1514 is_ok = 1; in ndr_outer_grow()
1519 if (is_ok) in ndr_outer_grow()
1529 if (is_ok) in ndr_outer_grow()