Home
last modified time | relevance | path

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

/netbsd-src/common/include/prop/
H A Dprop_string.h37 typedef struct _prop_string *prop_string_t; typedef
40 prop_string_t prop_string_create_format(const char *, ...) __printflike(1, 2);
41 prop_string_t prop_string_create_copy(const char *);
42 prop_string_t prop_string_create_nocopy(const char *);
44 prop_string_t prop_string_copy(prop_string_t);
45 bool prop_string_copy_value(prop_string_t, void *, size_t);
47 size_t prop_string_size(prop_string_t);
48 const char * prop_string_value(prop_string_t);
50 bool prop_string_equals(prop_string_t, prop_string_t);
51 bool prop_string_equals_string(prop_string_t, const char *);
[all …]
/netbsd-src/common/lib/libprop/
H A Dprop_string.c143 prop_string_t ps = *obj; in _prop_string_free()
174 prop_string_t ps = v; in _prop_string_externalize()
194 prop_string_t str1 = v1; in _prop_string_equals()
195 prop_string_t str2 = v2; in _prop_string_equals()
207 static prop_string_t
210 prop_string_t ps; in _prop_string_alloc()
224 static prop_string_t
228 prop_string_t ps; in _prop_string_instantiate()
238 prop_string_t ops; in _prop_string_instantiate()
270 prop_string_t
[all …]
H A Dprop_dictionary_util.c172 prop_string_t str; in STEMPLATE()
249 prop_string_t str; in prop_dictionary_get_cstring()
H A Dprop_array_util.c183 prop_string_t str; in STEMPLATE()
282 prop_string_t str; in prop_array_get_cstring()
/netbsd-src/sys/arch/prep/prep/
H A Dautoconf.c108 prop_string_t str1; in device_register()
232 prop_string_t str1, str2, str3; in gen_fwpath()
276 prop_string_t str1; in build_fwpath()
335 prop_string_t str; in findroot()
/netbsd-src/usr.sbin/installboot/
H A Devboards.c647 prop_string_value((prop_string_t)obj)); in validate_ubinstall_object()
805 prop_string_t string = in evb_db_load_overlay()
1354 prop_string_t string; in evb_board_get_description()
1367 prop_string_t string; in evb_board_get_uboot_pkg()
1382 prop_string_t string; in evb_board_get_uboot_path()
1433 prop_string_value((prop_string_t)install)); in evb_board_get_uboot_install()
1444 prop_string_t string; in evb_board_get_uboot_install()
1467 prop_string_t string; in evb_board_copy_uboot_media()
1524 prop_string_t string = prop_dictionary_get(step, step_file_name_key); in evb_ubstep_get_file_name()
/netbsd-src/sbin/ifconfig/
H A Dcarp.c266 prop_string_t s; in setcarpdev()
268 s = (prop_string_t)prop_dictionary_get(env, "carpdev"); in setcarpdev()
/netbsd-src/sys/modules/examples/properties/
H A Dproperties.c42 prop_string_t str; in handle_props()
/netbsd-src/tests/lib/libprop/
H A Dt_proplib.c121 prop_string_t str = prop_string_create_copy("number-two"); in ATF_TC_BODY()
683 prop_string_t s1, s2, s3; in ATF_TC_BODY()
744 ATF_REQUIRE(prop_string_compare(s1, (prop_string_t)num) != 0); in ATF_TC_BODY()
745 ATF_REQUIRE(prop_string_compare((prop_string_t)num, s1) != 0); in ATF_TC_BODY()
746 ATF_REQUIRE(prop_string_compare_string((prop_string_t)num, "666") != 0); in ATF_TC_BODY()
/netbsd-src/sys/arch/powerpc/booke/
H A Dboard_prop.c128 prop_string_t ps = prop_string_create_copy(data); in board_info_add_string()
H A De500_intr.c480 prop_string_t irqname = prop_array_get(extirqs, irq); in e500_intr_external_name_lookup()
/netbsd-src/sys/arch/powerpc/ibm4xx/openbios/
H A Dopenbios.c85 prop_string_t ps; in openbios_board_info_set()
/netbsd-src/sys/kern/
H A Dkern_drvctl.c490 prop_string_t devname_string; in drvctl_command_get_properties()
542 prop_string_t command_string; in drvctl_command()
/netbsd-src/sys/dev/bluetooth/
H A Dbthub.c178 prop_string_t service; in bthub_pioctl()
/netbsd-src/sys/dev/i2c/
H A Di2c.c237 prop_string_t pstr; in iic_indirect_driver_is_permitted()
275 prop_string_t pstr; in iic_search()
/netbsd-src/sys/arch/x86/x86/
H A Dx86_autoconf.c584 prop_string_t pstr = prop_string_create_nocopy( in device_register()
/netbsd-src/usr.sbin/envstat/
H A Dconfig.c358 prop_string_t lindex; in config_devblock_add()
H A Denvstat.c604 prop_string_t state, desc = NULL; in find_sensors()
/netbsd-src/sys/dev/dm/
H A Ddevice-mapper.c449 prop_string_t command; in dm_cmd_to_fun()
/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c1358 prop_string_t ps = prop_string_create_nocopy(names[i]); in mpc85xx_extirq_setup()
/netbsd-src/usr.sbin/sysinst/
H A Dutil.c2636 prop_string_t string; in may_swap_if_not_sdmmc()