Home
last modified time | relevance | path

Searched refs:user_fd_mgt_array (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc.c188 static _svc_management_user_fd* user_fd_mgt_array = NULL; variable
195 #define node_from_id(id) (user_fd_mgt_array[(int)id].data.fd_node)
196 #define is_free_id(id) (user_fd_mgt_array[(int)id].free)
213 user_fd_mgt_array[(int)id].free = TRUE; in _svc_free_id()
214 user_fd_mgt_array[(int)id].data.next_free = first_free; in _svc_free_id()
237 tmp = realloc(user_fd_mgt_array, in _svc_attribute_new_id()
247 user_fd_mgt_array = tmp; in _svc_attribute_new_id()
255 first_free = user_fd_mgt_array[selected_index].data.next_free; in _svc_attribute_new_id()
257 user_fd_mgt_array[selected_index].data.fd_node = node; in _svc_attribute_new_id()
258 user_fd_mgt_array[selected_index].free = FALSE; in _svc_attribute_new_id()
[all …]