Symbol: rq
include/rpc/clnt.h
251
#define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
include/rpc/clnt.h
252
#define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
include/rpc/svc.h
186
#define SVC_CONTROL(xprt, rq, in) \
include/rpc/svc.h
187
(*(xprt)->xp_ops2->xp_control)((xprt), (rq), (in))
lib/libc/rpc/svc_dg.c
311
svc_dg_control(SVCXPRT *xprt, const u_int rq, void *in)
lib/libc/rpc/svc_raw.c
231
svc_raw_control(SVCXPRT *xprt, const u_int rq, void *in)
lib/libc/rpc/svc_vc.c
429
svc_vc_control(SVCXPRT *xprt, const u_int rq, void *in)
lib/libc/rpc/svc_vc.c
436
svc_vc_rendezvous_control(SVCXPRT *xprt, const u_int rq, void *in)
lib/libc/rpc/svc_vc.c
443
switch (rq) {
lib/libquota/quota_nfs.c
73
rquota_to_quotavals(const struct rquota *rq,
lib/libquota/quota_nfs.c
81
blocks->qv_hardlimit = rq_scalelimit(rq->rq_bhardlimit, rq->rq_bsize);
lib/libquota/quota_nfs.c
82
blocks->qv_softlimit = rq_scalelimit(rq->rq_bsoftlimit, rq->rq_bsize);
lib/libquota/quota_nfs.c
83
blocks->qv_usage = rq_scale(rq->rq_curblocks, rq->rq_bsize);
lib/libquota/quota_nfs.c
84
blocks->qv_expiretime = rq->rq_btimeleft + now.tv_sec;
lib/libquota/quota_nfs.c
88
files->qv_hardlimit = rq_plainlimit(rq->rq_fhardlimit);
lib/libquota/quota_nfs.c
89
files->qv_softlimit = rq_plainlimit(rq->rq_fsoftlimit);
lib/libquota/quota_nfs.c
90
files->qv_usage = rq->rq_curfiles;
lib/libquota/quota_nfs.c
91
files->qv_expiretime = rq->rq_ftimeleft + now.tv_sec;
libexec/rpc.rquotad/rquotad.c
189
struct rquota *rq)
libexec/rpc.rquotad/rquotad.c
195
rq->rq_active = TRUE;
libexec/rpc.rquotad/rquotad.c
196
rq->rq_bsize = DEV_BSIZE;
libexec/rpc.rquotad/rquotad.c
198
rq->rq_bhardlimit = limit_to_rquota(blocks->qv_hardlimit);
libexec/rpc.rquotad/rquotad.c
199
rq->rq_bsoftlimit = limit_to_rquota(blocks->qv_softlimit);
libexec/rpc.rquotad/rquotad.c
200
rq->rq_curblocks = blocks->qv_usage;
libexec/rpc.rquotad/rquotad.c
201
rq->rq_btimeleft = time_to_rquota(blocks->qv_expiretime, now.tv_sec);
libexec/rpc.rquotad/rquotad.c
203
rq->rq_fhardlimit = limit_to_rquota(files->qv_hardlimit);
libexec/rpc.rquotad/rquotad.c
204
rq->rq_fsoftlimit = limit_to_rquota(files->qv_softlimit);
libexec/rpc.rquotad/rquotad.c
205
rq->rq_curfiles = files->qv_usage;
libexec/rpc.rquotad/rquotad.c
206
rq->rq_ftimeleft = time_to_rquota(files->qv_expiretime, now.tv_sec);
sys/arch/sun3/dev/xd.c
1166
xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd,
sys/arch/sun3/dev/xd.c
1170
rq->xdc = xdc;
sys/arch/sun3/dev/xd.c
1171
rq->xd = xd;
sys/arch/sun3/dev/xd.c
1172
rq->ttl = XDC_MAXTTL + 10;
sys/arch/sun3/dev/xd.c
1173
rq->mode = md;
sys/arch/sun3/dev/xd.c
1174
rq->tries = rq->errno = rq->lasterror = 0;
sys/arch/sun3/dev/xd.c
1175
rq->blockno = blk;
sys/arch/sun3/dev/xd.c
1176
rq->sectcnt = cnt;
sys/arch/sun3/dev/xd.c
1177
rq->dbuf = rq->dbufbase = db;
sys/arch/sun3/dev/xd.c
1178
rq->buf = bp;
sys/arch/sun3/dev/xy.c
1109
xyc_rqinit(struct xy_iorq *rq, struct xyc_softc *xyc, struct xy_softc *xy,
sys/arch/sun3/dev/xy.c
1113
rq->xyc = xyc;
sys/arch/sun3/dev/xy.c
1114
rq->xy = xy;
sys/arch/sun3/dev/xy.c
1115
rq->ttl = XYC_MAXTTL + 10;
sys/arch/sun3/dev/xy.c
1116
rq->mode = md;
sys/arch/sun3/dev/xy.c
1117
rq->tries = rq->errno = rq->lasterror = 0;
sys/arch/sun3/dev/xy.c
1118
rq->blockno = blk;
sys/arch/sun3/dev/xy.c
1119
rq->sectcnt = cnt;
sys/arch/sun3/dev/xy.c
1120
rq->dbuf = rq->dbufbase = db;
sys/arch/sun3/dev/xy.c
1121
rq->buf = bp;
sys/arch/sun3/dev/xy.c
1684
int errno, rq, comm, errs;
sys/arch/sun3/dev/xy.c
1718
for (rq = 0; rq < XYC_MAXIOPB; rq++) {
sys/arch/sun3/dev/xy.c
1719
iorq = xycsc->xy_chain[rq];
sys/dev/ic/ciss.c
199
pc->rq[0].rq_addr_hi = 0x0;
sys/dev/ic/ciss.c
200
pc->rq[0].rq_addr_lo = sc->replymap->dm_segs[0].ds_addr;
sys/dev/ic/cissreg.h
145
} __packed rq[4];
sys/dev/ic/isp.c
3203
sns_gid_ft_req_t *rq = &un._x;
sys/dev/ic/isp.c
3209
ISP_MEMZERO(rq, SNS_GID_FT_REQ_SIZE);
sys/dev/ic/isp.c
3210
rq->snscb_rblen = GIDLEN >> 1;
sys/dev/ic/isp.c
3211
rq->snscb_addr[RQRSP_ADDR0015] = DMA_WD0(fcp->isp_scdma + IGPOFF);
sys/dev/ic/isp.c
3212
rq->snscb_addr[RQRSP_ADDR1631] = DMA_WD1(fcp->isp_scdma + IGPOFF);
sys/dev/ic/isp.c
3213
rq->snscb_addr[RQRSP_ADDR3247] = DMA_WD2(fcp->isp_scdma + IGPOFF);
sys/dev/ic/isp.c
3214
rq->snscb_addr[RQRSP_ADDR4863] = DMA_WD3(fcp->isp_scdma + IGPOFF);
sys/dev/ic/isp.c
3215
rq->snscb_sblen = 6;
sys/dev/ic/isp.c
3216
rq->snscb_cmd = SNS_GID_FT;
sys/dev/ic/isp.c
3217
rq->snscb_mword_div_2 = NGENT;
sys/dev/ic/isp.c
3218
rq->snscb_fc4_type = FC4_SCSI;
sys/dev/ic/isp.c
3220
isp_put_gid_ft_request(isp, rq, fcp->isp_scratch);
sys/dev/ieee1394/fwdev.c
106
STAILQ_HEAD(, fw_xfer) rq;
sys/dev/ieee1394/fwdev.c
148
STAILQ_INIT(&d->rq);
sys/dev/ieee1394/fwdev.c
826
xfer = STAILQ_FIRST(&d->rq);
sys/dev/ieee1394/fwdev.c
838
STAILQ_REMOVE_HEAD(&d->rq, link);
sys/dev/ieee1394/fwdev.c
908
STAILQ_INSERT_TAIL(&d->rq, xfer, link);
sys/dev/ieee1394/fwdev.c
927
STAILQ_INSERT_TAIL(&d->rq, xfer, link);
sys/dev/ieee1394/fwohci.c
2604
struct fw_xferq *rq;
sys/dev/ieee1394/fwohci.c
2609
rq = &dbch->xferq;
sys/dev/ieee1394/fwohci.c
2610
if (rq->buf == NULL && (dbch->xferq.flag & FWXFERQ_EXTBUF) == 0) {
sys/dev/ieee1394/fwohci.c
2613
dsiz[0] = rq->psize;
sys/dev/ieee1394/fwohci.c
2620
dsiz[db_tr->dbcnt] = rq->psize;
sys/dev/ieee1394/fwohci.c
2621
if (rq->buf != NULL) {
sys/dev/ieee1394/fwohci.c
2622
db_tr->buf = fwdma_v_addr(rq->buf, poffset);
sys/dev/ieee1394/fwohci.c
2623
dbuf[db_tr->dbcnt] = fwdma_bus_addr(rq->buf, poffset);
sys/dev/ieee1394/fwohci.c
2630
if (rq->flag & FWXFERQ_STREAM)
sys/dev/ieee1394/fwohci.c
2635
if (rq->flag & FWXFERQ_STREAM)
sys/dev/pci/agp.c
498
int rq, sba, fw, rate;
sys/dev/pci/agp.c
506
rq = AGP_MODE_GET_RQ(mode);
sys/dev/pci/agp.c
507
if (AGP_MODE_GET_RQ(tstatus) < rq)
sys/dev/pci/agp.c
508
rq = AGP_MODE_GET_RQ(tstatus);
sys/dev/pci/agp.c
509
if (AGP_MODE_GET_RQ(mstatus) < rq)
sys/dev/pci/agp.c
510
rq = AGP_MODE_GET_RQ(mstatus);
sys/dev/pci/agp.c
534
command = AGP_MODE_SET_RQ(0, rq);
sys/dev/pci/agp.c
553
int rq, sba, fw, rate, arqsz, cal;
sys/dev/pci/agp.c
561
rq = AGP_MODE_GET_RQ(mode);
sys/dev/pci/agp.c
562
if (AGP_MODE_GET_RQ(tstatus) < rq)
sys/dev/pci/agp.c
563
rq = AGP_MODE_GET_RQ(tstatus);
sys/dev/pci/agp.c
564
if (AGP_MODE_GET_RQ(mstatus) < rq)
sys/dev/pci/agp.c
565
rq = AGP_MODE_GET_RQ(mstatus);
sys/dev/pci/agp.c
600
command = AGP_MODE_SET_RQ(0, rq);
sys/dev/pci/cxgb/cxgb_adapter.h
531
void t3_rx_eth_lro(adapter_t *adap, struct sge_rspq *rq, struct mbuf *m,
sys/dev/pci/cxgb/cxgb_adapter.h
533
void t3_rx_eth(struct adapter *adap, struct sge_rspq *rq, struct mbuf *m, int ethpad);
sys/dev/pci/cxgb/cxgb_lro.c
324
t3_rx_eth_lro(adapter_t *adap, struct sge_rspq *rq, struct mbuf *m,
sys/dev/pci/cxgb/cxgb_lro.c
327
struct sge_qset *qs = rspq_to_qset(rq);
sys/dev/pci/cxgb/cxgb_lro.c
371
t3_rx_eth(adap, rq, m, ethpad);
sys/dev/pci/cxgb/cxgb_sge.c
2154
t3_rx_eth(struct adapter *adap, struct sge_rspq *rq, struct mbuf *m, int ethpad)
sys/dev/pci/cxgb/cxgb_sge.c
2534
process_responses_gts(adapter_t *adap, struct sge_rspq *rq)
sys/dev/pci/cxgb/cxgb_sge.c
2539
work = process_responses(adap, rspq_to_qset(rq), -1);
sys/dev/pci/cxgb/cxgb_sge.c
2541
if (cxgb_debug && (rq->next_holdoff != last_holdoff)) {
sys/dev/pci/cxgb/cxgb_sge.c
2542
printf("next_holdoff=%d\n", rq->next_holdoff);
sys/dev/pci/cxgb/cxgb_sge.c
2543
last_holdoff = rq->next_holdoff;
sys/dev/pci/cxgb/cxgb_sge.c
2546
t3_write_reg(adap, A_SG_GTS, V_RSPQ(rq->cntxt_id) |
sys/dev/pci/cxgb/cxgb_sge.c
2547
V_NEWTIMER(rq->next_holdoff) | V_NEWINDEX(rq->cidx));
sys/dev/pci/if_mcx.c
8792
struct mcx_rq_ctx rq;
sys/dev/pci/if_mcx.c
8802
if (mcx_query_rq(sc, &q->q_rx, &u.rq) != 0) {
sys/dev/pci/if_mcx.c
8808
kstat_kv_u64(kvs++) = bemtoh32(&u.rq.rq_wq.wq_sw_counter);
sys/dev/pci/if_mcx.c
8809
kstat_kv_u64(kvs++) = bemtoh32(&u.rq.rq_wq.wq_hw_counter);
sys/dev/pci/if_mcx.c
8810
switch ((bemtoh32(&u.rq.rq_flags) & MCX_RQ_CTX_STATE_MASK) >>
sys/dev/pci/isp_pci.c
1326
ispreq_t *rq = arg;
sys/dev/pci/isp_pci.c
1332
hidx = isp_handle_index(isp, rq->req_handle);
sys/dev/pci/isp_pci.c
1347
if (rq->req_header.rqs_entry_type == RQSTYPE_T2RQS) {
sys/dev/pci/isp_pci.c
1348
rq->req_header.rqs_entry_type = RQSTYPE_T3RQS;
sys/dev/pci/isp_pci.c
1349
} else if (rq->req_header.rqs_entry_type == RQSTYPE_REQUEST) {
sys/dev/pci/isp_pci.c
1350
rq->req_header.rqs_entry_type = RQSTYPE_A64;
sys/dev/pci/isp_pci.c
1383
if (isp_send_cmd(isp, rq, dm_segs, nsegs, xs->datalen, ddir)
sys/dev/pci/twa.c
1040
struct twa_request *rq;
sys/dev/pci/twa.c
1043
TAILQ_FOREACH(rq, &sc->twa_busy, tr_link) {
sys/dev/pci/twa.c
1044
if (tr->tr_request_id == rq->tr_request_id) {
sys/dev/pci/twa.c
1046
} else if (tr->bp == rq->bp && tr->bp != 0) {
sys/dev/pci/twa.c
1356
union twa_response_queue rq;
sys/dev/pci/twa.c
1368
rq.value = twa_inl(sc, TWA_RESPONSE_QUEUE_OFFSET);
sys/dev/pci/twa.c
1369
tr = sc->sc_twa_request + rq.u.response_id;
sys/dev/sbus/isp_sbus.c
491
ispreq_t *rq = arg;
sys/dev/sbus/isp_sbus.c
497
hidx = isp_handle_index(isp, rq->req_handle);
sys/dev/sbus/isp_sbus.c
536
if (isp_send_cmd(isp, rq, dm_segs, nsegs, xs->datalen, ddir) != CMD_QUEUED) {
sys/dev/usb/if_zyd.c
1866
struct rq *rqp;
sys/dev/usb/if_zyd.c
1876
SIMPLEQ_FOREACH(rqp, &sc->sc_rqh, rq) {
sys/dev/usb/if_zyd.c
792
struct rq rq;
sys/dev/usb/if_zyd.c
809
rq.idata = idata;
sys/dev/usb/if_zyd.c
810
rq.odata = odata;
sys/dev/usb/if_zyd.c
811
rq.len = olen / sizeof(struct zyd_pair);
sys/dev/usb/if_zyd.c
813
SIMPLEQ_INSERT_TAIL(&sc->sc_rqh, &rq, rq);
sys/dev/usb/if_zyd.c
835
SIMPLEQ_REMOVE(&sc->sc_rqh, &rq, rq, rq);
sys/dev/usb/if_zydreg.h
1173
SIMPLEQ_ENTRY(rq) rq;
sys/dev/usb/if_zydreg.h
1203
SIMPLEQ_HEAD(rqh, rq) sc_rqh;
sys/dev/vme/xd.c
1351
xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd, int md, u_long blk, int cnt, void *db, struct buf *bp)
sys/dev/vme/xd.c
1353
rq->xdc = xdc;
sys/dev/vme/xd.c
1354
rq->xd = xd;
sys/dev/vme/xd.c
1355
rq->ttl = XDC_MAXTTL + 10;
sys/dev/vme/xd.c
1356
rq->mode = md;
sys/dev/vme/xd.c
1357
rq->tries = rq->errnum = rq->lasterror = 0;
sys/dev/vme/xd.c
1358
rq->blockno = blk;
sys/dev/vme/xd.c
1359
rq->sectcnt = cnt;
sys/dev/vme/xd.c
1360
rq->dbuf = db;
sys/dev/vme/xd.c
1361
rq->buf = bp;
sys/dev/vme/xy.c
1258
xyc_rqinit(struct xy_iorq *rq, struct xyc_softc *xyc, struct xy_softc *xy, int md, u_long blk, int cnt, void *db, struct buf *bp)
sys/dev/vme/xy.c
1260
rq->xyc = xyc;
sys/dev/vme/xy.c
1261
rq->xy = xy;
sys/dev/vme/xy.c
1262
rq->ttl = XYC_MAXTTL + 10;
sys/dev/vme/xy.c
1263
rq->mode = md;
sys/dev/vme/xy.c
1264
rq->tries = rq->errnum = rq->lasterror = 0;
sys/dev/vme/xy.c
1265
rq->blockno = blk;
sys/dev/vme/xy.c
1266
rq->sectcnt = cnt;
sys/dev/vme/xy.c
1267
rq->dbuf = db;
sys/dev/vme/xy.c
1268
rq->buf = bp;
sys/dev/vme/xy.c
1835
int errnum, rq, comm, errs;
sys/dev/vme/xy.c
1868
for (rq = 0; rq < XYC_MAXIOPB; rq++) {
sys/dev/vme/xy.c
1869
iorq = xycsc->xy_chain[rq];
sys/kern/sys_ptrace_common.c
829
ptrace_startstop(struct proc *t, struct lwp **lt, int rq, void *addr,
sys/kern/sys_ptrace_common.c
837
DPRINTF(("%s: lwp=%d request=%d\n", __func__, (*lt)->l_lid, rq));
sys/kern/sys_ptrace_common.c
839
if (rq == PT_SUSPEND)
sys/kern/sys_ptrace_common.c
869
ptrace_regs(struct lwp *l, struct lwp **lt, int rq, struct ptrace_methods *ptm,
sys/kern/sys_ptrace_common.c
882
int dir = ptrace_uio_dir(rq);
sys/kern/sys_ptrace_common.c
886
DPRINTF(("%s: lwp=%d request=%d\n", __func__, l->l_lid, rq));
sys/kern/sys_ptrace_common.c
888
switch (rq) {
sys/net/if_ieee1394subr.c
406
struct ieee1394_reassq *rq;
sys/net/if_ieee1394subr.c
433
for (rq = LIST_FIRST(&ic->ic_reassq); ; rq = LIST_NEXT(rq, rq_node)) {
sys/net/if_ieee1394subr.c
434
if (rq == NULL) {
sys/net/if_ieee1394subr.c
438
rq = malloc(sizeof(*rq), M_FTABLE, M_NOWAIT);
sys/net/if_ieee1394subr.c
439
if (rq == NULL) {
sys/net/if_ieee1394subr.c
443
rq->fr_id = id;
sys/net/if_ieee1394subr.c
444
LIST_INIT(&rq->rq_pkt);
sys/net/if_ieee1394subr.c
445
LIST_INSERT_HEAD(&ic->ic_reassq, rq, rq_node);
sys/net/if_ieee1394subr.c
448
if (rq->fr_id == id)
sys/net/if_ieee1394subr.c
451
for (rp = LIST_FIRST(&rq->rq_pkt); rp != NULL; rp = nrp) {
sys/net/if_ieee1394subr.c
467
for (rp = LIST_FIRST(&rq->rq_pkt); rp != NULL;
sys/net/if_ieee1394subr.c
558
LIST_INSERT_HEAD(&rq->rq_pkt, trp, rp_next);
sys/net/if_ieee1394subr.c
573
struct ieee1394_reassq *rq;
sys/net/if_ieee1394subr.c
576
while ((rq = LIST_FIRST(&ic->ic_reassq)) != NULL) {
sys/net/if_ieee1394subr.c
577
LIST_REMOVE(rq, rq_node);
sys/net/if_ieee1394subr.c
578
while ((rp = LIST_FIRST(&rq->rq_pkt)) != NULL) {
sys/net/if_ieee1394subr.c
583
free(rq, M_FTABLE);
sys/net/if_ieee1394subr.c
591
struct ieee1394_reassq *rq;
sys/net/if_ieee1394subr.c
596
for (rq = LIST_FIRST(&ic->ic_reassq); rq != NULL;
sys/net/if_ieee1394subr.c
597
rq = LIST_NEXT(rq, rq_node)) {
sys/net/if_ieee1394subr.c
598
for (rp = LIST_FIRST(&rq->rq_pkt); rp != NULL; rp = nrp) {
tests/kernel/t_lua.c
112
struct lua_require rq;
tests/kernel/t_lua.c
132
ATF_REQUIRE_ERRNO(EACCES, ioctl(fd, LUAREQUIRE, &rq) == -1);