Lines Matching full:value
42 const char* value, int valuelen )
55 memcpy( p, value, valuelen );
68 const char* value, int valuelen )
98 namelen, name, valuelen, value);
101 prop = boot_property_alloc(name, namelen, value, valuelen);
111 boot_property_add( const char* name, const char* value )
114 int valuelen = strlen(value);
116 return boot_property_add2(name, namelen, value, valuelen);
183 const char* value;
194 value = q+1;
197 ret = boot_property_add2(name, namelen, value, valuelen);
205 dwarning("boot property value too long: '%.*s'",
206 valuelen, value);