Searched defs:type_or_errno (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/portable/ |
D | portable.h | 58 int type_or_errno; /* PORTABLE_COPY, PORTABLE_SYMLINK, … if positive, errno if negative */ member
|
D | portable.c | 822 … int 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/ |
D | install.h | 55 int type_or_errno; /* UNIT_FILE_SYMLINK, … if positive, errno if negative */ member
|
D | install.c | 265 …int type_or_errno, /* UNIT_FILE_SYMLINK, _UNLINK, _IS_MASKED, _IS_DANGLING if positive or errno if… in unit_file_changes_add()
|