Lines Matching refs:cmd
1093 static int smack_file_ioctl(struct file *file, unsigned int cmd, in smack_file_ioctl() argument
1102 if (_IOC_DIR(cmd) & _IOC_WRITE) in smack_file_ioctl()
1105 if (rc == 0 && (_IOC_DIR(cmd) & _IOC_READ)) in smack_file_ioctl()
1118 static int smack_file_lock(struct file *file, unsigned int cmd) in smack_file_lock() argument
1139 static int smack_file_fcntl(struct file *file, unsigned int cmd, in smack_file_fcntl() argument
1146 switch (cmd) { in smack_file_fcntl()
2195 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl() argument
2199 switch (cmd) { in smack_shm_shmctl()
2318 static int smack_sem_semctl(struct sem_array *sma, int cmd) in smack_sem_semctl() argument
2322 switch (cmd) { in smack_sem_semctl()
2447 static int smack_msg_queue_msgctl(struct msg_queue *msq, int cmd) in smack_msg_queue_msgctl() argument
2451 switch (cmd) { in smack_msg_queue_msgctl()