| /lib/ |
| A D | rbtree.c | 63 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 195 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 368 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate() 376 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 382 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 398 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 434 struct rb_node *rb_next(const struct rb_node *node) in rb_next() 466 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev() 512 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node() 524 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
|
| A D | fdtdec.c | 172 int node, const char *prop_name, in fdtdec_get_addr_size_auto_parent() 217 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, in fdtdec_get_addr_size() 285 int fdtdec_get_pci_bus_range(const void *blob, int node, in fdtdec_get_pci_bus_range() 314 int fdtdec_get_is_enabled(const void *blob, int node) in fdtdec_get_is_enabled() 368 int node, err; in fdtdec_next_alias() local 402 int offset, node; in fdtdec_add_aliases_for_id() local 767 int node = -1; in fdtdec_parse_phandle_with_args() local 995 int i, node, timings_node; in fdtdec_decode_display_timing() local 1318 int na, ns, node, err; in fdtdec_init_reserved_memory() local 1355 int parent, node, na, ns, err; in fdtdec_add_reserved_memory() local [all …]
|
| A D | fdtdec_common.c | 21 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int() 39 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint() 57 int fdtdec_get_child_count(const void *blob, int node) in fdtdec_get_child_count()
|
| A D | binman.c | 47 ofnode node; in find_image_node() local 63 static int binman_entry_find_internal(ofnode node, const char *name, in binman_entry_find_internal() 130 ofnode node; in binman_select_subnode() local
|
| A D | of_live.c | 396 static int flatten_node(struct abuf *buf, const struct device_node *node) in flatten_node()
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_mib2_snmp.c | 49 snmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) in snmp_get_value() 156 snmp_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_test() 174 snmp_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_value()
|
| A D | snmp_mib2_system.c | 230 system_get_value(const struct snmp_scalar_array_node_def *node, void *value) in system_get_value() 281 system_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in system_set_test() 327 system_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in system_set_value()
|
| A D | snmp_mib2_icmp.c | 59 icmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) in icmp_get_value()
|
| A D | snmp_snmpv2_framework.c | 43 static s16_t snmpengine_scalars_get_value(const struct snmp_scalar_array_node_def *node, void *valu… in snmpengine_scalars_get_value()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/ |
| A D | MibTree.cs | 99 private void BuildTree(MibTreeNode node, IList<IEntity> entities) in BuildTree() 121 private void UpdateTreeNodeTypes(MibTreeNode node) in UpdateTreeNodeTypes()
|
| /lib/optee/ |
| A D | optee.c | 67 static int optee_copy_firmware_node(ofnode node, void *fdt_blob) in optee_copy_firmware_node() 114 ofnode node, subnode; in optee_copy_fdt_nodes() local
|
| /lib/acpi/ |
| A D | acpi_table.c | 568 struct acpi_iort_node *node; in acpi_iort_add_its_group() local 599 struct acpi_iort_node *node; in acpi_iort_add_named_component() local 637 struct acpi_iort_node *node; in acpi_iort_add_rc() local 697 struct acpi_iort_node *node; in acpi_iort_add_smmu_v3() local 755 struct acpi_iort_node *node; in acpi_write_iort() local
|
| A D | acpi_dp.c | 347 int acpi_dp_ofnode_copy_int(ofnode node, struct acpi_dp *dp, const char *prop) in acpi_dp_ofnode_copy_int() 361 int acpi_dp_ofnode_copy_str(ofnode node, struct acpi_dp *dp, const char *prop) in acpi_dp_ofnode_copy_str()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp_scalar.h | 54 struct snmp_leaf_node node; member 90 struct snmp_leaf_node node; member
|
| A D | snmp_table.h | 62 struct snmp_leaf_node node; member 108 struct snmp_leaf_node node; member
|
| A D | snmp_threadsync.h | 88 struct snmp_leaf_node node; member
|
| A D | snmp_core.h | 200 const struct snmp_node* node; member 229 struct snmp_node node; member 246 struct snmp_node node; member
|
| /lib/efi_selftest/ |
| A D | efi_selftest_devicepath_util.c | 57 struct efi_device_path *node; in create_single_node_device_path() local
|
| A D | efi_selftest_fdt.c | 57 static char *get_property(const u16 *property, const u16 *node) in get_property()
|
| /lib/aes/ |
| A D | aes-encrypt.c | 83 int parent, node; in image_aes_add_cipher_data() local
|
| /lib/rsa/ |
| A D | rsa-verify.c | 438 uint sig_len, int node) in rsa_verify_with_keynode() 490 uint sig_len, int node) in rsa_verify_with_keynode() 518 int sig_node, node; in rsa_verify_hash() local
|
| /lib/ecdsa/ |
| A D | ecdsa-verify.c | 31 static int fdt_get_key(struct ecdsa_public_key *key, const void *fdt, int node) in fdt_get_key()
|
| A D | ecdsa-libcrypto.c | 44 static int fdt_get_key(struct ecdsa_public_key *key, const void *fdt, int node) in fdt_get_key() 72 static int read_key_from_fdt(struct signer *ctx, const void *fdt, int node) in read_key_from_fdt()
|
| /lib/efi_driver/ |
| A D | efi_uclass.c | 47 const struct efi_device_path *node = efi_dp_last_node(dp); in check_node_type() local
|
| /lib/efi_loader/ |
| A D | boothart.c | 126 static char *get_property(const char *property, const char *node) in get_property()
|