Searched refs:name_table (Results 1 – 8 of 8) sorted by relevance
89 struct name_table *nt = tipc_name_table(net); in tipc_named_publish()117 struct name_table *nt = tipc_name_table(net); in tipc_named_withdraw()200 struct name_table *nt = tipc_name_table(net); in tipc_named_node_up()268 struct name_table *nt = tipc_name_table(net); in tipc_publ_notify()403 struct name_table *nt = tipc_name_table(net); in tipc_named_reinit()
127 struct name_table *nametbl;167 static inline struct name_table *tipc_name_table(struct net *net) in tipc_name_table()
446 struct name_table *nt = tipc_name_table(net); in tipc_service_find()463 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_insert_publ()728 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_publish()763 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_withdraw()797 struct name_table *nt = tipc_name_table(sub->net); in tipc_nametbl_subscribe()854 struct name_table *nt; in tipc_nametbl_init()896 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_stop()
10 name_distr.o subscr.o monitor.o name_table.o net.o \
103 struct name_table { struct
248 const char *name_table; local264 name_table = elf_data + elf_shdr_get_sh_offset(class, name_table_shdr);271 if (strcmp(name_table + name, ".resource_table"))
... n) { 152 free((void *) name_table[n].ute_name); 153 } 154 ...
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...