Home
last modified time | relevance | path

Searched refs:v_len (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/i86pc/os/
H A Dfakebop.c626 int v_len; in boot_prop_finish() local
693 v_len = 0; in boot_prop_finish()
699 ++v_len, ++c; in boot_prop_finish()
702 if (v_len >= 2 && value[0] == value[v_len - 1] && in boot_prop_finish()
705 v_len -= 2; in boot_prop_finish()
708 if (v_len > 0) in boot_prop_finish()
709 value[v_len] = 0; in boot_prop_finish()
729 bsetprop(name, n_len, value, v_len + 1); in boot_prop_finish()
753 v_len = do_bsys_getproplen(NULL, "input-device"); in boot_prop_finish()
754 if (v_len > 0) in boot_prop_finish()
[all …]