Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c509 char stale_re[DISK_SUBPATH_MAX]; in disk_common() local
634 (void) strcpy(stale_re, "^"); in disk_common()
635 (void) strcat(stale_re, dir); in disk_common()
636 (void) strcat(stale_re, "/c"); in disk_common()
637 (void) strcat(stale_re, ctrl); in disk_common()
638 (void) strcat(stale_re, "t[0-9A-F]+d[0-9]+(s[0-9]+)?$"); in disk_common()
644 devfsadm_rm_stale_links(stale_re, l_path, node, minor); in disk_common()