Searched refs:compact (Results 1 - 15 of 15) sorted by relevance
| /src/usr.sbin/intrctl/ |
| H A D | intrctl.c | 130 intrctl_list_one(bool compact, bool skipzero) argument 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/ |
| H A D | 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);
|
| H A D | efimemory.c | 370 efi_memory_show_map(bool sorted, bool compact) argument 388 if (compact)
|
| /src/usr.bin/netstat/ |
| H A D | 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;
|
| H A D | 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/ |
| H A D | octeon_3xxx.dts | 347 cf0: compact-flash@5,0 { 348 compatible = "cavium,ebt3000-compact-flash";
|
| H A D | octeon_68xx.dts | 565 compact-flash@5,0 { 566 compatible = "cavium,ebt3000-compact-flash";
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | intel-ixp42x-gateworks-gw2348.dts | 83 compatible = "intel,ixp4xx-compact-flash";
|
| H A D | intel-ixp43x-gateworks-gw2358.dts | 99 compatible = "intel,ixp4xx-compact-flash";
|
| H A D | vexpress-v2m-rs1.dtsi | 393 compact-flash@1a0000 {
|
| H A D | vexpress-v2m.dtsi | 326 compact-flash@1a000 {
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| H A D | vexpress-v2m-rs1.dtsi | 393 compact-flash@1a0000 {
|
| /src/sys/arch/m68k/060sp/dist/ |
| H A D | 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 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 #
|
| H A D | 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 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 #
|
| /src/sys/external/isc/libsodium/dist/m4/ |
| H A D | libtool.m4 | 3497 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
|
Completed in 46 milliseconds