Lines Matching defs:answer
428 * answer is a pointer to the property value
432 * If successful, the property value is retured in *answer.
433 * Otherwise, *answer is undefined, and it is up to the caller to decide
438 const char *lprop, boolean_t *answer)
456 *answer = (boolean_t)prop_val;
468 * buf is the place to put the answer
516 * answer is a pointer to the property value
520 * If successful, the property value is retured in *answer.
521 * Otherwise, *answer is undefined, and it is up to the caller to decide
526 const char *lprop, uint64_t *answer)
540 if (scf_value_get_count(res.sr_val, answer) != 0) {