Home
last modified time | relevance | path

Searched refs:semget (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dsemsys.c68 semget(key_t key, int nsems, int semflg) in semget() function
107 return (semget(key, nsems, semflg)); in semsys()
/titanic_41/usr/src/lib/libc/port/sys/
H A Dsemsys.c34 #pragma weak _semget = semget
123 semget(key_t key, int nsems, int semflg) in semget() function
/titanic_41/usr/src/uts/common/sys/
H A Dsem.h107 int semget(key_t, int, int);
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dsem.c50 semid = semget(key, nsem, semflg);
/titanic_41/usr/src/lib/libsys/i386/
H A Dlibsys.list101 f 1 semget
/titanic_41/usr/src/lib/libsys/sparc/
H A Dlibsys.list99 f 1 semget
/titanic_41/usr/src/cmd/ipcrm/
H A Dipcrm.c243 if ((id = semget(k, 0, 0)) == -1) in semgetkey()
/titanic_41/usr/src/man/man2/
H A DMakefile118 semget.2 \
/titanic_41/usr/src/lib/libsys/common/
H A Dmapfile-vers274 semget;
/titanic_41/usr/src/uts/common/syscall/
H A Dsem.c665 semget(key_t key, int nsems, int semflg) in semget() function
1200 error = semget((key_t)a1, (int)a2, (int)a3); in semsys()
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common770 semget
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc113 file path=usr/share/man/man2/semget.2
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c797 if ((Sem_id[cnt] = semget(IPC_PRIVATE, 1, 0)) < 0) in mem_setup()
/titanic_41/usr/src/lib/libbsm/
H A Daudit_event.txt178 109:AUE_SEMGET:semget(2):ip
/titanic_41/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1563 # ipc_perm token: semget -> audit_ipcget
1575 skip=Not used. (place holder) -- defaults to a semget variant
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2364 semget;
H A Dllib-lc1402 int semget(key_t key, int nsems, int semflg);
/titanic_41/usr/src/lib/libima/common/
H A Dima-lib.c340 retVal = semget(IPC_PRIVATE, 1, IPC_CREAT); in os_createmutex()