Searched refs:output (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c157 rc = output(R_LOAD_PRINTER);
207 rc = output(R_QUIET_ALERT);
282 rc = output(R_LOAD_CLASS);
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh327 --output-document=- \
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h130 /* output parser flags */
164 extern FILE *foutput; /* y.output file */
277 extern void output(void);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_3des.c92 DBG(dca, DWARN, "inadequate output space (need %d, got %d)",
122 /* Set output to zero ready to take the processed data */
192 DBG(dca, DWARN, "not enough output space (need %d, got %d)",
266 /* Set output to zero ready to take the processed data */
316 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output,
351 if (input == output) {
356 rv = dca_3des(&ctx, input, output, req, mode);
359 output->cd_length = 0;
391 * 4) there is enough space in the output
484 * The output buffe
314 dca_3desatomic(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, int kmflag, crypto_req_handle_t req, int mode) argument
[all...]
H A Dblowfish.c109 /* operations are in-place if the output buffer is NULL */
110 #define BLOWFISH_ARG_INPLACE(input, output) \
111 if ((output) == NULL) \
112 (output) = (input);
357 * We need to just return the length needed to store the output.
399 * We need to just return the length needed to store the output.
437 /* return length needed to store the output */
500 /* return length needed to store the output */
614 /* return length needed to store the output */
701 /* return length needed to store the output */
[all...]
H A Ddca_rsa.c85 * Return length needed to store the output.
86 * For sign, sign-recover, and encrypt, the output buffer
92 "dca_rsastart: output buffer too short (%d < %d)",
121 * For decryption and verifyRecover, the output buffer should not
132 /* For decrypt and verify, the input should not be less than output */
249 /* Reset the output data length */
342 /* Reset the output data length */
632 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output,
655 if (input == output) {
660 rv = dca_rsastart(&ctx, input, output, re
630 dca_rsaatomic(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, int kmflag, crypto_req_handle_t req, int mode) argument
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c61 isp->output[TRANSPORT_LVL] = udp_output;
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c260 * output-type and map the parameters as well.
380 * algorithm. It is given an input-type and output-type and finds a
382 * output-type. Since the filter-pipeline must meet other criteria,
396 * the input-type and output-type and satisfies the criteria. If one
406 * and the other can produce the output-type. For each of these, it
408 * together--one that accepts as input the output-type of the first
409 * in the pair, and produces as output the input-type of the second
412 * where the input-type is the output-type; with trivial cases it
449 TYPE *output,
454 instantiate(pline, input, output, verif
446 instantiate( _FILTER **pline, TYPE *input, TYPE *output, int (*verify)(_FILTER *, void *), void *criteria ) argument
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py102 output=sys.stdout)
H A Dmapfilechk.py100 output=sys.stdout)
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S227 jnz putc # if the char != null, output it
229 putc: movw $0x7,%bx # attribute for output
249 outb %al,$0x64 # output port
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A DMakefile94 --output-target=${EFI_TARGET} --subsystem efi-app ${PROG} $@
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c1632 FILE *output; local
1665 output = fdopen(fd, "w");
1670 fprintf(output, "%s\n", names[i]);
1672 fclose(output);
1923 FILE *output = NULL; local
1992 output = fdopen(fd, "w");
1993 if (output == NULL) {
2001 if (output != NULL) {
2003 fprintf(output, "%s\n", names[i]);
2006 if (output !
[all...]
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h44 * output:
179 * output parameters from SASL API
201 const char **output, unsigned *outputlen);
204 const char **output, unsigned *outputlen);
666 * maxmech -- max number of strings in mechlist (0 = no output)
667 * output:
785 * note that the output buffers MAY be the same as the input buffers.
/illumos-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.com38 newscn.o next.o nextscn.o output.o \
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c794 KMF_DATA *tobesigned, KMF_DATA *output,
853 (void) memcpy(output->Data, pfx, pfxlen);
854 (void) memcpy(output->Data + pfxlen, outbuf, outlen);
855 output->Length = outlen + pfxlen;
857 (void) memcpy(output->Data, outbuf, outlen);
858 output->Length = outlen;
791 PKCS_DigestData(KMF_HANDLE_T handle, CK_SESSION_HANDLE hSession, CK_MECHANISM_TYPE mechtype, KMF_DATA *tobesigned, KMF_DATA *output, boolean_t pkcs1_encoding) argument
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c152 * get this from the beginning of htab. The output stack uses the rest
171 /* Write output on stdout, suppress messages */
175 /* Don't unlink output file on interrupt */
193 #define CLEAR 256 /* table clear output code */
236 static void output(code_int);
254 static FILE *outp; /* current output file */
255 static FILE *outfile; /* disk-based output stream */
257 /* For output() */
269 static count_long bytes_out; /* length of compressed output */
270 /* # of codes output (fo
1154 output(code_int code) function
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c634 /* U = hash function output bits */
721 * where n = pseudorandom bits of output desired.
820 * The final output of this process is the A buffer
1179 CK_BYTE *input, *output; local
1185 output = buffer[1];
1207 rv = soft_sign(session_p, input, inlen, output, &hmac_outlen);
1213 * The first time, initialize the output buffer
1217 (void) memcpy(blockdata, output,
1221 * XOR the existing data with output from PRF.
1228 blockdata[j] ^= output[
[all...]
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c124 * output: void
182 * output: void
416 * output: void
495 * output: void
1009 * output: void
1013 Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input, argument
1019 if (IS_P2ALIGNED(output, sizeof (uint32_t))) {
1022 *((uint32_t *)(output + j)) = input[i];
1027 output[j] = (input[i] >> 24) & 0xff;
1028 output[
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c106 static void output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo);
486 output(vfpo, cf_ent, pkgpinfo);
489 output(vfpo, &(el_ent->cf_ent), pkgpinfo);
618 output(vfpo, &(el_ent->cf_ent), pinfo);
1058 output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo) function
1063 /* output without volume information */
1075 /* output without local pathname */
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1016 KMF_DATA *output)
1028 tobesigned == NULL || output == NULL ||
1030 output->Data == NULL)
1073 if (signed_data.len <= output->Length) {
1074 (void) memcpy(output->Data, signed_data.data, signed_data.len);
1075 output->Length = signed_data.len;
1077 output->Length = 0;
1293 KMF_DATA *output)
1305 ciphertext == NULL || output == NULL ||
1307 output
1014 NSS_SignData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *tobesigned, KMF_DATA *output) argument
1291 NSS_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/bc/
H A Dbc.y104 output($2);
111 output((int *)"");
774 output(int *p)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c816 output(cstate->unit, outpacket_buf, outlen + PPP_HDRLEN);
855 output(cstate->unit, outpacket_buf, outlen + PPP_HDRLEN);
919 output(cstate->unit, outpacket_buf, outlen + PPP_HDRLEN);
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c166 /* tell spmi zones interface how to access package output functions */
325 boolean_t output = B_FALSE; local
386 output = B_TRUE;
402 /* If no package matched and no output produced set error flag */
403 if (!output)
406 /* verify that each package listed on command line was output */
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh185 [[ $foo == *bar=foo* ]] || err_exit 'no prefix elements in compound variable output'
527 compound output=(
532 [[ $output == *end=* ]] || err_exit "The field 'name' end is missing"

Completed in 112 milliseconds

1234567891011>>