Searched refs:dataout (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/dev/hpc/
H A Dpckbd_encode.c51 pckbd_encode(u_int type, int datain, u_char *dataout) argument
61 dataout[res++] = KBR_EXTENDED1;
62 dataout[res++] = (0x1d | updown);
68 dataout[res++] = KBR_EXTENDED0;
72 dataout[res++] = (datain | updown);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dplural-26 tmpfiles="$tmpfiles ll ll.po dataout"
75 done) > dataout
76 test "$dataok" = `cat dataout` || {
80 echo "Got: "`cat dataout` 1>&2
/netbsd-current/sys/arch/next68k/dev/
H A Dnextkbd.c352 int *dataout)
361 *dataout = 90;
368 *dataout = 91;
375 *dataout = 92;
382 *dataout = 93;
389 *dataout = 94;
396 *dataout = 95;
403 *dataout = 96;
414 *dataout = (datain & KD_KEYMASK);
416 *dataout
351 nextkbd_decode(struct nextkbd_internal *id, int datain, u_int *type, int *dataout) argument
[all...]
/netbsd-current/sys/dev/dec/
H A Dlk201_ws.c125 lk201_decode(struct lk201_state *lks, int wantmulti, int datain, u_int *type, int *dataout) argument
157 *dataout = lks->down_keys_list[i] -
174 *dataout = datain - MIN_LK201_KEY;
/netbsd-current/usr.bin/audio/play/
H A Dplay.c416 off_t dataout = 0; local
444 while (datasize == 0 || dataout < datasize) {
445 if (datasize != 0 && dataout + nr > datasize)
446 nr = datasize - dataout;
452 dataout += nw;
459 /* something to think about: no message given for dataout < datasize */
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dcms-examples.pl35 [ "3.1.bin" => "dataout" ],
36 [ "3.2.bin" => "encode, dataout" ],
113 if ( $tlist =~ /dataout/ ) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcms-examples.pl35 [ "3.1.bin" => "dataout" ],
36 [ "3.2.bin" => "encode, dataout" ],
113 if ( $tlist =~ /dataout/ ) {
/netbsd-current/sys/netinet/
H A Dsctp_output.c3914 int dataout
3957 if (freed_spc >= dataout) {
3984 if (freed_spc >= dataout) {
4139 unsigned int dataout, siz; local
4165 dataout = m->m_pkthdr.len;
4168 dataout = 0;
4170 dataout += n->m_len;
4176 m->m_len = sizeof(struct sctp_paramhdr) + dataout;
4216 dataout = m->m_pkthdr.len;
4219 dataout
9313 int tot_out, dataout; local
[all...]
/netbsd-current/sys/arch/luna68k/dev/
H A Dlunaws.c472 omkbd_decode(struct ws_softc *sc, int datain, u_int *type, int *dataout) argument
476 *dataout = datain & 0x7f;
/netbsd-current/sys/dev/pckbport/
H A Dpckbd.c876 pckbd_decode(struct pckbd_internal *id, int datain, u_int *type, int *dataout) argument
940 *dataout = key;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datomfirmware.h2876 uint16_t dataout; member in struct:process_aux_channel_transaction_parameters_v1_2

Completed in 337 milliseconds