Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c95 void bb_perror_msg_and_die(const char *s, ...) in bb_perror_msg_and_die() function
109 bb_perror_msg_and_die("%s", path); in bb_xfopen()
272 bb_perror_msg_and_die("fgetpwent"); in my_getpwnam()
293 bb_perror_msg_and_die("fgetgrent"); in my_getgrnam()
336 bb_perror_msg_and_die("bb_xasprintf"); in bb_xasprintf()
364 bb_perror_msg_and_die("cap_from_text failed for %s", xattr); in bb_set_xattr()
370 bb_perror_msg_and_die("cap_get_file failed on %s", fpath); in bb_set_xattr()
374 bb_perror_msg_and_die("cap_init failed"); in bb_set_xattr()
378 bb_perror_msg_and_die("cap_to_name failed on %s", fpath); in bb_set_xattr()
383 bb_perror_msg_and_die("cap_from_text failed on %s", cap_new_text); in bb_set_xattr()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A Dfail_on_no_media.patch35 + bb_perror_msg_and_die("mounting %s on %s failed", mp->mnt_fsname, mp->mnt_dir);