Searched refs:cur_path (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/xen/xenstore/ |
| D | xenstore.c | 1386 char *cur_path; in xs_rm_tree() local 1395 cur_path = sbuf_data(cur_path_sbuf); in xs_rm_tree() 1411 error = xs_directory(xbt, cur_path, "", &count, &dir); in xs_rm_tree() 1416 error = xs_rm(xbt, cur_path, dir[i]); in xs_rm_tree() 1425 push_dir = xs_join(cur_path, dir[i]); in xs_rm_tree() 1428 cur_path = sbuf_data(cur_path_sbuf); in xs_rm_tree() 1442 error = xs_rm(xbt, cur_path, ""); in xs_rm_tree() 1446 if (!strcmp(cur_path, root_path)) in xs_rm_tree() 1450 last_slash = strrchr(cur_path, '/'); in xs_rm_tree() 1452 ("xs_rm_tree: mangled path %s", cur_path)); in xs_rm_tree()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/Windows/ |
| D | Path.inc | 263 SmallVector<wchar_t, MAX_PATH> cur_path; 267 cur_path.reserve(len); 268 len = ::GetCurrentDirectoryW(cur_path.capacity(), cur_path.data()); 276 } while (len > cur_path.capacity()); 280 cur_path.set_size(len); 281 return UTF16ToUTF8(cur_path.begin(), cur_path.size(), result);
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/core/ |
| D | local_sa.c | 954 struct ib_path_rec_info *cur_path, *next_path = NULL; in get_next_path() local 962 cur_path = container_of(iter->iter, struct ib_path_rec_info, in get_next_path() 964 if (cur_path->lookups < lookups) { in get_next_path() 965 lookups = cur_path->lookups; in get_next_path() 966 next_path = cur_path; in get_next_path()
|