HomeSort by: relevance | last modified time | path
    Searched refs:compact (Results 1 - 8 of 8) sorted by relevancy

  /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
255 compact = true;
271 intrctl_list_one(compact, skipzero);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
Makefile 41 stm32mp153c-dhcor-drc-compact.dtb \
  /src/sys/arch/i386/stand/efiboot/
boot.c 419 "memmap [{sorted|unsorted|compact}]\n"
817 bool compact = false; local
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
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
207 compact ? "" : " ");
221 printf(" %s", compact ? shorttcpstates[t_state] :
360 compact = 0;
366 compact = 1;
  /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.

Completed in 53 milliseconds