Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_2path.c32 static int token2path(char *svc, uint_t token, char *buf, uint_t len);
37 return (token2path("instance-to-path", (uint_t)instance, buf, len)); in prom_ihandle_to_path()
43 return (token2path("package-to-path", (uint_t)package, buf, len)); in prom_phandle_to_path()
47 token2path(char *service, uint_t token, char *buf, uint_t len) in token2path() function