Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/prep/prep/
H A Dautoconf.c259 prop_string_cstring_nocopy(str2), in gen_fwpath()
260 prop_string_cstring_nocopy(str1), in gen_fwpath()
261 prop_string_cstring_nocopy(str3)); in gen_fwpath()
359 prop_string_cstring_nocopy(str)); in findroot()
361 if (strncmp(prop_string_cstring_nocopy(str), bootpath, in findroot()
/netbsd-src/tests/modules/k_helper/
H A Dk_helper.c137 const char *msg = prop_string_cstring_nocopy(p); in k_helper_init()
162 const char *recurse_name = prop_string_cstring_nocopy(p); in k_helper_init()
/netbsd-src/sys/modules/examples/properties/
H A Dproperties.c55 msg = prop_string_cstring_nocopy(str); in handle_props()
/netbsd-src/common/include/prop/
H A Dprop_string.h64 const char * prop_string_cstring_nocopy(prop_string_t);
/netbsd-src/common/lib/libprop/
H A Dprop_string.c499 _PROP_DEPRECATED(prop_string_cstring_nocopy,
503 prop_string_cstring_nocopy(prop_string_t ps) in prop_string_cstring_nocopy() function