Searched refs:add_boolean_entry (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c354 add_boolean_entry(scf_handle_t *h, scf_transaction_entry_t *te, uint8_t v) function
420 return (add_boolean_entry(h, te, 1));
426 return (add_boolean_entry(h, te, (uint8_t)v));
434 if (add_boolean_entry(h, te, (uint8_t)v[i]) !=

Completed in 22 milliseconds