Searched refs:rds (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h178 # define FD_RD_VAR(rds, excs) struct pollfd rds
181 # define FD_RD_INIT(sd, rds, excs) \
182 (rds).fd = (sd); \
183 (rds).events = MI_POLL_RD_FLAGS; \
184 (rds).revents = 0
191 # define FD_IS_RD_EXC(sd, rds, excs) \
192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
197 # define FD_IS_RD_RDY(sd, rds, excs) \
198 (((rds)
[all...]
H A Dcomm.c69 FD_RD_VAR(rds, excs);
81 FD_RD_INIT(sd, rds, excs);
82 ret = FD_RD_READY(sd, rds, excs, timeout);
91 if (FD_IS_RD_EXC(sd, rds, excs))
154 FD_RD_INIT(sd, rds, excs);
155 ret = FD_RD_READY(sd, rds, excs, timeout);
164 if (FD_IS_RD_EXC(sd, rds, excs))
H A Dlistener.c738 FD_RD_VAR(rds, excs);
764 FD_RD_INIT(listenfd, rds, excs);
767 r = FD_RD_READY(listenfd, rds, excs, &chktime);
793 if (!FD_IS_RD_RDY(listenfd, rds, excs))
/freebsd-13-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c161 fd_set rds; local
231 FD_ZERO(&rds);
232 FD_SET(sd, &rds);
234 r = select(nfd, &rds, NULL, NULL, NULL);
241 if (!FD_ISSET(sd, &rds))
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_spi.c182 uint32_t iod, rds; local
200 rds = SPI_READ(sc, AR71XX_SPI_RDS);
202 return (rds & 0xff);
/freebsd-13-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c254 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
533 rds = howmany(bpb.bpbRootDirEnts,
541 rds +
552 x1 = bpb.bpbResSectors + rds;
647 for (lsn = 0; lsn < dir + (fat == 32 ? bpb.bpbSecPerClust : rds); lsn++) {
651 (dir + (fat == 32 ? bpb.bpbSecPerClust: rds)),
653 (fat == 32 ? bpb.bpbSecPerClust: rds)));
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_isr.c78 ha->hw.rds[r_idx].count++;
223 ha->hw.rds[r_idx].count++;
227 ha->hw.rds[r_idx].lro_pkt_count++;
238 ha->hw.rds[r_idx].lro_bytes += pkt_length;
925 rdesc = &ha->hw.rds[r_idx];
H A Dql_hw.h1274 q80_rq_rds_ring_t rds[MAX_RDS_RING_SETS]; member in struct:_q80_rq_rcv_cntxt
1293 q80_rsp_rds_ring_t rds[MAX_RDS_RING_SETS]; member in struct:_q80_rsp_rcv_cntxt
1317 q80_rq_rds_ring_t rds[MAX_RDS_RING_SETS]; member in struct:_q80_rq_add_rcv_rings
1327 q80_rsp_rds_ring_t rds[MAX_RDS_RING_SETS]; member in struct:_q80_rsp_add_rcv_rings
1637 qla_rdesc_t rds[MAX_RDS_RINGS]; member in struct:_qla_hw
H A Dql_ioctl.c435 rx_state->prod_std = ha->hw.rds[i].prod_std;
436 rx_state->rx_next = ha->hw.rds[i].rx_next;
H A Dql_hw.c829 CTLFLAG_RD, &ha->hw.rds[i].count,
834 CTLFLAG_RD, &ha->hw.rds[i].lro_pkt_count,
839 CTLFLAG_RD, &ha->hw.rds[i].lro_bytes,
1321 device_printf(dev, "%s: rds ring[%d] alloc failed\n",
2951 rdesc = &ha->hw.rds[i];
3153 rcntxt->rds[i].paddr_std =
3157 rcntxt->rds[i].std_bsize =
3160 rcntxt->rds[i].std_bsize = qla_host_to_le64(MCLBYTES);
3162 rcntxt->rds[i].std_nentries =
3187 hw->rds[
[all...]

Completed in 227 milliseconds