fixed             179 compat/osf1/osf1_mmap.c 		int fixed = 0;
fixed             187 compat/osf1/osf1_mmap.c 			fixed = 1;
fixed             194 compat/osf1/osf1_mmap.c 			fixed = 1;
fixed             200 compat/osf1/osf1_mmap.c 		if (fixed) {
fixed            1477 kern/subr_pool.c #define PRWORD(ovflw, fmt, width, fixed, val) do {	\
fixed            1479 kern/subr_pool.c 	    (width) - (fixed) - (ovflw) > 0 ?		\
fixed            1480 kern/subr_pool.c 	    (width) - (fixed) - (ovflw) : 0,		\
fixed              79 lib/libz/infback.c     static code fixed[544];
fixed              92 lib/libz/infback.c         next = fixed;
fixed             212 lib/libz/inflate.c     static code fixed[544];
fixed             225 lib/libz/inflate.c         next = fixed;
fixed             209 uvm/uvm_km.c       int flags, boolean_t fixed, struct vm_map *submap)
fixed             211 uvm/uvm_km.c   	int mapflags = UVM_FLAG_NOMERGE | (fixed ? UVM_FLAG_FIXED : 0);