which              42 kern/synchprobs/whalemating.c male(void *p, unsigned long which)
which              45 kern/synchprobs/whalemating.c 	kprintf("male whale #%ld starting\n", which);
which              52 kern/synchprobs/whalemating.c female(void *p, unsigned long which)
which              55 kern/synchprobs/whalemating.c 	kprintf("female whale #%ld starting\n", which);
which              62 kern/synchprobs/whalemating.c matchmaker(void *p, unsigned long which)
which              65 kern/synchprobs/whalemating.c 	kprintf("matchmaker whale #%ld starting\n", which);
which             256 user/testbin/dirseek/dirseek.c doreadone(int which)
which             259 user/testbin/dirseek/dirseek.c 	pos = lseek(dirfd, testfiles[which].pos, SEEK_SET);
which             261 user/testbin/dirseek/dirseek.c 		err(1, ".: lseek(%ld, SEEK_SET)", (long) testfiles[which].pos);
which             263 user/testbin/dirseek/dirseek.c 	if (pos != testfiles[which].pos) {
which             265 user/testbin/dirseek/dirseek.c 		     (long) testfiles[which].pos, (long) pos);
which             268 user/testbin/dirseek/dirseek.c 	readone(testfiles[which].name);