Home
last modified time | relevance | path

Searched refs:output (Results 51 – 75 of 721) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/
H A Dzvol_common.shlib46 typeset -i output
83 output=$(dumpadm -d /dev/zvol/dsk/$volume 2>&1 | \
86 if [[ -n $output ]]; then
87 (( output = output / 1024 / 1024 ))
88 (( output = output + output / 5 ))
89 log_must zfs set volsize=${output}m $volume
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_002_pos.ksh49 if [[ -f $output ]]; then
50 log_must rm -f $output
57 typeset output=/tmp/zfs-versions.$$
63 zfs upgrade -v | nawk '$1 ~ "^[0-9]+$" {print $0}'> $output
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_ksha1.c48 krb5_data *output) in k5_sha1_hash() argument
54 if (output->length != SHS_DIGESTSIZE) { in k5_sha1_hash()
57 output->length, SHS_DIGESTSIZE); in k5_sha1_hash()
61 if (k5_ef_hash(context, icount, input, output)) in k5_sha1_hash()
H A Dhash_kmd5.c47 krb5_data *output) in k5_md5_hash() argument
49 if (output->length != MD5_CKSUM_LENGTH) in k5_md5_hash()
52 if (k5_ef_hash(context, icount, input, output)) in k5_md5_hash()
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_truss.sh21 rm /tmp/output.$$
32 >/dev/null 2>output.$$
34 if ! grep -qEf /tmp/expected.$$ /tmp/output.$$; then
37 sed -e 's/^/ /' output.$$
H A Dsecflags_core.sh53 /usr/bin/psecflags core.${pid} | grep -v '[LU]:' > gcore-output.$$
55 if ! diff -u gcore-expected.$$ gcore-output.$$; then
71 /usr/bin/psecflags core | grep -v '[LU]:' > core-output.$$
73 if ! diff -u core-expected.$$ core-output.$$; then
H A Dsecflags_elfdump.sh63 /usr/bin/elfdump -n core.${pid} | grep -B5 -A5 prsecflags_t > gcore-output.$$
65 if ! diff -u gcore-expected.$$ gcore-output.$$; then
89 /usr/bin/elfdump -n core | grep -B5 -A5 prsecflags_t > core-output.$$
91 if ! diff -u core-expected.$$ core-output.$$; then
/illumos-gate/usr/src/lib/krb5/ss/
H A Dlist_rqs.c47 FILE *output; local
80 output = fdopen(fd, "w");
88 fprintf (output, dgettext(TEXT_DOMAIN, "Available %s requests:\n\n"),
109 fputs(buffer, output);
123 fputs(buffer, output);
126 fclose(output);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Df_cksum.c34 krb5_data output; in mit_des_cbc_cksum() local
39 output.data = (char *)out; in mit_des_cbc_cksum()
40 output.length = MIT_DES_BLOCK_LENGTH; in mit_des_cbc_cksum()
45 (const krb5_data *)&input, &output); in mit_des_cbc_cksum()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_staticvariables.sh38 typeset output
40 output="$($SHELL -c "${cmd}" 2>&1 )"
42 …[[ "${output}" != "${expected_output}" ]] && err_exit2 ${line_number} "${output} != ${expected_out…
/illumos-gate/usr/src/test/smbclient-tests/include/
H A Dsmbutil_common.ksh47 output="$OPTARG";;
50 output="$OPTARG";;
54 Workgroup=$(cat $output|grep Workgroup \
58 Server=$(cat $output|grep Server \
/illumos-gate/usr/src/test/util-tests/tests/sed/
H A Dsed_addr.ksh29 $SED -n "$script" $files > $output
30 if [[ $? -eq 0 ]] && cmp -s $output $ef; then
34 diff -u $ef $output
40 for f in input1 input2 output; do
113 rm -f $input1 $input2 $output
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c330 char output[MAXCOMPLEXLEN]; in getcmd() local
423 (void) snprintf(output, sizeof (output), "%s/%s", in getcmd()
425 canon(output, name, namesiz); in getcmd()
456 bp = output; in copynext()
496 memset(output, 0, outsize); in copynext()
715 FILE *output = stderr; in formatf() local
746 output = fdopen(fds[0], "w"); in formatf()
747 if (output != (FILE *)NULL) { in formatf()
751 output = stderr; in formatf()
781 (void) fprintf(output, "\n"); in formatf()
[all …]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c1055 FILE *output; in putref() local
1060 output = refsfound; in putref()
1062 output = nonglobalrefs; in putref()
1068 putsource(output); in putref()
1074 putsource(FILE *output) in putsource() argument
1080 putline(output); in putsource()
1081 (void) putc('\n', output); in putsource()
1110 putline(output); in putsource()
1112 (void) putc('\n', output); in putsource()
1118 putline(FILE *output) in putline() argument
[all …]
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.c413 crypto_put_output_data(uchar_t *buf, crypto_data_t *output, int len) in crypto_put_output_data() argument
415 switch (output->cd_format) { in crypto_put_output_data()
417 if (MAXOFF_T - output->cd_offset < (off_t)len) { in crypto_put_output_data()
420 if (output->cd_raw.iov_len < len + output->cd_offset) { in crypto_put_output_data()
421 output->cd_length = len; in crypto_put_output_data()
424 bcopy(buf, (uchar_t *)(output->cd_raw.iov_base + in crypto_put_output_data()
425 output->cd_offset), len); in crypto_put_output_data()
429 return (crypto_uio_data(output, buf, len, in crypto_put_output_data()
433 return (crypto_mblk_data(output, buf, len, in crypto_put_output_data()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c282 *output = NULL; in getldap_get_cacheData_stat()
914 *output = NULL; in getldap_get_serverInfo()
1117 *output = NULL; in getldap_format_refresh_time()
1175 *output = NULL; in getldap_get_server_stat()
1253 free(*output); in getldap_get_server_stat()
1254 *output = NULL; in getldap_get_server_stat()
1262 (void) snprintf(*output + strlen(*output), len1, in getldap_get_server_stat()
1268 (void) snprintf(*output + strlen(*output), len1, in getldap_get_server_stat()
1301 *output = NULL; in getldap_get_refresh_stat()
1870 *output = NULL; in getldap_serverInfo_op()
[all …]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DMapfile.py47 def mapfilechk(fh, filename=None, verbose=False, output=sys.stderr): argument
67 output.write("Warning: mapfile version 2 syntax"
91 output=output)
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c539 if (output == 0) { in t_page()
540 output = in_olist(n); in t_page()
560 output = in_olist(n); in t_page()
589 output = 1; in t_page()
604 output = 1; in t_page()
609 output = 0; in t_page()
665 if (!output) in t_text()
695 output = 1; in t_reset()
758 if (!output) in put1s()
781 if (!output) in put1()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.am42 --section=8 --output=$@ $<
47 --section=8 --output=$@ $<
52 --section=1 --output=$@ $<
58 --section=8 --output=$@ $<
64 --section=8 --output=$@ $<
/illumos-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c279 gss_buffer_desc output; local
289 output = make_dummy_token_msg(
295 *output_message_buffer = output;
315 gss_buffer_desc output; local
337 output.length = bodysize;
338 output.value = (void *)MALLOC(output.length);
339 (void) memcpy(output.value, ptr, output.length);
341 *output_message_buffer = output;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c303 static void Encode (output, input, len) in Encode() argument
304 unsigned char *output; in Encode()
311 output[j] = (unsigned char)(input[i] & 0xff);
323 static void Decode (output, input, len) in Decode() argument
324 UINT4 *output; in Decode()
339 static void MD5_memcpy (output, input, len) in MD5_memcpy() argument
340 POINTER output; in MD5_memcpy()
347 output[i] = input[i];
353 static void MD5_memset (output, value, len) in MD5_memset() argument
354 POINTER output; in MD5_memset()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c231 Encode64(uint8_t *output, uint64_t *input, size_t len) in Encode64() argument
235 output[j] = (input[i] >> 56) & 0xff; in Encode64()
236 output[j + 1] = (input[i] >> 48) & 0xff; in Encode64()
237 output[j + 2] = (input[i] >> 40) & 0xff; in Encode64()
238 output[j + 3] = (input[i] >> 32) & 0xff; in Encode64()
239 output[j + 4] = (input[i] >> 24) & 0xff; in Encode64()
240 output[j + 5] = (input[i] >> 16) & 0xff; in Encode64()
241 output[j + 6] = (input[i] >> 8) & 0xff; in Encode64()
242 output[j + 7] = input[i] & 0xff; in Encode64()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c199 crypto_update_iov(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_iov() argument
215 input->cd_length, (input == output) ? NULL : output); in crypto_update_iov()
221 crypto_update_uio(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_uio() argument
265 cur_len, (input == output) ? NULL : output); in crypto_update_uio()
286 crypto_update_mp(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_mp() argument
321 (input == output) ? NULL : output); in crypto_update_mp()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c232 Encode64(uint8_t *output, uint64_t *input, size_t len) in Encode64() argument
236 output[j] = (input[i] >> 56) & 0xff; in Encode64()
237 output[j + 1] = (input[i] >> 48) & 0xff; in Encode64()
238 output[j + 2] = (input[i] >> 40) & 0xff; in Encode64()
239 output[j + 3] = (input[i] >> 32) & 0xff; in Encode64()
240 output[j + 4] = (input[i] >> 24) & 0xff; in Encode64()
241 output[j + 5] = (input[i] >> 16) & 0xff; in Encode64()
242 output[j + 6] = (input[i] >> 8) & 0xff; in Encode64()
243 output[j + 7] = input[i] & 0xff; in Encode64()
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c59 static int output(int a, int b);
163 (void) output(-1, INF); in main()
167 (void) output(INF, -1); in main()
185 return (output(INF, INF)); in easysynch()
191 return (output(i-C, k-C)); in easysynch()
197 return (output(INF, INF)); in easysynch()
203 return (output(k-C, j-C)); in easysynch()
212 output(int a, int b) in output() function

12345678910>>...29