Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_ops.c159 nds->outer_queue_tailp = &nds->outer_queue_head; in nds_initialize()
375 nds->outer_queue_head = 0; in ndo_reset()
377 nds->outer_queue_tailp = &nds->outer_queue_head; in ndo_reset()
403 nds->outer_queue_head = 0; in ndo_destruct()
405 nds->outer_queue_tailp = &nds->outer_queue_head; in ndo_destruct()
H A Dndr.h282 ndr_ref_t *outer_queue_head; member