Searched defs:req_ptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtsalarm/common/
H A Dtsalarm.c50 tsalarm_req_t *req_ptr = NULL; local
70 req_ptr = malloc(sizeof (tsalarm_req_t));
71 if (req_ptr == NULL) {
75 req_ptr->alarm_action = TSALARM_STATUS;
76 req_ptr->alarm_id = alarm_type;
81 send_msg.msg_data = (uint8_t *)req_ptr;
125 if (req_ptr != NULL)
126 free(req_ptr);
142 tsalarm_req_t *req_ptr = NULL; local
162 req_ptr
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.c207 pcp_sbl_req_t *req_ptr = NULL; local
217 if ((req_ptr = (pcp_sbl_req_t *)umem_zalloc(sizeof (pcp_sbl_req_t),
230 req_ptr->sbl_action = PCP_SBL_DISABLE;
232 req_ptr->sbl_action = PCP_SBL_ENABLE;
276 (void) sscanf(hdd_location, "%*3s%d", &req_ptr->sbl_id);
277 target = (int)req_ptr->sbl_id;
320 send_msg.msg_data = (uint8_t *)req_ptr;
357 if ((req_ptr->sbl_action == PCP_SBL_DISABLE) &&
361 else if ((req_ptr->sbl_action == PCP_SBL_ENABLE) &&
371 if (req_ptr !
[all...]
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c209 tsal_pcp_alarm_req_t *req_ptr; member in struct:tsalarm_softc
403 softc->req_ptr = NULL;
512 if ((softc->req_ptr = (tsal_pcp_alarm_req_t *)kmem_zalloc(
550 if (softc->req_ptr != NULL)
551 kmem_free(softc->req_ptr,
605 if (softc->req_ptr != NULL) {
606 kmem_free(softc->req_ptr,
608 softc->req_ptr = NULL;
733 tsal_pcp_alarm_req_t *req_ptr = NULL; local
742 if (sc->req_ptr
801 tsal_pcp_alarm_req_t *req_ptr = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h298 caddr_t req_ptr; member in struct:qlt_state

Completed in 71 milliseconds