Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c624 int v_len; in boot_prop_finish() local
691 v_len = 0; in boot_prop_finish()
697 ++v_len, ++c; in boot_prop_finish()
700 if (v_len >= 2 && value[0] == value[v_len - 1] && in boot_prop_finish()
703 v_len -= 2; in boot_prop_finish()
706 if (v_len > 0) in boot_prop_finish()
707 value[v_len] = 0; in boot_prop_finish()
727 bsetprop(name, n_len, value, v_len + 1); in boot_prop_finish()
751 v_len = do_bsys_getproplen(NULL, "input-device"); in boot_prop_finish()
752 if (v_len > 0) in boot_prop_finish()
[all …]