Home
last modified time | relevance | path

Searched refs:target_val (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c295 char *target_val = NULL; in access_fmri() local
342 if ((*err = nvpair_value_string(nvp2, &target_val)) != 0) { in access_fmri()
352 ival = atoi(target_val); in access_fmri()
392 return (target_val); in access_fmri()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c1441 struct storage *target_val; in emit_conditional_test() local
1454 target_val = new_storage(STOR_LABEL); in emit_conditional_test()
1455 target_val->label = target_false; in emit_conditional_test()
1456 target_val->flags = STOR_WANTS_FREE; in emit_conditional_test()
1457 insn("jz", target_val, NULL, NULL); in emit_conditional_test()