Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c730 char *can_path; in dvlink_cb() local
755 can_path = strstr(path, "/dev/"); in dvlink_cb()
756 if (can_path == NULL) { in dvlink_cb()
762 entry->dv_link = s_strdup(can_path + strlen("/dev/")); in dvlink_cb()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c319 char can_path[PATH_MAX]; in handle_alloc() local
369 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE); in handle_alloc()
377 if (fd == -1 && errno == EROFS && stat(can_path, &sb) == -1) in handle_alloc()
395 if (stat(can_path, &sb) == -1 && stat(install_path, &sb) in handle_alloc()