Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/svc/configd/
H A Drc_node.c1195 if (strcmp(nnp->rn_type, rnip->rni_typelist[i]) == 0) in rc_notify_info_interested()
1758 if (np->rn_type != NULL) in rc_node_destroy()
1759 free((void *)np->rn_type); in rc_node_destroy()
1760 np->rn_type = NULL; in rc_node_destroy()
1954 assert(np->rn_type == NULL); in rc_node_setup()
2019 assert(np->rn_type == NULL); in rc_node_setup_snapshot()
2076 assert(np->rn_type == NULL); in rc_node_setup_snaplevel()
2136 assert(strcmp(np->rn_type, type) == 0); in rc_node_setup_pg()
2156 np->rn_type = strdup(type); in rc_node_setup_pg()
2157 if (np->rn_type == NULL) { in rc_node_setup_pg()
[all …]
H A Dconfigd.h211 const char *rn_type; member