Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c85 offsetof(graph_protocol_event_t, gpe_link), NULL, in graph_protocol_init()
118 uu_list_node_init(e, &e->gpe_link, graph_protocol_event_queue_pool); in graph_event_enqueue()
129 uu_list_node_fini(e, &e->gpe_link, graph_protocol_event_queue_pool); in graph_event_release()
H A Dprotocol.h54 uu_list_node_t gpe_link; member