want             1397 dev/usb/ubt.c  	int i, size, got, want;
want             1453 dev/usb/ubt.c  		want = sizeof(hci_scodata_hdr_t);
want             1454 dev/usb/ubt.c  		if (got >= want)
want             1455 dev/usb/ubt.c  			want += mtod(m, hci_scodata_hdr_t *)->length ;
want             1459 dev/usb/ubt.c  		want = 0;
want             1481 dev/usb/ubt.c  				want = sizeof(hci_scodata_hdr_t);
want             1484 dev/usb/ubt.c  			if (got + size > want)
want             1485 dev/usb/ubt.c  				size = want - got;
want             1496 dev/usb/ubt.c  			if (got == want) {
want             1502 dev/usb/ubt.c  				if (want == sizeof(hci_scodata_hdr_t))
want             1503 dev/usb/ubt.c  					want += mtod(m, hci_scodata_hdr_t *)->length;
want             1505 dev/usb/ubt.c  				if (got == want) {
want              352 dev/usb/ucycom.c 	u_int32_t want = *cnt;
want              398 dev/usb/ucycom.c 	DPRINTFN(4,("ucycomstart: req %d chars did %d chars\n", want, len));
want               93 kern/kern_descrip.c find_next_zero (u_int *bitmap, int want, u_int bits)
want               98 kern/kern_descrip.c 	if (want > bits)
want              101 kern/kern_descrip.c 	off = want >> NDENTRYSHIFT;
want              102 kern/kern_descrip.c 	i = want & NDENTRYMASK;
want              674 kern/kern_descrip.c fdalloc(struct proc *p, int want, int *result)
want              688 kern/kern_descrip.c 	if ((i = want) < fdp->fd_freefile)
want              702 kern/kern_descrip.c 			want = (new + 1) << NDENTRYSHIFT;
want              708 kern/kern_descrip.c 			if (want <= fdp->fd_freefile)
want             1707 net/if_bridge.c 		goto want;
want             1725 net/if_bridge.c 			goto want;
want             1747 net/if_bridge.c 			goto want;
want             1768 net/if_bridge.c 			goto want;
want             1774 net/if_bridge.c want:
want              415 netbt/hci_link.c 	uint16_t handle, want;
want              500 netbt/hci_link.c 	m_copydata(m, 0, sizeof(want), (caddr_t)&want);
want              501 netbt/hci_link.c 	want = letoh16(want) + sizeof(l2cap_hdr_t) - got;
want              503 netbt/hci_link.c 	if (want > 0)
want              508 netbt/hci_link.c 	if (want == 0) {
want              116 sys/filedesc.h int	fdalloc(struct proc *p, int want, int *result);
want              846 uvm/uvm_km.c   	int i, s, want;
want              848 uvm/uvm_km.c   	for (i = want = 16; ; ) {
want              849 uvm/uvm_km.c   		if (i < want || uvm_km_pages_free >= uvm_km_pages_lowat)
want              851 uvm/uvm_km.c   		for (i = 0; i < want; i++) {