Searched refs:which (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dioprio.h4 /* This is minimal version of Linux' linux/ioprio.h header file, which
47 static inline int ioprio_set(int which, int who, int ioprio) { argument
48 return syscall(__NR_ioprio_set, which, who, ioprio);
51 static inline int ioprio_get(int which, int who) { argument
52 return syscall(__NR_ioprio_get, which, who);
/systemd/xorg/
H A D50-systemd-user.sh5 if which dbus-update-activation-environment >/dev/null 2>&1; then
/systemd/test/
H A Dtest-functions22 [ "$QEMU_BIN" ] || QEMU_BIN=$(which -a kvm qemu-kvm 2>/dev/null | grep '^/' -m1)
28 [ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu-system-x86_64 2>/dev/null | grep '^/' -m1)
32 [ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu-system-i386 2>/dev/null | grep '^/' -m1)
35 [ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu 2>/dev/null | grep '^/' -m1)
518 # dtrace(), ddebug(), or others instead which wrap this one.
1153 # old version of modprobe which doesn't have '-d' option.
H A Dnetworkd-test.py38 have_dnsmasq = shutil.which('dnsmasq')

Completed in 22 milliseconds