Searched refs:cpath (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | package.py | 327 cpath = oe.cachedpath.CachedPath() 521 if not (cpath.exists(origin) and cpath.isdir(origin) and not cpath.islink(origin)): 544 if not (cpath.exists(origin) and cpath.isdir(origin)): 561 cpath = oe.cachedpath.CachedPath() 583 if cpath.islink(parent): 592 if not cpath.islink(f): 593 if cpath.isdir(f): 650 cpath = oe.cachedpath.CachedPath() 672 if not cpath.isdir(localedir): 979 cpath = oe.cachedpath.CachedPath() [all …]
|
/openbmc/linux/net/rds/ |
H A D | send.c | 1113 struct rds_conn_path *cpath; in rds_sendmsg() local 1307 cpath = &conn->c_path[rds_send_mprds_hash(rs, conn, nonblock)]; in rds_sendmsg() 1309 cpath = &conn->c_path[0]; in rds_sendmsg() 1311 rm->m_conn_path = cpath; in rds_sendmsg() 1337 if (rds_conn_path_down(cpath)) in rds_sendmsg() 1345 while (!rds_send_queue_rm(rs, conn, cpath, rm, rs->rs_bound_port, in rds_sendmsg() 1355 rds_send_queue_rm(rs, conn, cpath, rm, in rds_sendmsg() 1376 ret = rds_send_xmit(cpath); in rds_sendmsg() 1380 if (rds_destroy_pending(cpath->cp_conn)) in rds_sendmsg() 1383 queue_delayed_work(rds_wq, &cpath->cp_send_w, 1); in rds_sendmsg()
|
H A D | rds.h | 775 void rds_conn_shutdown(struct rds_conn_path *cpath); 778 void rds_conn_path_drop(struct rds_conn_path *cpath, bool destroy);
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 57 cpath = os.path.join(layer_path, wks_path) 58 if os.path.isdir(cpath): 59 canned_wks_layer_dirs.append(cpath) 61 cpath = os.path.join(path, CANNED_IMAGE_DIR) 62 canned_wks_layer_dirs.append(cpath)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 84 global cpath 86 if elf or cpath.islink(path) or not cpath.isfile(path): 171 global cpath 172 …th("-ptest") and not name.startswith("nativesdk-") and path.endswith(".so") and cpath.islink(path): 183 global cpath 184 if name.endswith("-dev") and path.endswith(".so") and not cpath.islink(path) and elf: 482 global cpath 483 if cpath.islink(path): 774 global cpath 775 cpath = oe.cachedpath.CachedPath() [all …]
|
H A D | package.bbclass | 478 global cpath 479 cpath = oe.cachedpath.CachedPath() 540 cpath = oe.cachedpath.CachedPath() 556 for walkroot, dirs, files in cpath.walk(pkgdest + "/" + pkg):
|
/openbmc/linux/scripts/dtc/ |
H A D | flattree.c | 714 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument 720 if (!strstarts(cpath, ppath)) in nodename_from_path() 722 cpath, ppath); in nodename_from_path() 728 return xstrdup(cpath + plen); in nodename_from_path()
|
/openbmc/linux/tools/perf/util/ |
H A D | probe-file.c | 453 char cpath[PATH_MAX]; in probe_cache__open() local 500 snprintf(cpath, PATH_MAX, "%s/probes", dir_name); in probe_cache__open() 501 fd = open(cpath, O_CREAT | O_RDWR, 0644); in probe_cache__open() 503 pr_debug("Failed to open cache(%d): %s\n", fd, cpath); in probe_cache__open()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 728 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument 734 if (!strstarts(cpath, ppath)) in nodename_from_path() 736 cpath, ppath); in nodename_from_path() 742 return xstrdup(cpath + plen); in nodename_from_path()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/classes/ |
H A D | gnome-help.bbclass | 42 if not cpath.isdir(helpdir):
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | dlopen-deps.inc | 61 if cpath.islink(f):
|