Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 721) sorted by last modified time

12345678910>>...29

/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids1179 0015 PCI-DAC416 Analogue output board
10198 1043 4031 V7100 Pro with TV output
10245 107d 2840 WinFast GeForce2 GTS with TV output
16775 91c3 DA16-16(LPCI)L [Un-insulated highly precise analog output board for Low Profile PCI]
18672 1734 PCI-1734 32-channel isolated digital output card
22140 3001 APCI3501 SP controller (analog output board)
24460 087f DTA-2175 3G-SDI/ASI input+output with bypass relay
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c1963 const char *output = NULL; in optparse_get_logpage() local
1976 output = optarg; in optparse_get_logpage()
1985 log->ngl_output = output; in optparse_get_logpage()
2592 nvme_feat_output_t output = nvme_feat_disc_output_get(disc); in do_get_features_cb() local
2593 nvme_print_feat_unknown(output, cdw0, data, datalen); in do_get_features_cb()
H A Dnvmeadm_print.c2159 nvme_print_feat_unknown(nvme_feat_output_t output, uint32_t cdw0, void *b, in nvme_print_feat_unknown() argument
2162 if ((output & NVME_FEAT_OUTPUT_CDW0) != 0) { in nvme_print_feat_unknown()
2166 if ((output & NVME_FEAT_OUTPUT_DATA) != 0) { in nvme_print_feat_unknown()
/illumos-gate/usr/src/uts/
H A DREADME183 In order to get meaningful output from lint pass2, all the modules must be
185 produce its own pass1 output (file.ln, one per .c/.s file). It is also
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m57 file path=opt/util-tests/tests/awk/bugs-fixed/numeric-output-seps.awk mode=0444
58 file path=opt/util-tests/tests/awk/bugs-fixed/numeric-output-seps.ok mode=0444
1637 file path=opt/util-tests/tests/mdb/exit-e/tst.output.ksh mode=0444
1638 file path=opt/util-tests/tests/mdb/exit-e/tst.output.ksh.out mode=0444
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src2115 # you output the char in column 80, immediately output CR LF
5688 # testcurs using the output option? \E[?25h\E[?8c
7575 # starts beeping, and output becomes garbled.
10128 # No check is made to make sure that only 3 parameters are output.
11154 # "kf" functions adds carriage return to output string if terminal is in
15925 # In <hpa>, we want to output the character given by the formula:
18048 # video output for a TV set or a dedicated monitor and several slots for
19148 # When it is about to output a line on top of a line that is
19670 # output transistor a couple of times, but it's a 2N2222 :-)
20897 # A format effector specifies how following output is to be displayed.
[all …]
H A Dtermcap.src1861 # you output the char in column 80, immediately output CR LF
5008 # testcurs using the output option? \E[?25h\E[?8c
6746 # starts beeping, and output becomes garbled.
9024 # No check is made to make sure that only 3 parameters are output.
9830 # "kf" functions adds carriage return to output string if terminal is in
14096 # In <hpa>, we want to output the character given by the formula:
16053 # video output for a TV set or a dedicated monitor and several slots for
17061 # When it is about to output a line on top of a line that is
17542 # output transistor a couple of times, but it's a 2N2222 :-)
18679 # A format effector specifies how following output is to be displayed.
[all …]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c635 *((uint32_t *)(output + j)) = input[i]; in Encode()
640 output[j] = (input[i] >> 24) & 0xff; in Encode()
641 output[j + 1] = (input[i] >> 16) & 0xff; in Encode()
642 output[j + 2] = (input[i] >> 8) & 0xff; in Encode()
643 output[j + 3] = input[i] & 0xff; in Encode()
660 *((uint64_t *)(output + j)) = input[i]; in Encode64()
666 output[j] = (input[i] >> 56) & 0xff; in Encode64()
667 output[j + 1] = (input[i] >> 48) & 0xff; in Encode64()
668 output[j + 2] = (input[i] >> 40) & 0xff; in Encode64()
669 output[j + 3] = (input[i] >> 32) & 0xff; in Encode64()
[all …]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c282 *output = NULL; in getldap_get_cacheData_stat()
914 *output = NULL; in getldap_get_serverInfo()
1117 *output = NULL; in getldap_format_refresh_time()
1175 *output = NULL; in getldap_get_server_stat()
1253 free(*output); in getldap_get_server_stat()
1254 *output = NULL; in getldap_get_server_stat()
1262 (void) snprintf(*output + strlen(*output), len1, in getldap_get_server_stat()
1268 (void) snprintf(*output + strlen(*output), len1, in getldap_get_server_stat()
1301 *output = NULL; in getldap_get_refresh_stat()
1870 *output = NULL; in getldap_serverInfo_op()
[all …]
/illumos-gate/exception_lists/
H A Dwscheck118 # These bits form the mdb test suite are all literal output from mdb and
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py301 ret |= Copyright.copyright(fh, output=output)
311 ret |= CStyle.cstyle(fh, output=output, picky=True,
323 ret |= HdrChk.hdrchk(fh, lenient=True, output=output)
335 ret |= JStyle.jstyle(fh, output=output, picky=True)
352 ret |= Keywords.keywords(fh, output=output)
364 ret |= ManLint.manlint(fh, output=output, picky=True)
365 ret |= SpellCheck.spellcheck(fh, output=output)
392 ret |= Mapfile.mapfilechk(fh, output=output)
413 ret |= ShellLint.lint(fh, output=output)
425 ret |= PkgFmt.check(fh, output=output)
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib662 typeset output=
663 output=$(zfs set $2=$3 $1 2>&1)
669 log_note "Output: $output"
718 # @output: big loud notice if assertion failed
1714 # Check the output of 'zpool status -v <pool>',
1869 # write an awk script that can process the output of format
2323 # sample zdb output:
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c263 } output; in adt_get_unique_id() local
293 MD5Final(output.obuff, &context); in adt_get_unique_id()
295 retval = output.v[count % 4]; in adt_get_unique_id()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c539 if (output == 0) { in t_page()
540 output = in_olist(n); in t_page()
560 output = in_olist(n); in t_page()
589 output = 1; in t_page()
604 output = 1; in t_page()
609 output = 0; in t_page()
665 if (!output) in t_text()
695 output = 1; in t_reset()
758 if (!output) in put1s()
781 if (!output) in put1()
[all …]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c45 output(void) in output() function
H A Dy1.c127 output(); /* write the states and the tables */ in main()
H A Ddextern.h275 extern void output(void);
/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py171 output.write("WARNING: Blank line(s) in comments\n")
179 output.write(" %s\n" % err)
186 output.write(" %s\n" % com)
190 output.write("NOTE: Change-Id present in comment\n")
196 output.write(" %s\n" % com)
202 output.write(" %s\n" % id)
206 output.write("These bug synopses don't match "
210 output.write(" should be: '%s'\n" % err[1])
211 output.write(" is: '%s'\n" % err[2])
215 output.write("Spellcheck:\n")
[all …]
H A DComments_test.py111 def expect_fail(self, input, output, *, check_db=False): argument
118 self.assertEqual(out.getvalue(), output)
H A DSpellCheck.py294 def spellcheck(fh, filename=None, output=sys.stderr, **opts): argument
305 output.write('{}: Line {} {}\n'.format(
/illumos-gate/usr/src/cmd/mandoc/
H A Dlib.in57 LINE("libofmt", "Formatted output library (libofmt, \\-lofmt)")
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE154 06-09-08 date.c: add output write error diagnostic
163 06-07-17 cut.c: --output-delimiter == --line-delimiter
164 06-06-25 chmod.c: mask -c output with S_IPERM
178 05-01-11 cat.c: restore output stream to binary mode on exit
201 04-06-11 id.c: fix -r to output something!
202 04-05-27 expr.c: fix `:' op subexpression output
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c750 smb_encode_SHARE_INFO_1(struct mbuf_chain *output, struct mbuf_chain *text, in smb_encode_SHARE_INFO_1() argument
753 (void) smb_mbc_encodef(output, "13c.wl", oem_name, in smb_encode_SHARE_INFO_1()
760 smb_encode_SHARE_INFO_2(struct mbuf_chain *output, struct mbuf_chain *text, in smb_encode_SHARE_INFO_2() argument
768 smb_encode_SHARE_INFO_1(output, text, oem_name, type, comment); in smb_encode_SHARE_INFO_2()
769 (void) smb_mbc_encodef(output, "wwwl9c.", in smb_encode_SHARE_INFO_2()
/illumos-gate/usr/src/common/bootbanner/
H A Dbootbanner.c78 ilstr_append_char(output, c); in bootbanner_expand_template()
85 ilstr_append_char(output, c); in bootbanner_expand_template()
87 ilstr_append_str(output, utsname.sysname); in bootbanner_expand_template()
89 ilstr_append_str(output, "illumos"); in bootbanner_expand_template()
91 ilstr_append_str(output, utsname.release); in bootbanner_expand_template()
93 ilstr_append_str(output, utsname.version); in bootbanner_expand_template()
96 ilstr_aprintf(output, "%u", in bootbanner_expand_template()
111 ilstr_append_str(output, bits); in bootbanner_expand_template()
117 ilstr_append_str(output, "!^"); in bootbanner_expand_template()
118 ilstr_append_char(output, c); in bootbanner_expand_template()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/pcidb/
H A Dpcidbtest.ksh62 typeset output
66 output=$($pcidb_prog $@)
73 if [[ "$output" != "$match" ]]; then
74 warn "output mismatch with args: $@\n found: $output\n" \

12345678910>>...29