Searched refs:LIBVARPD_PROP_SIZEMAX (Results 1 – 5 of 5) sorted by relevance
34 uint8_t vprop_default[LIBVARPD_PROP_SIZEMAX];35 uint8_t vprop_poss[LIBVARPD_PROP_SIZEMAX];84 if (len > LIBVARPD_PROP_SIZEMAX) in libvarpd_prop_set_default()298 bcopy(infop->vprop_default, vcfap->vcfa_default, LIBVARPD_PROP_SIZEMAX); in libvarpd_prop_door_convert()299 bcopy(infop->vprop_poss, vcfap->vcfa_poss, LIBVARPD_PROP_SIZEMAX); in libvarpd_prop_door_convert()
45 uint8_t vcprop_default[LIBVARPD_PROP_SIZEMAX];46 uint8_t vcprop_poss[LIBVARPD_PROP_SIZEMAX];250 LIBVARPD_PROP_SIZEMAX); in libvarpd_c_prop_info_from_door()251 bcopy(vcfap->vcfa_poss, infop->vcprop_poss, LIBVARPD_PROP_SIZEMAX); in libvarpd_c_prop_info_from_door()342 if (*len < LIBVARPD_PROP_SIZEMAX) in libvarpd_c_prop_get()364 if (vcpap->vcpa_bufsize > LIBVARPD_PROP_SIZEMAX) in libvarpd_c_prop_get()383 if (len > LIBVARPD_PROP_SIZEMAX) in libvarpd_c_prop_set()
114 uint8_t vcfa_default[LIBVARPD_PROP_SIZEMAX];115 uint8_t vcfa_poss[LIBVARPD_PROP_SIZEMAX];121 uint8_t vcpa_buf[LIBVARPD_PROP_SIZEMAX];
45 #define LIBVARPD_PROP_SIZEMAX OVERLAY_PROP_SIZEMAX macro
242 uint8_t buf[LIBVARPD_PROP_SIZEMAX]; in dladm_overlay_varpd_setprop()