KENV_DUMP
if (uap->what == KENV_DUMP) {
envlen = kenv(KENV_DUMP, NULL, NULL, 0);
envlen = kenv(KENV_DUMP, NULL, buf, buflen);