Lines Matching refs:item_p
224 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
229 static int ng_apply_item(node_p node, item_p item, int rw);
232 static int ng_con_nodes(item_p item, node_p node, const char *name,
234 static int ng_con_part2(node_p node, item_p item, hook_p hook);
235 static int ng_con_part3(node_p node, item_p item, hook_p hook);
1345 ng_con_part3(node_p node, item_p item, hook_p hook) in ng_con_part3()
1388 ng_con_part2(node_p node, item_p item, hook_p hook) in ng_con_part2()
1482 ng_con_nodes(item_p item, node_p node, const char *name, in ng_con_nodes()
1860 static __inline void ng_queue_rw(node_p node, item_p item, int rw);
1861 static __inline item_p ng_dequeue(node_p node, int *rw);
1862 static __inline item_p ng_acquire_read(node_p node, item_p item);
1863 static __inline item_p ng_acquire_write(node_p node, item_p item);
1947 static __inline item_p
1950 item_p item; in ng_dequeue()
2017 ng_queue_rw(node_p node, item_p item, int rw) in ng_queue_rw()
2044 static __inline item_p
2045 ng_acquire_read(node_p node, item_p item) in ng_acquire_read()
2072 static __inline item_p
2073 ng_acquire_write(node_p node, item_p item) in ng_acquire_write()
2094 static __inline item_p
2095 ng_upgrade_write(node_p node, item_p item)
2179 item_p item; in ng_flush_input_queue()
2227 ng_snd_item(item_p item, int flags) in ng_snd_item()
2364 ng_apply_item(node_p node, item_p item, int rw) in ng_apply_item()
2512 ng_generic_msg(node_p here, item_p item, hook_p lasthook) in ng_generic_msg()
2984 static __inline item_p
2987 item_p item; in ng_alloc_item()
3012 ng_free_item(item_p item) in ng_free_item()
3056 static __inline item_p
3057 ng_realloc_item(item_p pitem, int type, int flags) in ng_realloc_item()
3059 item_p item; in ng_realloc_item()
3296 dumpitem(item_p item, char *file, int line) in dumpitem()
3338 item_p item; in ng_dumpitems()
3430 item_p item; in ngthread()
3532 item_p
3535 item_p item; in ng_package_data()
3554 item_p
3557 item_p item; in ng_package_msg()
3597 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) in ng_address_hook()
3633 ng_address_path(node_p here, item_p item, const char *address, ng_ID_t retaddr) in ng_address_path()
3658 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) in ng_address_ID()
3684 item_p
3687 item_p item; in ng_package_msg_self()
3727 item_p item; in ng_send_fn1()
3754 ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn, void *arg1, in ng_send_fn2()
3757 item_p item; in ng_send_fn2()
3796 item_p item = arg; in ng_callout_trampoline()
3809 item_p item, oitem; in ng_callout()
3839 item_p item; in ng_uncallout_internal()
3892 ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr) in ng_replace_retaddr()