Searched refs:rvalue (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmutmp.c | 97 int rvalue = 0; in checkut_line() local 110 rvalue = 1; in checkut_line() 118 return (rvalue); in checkut_line()
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 140 %type <node> prog rule pattern expr rvalue lvalue fexpr varlist varlist2 342 | rvalue 349 DOLLAR rvalue = { 366 rvalue:
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_fmt.c | 629 uintmax_t rvalue; in mdb_fmt_print() local 678 rvalue = u.i1; in mdb_fmt_print() 682 rvalue = u.i2; in mdb_fmt_print() 686 rvalue = u.i4; in mdb_fmt_print() 690 rvalue = u.i8; in mdb_fmt_print() 694 mdb_nv_set_value(mdb.m_rvalue, rvalue); in mdb_fmt_print()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 1312 int rvalue = 0; in mptsas_update_flash() local 1327 if ((rvalue = (mptsas_request_from_pool(mpt, &cmd, &pkt))) == -1) { in mptsas_update_flash() 1330 return (rvalue); in mptsas_update_flash() 1335 cmd->ioc_cmd_slot = (uint32_t)rvalue; in mptsas_update_flash() 1404 rvalue = 0; in mptsas_update_flash() 1412 rvalue = -1; in mptsas_update_flash() 1417 return (rvalue); in mptsas_update_flash()
|
H A D | mptsas.c | 10849 int rvalue; in mptsas_do_passthru() local 10942 if ((rvalue = (mptsas_request_from_pool(mpt, &cmd, &pkt))) == -1) { in mptsas_do_passthru() 10953 cmd->ioc_cmd_slot = (uint32_t)(rvalue); in mptsas_do_passthru()
|
/titanic_41/usr/src/cmd/spell/ |
H A D | local | 419 rvalue
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 2722 uchar_t rvalue; in drmach_cpu_disconnect() local 2764 rvalue = ldbphysio(pc_addr); in drmach_cpu_disconnect() 2765 rvalue |= STARFIRE_BB_PC_IDLE(p); in drmach_cpu_disconnect() 2766 stbphysio(pc_addr, rvalue); in drmach_cpu_disconnect()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 7038 uint32_t rvalue; in nxge_niu_peu_reset() local 7104 rvalue = pci_config_get32(nxgep->dev_regs->nxge_pciregh, in nxge_niu_peu_reset() 7111 rvalue)); in nxge_niu_peu_reset() 7113 rvalue |= NXGE_PCI_RESET_ALL; in nxge_niu_peu_reset() 7115 NXGE_PCI_PORT_LOGIC_OFFSET, rvalue); in nxge_niu_peu_reset() 7118 rvalue)); in nxge_niu_peu_reset()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fdc.c | 1589 decode(xlate_tbl_t *tablep, int kode, int *rvalue) in decode() argument 1593 *rvalue = tablep->value; in decode()
|