Lines Matching refs:rpath
1925 char *cp, *rpath; in find_ap_common() local
1931 if ((rpath = config_calloc_check(1, strlen(physpath) + 1, in find_ap_common()
1936 (void) strcpy(rpath, physpath); in find_ap_common()
1940 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) { in find_ap_common()
1941 (void) memmove(rpath, rpath + len, in find_ap_common()
1942 strlen(rpath + len) + 1); in find_ap_common()
1946 if ((cp = GET_DYN(rpath)) != NULL) { in find_ap_common()
1951 if ((cp = strrchr(rpath, ':')) != NULL) { in find_ap_common()
1966 wnode = di_lookup_node(rnode, rpath); in find_ap_common()
1972 S_FREE(rpath); in find_ap_common()
2003 wnode = di_lookup_node(rnode, rpath); in find_ap_common()
2009 S_FREE(rpath); in find_ap_common()
2017 S_FREE(rpath); in find_ap_common()
2033 S_FREE(rpath); in find_ap_common()