Searched refs:rsp_data (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/sun4u/serengeti/io/ |
H A D | sghsc.c | 1486 sghsc_event_t *rsp_data; in sghsc_event_handler() local 1492 rsp_data = (sghsc_event_t *)(((sbbc_msg_t *)arg)->msg_buf); in sghsc_event_handler() 1494 if (rsp_data == NULL) { in sghsc_event_handler() 1500 sloth = sghsc_find_sloth(rsp_data->node_id, rsp_data->board, in sghsc_event_handler() 1501 rsp_data->slot); in sghsc_event_handler() 1510 rsp_data->node_id, rsp_data->board, rsp_data->slot)); in sghsc_event_handler() 1514 enum_state = sghsc_find_softstate(rsp_data->node_id, rsp_data->board, in sghsc_event_handler() 1515 rsp_data->slot); in sghsc_event_handler() 1518 " node %d / board %d slot %d", rsp_data->node_id, in sghsc_event_handler() 1519 rsp_data->board, rsp_data->slot); in sghsc_event_handler() [all …]
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_kdoor.c | 84 void *rsp_data, xdrproc_t rsp_xdr) in smb_kdoor_upcall() argument 96 da.da_rsp_data = rsp_data; in smb_kdoor_upcall() 99 (rsp_data == NULL && rsp_xdr != NULL)) { in smb_kdoor_upcall()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kdoor.c | 114 void *rsp_data, xdrproc_t rsp_xdr) in smb_kdoor_upcall() argument 125 da.da_rsp_data = rsp_data; in smb_kdoor_upcall() 128 (rsp_data == NULL && rsp_xdr != NULL)) { in smb_kdoor_upcall() 134 if (rsp_data != NULL && rsp_xdr != NULL) in smb_kdoor_upcall()
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_doorclnt.c | 289 void *rsp_data, xdrproc_t rsp_xdr) in smb_door_call() argument 302 da.da_rsp_data = rsp_data; in smb_door_call() 305 (rsp_data == NULL && rsp_xdr != NULL)) { in smb_door_call()
|