Home
last modified time | relevance | path

Searched refs:input (Results 226 – 250 of 496) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpsetrnd.S39 sll %o0, 30, %o1 ! move input bits into position
H A Dfpsetmask.S48 sll %o0, 23, %o1 ! move input bits into position
H A Dfpsetsticky.S39 sll %o0, 5, %o1 ! move input bits into position
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpsetrnd.S39 sll %o0, 30, %o1 ! move input bits into position
H A Dfpsetmask.S48 sll %o0, 23, %o1 ! move input bits into position
H A Dfpsetsticky.S39 sll %o0, 5, %o1 ! move input bits into position
/illumos-gate/usr/src/lib/commpage/common/
H A Doffsets.in17 \ offsets.in: input file to produce assym.h using the ctfstabs program
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c958 parse_key(char *input, uint_t *keybuflen, uint_t *lbits) in parse_key() argument
963 for (i = 0; input[i] != '\0' && input[i] != '/'; i++) in parse_key()
966 if (input[i] == '\0') { in parse_key()
970 input[i] = '\0'; in parse_key()
971 if (sscanf((input + i + 1), "%u", &bits) != 1) in parse_key()
984 input[hexlen] = '\0'; in parse_key()
1009 for (i = 0; input[i] != '\0'; i += 2) { in parse_key()
1010 boolean_t second = (input[i + 1] != '\0'); in parse_key()
1012 if (!isxdigit(input[i]) || in parse_key()
1013 (!isxdigit(input[i + 1]) && second)) { in parse_key()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c261 index = input(FIO_INT, "Specify disk (enter its number)", ':', in c_disk()
422 index = input(FIO_INT, "Specify disk type (enter its number)", ':', in c_type()
874 start = input(FIO_BN, in c_format()
879 end = input(FIO_BN, in c_format()
1023 prot_type = input(FIO_INT, "Specify the New Protection Type", in c_format()
1275 bn = input(FIO_BN, in c_repair()
1461 bn = input(FIO_BN, "Enter a disk block", ':', in c_show()
1585 choice = input(FIO_INT, "Specify Label type", ':', in c_label()
H A Dio.h106 uint64_t input(int, char *, int, u_ioparam_t *, int *, int);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_3des.c316 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, in dca_3desatomic() argument
329 if ((dca_length(input) & (DESBLOCK - 1)) != 0) { in dca_3desatomic()
351 if (input == output) { in dca_3desatomic()
356 rv = dca_3des(&ctx, input, output, req, mode); in dca_3desatomic()
/illumos-gate/usr/src/uts/common/io/ktest/
H A Dktest.c716 ktest_get_input(const ktest_ctx_hdl_t *hdl, uchar_t **input, size_t *len) in ktest_get_input() argument
722 *input = ctx->ktc_input; in ktest_get_input()
1059 ktest_run_test(const ktest_test_t *kt, uchar_t *input, uint64_t input_len, in ktest_run_test() argument
1068 ctx.ktc_input = input; in ktest_run_test()
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h1238 const char *input, unsigned inputlen,
1267 const char *input, unsigned inputlen,
/illumos-gate/usr/src/test/util-tests/tests/mdb/
H A DREADME14 o mdb - Indicating that the file should be passed as standard input to mdb
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h76 extern FILE *input; /* Current command input file */
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c541 struct v4l2_input input; in usbvc_v4l2_ioctl() local
545 USBVC_COPYIN(input); in usbvc_v4l2_ioctl()
547 if (input.index != 0) { /* Support only one INPUT now */ in usbvc_v4l2_ioctl()
552 (void) strncpy((char *)input.name, "Camera Terminal", in usbvc_v4l2_ioctl()
553 sizeof (input.name)); in usbvc_v4l2_ioctl()
554 input.type = V4L2_INPUT_TYPE_CAMERA; in usbvc_v4l2_ioctl()
555 USBVC_COPYOUT(input); in usbvc_v4l2_ioctl()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l47 #undef input
51 static int input(void);
464 while ((c = input()) != 0) {
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacconvert.h195 char input);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnrform72 ch = input(dummy)
161 yyprev = input(dummy)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A DMakefile9 ROUTEDOBJS= common.o if.o input.o main.o output.o parms.o radix.o \
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DREADME3 - data/ contains sample data used as input
/illumos-gate/usr/src/tools/cscope-fast/
H A DMakefile32 find.o edit.o exec.o help.o history.o input.o menu.o alloc.o \
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c82 FILE *input; /* Current command input file */ variable
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX114 be output even though line 3 of the input will never logically
123 address was never matched extended to the end of the input.
129 first line of the input will be deleted.
138 and the language in the Description section states that the input
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c512 char input[PAM_MAX_RESP_SIZE]; in vt_getinput() local
524 input[i++] = (char)c; in vt_getinput()
529 input[i] = '\0'; in vt_getinput()
537 return (strdup(input)); in vt_getinput()

12345678910>>...20