Lines Matching refs:value_len
1376 uint32_t size, name_len, value_len; in process_boot_environment() local
1398 value_len = 0; in process_boot_environment()
1403 value_len = (uintptr_t)ptr - (uintptr_t)env; in process_boot_environment()
1410 if (value_len == 0) in process_boot_environment()
1509 int value_len; in build_boot_properties() local
1624 value_len = 0; in build_boot_properties()
1629 while (value[value_len] && !ISSPACE(value[value_len])) { in build_boot_properties()
1630 ++value_len; in build_boot_properties()
1636 value += value_len; in build_boot_properties()
1642 bcopy(value, propbuf, value_len); in build_boot_properties()
1643 propbuf[value_len] = 0; in build_boot_properties()
1664 value += value_len; in build_boot_properties()
1673 value_len = 0; in build_boot_properties()
1674 while (value[value_len] && !ISSPACE(value[value_len])) in build_boot_properties()
1675 ++value_len; in build_boot_properties()
1676 if (value_len > 0) { in build_boot_properties()
1678 bcopy(value, whoami, value_len); in build_boot_properties()
1679 whoami[value_len] = 0; in build_boot_properties()
1695 name = value + value_len; in build_boot_properties()
1719 value_len = 0; in build_boot_properties()
1721 for (; ; ++value_len) { in build_boot_properties()
1722 if (!value[value_len]) in build_boot_properties()
1728 if (value_len == 0 && in build_boot_properties()
1731 ++value_len; in build_boot_properties()
1739 if (value[value_len] == quoted) in build_boot_properties()
1747 if (value[value_len] == ',' || in build_boot_properties()
1748 ISSPACE(value[value_len])) in build_boot_properties()
1752 if (value_len == 0) { in build_boot_properties()
1757 int l = value_len; in build_boot_properties()
1768 name = value + value_len; in build_boot_properties()