Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 7 of 7) sorted by relevance

/security/tomoyo/
Dtomoyo.c312 static int tomoyo_file_fcntl(struct file *file, unsigned int cmd, in tomoyo_file_fcntl()
347 static int tomoyo_file_ioctl(struct file *file, unsigned int cmd, in tomoyo_file_ioctl()
/security/smack/
Dsmack_lsm.c1099 static int smack_file_ioctl(struct file *file, unsigned int cmd, in smack_file_ioctl()
1124 static int smack_file_lock(struct file *file, unsigned int cmd) in smack_file_lock()
1145 static int smack_file_fcntl(struct file *file, unsigned int cmd, in smack_file_fcntl()
2108 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl()
2231 static int smack_sem_semctl(struct sem_array *sma, int cmd) in smack_sem_semctl()
2360 static int smack_msg_queue_msgctl(struct msg_queue *msq, int cmd) in smack_msg_queue_msgctl()
/security/
Dcapability.c345 static int cap_file_lock(struct file *file, unsigned int cmd) in cap_file_lock()
350 static int cap_file_fcntl(struct file *file, unsigned int cmd, in cap_file_fcntl()
513 static int cap_msg_queue_msgctl(struct msg_queue *msq, int cmd) in cap_msg_queue_msgctl()
544 static int cap_shm_shmctl(struct shmid_kernel *shp, int cmd) in cap_shm_shmctl()
569 static int cap_sem_semctl(struct sem_array *sma, int cmd) in cap_sem_semctl()
Dsecurity.c697 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl()
758 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock()
763 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl()
979 int security_msg_queue_msgctl(struct msg_queue *msq, int cmd) in security_msg_queue_msgctl()
1011 int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
1036 int security_sem_semctl(struct sem_array *sma, int cmd) in security_sem_semctl()
/security/selinux/
Dhooks.c3118 u32 requested, u16 cmd) in ioctl_has_perm()
3153 static int selinux_file_ioctl(struct file *file, unsigned int cmd, in selinux_file_ioctl()
3301 static int selinux_file_lock(struct file *file, unsigned int cmd) in selinux_file_lock()
3308 static int selinux_file_fcntl(struct file *file, unsigned int cmd, in selinux_file_fcntl()
5103 static int selinux_msg_queue_msgctl(struct msg_queue *msq, int cmd) in selinux_msg_queue_msgctl()
5245 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd) in selinux_shm_shmctl()
5337 static int selinux_sem_semctl(struct sem_array *sma, int cmd) in selinux_sem_semctl()
/security/apparmor/
Dlsm.c459 static int apparmor_file_lock(struct file *file, unsigned int cmd) in apparmor_file_lock()
/security/keys/
Dtrusted.c357 static int trusted_tpm_send(const u32 chip_num, unsigned char *cmd, in trusted_tpm_send()