Searched refs:input (Results 276 - 294 of 294) sorted by relevance

<<1112

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c99 #define AES_ARG_INPLACE(input, output) \
101 (output) = (input);
456 * Do an update on the specified input data.
577 * Do an update on the specified input data.
663 * Do the AES update on the specified input data.
747 * Do the AES update on the specified input data.
1023 * Do an update on the specified input data.
1158 * Do an update on the specified input data.
H A Drsa.c171 #define RSA_ARG_INPLACE(input, output) \
173 (output) = (input);
1096 * Add PKCS padding to the input data to format a block
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c700 v_len = do_bsys_getproplen(NULL, "input-device");
702 (void) do_bsys_getprop(NULL, "input-device", inputdev);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h525 const krb5_data *input, krb5_enc_data *output);
531 const krb5_enc_data *input, krb5_data *output);
620 const krb5_data *input, krb5_checksum *cksum);
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml33 Usage: $prog [options] <xml-input-file>
78 my $filename = $ARGV[0]; # input XML file
680 else { # default order -- input order same as output
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs545 Allows a process to perform operations on window input devices.
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h51 #define POOL 1 /* enable loop on input,output,error */
118 #define IN_prototype (1<<11) /* ppproto() input */
119 #define IN_regular (1<<12) /* regular input file */
138 struct ppinstk /* input stream stack frame */
140 char* nextchr; /* next input char (first elt) */
157 char type; /* input type */
209 int push; /* input stream pushes */
286 struct ppinstk* in; /* input stream stack pointer */ \
307 int input; /* pool input */ \
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c666 krb5_data input; local
682 input.data = type_check;
683 input.length = 2;
686 &input,
2412 * also flush the pty input buffer (by dropping its data) if it becomes
2734 * Get a pty, scan input lines.
3095 * echo the terminal input).
3301 * Never look for input if there's still
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h539 uint32_t input; member in struct:v4l2_buffer
551 #define V4L2_BUF_FLAG_INPUT 0x0200 /* input field is valid */
753 uint32_t index; /* Which input */
754 uint32_t type; /* Type of input */
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s388 ! input:
404 ! input:
552 ! input:
819 ! input:
833 ! input:
848 ! input:
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c402 isp->input[TRANSPORT_LVL] = tcp_input;
488 * We do this because the input queue may have some user
496 if (sockets[sock_id].input[i] != NULL) {
497 if (sockets[sock_id].input[i](sock_id) < 0) {
1723 if (sockets[sock_id].input[i] != NULL) {
1724 if (sockets[sock_id].input[i](sock_id) < 0) {
4089 * ACK every other segments, unless the input queue is empty
/illumos-gate/usr/src/cmd/format/
H A Dio.c103 * This routine pushes the given character back onto the input stream.
113 * This routine checks the input stream for an eof condition.
122 * This routine gets the next token off the input stream. A token is
222 * This routine checks if a token is already present on the input line
231 * This routine flushes the rest of an input line if there is known
438 * This routine is the basis for all input into the program. It
439 * understands the semantics of a set of input types, and provides
440 * consistent error messages for all input. It allows for default
444 input(type, promptstr, delim, param, deflt, cmdflag) function
471 * Optional integer input ha
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c1788 * Print the address, given as "raw" input via the void pointer.
1791 print_raw_address(void *input, boolean_t isv4) argument
1807 (void) memcpy(&V4_PART_OF_V6(in_addr), input, 4); local
1815 (void) memcpy(&addr6, input, 16);
3512 * For a bad input, we truncate at VALID_ALG_LEN.
5387 * can't check all input up here, but we
5390 warnx(gettext("PF_POLICY invalid input:\n\t%s"),
5420 * for input again as # will be treated as comment.
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh35 $PROG: [ -v ] [ -i input file ] [ -o output file ]
36 i <input file> Get setup info from input file.
855 # get past the input routine. The invalid DN's will be
998 INTERACTIVE=1 # 0 = on, 1 = off (For input file mode)
1157 # Remove SSD lines from input file before sourcing.
1162 # Source the input file.
2672 # info that is not specified in the input file.
3188 # input : LDAP_BASEDN, LDAP_SUFFIX - base dn and suffix;
3305 # input
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1130 * as part of validating the type of the input argument.
1749 * format is %s, then either the input format is %s as well or
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y70 input ::= cmdlist. label
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c163 static int waiting; /* for input from peer or timer expiration */
1448 * Upcall the proper protocol input routine.
1452 (*protp->input)(0, p, len);
2798 error("Error reading standard input: %m");
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c7004 * input stream is divided into groups of 5 characters (40 bits). Each
7006 * represents 5 bits of input.
7008 * If the input is not an even multiple of 5 characters, the output will be
7020 * input - Address of the buffer to be encoded.
7021 * inlen - Number of characters at input.
7034 scf_encode32(const char *input, size_t inlen, char *output, size_t outmax, argument
7039 const unsigned char *in = (const unsigned char *)input;
7092 /* Take care of final input bytes. */
7162 * input stream is divided into groups of 8 encoded characters. Each
7190 * -1 Indicates an invalid input characte
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1027 dtrace_strtoll(char *input, int base, size_t limit) argument
1029 uintptr_t pos = (uintptr_t)input;
3960 * ERROR: unexpected end of input.
4556 * Check both the token buffer and (later) the input buffer,
7822 * consists of input pattern strings and an ops-vector to evaluate them.
7855 * interface for matching a glob pattern 'p' to an input string 's'. Unlike
8047 * invoke our callback for each one that matches our input probe key.
8072 * attributes of our input probe key.

Completed in 216 milliseconds

<<1112