Home | History | Annotate | Download | only in prep

Lines Matching defs:str1

108 	prop_string_t str1;
138 str1 = prop_string_create_cstring("/");
139 KASSERT(str1 != NULL);
141 "prep-fw-path-component", str1);
142 prop_object_release(str1);
221 str1 = prop_string_create_cstring(devpath);
222 KASSERT(str1 != NULL);
224 "prep-fw-path-component", str1);
225 prop_object_release(str1);
232 prop_string_t str1, str2, str3;
235 str1 = prop_dictionary_get(device_properties(dev),
237 if (str1 == NULL)
241 str1);
247 str1);
253 prop_string_equals_cstring(str1, "")))
255 if (!prop_string_equals_cstring(str1, "/"))
256 prop_string_append(str3, str1);
260 prop_string_cstring_nocopy(str1),
276 prop_string_t str1;
310 str1 = prop_dictionary_get(device_properties(d),
312 if (str1 == NULL)
315 "prep-fw-path", str1);