Home
last modified time | relevance | path

Searched defs:type_or_errno (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/portable/
Dportable.h58 int type_or_errno; /* PORTABLE_COPY, PORTABLE_SYMLINK, … if positive, errno if negative */ member
Dportable.c822int type_or_errno, /* PORTABLE_COPY, PORTABLE_SYMLINK, … if positive, or errno if negative */ in portable_changes_add()
871 int type_or_errno, in portable_changes_add_with_prefix()
/systemd-251/src/shared/
Dinstall.h55 int type_or_errno; /* UNIT_FILE_SYMLINK, … if positive, errno if negative */ member
Dinstall.c265int type_or_errno, /* UNIT_FILE_SYMLINK, _UNLINK, _IS_MASKED, _IS_DANGLING if positive or errno if… in unit_file_changes_add()