Home
last modified time | relevance | path

Searched refs:ret_byte (Results 1 – 6 of 6) sorted by relevance

/src/sys/dev/tdfx/
H A Dtdfx_pci.c487 u_int8_t ret_byte; in tdfx_query_fetch() local
549 ret_byte = pci_read_config(tdfx_info[piod->device].dev, in tdfx_query_fetch()
551 return -copyout(&ret_byte, piod->value, 1); in tdfx_query_fetch()
570 u_int8_t ret_byte; in tdfx_query_update() local
623 error = copyin(piod->value, &ret_byte, 1); in tdfx_query_update()
626 preval = ret_byte << (8 * (piod->port & 0x3)); in tdfx_query_update()
661 u_int8_t ret_byte; in tdfx_do_pio_rd() local
679 ret_byte = inb(workport); in tdfx_do_pio_rd()
680 return copyout(&ret_byte, piod->value, sizeof(u_int8_t)); in tdfx_do_pio_rd()
687 u_int8_t ret_byte; in tdfx_do_pio_wt() local
[all …]
/src/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y211 | ASSIGN VARNAME BYTE {set_var(ret_byte, $2, $3);} eol
247 if (((command.returns[1].return_type == ret_byte) &&
248 (vars[command.returns[0].return_index].type != ret_byte)) ||
291 case ret_byte:
386 | BYTE { assign_rets(ret_byte, (void *) $1); }
650 } else if (ret_type == ret_byte) { in assign_rets()
985 if ((response[i].return_type != ret_byte) && in do_function_call()
1116 if ((command.returns[i].return_type != ret_byte) && in validate()
1119 if ((byte_response->return_type == ret_byte) || in validate()
1158 case ret_byte: in validate()
[all …]
H A Dreturns.h38 ret_byte, enumerator
H A Dtestlang_conf.l353 yylval.retval->return_type = ret_byte;
384 yylval.retval->return_type = ret_byte;
/src/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c215 type = ret_byte; in report_nstr()
H A Dslave.c121 if (type != ret_byte) in process_commands()