Searched refs:semflg (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dsem.c211 static int newary (struct ipc_namespace *ns, key_t key, int nsems, int semflg) argument
230 sma->sem_perm.mode = (semflg & S_IRWXUGO);
260 asmlinkage long sys_semget (key_t key, int nsems, int semflg) argument
273 err = newary(ns, key, nsems, semflg);
275 if (!(semflg & IPC_CREAT))
278 err = newary(ns, key, nsems, semflg);
279 } else if (semflg & IPC_CREAT && semflg & IPC_EXCL) {
286 else if (ipcperms(&sma->sem_perm, semflg))
290 err = security_sem_associate(sma, semflg);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h1033 * @semflg contains the operation control flags.
1311 int (*sem_associate) (struct sem_array * sma, int semflg);
2071 static inline int security_sem_associate (struct sem_array * sma, int semflg) argument
2073 return security_ops->sem_associate (sma, semflg);
2732 static inline int security_sem_associate (struct sem_array * sma, int semflg) argument
H A Dsyscalls.h461 asmlinkage long sys_semget(key_t key, int nsems, int semflg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Ddummy.c663 static int dummy_sem_associate (struct sem_array *sma, int semflg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c4370 static int selinux_sem_associate(struct sem_array *sma, int semflg) argument

Completed in 143 milliseconds