Searched refs:SEMUSZ (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsem_internal.h204 * SEMUSZ is properly aligned.
216 * #define SEMUSZ SEM_ALIGN(offsetof(struct sem_undo, un_ent[SEMUME]))
218 #define SEMUSZ sizeof(struct sem_undo) macro
230 /* Until we can initialize seminfo.semusz to SEMUSZ, we hard code the size macro
238 * #define SEMU(ix) ((struct sem_undo *)(((intptr_t)semu)+ix * SEMUSZ))
/xnu-2422.115.4/bsd/kern/
H A Dsysv_sem.c95 SEMUSZ, /* size in bytes of undo structure */
112 SEMUSZ, /* size in bytes of undo structure */

Completed in 31 milliseconds