Home
last modified time | relevance | path

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

/busybox-1.35.0/modutils/
Dmodprobe-small.c50 #define DEPFILE_BB CONFIG_DEFAULT_DEPMOD_FILE".bb" macro
428 FILE *fp = fopen_for_read(DEPFILE_BB); in load_dep_bb()
434 dbg1_error_msg("loading "DEPFILE_BB); in load_dep_bb()
472 bb_error_msg_and_die("error in %s at '%s'", DEPFILE_BB, line); in load_dep_bb()
487 fd = open(DEPFILE_BB".new", O_WRONLY | O_CREAT | O_TRUNC | O_EXCL, 0644); in start_dep_bb_writeout()
491 dbg1_error_msg(DEPFILE_BB".new exists, waiting for "DEPFILE_BB); in start_dep_bb_writeout()
495 dbg1_error_msg(DEPFILE_BB" appeared"); in start_dep_bb_writeout()
501 bb_error_msg("deleting stale %s", DEPFILE_BB".new"); in start_dep_bb_writeout()
502 fd = open_or_warn(DEPFILE_BB".new", O_WRONLY | O_CREAT | O_TRUNC); in start_dep_bb_writeout()
505 dbg1_error_msg("opened "DEPFILE_BB".new:%d", fd); in start_dep_bb_writeout()
[all …]