Searched refs:setup (Results 1 - 10 of 10) sorted by relevance

/systemd/test/TEST-01-BASIC/
H A DMakefile4 setup:
6 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
/systemd/test/TEST-02-CRYPTSETUP/
H A DMakefile4 setup:
6 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
/systemd/test/TEST-03-JOBS/
H A DMakefile4 setup:
6 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
/systemd/test/TEST-04-JOURNAL/
H A DMakefile4 setup:
6 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
/systemd/test/TEST-05-RLIMITS/
H A DMakefile4 setup:
6 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
/systemd/test/TEST-06-SELINUX/
H A DMakefile4 setup:
6 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
/systemd/test/TEST-07-ISSUE-1981/
H A DMakefile4 setup:
6 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
/systemd/src/boot/efi/
H A Dlinux.c66 typedef VOID(*handover_f)(VOID *image, EFI_SYSTEM_TABLE *table, struct SetupHeader *setup);
67 static inline VOID linux_efi_handover(EFI_HANDLE image, struct SetupHeader *setup) { argument
71 handover = (handover_f)((UINTN)setup->code32_start + 512 + setup->handover_offset);
72 handover(image, ST, setup);
75 typedef VOID(*handover_f)(VOID *image, EFI_SYSTEM_TABLE *table, struct SetupHeader *setup) __attribute__((regparm(0)));
76 static inline VOID linux_efi_handover(EFI_HANDLE image, struct SetupHeader *setup) { argument
79 handover = (handover_f)((UINTN)setup->code32_start + setup->handover_offset);
80 handover(image, ST, setup);
[all...]
/systemd/src/journal/
H A Dtest-journal-interleaving.c152 static void test_skip(void (*setup)(void)) { argument
160 setup();
/systemd/test/
H A Dtest-functions127 ddebug "Don't setup SELinux"
1263 --setup)

Completed in 51 milliseconds