Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dobjects.c148 offsetof(struct nwamd_object, nwamd_object_node), in nwamd_object_lists_init()
262 uu_list_node_init(object, &object->nwamd_object_node, object_list_pool); in nwamd_object_init()
322 uu_list_node_fini(object, &object->nwamd_object_node, in nwamd_object_fini()
H A Dobjects.h60 uu_list_node_t nwamd_object_node; member