Home
last modified time | relevance | path

Searched refs:SETALL (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsem.h73 #define SETALL 9 /* set all semval's */ macro
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c79 case SETALL: in semctl()
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h153 #define SETALL(x) ((long)(x) | (SMAL | BUSY)) macro
H A Dmalloc.c415 lblk->header.holder = (struct holdblk *)SETALL(holdblk); in malloc_unlocked()
437 lblk->header.holder = (struct holdblk *)SETALL(newhold); in malloc_unlocked()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsem.c66 if (semctl(semid, 0, SETALL, semarg) < 0)
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c377 case SETALL: in semctl()
569 case SETALL: in semctl()
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt178 108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1586 syscall=semctl: SETALL
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1374 case SETALL: in aui_semsys()