Searched defs:new_req (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c588 new_req(int ev_port, int listener, void *ev_obj) function
602 logperror("new_req: accept failed");
608 logperror("new_req: fcntl(F_GETFL)");
612 logperror("new_req: fcntl(F_SETFL)");
616 logperror("new_req: fcntl(FD_CLOEXEC)");
620 logerr("new_req: malloc(ilbd_client_t)");
625 logperror("new_req: getpeerucred failed");
629 logperror("new_req: ucred_getruid failed");
634 logerr("new_req: malloc(cli_pw_buf)");
639 logperror("new_req
[all...]
/illumos-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...]

Completed in 3021 milliseconds