/src/usr.sbin/intrctl/ |
intrctl.c | 130 intrctl_list_one(bool compact, bool skipzero) 173 if (compact) { 204 if (compact) { 248 bool compact = false; local in function:intrctl_list 255 compact = true; 271 intrctl_list_one(compact, skipzero);
|
/src/sys/arch/i386/stand/efiboot/ |
boot.c | 419 "memmap [{sorted|unsorted|compact}]\n" 817 bool compact = false; local in function:command_memmap 823 else if (strcmp(arg, "compact") == 0) 824 compact = true; 827 "must be 'sorted', 'unsorted' or 'compact'.\n"); 831 efi_memory_show_map(sorted, compact);
|
efimemory.c | 370 efi_memory_show_map(bool sorted, bool compact) 388 if (compact)
|
/src/usr.bin/netstat/ |
inet.c | 108 static int compact; variable in typeref:typename:int 125 "Proto", "Recv-Q", "Send-Q", compact ? "" : " ", 151 compact ? "" : " "); 166 printf(" %s", compact ? shorttcpstates[t_state] : 348 compact = 0; 354 compact = 1;
|
inet6.c | 162 static int compact; variable in typeref:typename:int 207 compact ? "" : " "); 221 printf(" %s", compact ? shorttcpstates[t_state] : 360 compact = 0; 366 compact = 1;
|
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/ |
octeon_3xxx.dts | 347 cf0: compact-flash@5,0 { 348 compatible = "cavium,ebt3000-compact-flash";
|
octeon_68xx.dts | 565 compact-flash@5,0 { 566 compatible = "cavium,ebt3000-compact-flash";
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
intel-ixp42x-gateworks-gw2348.dts | 83 compatible = "intel,ixp4xx-compact-flash";
|
intel-ixp43x-gateworks-gw2358.dts | 99 compatible = "intel,ixp4xx-compact-flash";
|
vexpress-v2m-rs1.dtsi | 393 compact-flash@1a0000 {
|
vexpress-v2m.dtsi | 326 compact-flash@1a000 {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
vexpress-v2m-rs1.dtsi | 393 compact-flash@1a0000 {
|
/src/sys/arch/m68k/060sp/dist/ |
fplsp.s | 5479 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 5910 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 6353 #--|X| IS IN d0 IN COMPACT FORM. FP1, d0 SAVED. 6729 # compact representation of |X| is used. This format is a # 6736 # 16380 log(2) used in Step 1.3 is also in the compact # 8545 #--FPCR SAVED. D0 IS X IN COMPACT FORM.
|
fpsp.s | 5585 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 6016 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 6459 #--|X| IS IN d0 IN COMPACT FORM. FP1, d0 SAVED. 6835 # compact representation of |X| is used. This format is a # 6842 # 16380 log(2) used in Step 1.3 is also in the compact # 8651 #--FPCR SAVED. D0 IS X IN COMPACT FORM.
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 3497 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
|