Searched refs:output (Results 201 - 225 of 293) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s708 mov %rsi, (%rsp) / output pointer (P2)
712 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp)
719 mov %rcx, (%rsp) / Save output pointer (P4) on stack
730 / P4: output pointer in (rsp)
812 mov %rsi, (%rsp) / output pointer (P2)
816 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp)
823 mov %rcx, (%rsp) / Save output pointer (P4) on stack
834 / P4: output pointer in (rsp)
/illumos-gate/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl99 my $output = shift;
100 open STDOUT,">$output";
/illumos-gate/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl68 my $output = shift;
69 open STDOUT,">$output";
83 if ($output =~ /512/) {
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c143 output(char *source) function
151 /* output ``PACKED'' header */
154 /* output the length and the dictionary */
171 /* output the text */
336 return (output(source));
529 /* output statistics */
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnrform164 call output(yyprev)
H A Dnceucform324 while(n-->0) output(*p++);
417 output(c);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A DMakefile.com41 YOUT = y.output
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h218 FILE *output; member in struct:__anon3880
/illumos-gate/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl156 my $output = shift;
157 open STDOUT,">$output" or die "can't open $output: $!";
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl51 my $output = shift;
52 open STDOUT,">$output";
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c333 keys that input the same thing as the corresponding output strings.
339 *addko(char *output, char *input, char *koptr) argument
345 outptr = tgetstr(output, (char **)0);
350 *koptr++ = *output++;
351 *koptr++ = *output++;
1001 "output\n");
1005 "debugging output\n");
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h122 /* used for input and output of shell */
234 extern int output;
H A Dmain.c572 isatty(output) &&
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_io.h73 * command to tell the driver to output debug information. This information
196 * command to tell the driver to output debug information. This information
240 int output[MAX_PSUS]; member in struct:__anon8076
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py83 # output_lock standard output or temporary file (difference())
253 error("failed to get output of command: " + diff_cmd + " " \
763 # know how to disassemble. Just ignore it, as the output
981 status, output = commands.getstatusoutput(baseCmd)
983 error(baseCmd + " failed: " + output)
988 status, output = commands.getstatusoutput(ptchCmd)
990 error(ptchCmd + " failed: " + output)
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S129 outb %al,$0x64 # output port
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A DMakefile109 --output-target=${EFI_TARGET} --subsystem efi-app loader.sym $@
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1228 /* Check the output filename and directory attributes. */
1780 KMF_OID *AlgOID, KMF_DATA *tobesigned, KMF_DATA *output)
1789 tobesigned == NULL || output == NULL ||
1791 output->Data == NULL)
1821 p = output->Data;
1828 output->Length = len;
1834 len = (uint32_t)output->Length;
1835 p = output->Data;
1841 output->Length = len;
1861 * ASN.1 output s
1779 OpenSSL_SignData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *tobesigned, KMF_DATA *output) argument
2293 OpenSSL_DecryptData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *ciphertext, KMF_DATA *output) argument
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c126 char *output = input; local
142 output = calloc(bytesleft, 1);
143 if (output != NULL) {
144 outleft = output;
149 free(output);
150 output = input;
154 output = input;
164 return (output);
179 char *output = input; local
196 output
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex104 % starts a new line in the output.
202 % change spans more than two lines of output. To handle that, we would
210 % Append this vertical mode material after the current line in the output.
231 % since that produces some useless output on the terminal. We also make
232 % some effort to order the tracing commands to reduce output in the log
280 % Main output routine.
282 \output = {\onepageout{\pagecontents\PAGE}}
305 \escapechar = `\\ % use backslash in output files.
306 \indexdummies % don't expand commands in the output.
469 % space in the output
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c72 #define LINEBUF_SIZE LINE_MAX /* input or output lines */
233 static FILE *output; variable
312 output = stdout;
408 if (output != stdout)
409 return (cmdclose(output));
1063 output = (FILE *)np->first.l;
1064 (void) fprintf(output, "%s\n", name);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h627 unsigned numiov, buffer_info_t **output);
630 unsigned numiov, buffer_info_t **output);
/illumos-gate/usr/src/grub/grub-0.97/
H A Ddepcomp45 object Object file output by `PROGRAMS ARGS'.
47 depfile Dependency file to output.
105 ## There are various ways to get dependency output from gcc. Here's
139 ## that the space means something, we add a space to the output as
252 # ICC 7.1 will output
290 # Dependencies are output in .lo.d with libtool 1.4.
291 # With libtool 1.5 they are output both in $dir.libs/$base.o.d
/illumos-gate/usr/src/cmd/od/
H A Dod.c27 * the sample output in the Open Group man page.)
65 * we process a block at a time (one block == one line of od output.)
88 * This structure is used to provide information on a specific output
89 * format. We link them together in a list representing the output
92 typedef struct output { struct
94 void (*func)(buffer_t *, int); /* output function */
95 struct output *next; /* link node */
290 * List of output formatting structures.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c54 "Don't output passwords to log", 1 },
622 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
653 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);

Completed in 337 milliseconds

1234567891011>>