Home
last modified time | relevance | path

Searched refs:perm (Results 1 – 5 of 5) sorted by relevance

/tools/include/linux/
Dmodule.h5 #define module_param(name, type, perm) argument
/tools/testing/selftests/capabilities/
Dtest_execve.c207 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument
210 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap()
215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument
217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
/tools/testing/selftests/kvm/include/
Dkvm_util.h71 struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm);
72 struct kvm_vm *_vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm);
74 void kvm_vm_restart(struct kvm_vm *vmp, int perm);
/tools/testing/selftests/kvm/lib/
Dkvm_util.c88 static void vm_open(struct kvm_vm *vm, int perm) in vm_open() argument
90 vm->kvm_fd = open(KVM_DEV_PATH, perm); in vm_open()
135 struct kvm_vm *_vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm) in _vm_create() argument
215 vm_open(vm, perm); in _vm_create()
237 struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm) in vm_create() argument
239 return _vm_create(mode, phy_pages, perm); in vm_create()
255 void kvm_vm_restart(struct kvm_vm *vmp, int perm) in kvm_vm_restart() argument
259 vm_open(vmp, perm); in kvm_vm_restart()
/tools/testing/selftests/drivers/net/mlxsw/
Drtnetlink.sh594 ip -4 neigh add 192.0.2.2 lladdr de:ad:be:ef:13:37 nud perm dev $swp1
595 ip -6 neigh add 2001:db8:1::2 lladdr de:ad:be:ef:13:37 nud perm \