Lines Matching refs:item_p
224 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
231 static int ng_apply_item(node_p node, item_p item, int rw);
236 static int ng_con_nodes(item_p item, node_p node, const char *name,
238 static int ng_con_part2(node_p node, item_p item, hook_p hook);
239 static int ng_con_part3(node_p node, item_p item, hook_p hook);
1347 ng_con_part3(node_p node, item_p item, hook_p hook) in ng_con_part3()
1390 ng_con_part2(node_p node, item_p item, hook_p hook) in ng_con_part2()
1484 ng_con_nodes(item_p item, node_p node, const char *name, in ng_con_nodes()
1863 static __inline void ng_queue_rw(node_p node, item_p item, int rw);
1864 static __inline item_p ng_dequeue(node_p node, int *rw);
1865 static __inline item_p ng_acquire_read(node_p node, item_p item);
1866 static __inline item_p ng_acquire_write(node_p node, item_p item);
1950 static __inline item_p
1953 item_p item; in ng_dequeue()
2020 ng_queue_rw(node_p node, item_p item, int rw) in ng_queue_rw()
2047 static __inline item_p
2048 ng_acquire_read(node_p node, item_p item) in ng_acquire_read()
2075 static __inline item_p
2076 ng_acquire_write(node_p node, item_p item) in ng_acquire_write()
2097 static __inline item_p
2098 ng_upgrade_write(node_p node, item_p item)
2182 item_p item; in ng_flush_input_queue()
2231 ng_snd_item(item_p item, int flags) in ng_snd_item()
2379 ng_apply_item(node_p node, item_p item, int rw) in ng_apply_item()
2529 ng_generic_msg(node_p here, item_p item, hook_p lasthook) in ng_generic_msg()
3001 static __inline item_p
3004 item_p item; in ng_alloc_item()
3029 ng_free_item(item_p item) in ng_free_item()
3073 static __inline item_p
3074 ng_realloc_item(item_p pitem, int type, int flags) in ng_realloc_item()
3076 item_p item; in ng_realloc_item()
3317 dumpitem(item_p item, char *file, int line) in dumpitem()
3359 item_p item; in ng_dumpitems()
3454 item_p item; in ngthread()
3542 item_p
3545 item_p item; in ng_package_data()
3564 item_p
3567 item_p item; in ng_package_msg()
3607 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) in ng_address_hook()
3643 ng_address_path(node_p here, item_p item, const char *address, ng_ID_t retaddr) in ng_address_path()
3668 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) in ng_address_ID()
3694 item_p
3697 item_p item; in ng_package_msg_self()
3737 item_p item; in ng_send_fn1()
3764 ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn, void *arg1, in ng_send_fn2()
3767 item_p item; in ng_send_fn2()
3806 item_p item = arg; in ng_callout_trampoline()
3819 item_p item, oitem; in ng_callout()
3845 item_p item; in ng_uncallout()
3876 ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr) in ng_replace_retaddr()