| /src/sys/dev/pci/ | 
| tga_conf.c | 143 	int deep, addrmask, wide;  local in function:tga_identify 151 	wide = (gder & 0x200) == 0; /* XXX */
 162 			if (!wide)
 169 			if (wide)			/* sanity */
 174 			if (wide)			/* sanity */
 179 		if (addrmask == 0x00 && tga2 && wide) {
 187 			if (!wide)
 194 			if (wide && !tga2)			/* sanity */
 
 | 
| /src/sys/dev/ic/ | 
| bha.c | 486 	int wide, period, offset, rlen;  local in function:bha_get_xfer_mode 490 	 * sync and wide information from here.
 505 	 * First check for wide.  On later boards, we can check
 506 	 * directly in the setup info if wide is currently active.
 513 				wide =
 516 				wide =
 519 			if (wide)
 522 			/* XXX Check `wide permitted' in the config info. */
 1288 		aprint_normal(", wide LUN support");
 1309 	 * Poll targets 8 - 15 if we have a wide bus
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ | 
| i915_gem_execbuffer.c | 1268 	bool wide = eb->reloc_cache.use_64bit_reloc;  local in function:relocate_entry 1279 		if (wide)
 1291 		if (wide) {
 1339 	if (wide) {
 1342 		wide = false;
 
 | 
| /src/usr.bin/vmstat/ | 
| vmstat.c | 338 	int c, todo, verbose, wide;  local in function:main 346 	reps = todo = verbose = wide = 0;
 406 			wide++;
 484 				dopool(verbose, wide);
 1458 dopool_sysctl(int verbose, int wide)
 1487 	    wide ? 16 : 11, "Name",
 1488 	    wide ? 9 : 5, "Size",
 1489 	    wide ? 13 : 9, "Requests",
 1490 	    wide ? 8 : 5, "Fail",
 1491 	    wide ? 13 : 9, "Releases"
 [all...]
 |