try               508 arch/i386/stand/libsa/pxe.c 	int try;
try               525 arch/i386/stand/libsa/pxe.c 	for (try = 3; try > 0; try--) {
try               534 arch/i386/stand/libsa/pxe.c 		if (try != 1)
try               539 arch/i386/stand/libsa/pxe.c 	for (try = 3; try > 0; try--) {
try               548 arch/i386/stand/libsa/pxe.c 		if (try != 1)
try               871 dev/ic/midway.c   int bestalgn, bestnotalgn, lcv, try, fail;
try               885 dev/ic/midway.c     try = en_dmaprobe_doit(sc, sp+lcv, dp+lcv, 0);
try               886 dev/ic/midway.c     if (try < bestnotalgn)
try               887 dev/ic/midway.c       bestnotalgn = try;
try               916 dev/ic/midway.c   try = sc->bestburstlen - 4;
try               918 dev/ic/midway.c   fail += en_dmaprobe_doit(sc, sp, dp, try);
try               920 dev/ic/midway.c     fail += en_dmaprobe_doit(sc, sp+lcv, dp+lcv, try);
try               922 dev/ic/midway.c       try -= 4;
try               384 dev/ic/mpi.c       struct mpi_cfg_raid_physdisk *physdisk, int period, int offset, int try)
try               394 dev/ic/mpi.c   	    "link quirks: 0x%x\n", DEVNAME(sc), period, offset, try,
try               397 dev/ic/mpi.c   	if (try >= 3)
try               459 dev/ic/mpi.c   		switch (try) {
try               521 dev/ic/mpi.c   	if (!(letoh32(pg0.information) & 0x07) && (try == 0)) {
try               527 dev/ic/mpi.c   	if ((((letoh32(pg0.information) >> 8) & 0xff) > 0x09) && (try == 1)) {
try                58 stand/boot/boot.c 	int try = 0, st;
try                96 stand/boot/boot.c 		try++;
try               100 stand/boot/boot.c 		if (try < 2) {
try               337 uvm/uvm_page.h 	int	start, len, try;
try               353 uvm/uvm_page.h 		try = start + (len / 2);	/* try in the middle */
try               356 uvm/uvm_page.h 		if (pframe >= vm_physmem[try].start) {
try               358 uvm/uvm_page.h 			if (pframe < vm_physmem[try].end) {
try               360 uvm/uvm_page.h 					*offp = pframe - vm_physmem[try].start;
try               361 uvm/uvm_page.h 				return(try);            /* got it */
try               363 uvm/uvm_page.h 			start = try + 1;	/* next time, start here */
try                72 uvm/uvm_pglist.c 	psize_t try;
try                95 uvm/uvm_pglist.c 	for (try = low; try < high; try += PAGE_SIZE) {
try               101 uvm/uvm_pglist.c 		if ((psi = vm_physseg_find(atop(try), &idx)) == -1)
try               181 uvm/uvm_pglist.c 	paddr_t try, idxpa, lastidxpa;
try               206 uvm/uvm_pglist.c 	try = roundup(low, alignment);
try               210 uvm/uvm_pglist.c 		return (uvm_pglistalloc_simple(size, try, high, rlist));
try               229 uvm/uvm_pglist.c 	for (;; try += alignment) {
try               230 uvm/uvm_pglist.c 		if (try + size > high) {
try               243 uvm/uvm_pglist.c 		if ((psi = vm_physseg_find(atop(try), &idx)) == -1)
try               245 uvm/uvm_pglist.c 		if (vm_physseg_find(atop(try + size), NULL) != psi)