Searched defs:cmd (Results 1 – 4 of 4) sorted by relevance
/security/smack/ |
D | smack_lsm.c | 850 static int smack_file_ioctl(struct file *file, unsigned int cmd, in smack_file_ioctl() 871 static int smack_file_lock(struct file *file, unsigned int cmd) in smack_file_lock() 884 static int smack_file_fcntl(struct file *file, unsigned int cmd, in smack_file_fcntl() 1671 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl() 1780 static int smack_sem_semctl(struct sem_array *sma, int cmd) in smack_sem_semctl() 1895 static int smack_msg_queue_msgctl(struct msg_queue *msq, int cmd) in smack_msg_queue_msgctl()
|
/security/ |
D | security.c | 631 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() 649 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() 654 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() 845 int security_msg_queue_msgctl(struct msg_queue *msq, int cmd) in security_msg_queue_msgctl() 877 int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl() 902 int security_sem_semctl(struct sem_array *sma, int cmd) in security_sem_semctl()
|
D | capability.c | 348 static int cap_file_lock(struct file *file, unsigned int cmd) in cap_file_lock() 353 static int cap_file_fcntl(struct file *file, unsigned int cmd, in cap_file_fcntl() 511 static int cap_msg_queue_msgctl(struct msg_queue *msq, int cmd) in cap_msg_queue_msgctl() 542 static int cap_shm_shmctl(struct shmid_kernel *shp, int cmd) in cap_shm_shmctl() 567 static int cap_sem_semctl(struct sem_array *sma, int cmd) in cap_sem_semctl()
|
/security/selinux/ |
D | hooks.c | 3004 static int selinux_file_ioctl(struct file *file, unsigned int cmd, in selinux_file_ioctl() 3118 static int selinux_file_lock(struct file *file, unsigned int cmd) in selinux_file_lock() 3125 static int selinux_file_fcntl(struct file *file, unsigned int cmd, in selinux_file_fcntl() 4992 static int selinux_msg_queue_msgctl(struct msg_queue *msq, int cmd) in selinux_msg_queue_msgctl() 5134 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd) in selinux_shm_shmctl() 5231 static int selinux_sem_semctl(struct sem_array *sma, int cmd) in selinux_sem_semctl()
|