/netbsd-src/common/include/prop/ |
H A D | prop_string.h | 37 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 D | prop_string.c | 143 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 D | prop_dictionary_util.c | 172 prop_string_t str; in STEMPLATE() 249 prop_string_t str; in prop_dictionary_get_cstring()
|
H A D | prop_array_util.c | 183 prop_string_t str; in STEMPLATE() 282 prop_string_t str; in prop_array_get_cstring()
|
/netbsd-src/sys/arch/prep/prep/ |
H A D | autoconf.c | 108 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 D | evboards.c | 647 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 D | carp.c | 266 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 D | properties.c | 42 prop_string_t str; in handle_props()
|
/netbsd-src/tests/lib/libprop/ |
H A D | t_proplib.c | 121 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 D | board_prop.c | 128 prop_string_t ps = prop_string_create_copy(data); in board_info_add_string()
|
H A D | e500_intr.c | 480 prop_string_t irqname = prop_array_get(extirqs, irq); in e500_intr_external_name_lookup()
|
/netbsd-src/sys/arch/powerpc/ibm4xx/openbios/ |
H A D | openbios.c | 85 prop_string_t ps; in openbios_board_info_set()
|
/netbsd-src/sys/kern/ |
H A D | kern_drvctl.c | 490 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 D | bthub.c | 178 prop_string_t service; in bthub_pioctl()
|
/netbsd-src/sys/dev/i2c/ |
H A D | i2c.c | 237 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 D | x86_autoconf.c | 584 prop_string_t pstr = prop_string_create_nocopy( in device_register()
|
/netbsd-src/usr.sbin/envstat/ |
H A D | config.c | 358 prop_string_t lindex; in config_devblock_add()
|
H A D | envstat.c | 604 prop_string_t state, desc = NULL; in find_sensors()
|
/netbsd-src/sys/dev/dm/ |
H A D | device-mapper.c | 449 prop_string_t command; in dm_cmd_to_fun()
|
/netbsd-src/sys/arch/evbppc/mpc85xx/ |
H A D | machdep.c | 1358 prop_string_t ps = prop_string_create_nocopy(names[i]); in mpc85xx_extirq_setup()
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | util.c | 2636 prop_string_t string; in may_swap_if_not_sdmmc()
|