Home
last modified time | relevance | path

Searched refs:child_path (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libbe/
H A Dbe.c45 const char *child_path);
1158 const char *child_path) in be_create_child_noent() argument
1166 nvlist_add_string(props, "mountpoint", child_path); in be_create_child_noent()
1245 be_add_child(libbe_handle_t *lbh, const char *child_path, bool cp_if_exists) in be_add_child() argument
1253 if (*child_path != '/') in be_add_child()
1260 s = child_path; in be_add_child()
1273 if (strlcat(active, child_path, BE_MAXPATHLEN) >= BE_MAXPATHLEN) in be_add_child()
1276 if (stat(child_path, &sb) != 0) { in be_add_child()
1280 return (be_create_child_noent(lbh, active, child_path)); in be_add_child()