Searched refs:pf_value (Results 1 – 1 of 1) sorted by relevance
65 void *pf_value; member321 s->s_top->pf_value = (void *)B_TRUE; in hdlr_bareword()324 s->s_top->pf_value = (void *)B_FALSE; in hdlr_bareword()389 s->s_top->pf_value = (void *)(uintptr_t)result; in hdlr_number()392 s->s_top->pf_value = malloc(sizeof (fresult)); in hdlr_number()393 bcopy(&fresult, s->s_top->pf_value, sizeof (fresult)); in hdlr_number()703 if ((s->s_top->pf_value = strdup(custr_cstr(s->s_collect))) == NULL) { in hdlr_string()721 if (nvlist_add_string(targ, key, s->s_top->pf_value) != 0) { in store_value()725 free(s->s_top->pf_value); in store_value()730 (boolean_t)s->s_top->pf_value) != 0) { in store_value()[all …]