Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcopy.h20 COPY_SIGTERM = 1 << 7, /* ditto, but for SIGTERM */ enumerator
Dcopy.c96 if ((copy_flags & (COPY_SIGINT|COPY_SIGTERM)) == 0) in look_for_signals()
100 copy_flags & COPY_SIGTERM ? SIGTERM : 0); in look_for_signals()
Dbtrfs-util.c1612 (FLAGS_SET(flags, BTRFS_SNAPSHOT_SIGTERM) ? COPY_SIGTERM : 0), in btrfs_subvol_snapshot_fd_full()
/systemd-251/src/import/
Dimport-fs.c218 COPY_SIGTERM| in import_fs()