Searched defs:node (Results 1 - 25 of 67) sorted by relevance

123

/seL4-camkes-master/tools/cogent/cogent/examples/recursive-list-example/
H A Dlist_node_free.c2 t2* node = malloc(sizeof(*node)); local
/seL4-camkes-master/projects/musllibc/src/search/
H A Dinsque.c3 struct node { struct
H A Dtdestroy.c5 struct node { struct
H A Dtsearch_avl.c10 struct node { struct
[all...]
/seL4-camkes-master/projects/musllibc/src/sched/
H A Dsched_getcpu.c15 static long getcpu_init(unsigned *cpu, unsigned *node, void *unused) argument
/seL4-camkes-master/projects/lwip/src/apps/snmp/
H A Dsnmp_mib2_icmp.c59 icmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) argument
H A Dsnmp_mib2_snmp.c49 snmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) argument
156 snmp_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) argument
174 snmp_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) argument
H A Dsnmp_snmpv2_framework.c43 static s16_t snmpengine_scalars_get_value(const struct snmp_scalar_array_node_def *node, void *value) argument
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/
H A Dallocpool.c15 static inline void node_slab_ctor(void *node) argument
H A Didx.c31 struct rbt_node *node; local
50 struct rbt_node *node = root->rbt_node; local
149 struct rbt_node *node; local
[all...]
H A Drbt.c42 void rbt_link_node(struct rbt_node * node, struct rbt_node * parent, argument
51 static void __rbt_rotate_left(struct rbt_node *node, struct rbt_root *root) argument
75 __rbt_rotate_right(struct rbt_node *node, struct rbt_root *root) argument
99 rbt_insert_color(struct rbt_node *node, struct rbt_root *root) argument
164 __rbt_erase_color(struct rbt_node *node, struct rbt_node *parent, struct rbt_root *root) argument
244 rbt_erase(struct rbt_node *node, struct rbt_root *root) argument
339 rbt_next(const struct rbt_node *node) argument
367 rbt_prev(const struct rbt_node *node) argument
[all...]
/seL4-camkes-master/tools/riscv-pk/machine/
H A Dfinisher.c25 static void finisher_open(const struct fdt_scan_node *node, void *extra) argument
41 static void finisher_done(const struct fdt_scan_node *node, void *extra) argument
H A Duart.c39 static void uart_open(const struct fdt_scan_node *node, void *extra) argument
55 static void uart_done(const struct fdt_scan_node *node, void *extra) argument
H A Duart16550.c33 static void uart16550_open(const struct fdt_scan_node *node, void *extra) argument
49 static void uart16550_done(const struct fdt_scan_node *node, void *extra) argument
H A Duart16750.c35 static void uart16750_open(const struct fdt_scan_node *node, void *extra) argument
55 static void uart16750_done(const struct fdt_scan_node *node, void *extra) argument
/seL4-camkes-master/projects/picotcp/include/
H A Dpico_module_eth.h14 RB_ENTRY(pico_arp_entry) node; member in struct:pico_arp_entry
22 RB_ENTRY(pico_eth_link) node; member in struct:pico_eth_link
/seL4-camkes-master/tools/cogent/impl/fs/bilby/cogent/plat/linux/
H A Dmodule.c63 static inline void node_slab_ctor(void *node) argument
H A Drbt.c34 void rbt_link_node(struct rbt_node * node, struct rbt_node * parent, argument
43 static void __rbt_rotate_left(struct rbt_node *node, struct rbt_root *rbt) argument
67 __rbt_rotate_right(struct rbt_node *node, struct rbt_root *rbt) argument
91 rbt_insert_color(struct rbt_node *node, struct rbt_root *rbt) argument
156 __rbt_erase_color(struct rbt_node *node, struct rbt_node *parent, struct rbt_root *rbt) argument
236 rbt_erase(struct rbt_node *node, struct rbt_root *rbt) argument
[all...]
/seL4-camkes-master/projects/lwip/src/include/lwip/apps/
H A Dsnmp_scalar.h54 struct snmp_leaf_node node; member in struct:snmp_scalar_node
90 struct snmp_leaf_node node; member in struct:snmp_scalar_array_node
H A Dsnmp_table.h62 struct snmp_leaf_node node; member in struct:snmp_table_node
108 struct snmp_leaf_node node; member in struct:snmp_table_simple_node
H A Dsnmp_threadsync.h88 struct snmp_leaf_node node; member in struct:snmp_threadsync_node
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_cond_timedwait.c69 struct waiter node = { 0 }; local
[all...]
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_hotplug_detection.c76 struct pico_tree_node *node = NULL, *safe = NULL; local
/seL4-camkes-master/projects/util_libs/libutils/src/
H A Dlist.c150 int list_prepend_node(list_t *l, node_t *node) argument
159 int list_append_node(list_t *l, node_t *node) argument
/seL4-camkes-master/projects/seL4_libs/libsel4allocman/src/utspace/
H A Dsplit.c22 static void _remove_node(struct utspace_split_node **head, struct utspace_split_node *node) argument
36 _insert_node(struct utspace_split_node **head, struct utspace_split_node *node) argument
51 struct utspace_split_node *node; local
66 _delete_node(allocman_t *alloc, struct utspace_split_node *node) argument
76 struct utspace_split_node *node; local
132 struct utspace_split_node *node; local
230 struct utspace_split_node *node; local
250 struct utspace_split_node *node; local
330 struct utspace_split_node *node = (struct utspace_split_node *)cookie; local
349 struct utspace_split_node *node = (struct utspace_split_node *)cookie; local
[all...]

Completed in 91 milliseconds

123