HomeSort by: relevance | last modified time | path
    Searched defs:compact (Results 1 - 4 of 4) 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 in function:intrctl_list
255 compact = true;
271 intrctl_list_one(compact, skipzero);
  /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/arch/i386/stand/efiboot/
boot.c 409 "memmap [{sorted|unsorted|compact}]\n"
757 bool compact = false; local in function:command_memmap
763 else if (strcmp(arg, "compact") == 0)
764 compact = true;
767 "must be 'sorted', 'unsorted' or 'compact'.\n");
771 efi_memory_show_map(sorted, compact);

Completed in 48 milliseconds