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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h211 char *dir_re; member in struct:linkhead
370 static linkhead_t *get_cached_links(char *dir_re);
H A Ddevfsadm.c3276 * The cache tag is a regular expression "dir_re", which selects a
3284 * dir_re, and then it searches all links in that cache looking for
3292 devfsadm_rm_stale_links(char *dir_re, char *valid_link, di_node_t node, argument
3330 head = get_cached_links(dir_re);
3360 get_cached_links(char *dir_re) argument
3366 vprint(BUILDCACHE_MID, "get_cached_links: %s\n", dir_re);
3370 if (strcmp(linkhead->dir_re, dir_re) == 0) {
3382 linkhead->dir_re = s_strdup(dir_re);
[all...]

Completed in 69 milliseconds