Lines Matching refs:rpath
1931 char *cp, *rpath; in find_ap_common() local
1937 if ((rpath = config_calloc_check(1, strlen(physpath) + 1, in find_ap_common()
1942 (void) strcpy(rpath, physpath); in find_ap_common()
1946 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) { in find_ap_common()
1947 (void) memmove(rpath, rpath + len, in find_ap_common()
1948 strlen(rpath + len) + 1); in find_ap_common()
1952 if ((cp = GET_DYN(rpath)) != NULL) { in find_ap_common()
1957 if ((cp = strrchr(rpath, ':')) != NULL) { in find_ap_common()
1972 wnode = di_lookup_node(rnode, rpath); in find_ap_common()
1978 S_FREE(rpath); in find_ap_common()
2009 wnode = di_lookup_node(rnode, rpath); in find_ap_common()
2015 S_FREE(rpath); in find_ap_common()
2023 S_FREE(rpath); in find_ap_common()
2039 S_FREE(rpath); in find_ap_common()