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

<<11121314151617181920>>

/freebsd-current/sys/arm/ti/
H A Dti_adcvar.h64 int32_t enable; /* input enabled */
66 int32_t input; /* input number */ member in struct:ti_adc_input
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h1097 #define TD_GET_PHY_ID(input) (input & 0x0F)
1098 #define TD_GET_PHY_NUMS(input) ((input & 0xF0) >> 4)
1099 #define TD_GET_LINK_RATE(input) ((input & 0xFF00) >> 8)
1100 #define TD_GET_PORT_STATE(input) ((input & 0xF0000) >> 16)
1101 #define TD_GET_PHY_STATUS(input) ((input
[all...]
/freebsd-current/usr.bin/fortune/tools/
H A Ddo_uniq.py59 if input("Remove last fortune? ") == 'y':
/freebsd-current/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-current/sys/netipsec/
H A Dipsec_support.h77 int (*input)(struct mbuf *, int, int); member in struct:ipsec_methods
93 int (*input)(struct mbuf *, struct tcphdr *, u_char *); member in struct:tcpmd5_methods
112 (*tcp_ipsec_support->methods->input)(m, __VA_ARGS__)
153 (*(proto ## _ipsec_support)->methods->input)(m, __VA_ARGS__)
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacconvert.h195 char input);
/freebsd-current/share/examples/sound/
H A Dossinit.h110 * Split input buffer into channels. Input buffer is in interleaved format
116 oss_split(config_t *config, sample_t *input, sample_t *output) argument
124 output[channel * index] = input[i];
134 oss_merge(config_t *config, sample_t *input, sample_t *output) argument
138 output[index * config->channels + channel] = input[channel * index];
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h42 /// Substitute variables of the format %\d+ in the input string.
44 llvm::StringRef input,
/freebsd-current/contrib/bsddialog/lib/
H A Dmessagebox.c101 wint_t input; local
116 if (get_wch(&input) == ERR)
118 switch (input) {
182 if (shortcut_buttons(input, &d.bs)) {
H A Dtimebox.c100 wint_t input; local
129 if (get_wch(&input) == ERR)
131 switch(input) {
222 if (shortcut_buttons(input, &d.bs)) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dlibzfs_input_check.c141 variant = "unsupported input";
144 variant = "missing input";
147 variant = "invalid input type";
150 variant = "valid input";
177 * Test each ioc for the following ioctl input errors:
178 * ZFS_ERR_IOC_ARG_UNAVAIL an input argument is not supported by kernel
179 * ZFS_ERR_IOC_ARG_REQUIRED a required input argument is missing
180 * ZFS_ERR_IOC_ARG_BADTYPE an input argument has an invalid type
186 nvlist_t *input = fnvlist_alloc(); local
193 fnvlist_add_nvpair(input, pai
[all...]
/freebsd-current/contrib/wpa/src/crypto/
H A Dmd4-internal.c20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) argument
124 os_memcpy(ctx->buffer + have, input, need);
126 input += need;
133 MD4Transform(ctx->state, input);
134 input += MD4_BLOCK_LENGTH;
141 os_memcpy(ctx->buffer + have, input, len);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h123 ScriptInterpreterIORedirect(std::unique_ptr<File> input,
189 virtual Status GenerateBreakpointCommandCallbackData(StringList &input, argument
198 virtual bool GenerateWatchpointCommandCallbackData(StringList &input, argument
210 virtual bool GenerateTypeScriptFunction(StringList &input, argument
216 virtual bool GenerateScriptAliasFunction(StringList &input, argument
221 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output, argument
346 const StringList &input,
345 GenerateFunction(const char *signature, const StringList &input, bool is_callback) argument
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l192 * PARAMETERS: None. Uses input() to access current source code line
221 while ((c = input()) != '\n' && c != EOF)
284 * DESCRIPTION: Pop the top of the input file stack and point the parser to
434 * PARAMETERS: SourceChar - One char from the input ASL source file
599 while (((c = input ()) != '*') && (c != EOF))
636 if (((c1 = input ()) != '/') && (c1 != EOF))
718 while (((c = input ()) != '\n') && (c != EOF))
790 while ((StringChar = input()) != EOF)
1012 * Null terminate the input string and copy string to a new buffer
/freebsd-current/contrib/atf/atf-c/
H A Dutils.c176 const int input = open(source, O_RDONLY); local
177 ATF_REQUIRE_MSG(input != -1, "Failed to open source file during "
186 while ((length = read(input, buffer, sizeof(buffer))) > 0)
192 ATF_REQUIRE_MSG(fstat(input, &sb) != -1,
199 close(input);
/freebsd-current/sys/netinet/
H A Dip_encap.c99 encap_input_t input; member in struct:encaptab
239 if (cfg == NULL || cfg->input == NULL ||
255 ep->input = cfg->input;
328 ret = (*match->input)(m, off, proto, arg);
/freebsd-current/usr.sbin/ppp/
H A Dphysical.c190 p->input.sz = 0;
525 rbuff = p->input.buf + p->input.sz;
528 n = physical_Read(p, rbuff, sizeof p->input.buf - p->input.sz);
530 p->link.name, n, (int)(sizeof p->input.buf - p->input.sz), p->fd);
542 rbuff -= p->input.sz;
543 n += p->input.sz;
548 if (rbuff != p->input
[all...]
/freebsd-current/sbin/decryptcore/
H A Ddecryptcore.c117 const char *input)
133 PJDLOG_ASSERT(input != NULL);
159 ifd = open(input, O_RDONLY);
161 pjdlog_errno(LOG_ERR, "Unable to open %s", input);
271 input);
116 decrypt(int ofd, const char *privkeyfile, const char *keyfile, const char *input) argument
/freebsd-current/sbin/md5/tests/
H A Dmd5_test.sh375 atf_set descr "Verify handling of input modes in GNU check mode"
380 printf "The Magic Words are 01010011 01001111\r\n" >input
385 53d88300dfb2be42f0ef25e3d9de798e31bb7e69 input
386 53d88300dfb2be42f0ef25e3d9de798e31bb7e69 *input
387 53d88300dfb2be42f0ef25e3d9de798e31bb7e69 input
388 2290cf6ba4ac5387e520088de760b71a523871b0 ^input
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c47 * (defined as: no byte read from input, and no byte flushed to output)
322 * note : this function does not consume input, it only reads it.
782 RETURN_ERROR_IF(srcSize, srcSize_wrong, "input not entirely consumed");
843 * Similar to ZSTD_nextSrcSizeToDecompress(), but when when a block input can be streamed,
844 * we allow taking a partial block as the input. Currently only raw uncompressed blocks can
848 * output, and avoid copying the input.
850 * @param inputSize - The total amount of input that the caller currently has.
1556 * used both when reading directly from the ZSTD_inBuffer, and in buffered input mode.
1588 size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* input) argument
1590 const char* const src = (const char*)input
1879 ZSTD_inBuffer input = { src, srcSize, *srcPos }; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c153 struct evbuffer *input; local
168 input = bufev->input;
175 howmuch = bufev->wm_read.high - evbuffer_get_length(input);
189 evbuffer_unfreeze(input, 0);
190 res = evbuffer_read(input, fd, (int)howmuch); /* XXXX evbuffer_read would do better to take and return ev_ssize_t */
191 evbuffer_freeze(input, 0);
373 evbuffer_freeze(bufev->input, 0);
629 evbuffer_unfreeze(bufev->input, 0);
/freebsd-current/contrib/libevent/
H A Dbufferevent_sock.c153 struct evbuffer *input; local
168 input = bufev->input;
175 howmuch = bufev->wm_read.high - evbuffer_get_length(input);
189 evbuffer_unfreeze(input, 0);
190 res = evbuffer_read(input, fd, (int)howmuch); /* XXXX evbuffer_read would do better to take and return ev_ssize_t */
191 evbuffer_freeze(input, 0);
373 evbuffer_freeze(bufev->input, 0);
629 evbuffer_unfreeze(bufev->input, 0);
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l44 * We need to undefine lex's input and unput macros so that references to these
48 #undef input
52 * Define YY_INPUT for flex since input() can't be re-defined.
70 * last EOF was received guarantees that input() will keep returning EOF
84 static int input(void);
500 while ((c = input()) != 0) {
529 yyerror("extra ) in input stream\n");
540 yyerror("extra ] in input stream\n");
552 yyerror("extra } in input stream\n");
609 * rule can be matched by an input strin
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Dchacha-armv4.S233 tst r10,#3 @ are input and output aligned?
247 ldrhs r8,[r12],#16 @ load input
266 eorhs r0,r0,r8 @ xor with input
285 ldrhs r8,[r12],#16 @ load input
325 ldrhs r8,[r12],#16 @ load input
372 ldrhs r8,[r12],#16 @ load input
429 ldrhsb r8,[r12],#16 @ ... load input
442 eor r0,r8,r0 @ xor with input (or zero)
447 ldrhsb r8,[r12,#-15] @ load more input
464 ldrhsb r8,[r12,#-14] @ load more input
[all...]
/freebsd-current/crypto/openssh/
H A Dpacket.c141 /* Buffer for raw input data from the socket. */
142 struct sshbuf *input; member in struct:session_state
239 (state->input = sshbuf_new()) == NULL ||
266 sshbuf_free(state->input);
426 if (sshbuf_len(state->input) >= discard)
428 state->packet_discard = discard - sshbuf_len(state->input);
568 /* Returns the routing domain of the input socket, or NULL if unavailable */
599 sshbuf_free(state->input);
745 /* Input is the contents of the input buffer. */
889 debug_f("rekeying %s, input
2453 const u_char *input, *output; local
[all...]

Completed in 262 milliseconds

<<11121314151617181920>>