Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Dsnapshot.c83 if (lvl->rsl_instance) in snapshot_free()
84 free((char *)lvl->rsl_instance); in snapshot_free()
H A Dconfigd.h440 const char *rsl_instance; member
H A Dfile_object.c1802 lvl->rsl_instance = strdup(instance); in fill_snapshot_cb()
1803 if (lvl->rsl_instance == NULL) { in fill_snapshot_cb()
1804 free((void *)lvl->rsl_instance); in fill_snapshot_cb()
H A Drc_node.c3020 if (np->rn_snaplevel->rsl_instance == NULL) in rc_node_name()
3022 actual = strlcpy(buf, np->rn_snaplevel->rsl_instance, sz); in rc_node_name()