| /freebsd/contrib/sendmail/libmilter/ |
| H A D | libmilter.h | 178 # define FD_RD_VAR(rds, excs) struct pollfd rds argument 181 # define FD_RD_INIT(sd, rds, excs) \ argument 182 (rds).fd = (sd); \ 183 (rds).events = MI_POLL_RD_FLAGS; \ 184 (rds).revents = 0 191 # define FD_IS_RD_EXC(sd, rds, excs) \ argument 192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0) 197 # define FD_IS_RD_RDY(sd, rds, excs) \ argument 198 (((rds).revents & MI_POLL_RD_FLAGS) != 0) 203 # define FD_RD_READY(sd, rds, excs, timeout) \ argument [all …]
|
| H A D | comm.c | 69 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 D | listener.c | 738 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/usr.sbin/ipfwpcap/ |
| H A D | ipfwpcap.c | 159 fd_set rds; in main() local 229 FD_ZERO(&rds); in main() 230 FD_SET(sd, &rds); in main() 232 r = select(nfd, &rds, NULL, NULL, NULL); in main() 239 if (!FD_ISSET(sd, &rds)) in main()
|
| /freebsd/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.c | 251 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local 534 rds = howmany(bpb.bpbRootDirEnts, in mkfs_msdos() 542 rds + in mkfs_msdos() 553 x1 = bpb.bpbResSectors + rds; in mkfs_msdos() 574 alignment = (bpb.bpbResSectors + bpb.bpbBigFATsecs * bpb.bpbFATs + rds) % in mkfs_msdos() 651 for (lsn = 0; lsn < dir + (fat == 32 ? bpb.bpbSecPerClust : rds); lsn++) { in mkfs_msdos() 655 (dir + (fat == 32 ? bpb.bpbSecPerClust: rds)), in mkfs_msdos() 657 (fat == 32 ? bpb.bpbSecPerClust: rds))); in mkfs_msdos()
|
| /freebsd/sys/kern/ |
| H A D | kern_rangelock.c | 437 bool rds; in rl_e_compare() local 443 rds = rl_e_is_rlock(e1) && rl_e_is_rlock(e2); in rl_e_compare() 444 if (e2->rl_q_start >= e1->rl_q_start && rds) in rl_e_compare() 448 if (e1->rl_q_start >= e2->rl_q_start && rds) in rl_e_compare()
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_isr.c | 78 ha->hw.rds[r_idx].count++; in qla_rx_intr() 207 ha->hw.rds[r_idx].count++; in qla_lro_intr() 211 ha->hw.rds[r_idx].lro_pkt_count++; in qla_lro_intr() 222 ha->hw.rds[r_idx].lro_bytes += pkt_length; in qla_lro_intr() 897 rdesc = &ha->hw.rds[r_idx]; in qla_replenish_normal_rx()
|
| H A D | ql_hw.h | 1272 q80_rq_rds_ring_t rds[MAX_RDS_RING_SETS]; member 1291 q80_rsp_rds_ring_t rds[MAX_RDS_RING_SETS]; member 1315 q80_rq_rds_ring_t rds[MAX_RDS_RING_SETS]; member 1325 q80_rsp_rds_ring_t rds[MAX_RDS_RING_SETS]; member 1635 qla_rdesc_t rds[MAX_RDS_RINGS]; member
|
| H A D | ql_hw.c | 827 CTLFLAG_RD, &ha->hw.rds[i].count, in qlnx_add_drvr_rds_stats() 832 CTLFLAG_RD, &ha->hw.rds[i].lro_pkt_count, in qlnx_add_drvr_rds_stats() 837 CTLFLAG_RD, &ha->hw.rds[i].lro_bytes, in qlnx_add_drvr_rds_stats() 2927 rdesc = &ha->hw.rds[i]; in ql_init_hw_if() 3129 rcntxt->rds[i].paddr_std = in qla_init_rcv_cntxt() 3133 rcntxt->rds[i].std_bsize = in qla_init_rcv_cntxt() 3136 rcntxt->rds[i].std_bsize = qla_host_to_le64(MCLBYTES); in qla_init_rcv_cntxt() 3138 rcntxt->rds[i].std_nentries = in qla_init_rcv_cntxt() 3163 hw->rds[i].prod_std = rcntxt_rsp->rds[i].prod_std; in qla_init_rcv_cntxt() 3239 add_rcv->rds[i].paddr_std = in qla_add_rcv_rings() [all …]
|
| H A D | ql_ioctl.c | 433 rx_state->prod_std = ha->hw.rds[i].prod_std; in ql_get_rx_state() 434 rx_state->rx_next = ha->hw.rds[i].rx_next; in ql_get_rx_state()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57.td | 578 def : InstRW<[A57Write_10cyc_1L_1V], (instregex "^[FSU]CVT[AMNPZ][SU](_Int)?[SU]?[XW]?[DS]?[rds]i?")>;
|