Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libbe/
H A Dbe.c67 const char *child_path);
1103 const char *child_path) in be_create_child_noent() argument
1111 nvlist_add_string(props, "mountpoint", child_path); in be_create_child_noent()
1202 be_add_child(libbe_handle_t *lbh, const char *child_path, bool cp_if_exists) in be_add_child() argument
1210 if (*child_path != '/') in be_add_child()
1217 s = child_path; in be_add_child()
1230 if (strlcat(active, child_path, BE_MAXPATHLEN) >= BE_MAXPATHLEN) in be_add_child()
1233 if (stat(child_path, &sb) != 0) { in be_add_child()
1237 return (be_create_child_noent(lbh, active, child_path)); in be_add_child()