| /netbsd-src/common/include/ppath/ |
| H A D | ppath.h | 40 prop_object_t ppath_lookup(prop_object_t, const ppath_t *); 42 int ppath_copydel_object(prop_object_t, prop_object_t *, const ppath_t *); 43 int ppath_copyset_object(prop_object_t, prop_object_t *, const ppath_t *, 44 prop_object_t); 45 int ppath_create_object(prop_object_t, const ppath_t *, prop_object_t); 46 int ppath_set_object(prop_object_t, const ppath_t *, prop_object_t); 47 int ppath_get_object(prop_object_t, const ppath_t *, prop_object_t *); 48 int ppath_delete_object(prop_object_t, const ppath_t *); 50 int ppath_copydel_bool(prop_object_t, prop_object_t *, const ppath_t *); 51 int ppath_copyset_bool(prop_object_t, prop_object_t *, const ppath_t *, bool); [all …]
|
| /netbsd-src/common/lib/libppath/ |
| H A D | ppath.c | 65 static int ppath_copydel_object_of_type(prop_object_t, prop_object_t *, 67 static int ppath_copyset_object_helper(prop_object_t, prop_object_t *, 68 const ppath_t *, const prop_object_t); 355 static prop_object_t 356 ppath_lookup_helper(prop_object_t o0, const ppath_t *p, prop_object_t *pop, in ppath_lookup_helper() 360 prop_object_t o, po; in ppath_lookup_helper() 394 prop_object_t 395 ppath_lookup(prop_object_t o, const ppath_t *p) in ppath_lookup() 401 ppath_create_object_and_release(prop_object_t o, const ppath_t *p, in ppath_create_object_and_release() 402 prop_object_t v) in ppath_create_object_and_release() [all …]
|
| /netbsd-src/common/lib/libprop/ |
| H A D | prop_array.c | 42 prop_object_t * pa_array; 57 _prop_array_free(prop_stack_t, prop_object_t *); 58 static void _prop_array_emergency_free(prop_object_t); 63 _prop_array_equals(prop_object_t, prop_object_t, 65 prop_object_t *, prop_object_t *); 66 static void _prop_array_equals_finish(prop_object_t, prop_object_t); 69 static prop_object_t 95 _prop_array_free(prop_stack_t stack, prop_object_t *obj) in _prop_array_free() 98 prop_object_t po; in _prop_array_free() 140 _prop_array_emergency_free(prop_object_t obj) in _prop_array_emergency_free() [all …]
|
| H A D | prop_dictionary.c | 83 prop_object_t pde_objref; 105 _prop_dictionary_free(prop_stack_t, prop_object_t *); 106 static void _prop_dictionary_emergency_free(prop_object_t); 111 _prop_dictionary_equals(prop_object_t, prop_object_t, 113 prop_object_t *, prop_object_t *); 114 static void _prop_dictionary_equals_finish(prop_object_t, prop_object_t); 117 static prop_object_t 119 static prop_object_t 122 static prop_object_t 140 _prop_dict_keysym_free(prop_stack_t, prop_object_t *); [all …]
|
| H A D | prop_bool.c | 44 _prop_bool_free(prop_stack_t, prop_object_t *); 49 _prop_bool_equals(prop_object_t, prop_object_t, 51 prop_object_t *, prop_object_t *); 65 _prop_bool_free(prop_stack_t stack, prop_object_t *obj) in _prop_bool_free() 88 _prop_bool_equals(prop_object_t v1, prop_object_t v2, in _prop_bool_equals() 90 prop_object_t *next_obj1, prop_object_t *next_obj2) in _prop_bool_equals() 214 _prop_bool_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_bool_internalize()
|
| H A D | prop_object_impl.h | 141 prop_object_t _prop_object_internalize_by_tag( 146 prop_object_t _prop_generic_internalize(const char *, const char *); 168 typedef bool (*prop_object_internalizer_t)(prop_stack_t, prop_object_t *, 171 prop_object_t *, 173 void *, prop_object_t); 176 bool _prop_array_internalize(prop_stack_t, prop_object_t *, 178 bool _prop_bool_internalize(prop_stack_t, prop_object_t *, 180 bool _prop_data_internalize(prop_stack_t, prop_object_t *, 182 bool _prop_dictionary_internalize(prop_stack_t, prop_object_t *, 184 bool _prop_number_internalize(prop_stack_t, prop_object_t *, [all …]
|
| H A D | prop_stack.h | 40 prop_object_t object; 46 prop_object_t object; 61 bool _prop_stack_push(prop_stack_t, prop_object_t, void *, void *, void *); 62 bool _prop_stack_pop(prop_stack_t, prop_object_t *, void **, void **, void **);
|
| H A D | prop_data.c | 67 _prop_data_free(prop_stack_t, prop_object_t *); 72 _prop_data_equals(prop_object_t, prop_object_t, 74 prop_object_t *, prop_object_t *); 88 _prop_data_free(prop_stack_t stack, prop_object_t *obj) in _prop_data_free() 180 _prop_data_equals(prop_object_t v1, prop_object_t v2, in _prop_data_equals() 182 prop_object_t *next_obj1, prop_object_t *next_obj2) in _prop_data_equals() 617 _prop_data_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_data_internalize()
|
| H A D | prop_string.c | 64 _prop_string_free(prop_stack_t, prop_object_t *); 69 _prop_string_equals(prop_object_t, prop_object_t, 71 prop_object_t *, prop_object_t *); 141 _prop_string_free(prop_stack_t stack, prop_object_t *obj) in _prop_string_free() 190 _prop_string_equals(prop_object_t v1, prop_object_t v2, in _prop_string_equals() 192 prop_object_t *next_obj1, prop_object_t *next_obj2) in _prop_string_equals() 646 _prop_string_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_string_internalize()
|
| H A D | prop_number.c | 67 _prop_number_free(prop_stack_t, prop_object_t *); 72 _prop_number_equals(prop_object_t, prop_object_t, 74 prop_object_t *, prop_object_t *); 157 _prop_number_free(prop_stack_t stack, prop_object_t *obj) in _PROP_MUTEX_DECL_STATIC() 221 _prop_number_equals(prop_object_t v1, prop_object_t v2, in _prop_number_equals() 223 prop_object_t *next_obj1, prop_object_t *next_obj2) in _prop_number_equals() 668 _prop_number_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_number_internalize()
|
| H A D | prop_object.c | 616 prop_object_t 620 prop_object_t obj, parent_obj; in _prop_object_internalize_by_tag() 660 prop_object_t 663 prop_object_t obj = NULL; in _prop_generic_internalize() 995 prop_object_retain(prop_object_t obj) in prop_object_retain() 1014 prop_object_release_emergency(prop_object_t obj) in prop_object_release_emergency() 1018 prop_object_t parent = NULL; in prop_object_release_emergency() 1070 prop_object_release(prop_object_t obj) in prop_object_release() 1122 prop_object_type(prop_object_t obj) in prop_object_type() 1137 prop_object_equals(prop_object_t obj1, prop_object_t obj2) in prop_object_equals() [all …]
|
| H A D | prop_stack.c | 43 _prop_stack_push(prop_stack_t stack, prop_object_t obj, void *data1, in _prop_stack_push() 80 _prop_stack_pop(prop_stack_t stack, prop_object_t *obj, void **data1, in _prop_stack_pop()
|
| /netbsd-src/common/include/prop/ |
| H A D | prop_object.h | 41 typedef void *prop_object_t; typedef 57 void prop_object_retain(prop_object_t); 58 void prop_object_release(prop_object_t); 60 prop_type_t prop_object_type(prop_object_t); 62 bool prop_object_equals(prop_object_t, prop_object_t); 63 bool prop_object_equals_with_error(prop_object_t, prop_object_t, bool *); 67 prop_object_t prop_object_iterator_next(prop_object_iterator_t);
|
| H A D | prop_dictionary.h | 58 prop_object_t prop_dictionary_get(prop_dictionary_t, const char *); 60 prop_object_t); 63 prop_object_t prop_dictionary_get_keysym(prop_dictionary_t, 67 prop_object_t); 240 prop_object_t);
|
| H A D | prop_array.h | 55 prop_object_t prop_array_get(prop_array_t, unsigned int); 56 bool prop_array_set(prop_array_t, unsigned int, prop_object_t); 57 bool prop_array_add(prop_array_t, prop_object_t); 195 prop_object_t); 249 bool prop_array_add_and_rel(prop_array_t, prop_object_t);
|
| /netbsd-src/sbin/ifconfig/ |
| H A D | parse.c | 120 prop_object_t o) in match_setenv() 134 prop_object_release((prop_object_t)o); in match_setenv() 138 prop_object_release((prop_object_t)om->m_env); in match_setenv() 141 prop_object_release((prop_object_t)o); in match_setenv() 150 prop_object_t o; in pstr_match() 166 o = (prop_object_t)prop_data_create_copy(buf, len); in pstr_match() 187 prop_object_t o; in pinteger_match() 211 o = (prop_object_t)prop_number_create_signed(val); in pinteger_match() 312 prop_object_t o; in paddr_match() 449 o = (prop_object_t)prop_data_create_copy(pfx, len); in paddr_match() [all …]
|
| H A D | af_atalk.c | 173 if (!prop_dictionary_set(ienv, "address", (prop_object_t)d)) in at_commit_address() 177 if (!prop_dictionary_set(oenv, "address", (prop_object_t)d)) in at_commit_address() 180 prop_object_release((prop_object_t)d); in at_commit_address() 187 prop_object_release((prop_object_t)ienv); in at_commit_address()
|
| /netbsd-src/sys/dev/sysmon/ |
| H A D | sysmon_envsys_util.c | 48 prop_object_t obj; in sme_sensor_upbool() 75 prop_object_t obj; in sme_sensor_upint32() 102 prop_object_t obj; in sme_sensor_upuint32() 129 prop_object_t obj; in sme_sensor_upstring()
|
| /netbsd-src/usr.sbin/envstat/ |
| H A D | config.c | 152 display_object(prop_object_t obj, bool nflag) in display_object() 155 prop_object_t next_obj; in display_object() 191 prop_object_t obj; in config_dict_extract() 330 prop_object_t obj; in config_dict_destroy() 357 prop_object_t obj; in config_devblock_add() 469 prop_object_t obj, obj2; in config_devblock_getdict() 504 prop_object_t obj, obj2, obj3; in config_devblock_check_sensorprops() 710 prop_object_t obj; in convert_val_to_pnumber()
|
| /netbsd-src/sbin/drvctl/ |
| H A D | drvctl.c | 47 static void display_object(prop_object_t, bool); 216 prop_object_t obj; in extract_property() 255 display_object(prop_object_t obj, bool nflag) 258 prop_object_t next_obj; in display_object()
|
| /netbsd-src/usr.sbin/btdevctl/ |
| H A D | print.c | 88 prop_object_t obj; in cfg_print() 136 prop_object_t obj; in cfg_bthidev() 160 prop_object_t obj; in cfg_btsco()
|
| H A D | db.c | 66 prop_object_t obj; in db_get() 167 prop_object_t obj; in db_update0() 234 prop_object_t obj; in db_update1()
|
| /netbsd-src/usr.sbin/wgconfig/ |
| H A D | wgconfig.c | 80 format_key(prop_object_t key_prop) in format_key() 105 format_endpoint(prop_object_t endpoint_prop) in format_endpoint() 131 prop_object_t prop_obj; in handle_allowed_ips() 243 prop_object_t prop_obj; in show_peer() 282 prop_object_t prop_obj; in cmd_show_all() 333 prop_object_t prop_obj; in cmd_show_peer() 380 prop_object_t prop_obj; in cmd_show_private_key()
|
| /netbsd-src/sys/dev/bluetooth/ |
| H A D | bthub.c | 110 prop_object_t obj; in bthub_attach() 180 prop_object_t obj; in bthub_pioctl() 266 prop_object_t obj; in bthub_print()
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpi_debug.c | 245 prop_object_t obj, val; in acpi_debug_getkey() 269 prop_object_t obj; in acpi_debug_sysctl_layer() 299 prop_object_t obj; in acpi_debug_sysctl_level()
|