/systemd/src/basic/ |
H A D | copy.c | 140 static int fd_copy_symlink(int df, const char *from, const struct stat *st, int dt, const char *to) { argument 148 r = readlinkat_malloc(df, from, &target); 161 static int fd_copy_regular(int df, const char *from, const struct stat *st, int dt, const char *to) { argument 170 fdf = openat(df, from, O_RDONLY|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW); 207 static int fd_copy_fifo(int df, const char *from, const struct stat *st, int dt, const char *to) { argument 227 static int fd_copy_node(int df, const char *from, const struct stat *st, int dt, const char *to) { argument 248 int df, 266 fdf = openat(df, from, O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW); 268 fdf = fcntl(df, F_DUPFD_CLOEXEC, 3); 247 fd_copy_directory( int df, const char *from, const struct stat *st, int dt, const char *to, dev_t original_device, bool merge) argument
|
/systemd/src/shared/ |
H A D | efivars.h | 31 #define EFI_VENDOR_GLOBAL SD_ID128_MAKE(8b,e4,df,61,93,ca,11,d2,aa,0d,00,e0,98,03,2b,8c)
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-bloom.c | 33 SD_ID128_ARRAY(56,3b,bf,ee,5a,4f,43,39,af,aa,94,08,df,f0,fc,10),
|
/systemd/src/libsystemd-network/ |
H A D | sd-ipv4ll.c | 134 #define HASH_KEY SD_ID128_MAKE(df,04,22,98,3f,ad,14,52,f9,87,2e,d1,9c,70,e2,f2)
|
H A D | sd-ipv4acd.c | 483 #define HASH_KEY SD_ID128_MAKE(df,04,22,98,3f,ad,14,52,f9,87,2e,d1,9c,70,e2,f2)
|
/systemd/src/systemd/ |
H A D | sd-messages.h | 57 #define SD_MESSAGE_SLEEP_STOP SD_ID128_MAKE(88,11,e6,df,2a,8e,40,f5,8a,94,ce,a2,6f,8e,bf,14)
|
/systemd/src/import/ |
H A D | pull-common.c | 162 static const sd_id128_t k = SD_ID128_ARRAY(df,89,16,87,01,cc,42,30,98,ab,4a,19,a6,a5,63,4f);
|