Searched refs:server_child_data (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dserver_child.h26 typedef struct server_child_data { struct
36 struct server_child_data **prevp, *next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c60 struct server_child_data *table[CHILD_HASHSIZE];
66 static inline void hash_child(struct server_child_data **htable,
67 struct server_child_data *child)
69 struct server_child_data **table;
78 static inline void unhash_child(struct server_child_data *child)
87 static struct server_child_data *resolve_child(struct server_child_data **table, pid_t pid)
89 struct server_child_data *child;
122 * @return pointer to struct server_child_data on success, NULL on error
169 struct server_child_data *chil
[all...]

Completed in 102 milliseconds