Searched refs:perm (Results 1 – 5 of 5) sorted by relevance
/tools/include/linux/ |
D | module.h | 5 #define module_param(name, type, perm) argument
|
/tools/testing/selftests/capabilities/ |
D | test_execve.c | 207 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/lib/ |
D | kvm_util.c | 117 static void vm_open(struct kvm_vm *vm, int perm) in vm_open() argument 119 vm->kvm_fd = open(KVM_DEV_PATH, perm); in vm_open() 183 struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm) in vm_create() argument 188 vm_guest_mode_string(mode), phy_pages, perm); in vm_create() 252 vm_open(vm, perm); in vm_create() 287 void kvm_vm_restart(struct kvm_vm *vmp, int perm) in kvm_vm_restart() argument 291 vm_open(vmp, perm); in kvm_vm_restart()
|
/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 70 struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm); 72 void kvm_vm_restart(struct kvm_vm *vmp, int perm);
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | rtnetlink.sh | 606 ip -4 neigh add 192.0.2.2 lladdr de:ad:be:ef:13:37 nud perm dev $swp1 607 ip -6 neigh add 2001:db8:1::2 lladdr de:ad:be:ef:13:37 nud perm \
|