Lines Matching defs:SEM_PRINTF
86 #define SEM_PRINTF(a) printf a
88 #define SEM_PRINTF(a)
544 SEM_PRINTF(("call to semctl(%d, %d, %d, %p)\n",
719 SEM_PRINTF(("semget(0x%x, %d, 0%o)\n", key, nsems, semflg));
730 SEM_PRINTF(("found public key\n"));
735 SEM_PRINTF(("too small\n"));
740 SEM_PRINTF(("not exclusive\n"));
748 SEM_PRINTF(("need to allocate the semid_ds\n"));
751 SEM_PRINTF(("nsems out of range (0<%d<=%d)\n", nsems,
757 SEM_PRINTF(("not enough semaphores left "
768 SEM_PRINTF(("no more semid_ds's available\n"));
772 SEM_PRINTF(("semid %d is available\n", semid));
788 SEM_PRINTF(("sembase = %p, next = %p\n", sema[semid]._sem_base,
791 SEM_PRINTF(("didn't find it and wasn't asked to create it\n"));
830 SEM_PRINTF(("do_semop1(%d, %p, %zu)\n", usemid, sops, nsops));
866 SEM_PRINTF(("error = %d from ipaccess\n", error));
893 SEM_PRINTF(("semop: semaptr=%p, sem_base=%p, "
903 SEM_PRINTF(("semop: "
916 SEM_PRINTF(("semop: not zero now\n"));
937 SEM_PRINTF(("semop: rollback 0 through %d\n", i - 1));
957 SEM_PRINTF(("semop: good night!\n"));
959 SEM_PRINTF(("semop: good morning (error=%d)!\n", error));
998 SEM_PRINTF(("semop: good morning!\n"));
1046 SEM_PRINTF(("error = %d from semundo_adjust\n",
1064 SEM_PRINTF(("semop: doing wakeup\n"));
1066 SEM_PRINTF(("semop: back from wakeup\n"));
1068 SEM_PRINTF(("semop: done\n"));
1087 SEM_PRINTF(("do_semop(%d, %p, %zu)\n", usemid, usops, nsops));
1094 SEM_PRINTF(("too many sops (max=%d, nsops=%zu)\n",
1101 SEM_PRINTF(("error = %d from copyin(%p, %p, %zu)\n", error,
1111 SEM_PRINTF(("error = %d from copyin(%p, %p, %zu)\n",
1199 SEM_PRINTF(("proc @%p has undo structure with %d entries\n", p,
1219 SEM_PRINTF(("semexit: %p id=%d num=%d(adj=%d) ; "
1233 SEM_PRINTF(("semexit: back from wakeup\n"));
1240 SEM_PRINTF(("removing vector\n"));