Searched refs:new_req (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c595 ddi_irm_req_t new_req; local
630 bzero(&new_req, sizeof (ddi_irm_req_t));
631 new_req.ireq_dip = dip;
632 new_req.ireq_nreq = count;
633 new_req.ireq_pool_p = pool_p;
634 new_req.ireq_type = req_p->ireq_type;
635 new_req.ireq_flags = DDI_IRM_FLAG_NEW;
636 i_ddi_irm_insertion_sort(&pool_p->ipool_req_list, &new_req);
643 if ((delta = (count - new_req.ireq_navail)) > 0) {
648 req_p->ireq_navail += new_req
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c586 new_req(int ev_port, int listener, void *ev_obj) function
600 logperror("new_req: accept failed");
606 logperror("new_req: fcntl(F_GETFL)");
610 logperror("new_req: fcntl(F_SETFL)");
614 logperror("new_req: fcntl(FD_CLOEXEC)");
618 logerr("new_req: malloc(ilbd_client_t)");
623 logperror("new_req: getpeerucred failed");
628 logperror("new_req: ucred_getruid failed");
635 logerr("new_req: malloc(cli_pw_buf)");
642 logperror("new_req
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c985 new_req:
1318 goto new_req;

Completed in 160 milliseconds