Searched defs:resolve_link (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2860 (void) resolve_link(devlink, NULL, NULL, &devfs_path, 0);
4443 if (resolve_link(devpath, NULL, NULL, NULL, 1) == TRUE) {
4484 (void) resolve_link(devlink, NULL, NULL, &path, 0);
4512 if (resolve_link(devlink, &raw_contents, &type, NULL, 1) == TRUE) {
4556 resolve_link(char *devpath, char **content_p, int *type_p, char **devfs_path, function
4561 char *fcn = "resolve_link: ";
4616 return (resolve_link(stage_link, NULL, NULL, devfs_path,

Completed in 63 milliseconds