Lines Matching refs:cmd
2645 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() argument
2647 return call_int_hook(file_ioctl, 0, file, cmd, arg); in security_file_ioctl()
2662 int security_file_ioctl_compat(struct file *file, unsigned int cmd, in security_file_ioctl_compat() argument
2665 return call_int_hook(file_ioctl_compat, 0, file, cmd, arg); in security_file_ioctl_compat()
2769 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() argument
2771 return call_int_hook(file_lock, 0, file, cmd); in security_file_lock()
2788 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() argument
2790 return call_int_hook(file_fcntl, 0, file, cmd, arg); in security_file_fcntl()
3596 int security_msg_queue_msgctl(struct kern_ipc_perm *msq, int cmd) in security_msg_queue_msgctl() argument
3598 return call_int_hook(msg_queue_msgctl, 0, msq, cmd); in security_msg_queue_msgctl()
3700 int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl() argument
3702 return call_int_hook(shm_shmctl, 0, shp, cmd); in security_shm_shmctl()
3783 int security_sem_semctl(struct kern_ipc_perm *sma, int cmd) in security_sem_semctl() argument
3785 return call_int_hook(sem_semctl, 0, sma, cmd); in security_sem_semctl()
5190 int security_bpf(int cmd, union bpf_attr *attr, unsigned int size) in security_bpf() argument
5192 return call_int_hook(bpf, 0, cmd, attr, size); in security_bpf()