Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c81 if (lvl->rsl_instance) in snapshot_free()
82 free((char *)lvl->rsl_instance); in snapshot_free()
H A Dconfigd.h439 const char *rsl_instance; member
H A Dfile_object.c1801 lvl->rsl_instance = strdup(instance); in fill_snapshot_cb()
1802 if (lvl->rsl_instance == NULL) { in fill_snapshot_cb()
1803 free((void *)lvl->rsl_instance); in fill_snapshot_cb()
H A Drc_node.c3010 if (np->rn_snaplevel->rsl_instance == NULL) in rc_node_name()
3012 actual = strlcpy(buf, np->rn_snaplevel->rsl_instance, sz); in rc_node_name()