Lines Matching defs:SEM_PRINTF

86 #define SEM_PRINTF(a) printf a
88 #define SEM_PRINTF(a)
543 SEM_PRINTF(("call to semctl(%d, %d, %d, %p)\n",
717 SEM_PRINTF(("semget(0x%x, %d, 0%o)\n", key, nsems, semflg));
728 SEM_PRINTF(("found public key\n"));
733 SEM_PRINTF(("too small\n"));
738 SEM_PRINTF(("not exclusive\n"));
746 SEM_PRINTF(("need to allocate the semid_ds\n"));
749 SEM_PRINTF(("nsems out of range (0<%d<=%d)\n", nsems,
755 SEM_PRINTF(("not enough semaphores left "
766 SEM_PRINTF(("no more semid_ds's available\n"));
770 SEM_PRINTF(("semid %d is available\n", semid));
786 SEM_PRINTF(("sembase = %p, next = %p\n", sema[semid]._sem_base,
789 SEM_PRINTF(("didn't find it and wasn't asked to create it\n"));
823 SEM_PRINTF(("call to semop(%d, %p, %zu)\n", usemid, usops, nsops));
837 SEM_PRINTF(("too many sops (max=%d, nsops=%zu)\n",
844 SEM_PRINTF(("error = %d from copyin(%p, %p, %zu)\n", error,
865 SEM_PRINTF(("error = %d from copyin(%p, %p, %zu)\n",
884 SEM_PRINTF(("error = %d from ipaccess\n", error));
911 SEM_PRINTF(("semop: semaptr=%p, sem_base=%p, "
921 SEM_PRINTF(("semop: "
934 SEM_PRINTF(("semop: not zero now\n"));
955 SEM_PRINTF(("semop: rollback 0 through %d\n", i - 1));
975 SEM_PRINTF(("semop: good night!\n"));
977 SEM_PRINTF(("semop: good morning (error=%d)!\n", error));
1016 SEM_PRINTF(("semop: good morning!\n"));
1064 SEM_PRINTF(("error = %d from semundo_adjust\n", error));
1081 SEM_PRINTF(("semop: doing wakeup\n"));
1083 SEM_PRINTF(("semop: back from wakeup\n"));
1085 SEM_PRINTF(("semop: done\n"));
1168 SEM_PRINTF(("proc @%p has undo structure with %d entries\n", p,
1188 SEM_PRINTF(("semexit: %p id=%d num=%d(adj=%d) ; "
1202 SEM_PRINTF(("semexit: back from wakeup\n"));
1209 SEM_PRINTF(("removing vector\n"));