Searched refs:output (Results 126 - 150 of 660) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_acpi.c82 * Returns a pointer to the acpi output buffer.
183 struct atif_verify_interface output; local
191 memset(&output, 0, sizeof(output));
199 size = min(sizeof(output), size);
201 memcpy(&output, info->Buffer.Pointer, size);
204 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version);
206 radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
207 radeon_atif_parse_functions(&atif->functions, output.function_bits);
393 * Returns a pointer to the acpi output buffe
465 struct atcs_verify_interface output; local
[all...]
/freebsd-11-stable/contrib/ncurses/include/
H A DMKkey_defs.sh83 output=pass${pass}_$$
85 ${AWK-awk} >$output <$data '
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarshell.mk9 ERROR_WITH_OUTPUT != echo "output before the error"; false
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcat.c168 /* Wrap the output stream if translation is needed. */
197 svn_stream_t *output = out;
227 /* We don't promise to close output, so disown it to ensure we don't. */
228 output = svn_stream_disown(output, scratch_pool);
234 return svn_error_trace(svn_stream_copy3(normal_stream, output,
307 output = svn_subst_stream_translated(svn_stream_disown(out,
331 SVN_ERR(svn_ra_get_file(ra_session, "", loc->rev, output, NULL, NULL,
334 if (out != output)
336 SVN_ERR(svn_stream_close(output));
195 svn_stream_t *output = out; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_acpi.c35 ACPI_BUFFER output = { ACPI_ALLOCATE_BUFFER, NULL }; local
54 ret = AcpiEvaluateObject(handle, "_DSM", &input, &output);
60 obj = (ACPI_OBJECT *)output.Pointer;
83 AcpiOsFree(output.Pointer);
141 ACPI_BUFFER output = { ACPI_ALLOCATE_BUFFER, NULL }; local
160 &output);
166 pkg = (ACPI_OBJECT *)output.Pointer;
191 AcpiOsFree(output.Pointer);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dcbc_cksm.c61 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, argument
68 unsigned char *out = &(*output)[0];
H A Decb_enc.c106 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, argument
112 unsigned char *out = &(*output)[0];
/freebsd-11-stable/tools/tools/mctest/
H A Dmctest_run.sh65 output=$host\_$interface\_$size\_$number\.$now
66 $remote $host $command -r -M $# -b $base -g $group -m $current -n $number -s $size -i $foreign_interface > $output &
/freebsd-11-stable/usr.bin/mkesdb/
H A Dyacc.y59 static char *encoding, *name, *output = NULL, *variable;
195 fp = output ? fopen(output, "wb") : stdout;
266 out = output ? fopen(output, "wb") : stdout;
272 if (ret && output)
273 unlink(output); /* dump failure */
300 output = strdup(optarg);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c645 char *output, int size,
659 BF_word output[6]; member in union:__anon29::__anon30
762 data.binary.output[i] = L;
763 data.binary.output[i + 1] = R;
766 memcpy(output, setting, 7 + 22 - 1);
767 output[7 + 22 - 1] = BF_itoa64[(int)
772 BF_swap(data.binary.output, 6);
773 BF_encode(&output[7 + 22], data.binary.output, 23);
774 output[
644 BF_crypt(const char *key, const char *setting, char *output, int size, BF_word min) argument
779 _crypt_output_magic(const char *setting, char *output, int size) argument
814 _crypt_blowfish_rn(const char *key, const char *setting, char *output, int size) argument
876 _crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count, const char *input, int size, char *output, int output_size) argument
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_console.c85 char output[32]; local
98 OF_getprop(options, "output-device", output,
99 sizeof(output)) == -1)
101 if (strlen(output) > 0)
102 tty_makealias(tp, "%s", output);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c65 int input, output, save_errno, i, need_restart; local
88 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
94 output = STDERR_FILENO;
137 (void)write(output, prompt, strlen(prompt));
156 (void)write(output, "\n", 1);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c85 gss_buffer_desc input, output; local
96 &output,
101 memmove(buf, output.value, output.length);
102 ret_len = output.length;
103 gss_release_buffer(&min_stat, &output);
118 gss_buffer_desc input, output; local
130 &output);
131 *to = output.value;
132 return output
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c85 gss_buffer_desc input, output; local
96 &output,
101 memmove(buf, output.value, output.length);
102 ret_len = output.length;
103 gss_release_buffer(&min_stat, &output);
118 gss_buffer_desc input, output; local
130 &output);
131 *to = output.value;
132 return output
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dbase64.c40 /* When asked to format the base64-encoded output as multiple lines,
56 /* Binary input --> base64-encoded output */
59 svn_stream_t *output;
62 size_t linelen; /* Bytes output so far on this line */
71 bytes of the output group. */
123 *LINELEN carries the length of the current output line. */
134 output, to avoid repeated resizes later.
224 err = svn_stream_write(eb->output, encoded->data, &enclen);
244 err = svn_stream_write(eb->output, encoded->data, &enclen);
248 err = svn_stream_close(eb->output);
57 svn_stream_t *output; member in struct:encode_baton
253 svn_base64_encode2(svn_stream_t *output, svn_boolean_t break_lines, apr_pool_t *pool) argument
300 svn_stream_t *output; member in struct:decode_baton
504 svn_base64_decode(svn_stream_t *output, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c202 struct tegra_drm_encoder output; member in struct:hdmi_softc
262 hdmi_setup_clock(struct tegra_drm_encoder *output, clk_t clk, uint64_t pclk) argument
268 sc = device_get_softc(output->dev);
286 device_printf(output->dev,
294 device_printf(output->dev, "Cannot set parent clock\n");
300 device_printf(output->dev,
306 device_printf(output->dev,
325 device_printf(output->dev,
414 size = drm_eld_size(sc->output.connector.eld);
418 val |= sc->output
898 struct tegra_drm_encoder *output; local
968 struct tegra_drm_encoder *output; local
983 struct tegra_drm_encoder *output; local
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Ddialog.py82 """Do the actual work of invoking dialog and getting the output."""
86 output = f.readlines() variable in class:Dialog
89 return (rv, output)
110 (code, output) = self.__perform(self.__handleTitle(title) +\
164 (code, output) = self.__perform('--menu "%s" %d %d %d %s' %\
167 return list[int(output[0]) - 1]
191 output = o[0]
192 indexList = map(lambda x: int(x[1:-1]), split(output))
254 Display gauge output window.
/freebsd-11-stable/usr.bin/paste/
H A Dpaste.c137 int opencnt, output; local
158 for (output = 0, lp = head; lp; lp = lp->next) {
160 if (output && lp->cnt &&
169 if (output && lp->cnt &&
178 if (!output) {
179 output = 1;
191 if (output)
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4test.c101 static unsigned char output[7][30] = { variable
134 if (memcmp(obuf, output[i], data_len[i] + 1) != 0) {
136 printf("output:");
141 p = &(output[i][0]);
154 if ((memcmp(obuf, output[3], i) != 0) || (obuf[i] != 0)) {
156 printf("output:");
161 p = &(output[3][0]);
178 if (memcmp(obuf, output[3], data_len[3] + 1) != 0) {
180 printf("output:");
185 p = &(output[
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.cpp21 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, function in class:llvm::yaml::ScalarTraits
23 ScalarTraits<StringRef>::output(Value, Ctx, OS);
44 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, function in class:llvm::yaml::ScalarTraits
128 void ScalarTraits<Architecture>::output(const Architecture &Value, void *, function in class:llvm::yaml::ScalarTraits
141 void ScalarTraits<PackedVersion>::output(const PackedVersion &Value, void *, function in class:llvm::yaml::ScalarTraits
155 void ScalarTraits<SwiftVersion>::output(const SwiftVersion &Value, void *, function in class:llvm::yaml::ScalarTraits
206 void ScalarTraits<UUID>::output(const UUID &Value, void *, raw_ostream &OS) { function in class:llvm::yaml::ScalarTraits
/freebsd-11-stable/crypto/openssl/apps/
H A Dtsget117 print STDERR "usage: $0 -h <server_url> [-e <extension>] [-o <output>] ";
155 my $output = defined($options{o}) ? $options{o} : $path . $output_base;
182 if ($output eq "-") {
187 open OUTPUT, ">", $output
188 or warn("$output: could not open output file: $!\n"), next REQUEST;
191 or warn("$output: could not close output file: $!\n"), next REQUEST;
193 STDERR->printflush(", $output written.\n") if $options{v};
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_machdep.c156 parse_ofw_memory(phandle_t node, const char *prop, struct mem_region *output) argument
195 output[j].mr_start = OFmem[i++];
197 output[j].mr_start <<= 32;
198 output[j].mr_start += OFmem[i++];
201 output[j].mr_size = OFmem[i++];
203 output[j].mr_size <<= 32;
204 output[j].mr_size += OFmem[i++];
213 if (((uint64_t)output[j].mr_start +
214 (uint64_t)output[j].mr_size) >
216 output[
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h54 bool GenerateTypeScriptFunction(StringList &input, std::string &output,
57 bool GenerateTypeSynthClass(StringList &input, std::string &output,
60 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
64 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
68 std::string &output) override;
182 std::string &output,
186 std::string &output) override;
212 std::string &output, Status &error) override;
215 std::string &output, Status &error) override;
218 std::string &output, Statu
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h125 std::string &output,
133 std::string &output) {
138 std::string &output,
144 std::string &output,
150 std::string &output) {
154 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output, argument
159 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output, argument
402 Process *process, std::string &output,
409 std::string &output, Status &error) {
415 std::string &output, Statu
123 GenerateBreakpointCommandCallbackData( StringList &input, std::string &output, bool has_extra_args) argument
132 GenerateWatchpointCommandCallbackData(StringList &input, std::string &output) argument
137 GenerateTypeScriptFunction(const char *oneliner, std::string &output, const void *name_token = nullptr) argument
143 GenerateTypeScriptFunction(StringList &input, std::string &output, const void *name_token = nullptr) argument
149 GenerateScriptAliasFunction(StringList &input, std::string &output) argument
401 RunScriptFormatKeyword(const char *impl_function, Process *process, std::string &output, Status &error) argument
408 RunScriptFormatKeyword(const char *impl_function, Thread *thread, std::string &output, Status &error) argument
414 RunScriptFormatKeyword(const char *impl_function, Target *target, std::string &output, Status &error) argument
420 RunScriptFormatKeyword(const char *impl_function, StackFrame *frame, std::string &output, Status &error) argument
427 RunScriptFormatKeyword(const char *impl_function, ValueObject *value, std::string &output, Status &error) argument
[all...]
/freebsd-11-stable/contrib/less/
H A Dmkutable76 output(\%out, $last_code,
80 output(\%out, $last_code);
84 sub output { subroutine

Completed in 222 milliseconds

1234567891011>>