ZYNQMP_MAX_NAME_LEN
clkname = malloc(ZYNQMP_MAX_NAME_LEN, M_DEVBUF, M_ZERO | M_WAITOK);
memcpy(clkname, query_data, ZYNQMP_MAX_NAME_LEN);