Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c52 char *summary; member
548 cmds[TOKEN_IDX].summary = TOKEN_SUMM; in init_command_list()
552 cmds[SETPIN_IDX].summary = SETPIN_SUMM; in init_command_list()
556 cmds[LIST_IDX].summary = LIST_SUMM; in init_command_list()
560 cmds[DELETE_IDX].summary = DELETE_SUMM; in init_command_list()
564 cmds[IMPORT_IDX].summary = IMPORT_SUMM; in init_command_list()
568 cmds[EXPORT_IDX].summary = EXPORT_SUMM; in init_command_list()
576 cmds[GENCSR_IDX].summary = GENCSR_SUMM; in init_command_list()
584 cmds[GENKEY_IDX].summary = GENKEY_SUMM; in init_command_list()
600 cmds[HELP_IDX].summary = HELP_SUMM; in init_command_list()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dsummarize_errs.sh35 echo $sm_err >> summary
36 echo $ans >> summary
37 echo ========== >> summary
71 if grep -F "$last" *summary* > /dev/null ; then
80 grep -A1 -F "$last" *summary* 2> /dev/null
/illumos-gate/usr/src/ucbcmd/users/
H A Dusers.c28 static void summary(void);
66 summary(); in main()
77 summary(void) in summary() function
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c140 const char *summary; member
1434 if (ip->summary != NULL) in determine_summary()
1438 ip->summary = gettext("is running."); in determine_summary()
1443 ip->summary = gettext("is uninitialized."); in determine_summary()
1446 ip->summary = gettext("is disabled."); in determine_summary()
1453 ip->summary = gettext("is starting."); in determine_summary()
1455 ip->summary = gettext("is offline."); in determine_summary()
1474 ip->summary = in determine_summary()
1628 spp->svcp->summary) <= 80) { in print_dependency_reasons()
1632 spp->svcp->summary); in print_dependency_reasons()
[all …]
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DREADME65 summary.
77 end of each test, and a results summary is printed at the end of the run. The
78 results summary includes the location of the complete logs, which is of the
/illumos-gate/usr/src/test/elf-tests/doc/
H A DREADME57 the end of each test, and a results summary is printed at the end of the run.
58 The results summary includes the location of the complete logs, which is of the
/illumos-gate/usr/src/test/os-tests/doc/
H A DREADME57 the end of each test, and a results summary is printed at the end of the run.
58 The results summary includes the location of the complete logs, which is of the
/illumos-gate/usr/src/test/util-tests/doc/
H A DREADME63 the end of each test, and a results summary is printed at the end of the run.
64 The results summary includes the location of the complete logs, which is of the
/illumos-gate/usr/src/test/crypto-tests/doc/
H A DREADME58 the end of each test, and a results summary is printed at the end of the run.
59 The results summary includes the location of the complete logs, which is of the
/illumos-gate/usr/src/test/libc-tests/doc/
H A DREADME70 the end of each test, and a results summary is printed at the end of the run.
71 The results summary includes the location of the complete logs, which is of the
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c38 static void summary(void);
130 summary(); in main()
428 summary(void) in summary() function
518 summary(); in error()
662 summary(); in cpres()
904 summary(); in cempty()
/illumos-gate/usr/src/test/libmlrpc-tests/doc/
H A DREADME75 the end of each test, and a results summary is printed at the end of the run.
76 The results summary includes the location of the complete logs, which is of the
/illumos-gate/usr/src/test/smbsrv-tests/tests/smbtorture/
H A Drunst-rpc.ksh58 outfile=$outdir/smbtor-rpc-${tstamp}.summary
H A Drunst-smb2.ksh58 outfile=$outdir/smbtor-smb2-${tstamp}.summary
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c66 int summary = 0; in main() local
88 summary = 1; in main()
154 if (summary) { in main()
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME124 smbtor-smb2-20210317T162827.summary
127 The *.summary file is the same as what's shown while the test runs.
/illumos-gate/usr/src/pkg/manifests/
H A Ddiagnostic-pci.p5m17 set name=pkg.summary value="PCI Utilities"
H A Dsystem-library-math-header-math.p5m19 set name=pkg.summary value="Math Library Headers & Lint Files"
H A Ddriver-usb-usbgem.p5m18 set name=pkg.summary value="USB General Ethernet Module"
H A Ddeveloper-acpi.p5m16 set name=pkg.summary value="ACPI utilities"
H A Dsystem-monitoring-arcstat.p5m15 set name=pkg.summary \
H A Dnetwork-snoop.p5m17 set name=pkg.summary value=snoop
H A Ddriver-crypto-viorand.p5m18 set name=pkg.summary value="VirtIO Random number Driver"
H A Ddeveloper-debug-ctf.p5m17 set name=pkg.summary value="CTF Tools"
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c1286 print_status_record(status_record_t *srp, int summary, int opt_i, int full) in print_status_record() argument
1294 if (!summary || !header) { in print_status_record()
1333 if (!summary) in print_status_record()
1338 print_catalog(int summary, int opt_a, int full, int opt_i, int page_feed) in print_catalog() argument
1350 print_status_record(srp, summary, opt_i, full); in print_catalog()
1392 print_fru(int summary, int opt_a, int opt_i, int page_feed) in print_fru() argument
1406 if (!summary) in print_fru()
1495 if (!summary) { in print_fru()

12345678910>>...22