Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/configd/
H A Drc_node.c620 uint32_t type = lp->rl_type; in rc_node_hash()
664 type = r->rl_type; in rc_node_match()
665 if (type != l->rl_type) in rc_node_match()
670 tp = &rc_types[r->rl_type]; in rc_node_match()
775 if (np->rn_id.rl_type == REP_PROTOCOL_ENTITY_CPROPERTYGRP) in rc_node_rele_locked()
1080 np->rn_id.rl_type); in rc_node_get_fmri_or_fragment()
1126 np->rn_id.rl_type); in rc_node_build_fmri()
1211 if (nnp->rn_id.rl_type != REP_PROTOCOL_ENTITY_PROPERTYGRP) in rc_notify_insert_node()
1746 if (np->rn_id.rl_type == REP_PROTOCOL_ENTITY_CPROPERTYGRP) { in rc_node_destroy()
1805 assert(rc_check_parent_child(np->rn_id.rl_type, cp->rn_id.rl_type) == in rc_node_link_child()
[all …]
H A Dfile_object.c833 cip->ci_base_nl.rl_type = type; in scope_setup_child_info()
851 cip->ci_base_nl.rl_type = type; in service_setup_child_info()
871 cip->ci_base_nl.rl_type = type; in instance_setup_child_info()
887 cip->ci_base_nl.rl_type = type; in snaplevel_setup_child_info()
906 cip->ci_base_nl.rl_type = type; in propertygrp_setup_child_info()
1098 nl.rl_type = REP_PROTOCOL_ENTITY_SNAPLEVEL; in snapshot_fill_children()
1202 uint32_t type = lp->rl_type; in scope_query_child()
1241 uint32_t type = lp->rl_type; in service_query_child()
1309 uint32_t type = lp->rl_type; in instance_query_child()
1467 uint32_t type = pp->rn_id.rl_type; in object_fill_children()
[all …]
H A Dconfigd.h181 uint16_t rl_type; /* REP_PROTOCOL_ENTITY_* */ member
/titanic_44/usr/src/cmd/dlstat/
H A Ddlstat.c272 char rl_type[MAXSTATLEN]; member
289 offsetof(rx_lane_fields_buf_t, rl_type), print_default_cb},
1237 (void) snprintf(buf->rl_type, sizeof (buf->rl_type), "rx"); in print_rx_lane_stats()