| /src/etc/rc.d/ | 
| downinterfaces | 17 	tmp=$(ifconfig -lu) 
 | 
| network | 518 	for int in $(/sbin/ifconfig -lu); do 
 | 
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ | 
| reloc_ia64.S | 208 	xma.lu	ftmp = ftmp,syment,symtab 
 | 
| /src/sys/dev/ic/ | 
| ninjascsi32.c | 520 	struct njsc32_lu *lu;  local in function:njsc32_init_targets 538 			lu = &sc->sc_targets[id].t_lus[lun];
 539 			lu->lu_cmd = NULL;
 540 			TAILQ_INIT(&lu->lu_q);
 1397 	struct njsc32_lu *lu;  local in function:njsc32_clear_cmds
 1410 			lu = &sc->sc_targets[id].t_lus[lun];
 1412 			if ((cmd = lu->lu_cmd) != NULL) {
 1413 				lu->lu_cmd = NULL;
 1416 			while ((cmd = TAILQ_FIRST(&lu->lu_q)) != NULL) {
 1417 				TAILQ_REMOVE(&lu->lu_q, cmd, c_q)
 [all...]
 | 
| /src/sys/arch/ia64/stand/ia64/efi/ | 
| start.S | 232 	xma.lu	f10=f10,f9,f8		// f10=symtab + r_sym*syment 
 | 
| /src/sys/external/bsd/acpica/dist/compiler/ | 
| dtcompilerparser.tab.c | 931   YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1408       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
 
 | 
| dtparser.tab.c | 1013   YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1490       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
 
 | 
| prparser.tab.c | 1016   YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1493       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
 
 | 
| /src/usr.sbin/sysinst/ | 
| msg.mi.fr | 1240 Apr�s l'avoir lu, tapez "fg" pour continuer.} 
 | 
| /src/usr.bin/xlint/lint1/ | 
| tree.c | 253 		int64_t lu = si_mult_sat(tp, a.smin, b.smax);  local in function:ic_mult 257 		c.smin = s64_min(ll, s64_min(lu, s64_min(ul, uu)));
 258 		c.smax = s64_max(ll, s64_max(lu, s64_max(ul, uu)));
 
 | 
| /src/dist/pf/sbin/pfctl/ | 
| parse.y | 2806 					yyerror("illegal uid value %lu", ulval); 2887 					yyerror("illegal gid value %lu", ulval);
 2954 					yyerror("illegal icmp-code %lu", ulval);
 2994 					yyerror("illegal icmp6-code %lu",
 3026 					yyerror("illegal icmp-type %lu", ulval);
 3050 					yyerror("illegal icmp6-type %lu",
 5453 			yyerror("illegal port value %lu", ulval);
 5503 		yyerror("invalid icmp code %lu", ulval);
 
 | 
| /src/sys/dev/usb/ | 
| uaudio.c | 262 		const struct usb_audio_clksel_unit *lu;  member in union:io_terminal::__anona7bb29fa010a 1802 	d = iot[id].d.lu;
 
 |