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

<<1112

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c30 * input() is a door server that receives binary audit records and
37 * the process threads. The input thread moves buffers from the pool
95 static thr_data_t in_thr; /* input thread locks and data */
104 static void input(void *, void *, int, door_desc_t *, int);
448 doorfd = door_create((void(*)())input, 0,
457 /* input door server */
895 * policy set, else 1. 0 is also returned if the input is a control
1004 * Link the record buffer to the input queues.
1094 "adjust_priority: input taking a short break\n"));
1097 "adjust_priority: input bac
1116 input(void *cookie, void *argp, int arg_size, door_desc_t *dp, function
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c417 isp->input[NETWORK_LVL] = ipv4_input;
434 isp->input[TRANSPORT_LVL] = NULL;
945 if (sockets[index].input[MEDIA_LVL](index) < 0) {
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c270 int sasl_encode(sasl_conn_t *conn, const char *input, argument
278 if(!input || !inputlen || !output || !outputlen)
286 tmp.iov_base = (void *)input;
362 const char *input, unsigned inputlen,
371 if(!input || !output || !outputlen)
400 "input too large for default sasl_decode");
403 "input too large for default sasl_decode");
413 memcpy(conn->decode_buf, input, inputlen);
424 result = conn->oparams.decode(conn->context, input, inputlen,
361 sasl_decode(sasl_conn_t *conn, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
66 % they might have appeared in the input file name.
389 % the input line (except we remove a trailing comment). #1 should be a
468 % Make each space character in the input produce a normal interword
470 % is used only in environments like @example, where each line of input
690 % @example, where each end-of-line in the input causes an
729 where each line of input produces a line of output.}
855 % @include file insert text of that file as input.
863 \def\temp{\input #1 }%
1114 % So open here the files we need to have open while reading the input
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h156 * does a substantial amount of input/output processing it is appropriate
228 var unsigned char *globp; /* (Untyped) input string to command mode */
234 var unsigned char *input; /* Current position in cmd line input buffer */ variable
237 extern short lastc; /* Last character ret'd from cmd input */
251 var int peekc; /* Peek ahead character (cmd mode input) */
259 var bool seenprompt; /* 1 if have gotten user input */
/illumos-gate/usr/src/cmd/format/
H A Dmisc.c184 answer = input(FIO_MSTR, question, '?', &ioparam,
201 * allows the user to interrupt the program even when input is from
824 *dst = 0; /* be tolerant of garbage input */
956 * We have a real terminal for std input and output
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c35 * return next line of input, throw away trailing '\n'
660 error("Cannot read from -- standard input");
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h596 unsigned int input[2]; member in struct:xen_domctl_cpuid
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c57 static char *my_strndup (const char *input, size_t limit) argument
59 size_t len = strlen(input);
64 memcpy(result, input, limit);
69 return strdup(input);
1130 /* validate the input parameters */
1222 /* validate the input parameters */
1849 /* validate the input parameters */
2295 Also, this version won't handle an input string which contains
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c308 (pp.pool.input || !(dp->type & TYPE_CHECKPOINT))
318 if (pp.pool.input)
H A Dpplex.c439 if (pp.pool.input)
542 sfprintf(sfstderr, "%7d: input stream pushes\n", pp.counter.push);
2384 * loop on < input output >
2394 if (!sfnew(sfstdin, NiL, SF_UNBOUND, pp.pool.input, SF_READ))
2395 error(ERROR_SYSTEM|3, "cannot dup pool input");
2404 * loop on < input output >
2407 pp.pool.input = 0;
H A Dppop.c128 error(1, "%s: input file name required for %s ignore", file, dirname(INCLUDE));
1088 * push the main input file -- special case for hosted mark
1165 if (!(pp.mode & DUMP) || pp.pool.input)
1171 if (pp.pool.input)
1275 error(3, "%s: identical to input", pp.outfile);
1304 pp.pool.input = dup(0);
1314 error(3, "preprocessor not compiled with input pool enabled [POOL]");
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s710 movups (%INP), %STATE / input
795 movups (%INP), %STATE / input
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c601 * cycles the poll() call in timeout seconds (waits for input from server).
722 send_record(struct hostlist_s *hostlptr, const char *input, size_t in_len, argument
863 (void) memcpy((char *)in_buf.value + sizeof (seq_n), input, in_len);
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c332 Output the 'ko' termcap string. This is a list of all of the input
333 keys that input the same thing as the corresponding output strings.
339 *addko(char *output, char *input, char *koptr) argument
342 inptr = tgetstr(input, (char **)0);
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c146 #define DES_ARG_INPLACE(input, output) \
148 (output) = (input);
559 * Do an update on the specified input data.
601 * Do an update on the specified input data.
639 * Do the DES update on the specified input data.
701 * Do the DES update on the specified input data.
848 * Do the update on the specified input data.
951 * Do the update on the specified input data.
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c485 * Feedback the encrypted output as the input to next DES call.
490 * Get the last bits of input from the previous
491 * msg block that we haven't yet used as feedback input.
500 * Now copy the correct bytes from the current input
511 * If there are bytes of input here that we need in the next
548 * Save the input CFB_BLKSZ bytes at a time.
593 * To decrypt, XOR the input with the output from the DES call
601 * Feedback the encrypted input for next DES call.
606 * Get the last bits of input from the previous block
619 * buffer of input dat
649 crc32_calc(uchar_t *buf, uchar_t *input, uint_t len) argument
664 kef_digest(crypto_mech_type_t digest_type, uchar_t *input, uint_t inlen, uchar_t *output, uint_t hashlen) argument
704 sha1_calc(uchar_t *output, uchar_t *input, uint_t inlen) argument
719 md5_calc(uchar_t *output, uchar_t *input, uint_t inlen) argument
[all...]
H A Dfdc.c1929 fdc_motorsm(struct fcu_obj *fjp, int input, int timeval) argument
1941 switch (input) {
2044 "fdc_motorsm: unit %d bad input %d or bad state %d",
2045 (int)fjp->fj_unit, input, old_mstate));
2048 "fdc_motorsm: unit %d bad input %d or bad state %d",
2049 (int)fjp->fj_unit, input, old_mstate);
2060 (CE_CONT, "fdc_motorsm unit %d: input %d, %d -> %d\n",
2061 (int)fjp->fj_unit, input, old_mstate,
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c498 * Clear the input queue. This has to be done
831 if (sockets[sock_id].input[i] != NULL) {
832 if (sockets[sock_id].input[i](sock_id) < 0) {
865 * input routing is called. For example, if TCP gets a RST,
1069 nuke_grams(&sockets[i].inq); /* flush the input queue */
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c1690 char input[1024]; local
1746 memset(input, 0, sizeof (input));
1754 (void) gets(input);
1760 for (i = 0; input[i]; i++) {
1761 if (!isdigit(input[i])) {
1788 if (password[i] == input[i]) {
1801 sscanf(input, "%s", password);
1805 if (l_new_password(path_phys, input)) {
2977 /* matching input pww
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c639 * input: "fstype=nfs,ro,nosuid"
648 get_opts(input, opts, fstype, fstype_opt)
649 char *input;
659 (void) strcpy(buf, input);
1275 * The input is the string lp (and lq) which can be one of the
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx.h117 __in_ecount(length) uint8_t const *input,
2254 __in_ecount(count) uint32_t const *input, variable
2260 __in_ecount(length) uint8_t const *input, variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h217 extern bool direct_tty; /* use standard input directly; not a tty */
349 void (*input) __P((int unit, u_char *pkt, int len)); member in struct:protent
546 /* Wait for input, with timeout */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c230 "Usage: encrypt enable <type> [input|output]\n"));
249 "Usage: encrypt disable <type> [input|output]\n"));
257 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
284 "Usage: encrypt type <type> [input|output]\n"));
292 if ((mode == 0) || isprefix(mode, "input")) {
314 if (isprefix(mode, "input"))
320 "Usage: encrypt start [input|output]\n"));
362 if (isprefix(mode, "input"))
368 "Usage: encrypt stop [input|output]\n"));
404 "Currently decrypting input wit
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h536 void elink_link_status_update(struct elink_params *input,

Completed in 151 milliseconds

<<1112