Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c785 uint8_t *tmp_bool; in refresh_debug_flag() local
794 } else if ((tmp_bool = scf_simple_prop_next_boolean(sprop)) == NULL) { in refresh_debug_flag()
800 debug_enabled = ((*tmp_bool == 0) ? B_FALSE : B_TRUE); in refresh_debug_flag()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1045 uint8_t *tmp_bool; in read_prop() local
1089 if ((tmp_bool = scf_simple_prop_next_boolean(sprop)) == NULL) in read_prop()
1092 (*tmp_bool == 0) ? B_FALSE : B_TRUE; in read_prop()