Home
last modified time | relevance | path

Searched refs:q_first (Results 1 – 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2286 abort.q_first = in emlxs_tx_channel_flush()
2302 abort.q_first = ndlp->nlp_tx[channelno].q_first; in emlxs_tx_channel_flush()
2509 abort.q_first = in emlxs_tx_node_flush()
2514 q_first; in emlxs_tx_node_flush()
2529 abort.q_first = ndlp->nlp_tx[channelno].q_first; in emlxs_tx_node_flush()
2821 if (abort.q_first) { in emlxs_tx_lun_flush()
2872 if (abort.q_first) { in emlxs_tx_lun_flush()
3445 if (tbm.q_first) { in emlxs_tx_move()
3855 if (abort.q_first) { in emlxs_iotag_flush()
3869 if (abort.q_first) { in emlxs_iotag_flush()
[all …]
H A Demlxs_clock.c355 if (tmo.q_first) { in emlxs_timer_check_pkts()
362 tmo.q_first = in emlxs_timer_check_pkts()
414 if (tmo.q_first) { in emlxs_timer_check_pkts()
421 tmo.q_first = in emlxs_timer_check_pkts()
448 iocbq = (IOCBQ *)tmo.q_first; in emlxs_timer_check_pkts()
475 iocbq = (IOCBQ *)tmo.q_first; in emlxs_timer_check_pkts()
636 if (cp->nodeq.q_first) { in emlxs_timer_check_channels()
1258 if (abortq->q_first) { in emlxs_pkt_chip_timeout()
1365 q_first; in emlxs_tx_watchdog()
1369 q_first; in emlxs_tx_watchdog()
[all …]
H A Demlxs_node.c137 if (cp->nodeq.q_first == (void *)ndlp && in emlxs_node_close()
140 cp->nodeq.q_first = NULL; in emlxs_node_close()
142 } else if (cp->nodeq.q_first == (void *)ndlp) { in emlxs_node_close()
143 cp->nodeq.q_first = ndlp->nlp_next[channelno]; in emlxs_node_close()
145 cp->nodeq.q_first; in emlxs_node_close()
262 if ((ndlp->nlp_ptx[channelno].q_first || in emlxs_node_open()
263 ndlp->nlp_tx[channelno].q_first) && !ndlp->nlp_next[channelno]) { in emlxs_node_open()
267 if (cp->nodeq.q_first) { in emlxs_node_open()
270 ndlp->nlp_next[channelno] = cp->nodeq.q_first; in emlxs_node_open()
279 cp->nodeq.q_first = (uint8_t *)ndlp; in emlxs_node_open()
[all …]
H A Demlxs_fct.c4368 if (nlp->nlp_ptx[channelno].q_first == in emlxs_fct_pkt_abort_txq()
4371 q_first = in emlxs_fct_pkt_abort_txq()
4387 next = (IOCBQ *)nlp->nlp_tx[channelno].q_first; in emlxs_fct_pkt_abort_txq()
4402 if (nlp->nlp_tx[channelno].q_first == in emlxs_fct_pkt_abort_txq()
4404 nlp->nlp_tx[channelno].q_first = in emlxs_fct_pkt_abort_txq()
4424 if ((nlp->nlp_ptx[channelno].q_first) || in emlxs_fct_pkt_abort_txq()
4425 (nlp->nlp_tx[channelno].q_first && in emlxs_fct_pkt_abort_txq()
4435 cp->nodeq.q_first = nlp->nlp_next[channelno]; in emlxs_fct_pkt_abort_txq()
4443 cp->nodeq.q_first = NULL; in emlxs_fct_pkt_abort_txq()
4447 cp->nodeq.q_first = nlp->nlp_next[channelno]; in emlxs_fct_pkt_abort_txq()
[all …]
H A Demlxs_mbox.c2931 if (hba->mbox_queue.q_first) { in emlxs_mb_put()
2944 hba->mbox_queue.q_first = (uint8_t *)mbq; in emlxs_mb_put()
2977 if (hba->mbox_queue.q_first) { in emlxs_mb_get()
2978 p_first = (MAILBOXQ *)hba->mbox_queue.q_first; in emlxs_mb_get()
2979 hba->mbox_queue.q_first = (uint8_t *)p_first->next; in emlxs_mb_get()
2981 if (hba->mbox_queue.q_first == NULL) { in emlxs_mb_get()
H A Demlxs_solaris.c3539 if (nlp->nlp_ptx[channelno].q_first == in emlxs_fca_pkt_abort()
3542 q_first = in emlxs_fca_pkt_abort()
3573 if (nlp->nlp_tx[channelno].q_first == in emlxs_fca_pkt_abort()
3575 nlp->nlp_tx[channelno].q_first = in emlxs_fca_pkt_abort()
3599 if ((nlp->nlp_ptx[channelno].q_first) || in emlxs_fca_pkt_abort()
3600 (nlp->nlp_tx[channelno].q_first && in emlxs_fca_pkt_abort()
3612 cp->nodeq.q_first = nlp->nlp_next[channelno]; in emlxs_fca_pkt_abort()
3618 if (cp->nodeq.q_first == (void *)nlp && in emlxs_fca_pkt_abort()
3621 cp->nodeq.q_first = NULL; in emlxs_fca_pkt_abort()
3623 } else if (cp->nodeq.q_first == (void *)nlp) { in emlxs_fca_pkt_abort()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c1101 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer()
1111 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer()
1119 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer()
1204 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer_free()
1212 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer_free()
1247 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer_move()
1250 ASSERT(mtb->mtb_q->q_first != mp && in mi_timer_move()
1264 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer_move()
1267 ASSERT(mtb->mtb_q->q_first != mp && in mi_timer_move()
1292 ASSERT(mtb->mtb_q->q_first == mp || in mi_timer_stop()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c2300 mp = q->q_first; in flushq_common()
2301 q->q_first = NULL; in flushq_common()
2406 mp = q->q_first; in flushband()
2407 q->q_first = NULL; in flushband()
2652 if (!q->q_first) { in putq()
2655 q->q_first = bp; in putq()
2674 tmp = q->q_first; in putq()
2828 tmp = q->q_first; in putbq()
2835 q->q_first = bp; in putbq()
3039 q->q_first = mp; in insq()
[all …]
H A Dlogindmux.c541 if (q->q_first != NULL || !canputnext(qp)) { in logdmuxuwput()
650 if ((q->q_first != NULL) && (queclass(mp) < QPCTL) && in logdmuxlrput()
738 if (q->q_first != NULL || !canputnext(qp)) { in logdmuxlrput()
822 if (q->q_first != NULL || !canputnext(qp)) { in logdmuxlrput()
1219 mp = q->q_first; in flushq_dataonly()
H A Dtirdwr.c383 for (mp = q->q_next->q_first; mp != NULL; mp = mp->b_next) { in check_strhead()
427 for (mp = q->q_first; mp != NULL; ) { in strip_strhead()
H A Dtty_pty.c384 q->q_first != NULL && in ptcread()
819 q->q_first != NULL && !(pty->pt_flags & PF_STOPPED)) { in ptcioctl()
823 for (mp = q->q_first; mp != NULL; mp = mp->b_next) in ptcioctl()
998 q->q_first != NULL && !(pty->pt_flags & PF_STOPPED)) { in ptcpoll()
H A Dtelmod.c361 ((q->q_first) || ((tmip->flags & TEL_STOPPED) && in telmodrput()
666 (q->q_first)) { in telmodwput()
838 if (!canputnext(q) || q->q_first != NULL) in telmodwput()
H A Drlmod.c377 ((q->q_first) || in rlmodrput()
437 if (canputnext(q) && q->q_first == NULL) { in rlmodrput()
627 if ((q->q_first || rmip->rl_expdat) && mp->b_datap->db_type < QPCTL) { in rlmodwput()
H A Dpts.c592 ASSERT(RD(qp)->q_first == NULL); in ptswput()
H A Dtl.c1724 if (tep->te_wq->q_first && (IS_CLTS(tep) || IS_COTSORD(tep))) { in tl_close_ser()
1895 if ((tep->te_state == TS_IDLE) && !wq->q_first) { in tl_wput()
1906 if (wq->q_first != NULL) { in tl_wput()
2029 (tep->te_wq->q_first == NULL) && in tl_wput_data_ser()
2071 while ((wq->q_first != NULL) && !tep->te_nowsrv) { in tl_wsrv()
2143 ASSERT(rq->q_first == NULL); in tl_rsrv()
5068 if (!tep->te_closing && (wq->q_first != NULL)) { in tl_unitdata_ser()
6005 ASSERT(tep->te_rq->q_first == NULL); in tl_icon_sendmsgs()
6338 (void) insq(wq, wq->q_first, mp); in tl_memrecover()
H A Dtimod.c579 if (q->q_first != 0 && mp->b_datap->db_type < QPCTL) { in timodrput()
1227 if (q->q_first != 0) in timodrproc()
1464 if (q->q_first != 0 && mp->b_datap->db_type < QPCTL) { in timodwput()
2626 bp = rq->q_first; in ti_expind_on_rdqueues()
H A Dmouse8042.c883 if (q->q_first) in mouse8042_wput()
H A Dzcons.c935 if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wput()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1032 q->q_first == NULL && in strget()
1877 (q->q_first == bp))) in strrput()
5620 if (q->q_first) in strioctl()
5645 mp = q->q_first; in strioctl()
5669 mp = q->q_first; in strioctl()
6710 mblk_t *q_first = q->q_first; in strgetmsg() local
6765 ((q_first->b_band >= *prip) || DB_TYPE(q_first) >= QPCTL) && in strgetmsg()
7268 mblk_t *q_first = q->q_first; in kstrgetmsg() local
7304 ((q_first->b_band >= *prip) || DB_TYPE(q_first) >= QPCTL) && in kstrgetmsg()
8416 mp = qp->q_first; in strpoll()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlog.c58 (uintptr_t)q.q_first) == -1) { in msgbuf()
H A Dmemory.c379 struct vn_htable_list *q_first = hp->vn_q_first; in vn_get() local
382 if (q_first->vn_ptr == ptr) { in vn_get()
383 vp->v_flag = q_first->vn_flag; in vn_get()
434 hent->vn_q_next = q_first; in vn_get()
435 q_first->vn_q_prev = hent; in vn_get()
H A Dstreams.c421 for (maddr = (uintptr_t)q.q_first; maddr != 0; nblks++) { in queue()
459 addr, name, q.q_flag, nblks, q.q_first); in queue()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c517 (WR(nextsib->sps_rq)->q_first != NULL)) { in sppp_ioctl()
1345 if (WR(sps->sps_rq)->q_first != NULL) in sppp_outer_ioctl()
1350 if (WR(nextsib->sps_rq)->q_first != NULL) { in sppp_outer_ioctl()
1414 if (WR(sps->sps_rq)->q_first != NULL) in sppp_outer_ioctl()
1418 if (WR(nextsib->sps_rq)->q_first != NULL) { in sppp_outer_ioctl()
1622 if (q->q_first != NULL || in sppp_send()
1777 WR(nextsib->sps_rq)->q_first != NULL) in sppp_lwsrv()
1781 if (WR(nextsib->sps_rq)->q_first != NULL) { in sppp_lwsrv()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1112 if ((mp1 = q->q_first) != NULL) { in mir_clnt_dup_request()
1561 if (q->q_first == NULL && in mir_rput()
1909 if (q->q_first == NULL) in mir_rsrv()
1930 if (q->q_first == NULL) { in mir_rsrv()
2744 if (q->q_first == NULL) in mir_wsrv()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h117 struct msgb *q_first; /* Q9S: first message in Q */ member

12