Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c151 REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type) != in tx_process_property()
271 type[1] = REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type); in tx_process_cmds()
H A Drc_node.c3826 prop_type[1] = REP_PROTOCOL_SUBTYPE(ptype); in generate_property_events()
/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h584 #define REP_PROTOCOL_SUBTYPE(t) (((t) & 0xff00) >> 8) macro