Searched refs:input (Results 1 - 25 of 918) sorted by relevance

1234567891011>>

/src/sbin/mount/
H A Dpathadj.c37 pathadj(const char *input, char *adjusted) argument
40 if (realpath(input, adjusted) == NULL)
41 err(EXIT_FAILURE, "realpath '%s' failed", input);
43 if (input[0] != '/') {
44 warnx("\"%s\" is a relative path.", input);
/src/sys/arch/zaurus/stand/zboot/
H A Dbootmenu.c49 * doboottypemenu will render the menu and parse any user input
52 getchoicefrominput(char *input, int def) argument
56 if (*input == '\0' || *input == '\r' || *input == '\n')
58 else if (*input >= 'A' && *input < bootcfg_info.nummenu + 'A')
59 choice = (*input) - 'A';
60 else if (*input >= 'a' && *input < bootcfg_inf
73 char input[80], *ic, *oc; local in function:doboottypemenu
[all...]
/src/sys/arch/evbppc/compile/
H A Dwalnut-mkimg.sh4 # Convert an input to a TFTP image loadable by the IBM PowerPC OpenBIOS.
12 echo usage: $0 input image 1>&2
16 input=$1; shift
25 file=$( ${FILE} $input )
28 start=`${OBJDUMP} -f ${input} | ${AWK} '/start address/ { print $NF }'`
30 ${OBJCOPY} -O binary ${input} ${input}.bin.$$
38 cp ${input} ${input}.bin.$$
42 size=$(${STAT} -f '%z' ${input}
[all...]
/src/sys/stand/efiboot/
H A Dbootmenu.c78 * doboottypemenu will render the menu and parse any user input
81 getchoicefrominput(char *input, int def) argument
88 if (*input == '\0' || *input == '\r' || *input == '\n') {
91 } else if (*input >= 'A' && *input < bootcfg_info.nummenu + 'A')
92 choice = (*input) - 'A';
93 else if (*input >= 'a' && *input < bootcfg_inf
111 char input[80], *ic, *oc; local in function:docommandchoice
140 char input[80]; local in function:doboottypemenu
[all...]
/src/tests/usr.bin/xlint/xlint/
H A Dt_xlint.sh33 cat <<-EOF >input.c || atf_fail 'prepare input.c'
42 echo 'previous content' > input.ln
45 input.c(5): warning: missing header declaration for 'return_true' [351]
46 input.c(6): error: function has return type '_Bool' but returns 'int' [211]
52 "$lint" -aabceghiprSTxz input.c
58 test -f input.ln
65 cat <<-EOF >input.c || atf_fail 'prepare input.c'
74 cat <<-EOF >input
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp1_transition.c35 struct mod_hdcp_transition_input_hdcp1 *input,
44 if (input->bksv_read != PASS || input->bcaps_read != PASS) {
54 if (input->add_topology != PASS ||
55 input->create_session != PASS) {
60 } else if (input->an_write != PASS ||
61 input->aksv_write != PASS ||
62 input->bksv_read != PASS ||
63 input->bksv_validation != PASS ||
64 input
33 mod_hdcp_hdcp1_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input,struct mod_hdcp_output * output) argument
157 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input,struct mod_hdcp_output * output) argument
[all...]
H A Damdgpu_hdcp2_transition.c35 struct mod_hdcp_transition_input_hdcp2 *input,
44 if (input->hdcp2version_read != PASS ||
45 input->hdcp2_capable_check != PASS) {
55 if (input->add_topology != PASS ||
56 input->create_session != PASS ||
57 input->ake_init_prepare != PASS) {
62 } else if (input->ake_init_write != PASS) {
71 if (input->ake_cert_available != PASS) {
87 } else if (input->ake_cert_read != PASS ||
88 input
33 mod_hdcp_hdcp2_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp2 * input,struct mod_hdcp_output * output) argument
375 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp2 * input,struct mod_hdcp_output * output) argument
[all...]
H A Damdgpu_hdcp1_execution.c144 struct mod_hdcp_transition_input_hdcp1 *input)
154 &input->bksv_read, &status,
158 &input->bcaps_read, &status,
167 struct mod_hdcp_transition_input_hdcp1 *input)
177 &input->add_topology, &status,
181 &input->create_session, &status,
185 &input->an_write, &status,
189 &input->aksv_write, &status,
193 &input->bksv_read, &status,
197 &input
142 wait_for_active_rx(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
165 exchange_ksvs(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
210 computations_validate_rx_test_for_repeater(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
253 authenticated(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
272 wait_for_ready(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
312 read_ksv_list(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
376 determine_rx_hdcp_capable_dp(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
399 wait_for_r0_prime_dp(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
423 authenticated_dp(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
465 mod_hdcp_hdcp1_execution(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
499 mod_hdcp_hdcp1_dp_execution(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input) argument
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dashlti3.c27 twords input; local in function:__ashlti3
29 input.all = a;
33 result.s.high = input.s.low << (b - bits_in_dword);
39 result.s.low = input.s.low << b;
40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_dword - b));
H A Dlshrti3.c27 utwords input; local in function:__lshrti3
29 input.all = a;
33 result.s.low = input.s.high >> (b - bits_in_dword);
39 result.s.high = input.s.high >> b;
40 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b);
H A Dashrdi3.c25 dwords input; local in function:__ashrdi3
27 input.all = a;
30 /* result.s.high = input.s.high < 0 ? -1 : 0 */
31 result.s.high = input.s.high >> (bits_in_word - 1);
32 result.s.low = input.s.high >> (b - bits_in_word);
38 result.s.high = input.s.high >> b;
39 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b);
H A Dashrti3.c27 twords input; local in function:__ashrti3
29 input.all = a;
32 /* result.s.high = input.s.high < 0 ? -1 : 0 */
33 result.s.high = input.s.high >> (bits_in_dword - 1);
34 result.s.low = input.s.high >> (b - bits_in_dword);
40 result.s.high = input.s.high >> b;
41 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b);
H A Dashldi3.c25 dwords input; local in function:__ashldi3
27 input.all = a;
31 result.s.high = input.s.low << (b - bits_in_word);
37 result.s.low = input.s.low << b;
38 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b));
H A Dlshrdi3.c25 udwords input; local in function:__lshrdi3
27 input.all = a;
31 result.s.low = input.s.high >> (b - bits_in_word);
37 result.s.high = input.s.high >> b;
38 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b);
/src/tests/usr.bin/unifdef/
H A Dt_basic.sh51 printf '#ifdef foo\n#endif\n' >input
52 atf_check -o file:input unifdef -Ubar input
55 printf '#ifdef foo\n#endif' >input
56 atf_check -o file:input unifdef -Ubar input
/src/sys/arch/i386/stand/lib/
H A Dmenuutils.c67 char input[80]; local in function:bootmenu
70 char *c = input;
72 input[0] = '\0';
74 kgets(input, sizeof(input));
H A Dbootmenu.c79 * doboottypemenu will render the menu and parse any user input
82 getchoicefrominput(char *input, int def) argument
89 if (*input == '\0' || *input == '\r' || *input == '\n') {
92 } else if (*input >= 'A' && *input < bootcfg_info.nummenu + 'A')
93 choice = (*input) - 'A';
94 else if (*input >= 'a' && *input < bootcfg_inf
112 char input[80], *ic, *oc; local in function:docommandchoice
141 char input[80]; local in function:doboottypemenu
[all...]
/src/tests/lib/libc/gen/
H A Dt_basedirname.c19 const char *input; member in struct:__anonb45540ec0108
53 const char *input; member in struct:__anonb45540ec0208
105 if (test_basename_table[i].input != NULL) {
106 if (strlen(test_basename_table[i].input) >=
109 strcpy(testbuf, test_basename_table[i].input);
115 * basename(3) is allowed to modify the input buffer.
123 if (test_basename_table[i].input != NULL &&
124 strcmp(test_basename_table[i].input, testbuf) != 0) {
127 test_basename_table[i].input);
135 test_basename_table[i].input
[all...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-avx2.c32 uint32_t input[16]; member in struct:salsa_ctx
42 ctx->input[TR[1]] = LOAD32_LE(k + 0);
43 ctx->input[TR[2]] = LOAD32_LE(k + 4);
44 ctx->input[TR[3]] = LOAD32_LE(k + 8);
45 ctx->input[TR[4]] = LOAD32_LE(k + 12);
46 ctx->input[TR[11]] = LOAD32_LE(k + 16);
47 ctx->input[TR[12]] = LOAD32_LE(k + 20);
48 ctx->input[TR[13]] = LOAD32_LE(k + 24);
49 ctx->input[TR[14]] = LOAD32_LE(k + 28);
50 ctx->input[T
[all...]
H A Dsalsa20_xmm6int-sse2.c24 uint32_t input[16]; member in struct:salsa_ctx
34 ctx->input[TR[1]] = LOAD32_LE(k + 0);
35 ctx->input[TR[2]] = LOAD32_LE(k + 4);
36 ctx->input[TR[3]] = LOAD32_LE(k + 8);
37 ctx->input[TR[4]] = LOAD32_LE(k + 12);
38 ctx->input[TR[11]] = LOAD32_LE(k + 16);
39 ctx->input[TR[12]] = LOAD32_LE(k + 20);
40 ctx->input[TR[13]] = LOAD32_LE(k + 24);
41 ctx->input[TR[14]] = LOAD32_LE(k + 28);
42 ctx->input[T
[all...]
/src/share/terminfo/
H A Dimport7 input=$1
8 case "${input}" in
12 echo "$0: Invalid input file name" 1>&2
17 tag=${input%%.src}
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dnuvoton-npcm750-pincfg-evb.dtsi6 pin8_input: pin8-input {
9 input-enable;
16 pin10_input: pin10-input {
19 input-enable;
26 pin16_input: pin16-input {
29 input-enable;
61 pin160_input: pin160-input {
64 input-enable;
66 pin162_input: pin162-input {
69 input
[all...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c33 uint32_t input[16]; member in struct:chacha_ctx
39 ctx->input[0] = 0x61707865;
40 ctx->input[1] = 0x3320646e;
41 ctx->input[2] = 0x79622d32;
42 ctx->input[3] = 0x6b206574;
43 ctx->input[4] = LOAD32_LE(k + 0);
44 ctx->input[5] = LOAD32_LE(k + 4);
45 ctx->input[6] = LOAD32_LE(k + 8);
46 ctx->input[7] = LOAD32_LE(k + 12);
47 ctx->input[
[all...]
H A Dchacha20_dolbeau-ssse3.c28 uint32_t input[16]; member in struct:chacha_ctx
34 ctx->input[0] = 0x61707865;
35 ctx->input[1] = 0x3320646e;
36 ctx->input[2] = 0x79622d32;
37 ctx->input[3] = 0x6b206574;
38 ctx->input[4] = LOAD32_LE(k + 0);
39 ctx->input[5] = LOAD32_LE(k + 4);
40 ctx->input[6] = LOAD32_LE(k + 8);
41 ctx->input[7] = LOAD32_LE(k + 12);
42 ctx->input[
[all...]
/src/lib/libc/net/
H A Dbase64.c88 The encoding process represents 24-bit groups of input bits as output
90 24-bit input group is formed by concatenating 3 8-bit input groups.
121 always completed at the end of a quantity. When fewer than 24 input
122 bits are available in an input group, zero bits are added (on the
126 Since all base64 input is an integral number of octets, only the
130 (1) the final quantum of encoding input is an integral
134 (2) the final quantum of encoding input is exactly 8 bits;
137 (3) the final quantum of encoding input is exactly 16 bits;
145 u_char input[ local in function:b64_ntop
[all...]

Completed in 24 milliseconds

1234567891011>>