token2path
static int token2path(char *svc, uint_t token, char *buf, uint_t len);
return (token2path("instance-to-path", (uint_t)instance, buf, len));
return (token2path("package-to-path", (uint_t)package, buf, len));