/titanic_41/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 1174 reqp->msg_type.sub_type = SGFRU_MBOX_GETCHILDLIST; in sgfru_mbox() 1177 resp->msg_type.sub_type = SGFRU_MBOX_GETCHILDLIST; in sgfru_mbox() 1183 reqp->msg_type.sub_type = SGFRU_MBOX_GETCHILDHANDLES; in sgfru_mbox() 1186 resp->msg_type.sub_type = SGFRU_MBOX_GETCHILDHANDLES; in sgfru_mbox() 1192 reqp->msg_type.sub_type = SGFRU_MBOX_GETNODEINFO; in sgfru_mbox() 1195 resp->msg_type.sub_type = SGFRU_MBOX_GETNODEINFO; in sgfru_mbox() 1201 reqp->msg_type.sub_type = SGFRU_MBOX_GETNUMSECTIONS; in sgfru_mbox() 1204 resp->msg_type.sub_type = SGFRU_MBOX_GETNUMSECTIONS; in sgfru_mbox() 1210 reqp->msg_type.sub_type = SGFRU_MBOX_GETNUMSEGMENTS; in sgfru_mbox() 1213 resp->msg_type.sub_type = SGFRU_MBOX_GETNUMSEGMENTS; in sgfru_mbox() [all …]
|
H A D | sgenv.c | 1737 req.msg_type.sub_type = DR_MBOX_SHOW_BOARD; in sgenv_get_board_info_data() 1751 resp.msg_type.sub_type = DR_MBOX_SHOW_BOARD; in sgenv_get_board_info_data() 1911 req.msg_type.sub_type = SG_GET_ENV_HPU_KEYS; in sgenv_get_hpu_keys() 1917 resp.msg_type.sub_type = SG_GET_ENV_HPU_KEYS; in sgenv_get_hpu_keys() 1981 req.msg_type.sub_type = flag; in sgenv_get_env_data() 1988 resp.msg_type.sub_type = flag; in sgenv_get_env_data()
|
H A D | ntwdt.c | 2094 reqp->msg_type.sub_type = (uint16_t)cmd; in ntwdt_lomcmd() 2099 resp->msg_type.sub_type = (uint16_t)cmd; in ntwdt_lomcmd()
|
H A D | lw8.c | 844 reqp->msg_type.sub_type = cmd; in lw8_lomcmd() 847 resp->msg_type.sub_type = cmd; in lw8_lomcmd()
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sghsc.c | 1253 reqp->msg_type.sub_type = CPCI_GET_SLOT_STATUS; in sghsc_scctl() 1254 resp->msg_type.sub_type = CPCI_GET_SLOT_STATUS; in sghsc_scctl() 1258 reqp->msg_type.sub_type = CPCI_GET_NUM_SLOTS; in sghsc_scctl() 1259 resp->msg_type.sub_type = CPCI_GET_NUM_SLOTS; in sghsc_scctl() 1263 reqp->msg_type.sub_type = CPCI_SET_SLOT_STATUS; in sghsc_scctl() 1264 resp->msg_type.sub_type = CPCI_SET_SLOT_STATUS; in sghsc_scctl() 1268 reqp->msg_type.sub_type = CPCI_SET_SLOT_STATUS; in sghsc_scctl() 1269 resp->msg_type.sub_type = CPCI_SET_SLOT_STATUS; in sghsc_scctl() 1273 reqp->msg_type.sub_type = CPCI_SET_SLOT_FAULT_LED; in sghsc_scctl() 1274 resp->msg_type.sub_type = CPCI_SET_SLOT_FAULT_LED; in sghsc_scctl() [all …]
|
H A D | sbdp_mbox.c | 63 sbdp_init_msg_pkt(sbbc_msg_t *msg, uint16_t sub_type, int len, caddr_t buf) in sbdp_init_msg_pkt() argument 66 msg->msg_type.sub_type = sub_type; in sbdp_init_msg_pkt()
|
H A D | sgsbbc_mailbox.c | 2657 msgp->ecc_resp.msg_type.sub_type, in sbbc_mbox_ecc_output() 2669 switch (msgp->ecc_resp.msg_type.sub_type) { in sbbc_mbox_ecc_output() 2702 msgp->ecc_resp.msg_type.sub_type); in sbbc_mbox_ecc_output() 2721 switch (msgp->ecc_resp.msg_type.sub_type) { in sbbc_mbox_ecc_output()
|
/titanic_41/usr/src/cmd/mdb/common/modules/usba/ |
H A D | prtusb.c | 1192 uchar_t sub_type; in prt_usb_ac_desc() local 1194 if (mdb_vread(&sub_type, 1, addr + 2) == -1) { in prt_usb_ac_desc() 1198 switch (sub_type) { in prt_usb_ac_desc() 1248 mdb_printf("Unknown AC sub-descriptor 0x%x\n", sub_type); in prt_usb_ac_desc() 1261 uchar_t sub_type; in prt_usb_as_desc() local 1263 if (mdb_vread(&sub_type, 1, addr + 2) == -1) { in prt_usb_as_desc() 1267 switch (sub_type) { in prt_usb_as_desc() 1281 mdb_printf("Unknown AS sub-descriptor 0x%x\n", sub_type); in prt_usb_as_desc() 1294 uchar_t sub_type; in prt_usb_vc_desc() local 1296 if (mdb_vread(&sub_type, 1, addr + 2) == -1) { in prt_usb_vc_desc() [all …]
|
/titanic_41/usr/src/lib/libpcp/common/ |
H A D | pcp_common.h | 50 uint8_t sub_type; /* provided by user apps */ member 68 uint8_t sub_type; /* passed to user apps */ member
|
H A D | libpcp.c | 400 req_msg_hdr->sub_type = req_msg->sub_type; in pcp_send_recv() 523 resp_msg->sub_type = resp_msg_hdr->sub_type; in pcp_send_recv() 962 hdrp->sub_type = req_hdr->sub_type; in pcp_send_req_msg_hdr() 987 uint8_t sub_type; in pcp_recv_resp_msg_hdr() local 1045 if ((ret = pcp_io_op(&sub_type, sizeof (sub_type), in pcp_recv_resp_msg_hdr() 1109 resp_hdr->sub_type = sub_type; in pcp_recv_resp_msg_hdr()
|
H A D | libpcp.h | 83 uint8_t sub_type; member
|
/titanic_41/usr/src/uts/sun4v/ontario/io/ |
H A D | tsalarm.c | 137 uint8_t sub_type; /* provided by user apps */ member 154 uint8_t sub_type; /* passed to user apps */ member 169 uint8_t sub_type; member 752 send_msg.sub_type = NULL; in glvc_alarm_get() 827 send_msg.sub_type = NULL; in glvc_alarm_set() 934 req_msg_hdr->sub_type = req_msg->sub_type; in tsal_pcp_send_recv() 1043 resp_msg->sub_type = resp_msg_hdr->sub_type; in tsal_pcp_send_recv() 1364 hdrp->sub_type = req_hdr->sub_type; in tsal_pcp_send_req_msg_hdr() 1390 uint8_t sub_type; in tsal_pcp_recv_resp_msg_hdr() local 1444 if ((ret = tsal_pcp_io_op(sc, &sub_type, sizeof (sub_type), in tsal_pcp_recv_resp_msg_hdr() [all …]
|
/titanic_41/usr/src/lib/libtsalarm/common/ |
H A D | tsalarm.c | 79 send_msg.sub_type = NULL; in tsalarm_get() 174 send_msg.sub_type = NULL; in tsalarm_set()
|
/titanic_41/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sgsbbc_mailbox.h | 117 uint16_t sub_type; member
|
/titanic_41/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 831 req.msg_type.sub_type = INFO_MBOX_NODENAME; in plat_nodename_set() 843 resp.msg_type.sub_type = INFO_MBOX_NODENAME; in plat_nodename_set() 1130 msgp->ecc_req.msg_type.sub_type = msg_subtype; in plat_send_ecc_mailbox_msg() 1150 msgp->ecc_resp.msg_type.sub_type = msg_subtype; in plat_send_ecc_mailbox_msg()
|
/titanic_41/usr/src/uts/sun4u/lw8/os/ |
H A D | lw8_platmod.c | 841 req.msg_type.sub_type = INFO_MBOX_NODENAME; in plat_nodename_set() 853 resp.msg_type.sub_type = INFO_MBOX_NODENAME; in plat_nodename_set() 1143 msgp->ecc_req.msg_type.sub_type = msg_subtype; in plat_send_ecc_mailbox_msg() 1164 msgp->ecc_resp.msg_type.sub_type = msg_subtype; in plat_send_ecc_mailbox_msg()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.h | 146 uint8_t sub_type; member
|
/titanic_41/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgenv_impl.h | 246 DCMN_ERR(CE_CONT, "\tsub_type = 0x%x\n", x->msg_type.sub_type); \
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/piclsbl/ |
H A D | piclsbl.c | 318 send_msg.sub_type = NULL; in piclsbl_handler()
|