Searched refs:pp_val (Results 1 – 3 of 3) sorted by relevance
41 void *pp_val; member247 return (propp->pp_val); in getprop()298 kmem_free(prop->pp_val, prop->pp_len); in promif_stree_setprop()300 prop->pp_val = NULL; in promif_stree_setprop()302 prop->pp_val = kmem_zalloc(len, KM_SLEEP); in promif_stree_setprop()303 bcopy(value, prop->pp_val, len); in promif_stree_setprop()434 newprop->pp_val = val; in create_prop()
49 q->pp_val = kmem_alloc(len, KM_SLEEP); in promif_create_prop()65 (void) bcopy(val, q->pp_val, len); in promif_create_prop()234 return (propp->pp_val); in getprop()
44 void *pp_val; member