| /freebsd/contrib/sendmail/libmilter/ |
| H A D | worker.c | 358 int pcnt = 0; /* error count for poll() failures */ local 516 pcnt++; 520 pcnt >= MAX_FAILS_S ? "abort" : "try again"); 522 if (pcnt >= MAX_FAILS_S) 526 pcnt = 0;
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfssubr.c | 564 uint64_t *p, *q, *src, pcnt, ccnt, mask, i; in vdev_raidz_generate_parity_pq() local 567 pcnt = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_pq() 579 ASSERT(ccnt == pcnt || ccnt == 0); in vdev_raidz_generate_parity_pq() 584 for (; i < pcnt; i++, src++, p++, q++) { in vdev_raidz_generate_parity_pq() 589 ASSERT(ccnt <= pcnt); in vdev_raidz_generate_parity_pq() 606 for (; i < pcnt; i++, q++) { in vdev_raidz_generate_parity_pq() 616 uint64_t *p, *q, *r, *src, pcnt, ccnt, mask, i; in vdev_raidz_generate_parity_pqr() local 619 pcnt = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_pqr() 634 ASSERT(ccnt == pcnt || ccnt == 0); in vdev_raidz_generate_parity_pqr() 640 for (; i < pcnt; i++, src++, p++, q++, r++) { in vdev_raidz_generate_parity_pqr() [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-smb.c | 91 const u_char *param, const u_char *data, u_int pcnt, u_int dcnt) in trans2_findfirst() argument 100 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_findfirst() 109 const u_char *param, const u_char *data, u_int pcnt, u_int dcnt) in trans2_qfsinfo() argument 117 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_qfsinfo() 175 u_int pcnt, dcnt; in print_trans2() local 180 pcnt = GET_LE_U_2(w + 9 * 2); in print_trans2() 192 pcnt = GET_LE_U_2(w + 3 * 2); in print_trans2() 198 ND_PRINT("%s param_length=%u data_length=%u\n", fn->name, pcnt, dcnt); in print_trans2() 224 (*fn->descript.fn)(ndo, param, data, pcnt, dcnt); in print_trans2() 226 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr); in print_trans2()
|
| /freebsd/sys/netinet/ |
| H A D | ip_fw.h | 725 uint64_t pcnt; /* Packet counter */ member 746 uint64_t pcnt; /* Packet counter */ member 799 uint64_t pcnt; /* packet match counter */ member
|
| /freebsd/usr.sbin/jail/ |
| H A D | command.c | 926 int i, noted, pcnt, timeout; in term_procs() local 941 ki = kvm_getprocs(kd, KERN_PROC_PROC, 0, &pcnt); in term_procs() 945 for (i = 0; i < pcnt; i++) in term_procs()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 412 (_cntr)->pcnt++; \ 423 (_cntr)->pcnt = 0; \
|
| H A D | ip_fw_compat.c | 81 u_int64_t pcnt; /* packet match counter */ member
|
| H A D | ip_fw_dynamic.c | 2988 dst->pcnt = 0; in dyn_export_parent() 3003 dst->pcnt = data->pcnt_fwd + data->pcnt_rev; in dyn_export_data()
|
| H A D | ip_fw_sockopt.c | 365 cntr->pcnt = counter_u64_fetch(krule->cntr); in export_cntr1_base()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 1162 uint64_t pcnt = rr->rr_col[VDEV_RAIDZ_P].rc_size / sizeof (p[0]); in vdev_raidz_generate_parity_pq() local 1172 ASSERT(ccnt == pcnt || ccnt == 0); in vdev_raidz_generate_parity_pq() 1176 for (uint64_t i = ccnt; i < pcnt; i++) { in vdev_raidz_generate_parity_pq() 1183 ASSERT(ccnt <= pcnt); in vdev_raidz_generate_parity_pq() 1192 for (uint64_t i = ccnt; i < pcnt; i++) { in vdev_raidz_generate_parity_pq() 1205 uint64_t pcnt = rr->rr_col[VDEV_RAIDZ_P].rc_size / sizeof (p[0]); in vdev_raidz_generate_parity_pqr() local 1217 ASSERT(ccnt == pcnt || ccnt == 0); in vdev_raidz_generate_parity_pqr() 1222 for (uint64_t i = ccnt; i < pcnt; i++) { in vdev_raidz_generate_parity_pqr() 1230 ASSERT(ccnt <= pcnt); in vdev_raidz_generate_parity_pqr() 1239 for (uint64_t i = ccnt; i < pcnt; i++) { in vdev_raidz_generate_parity_pqr()
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qat_ae.c | 908 int pcnt, ccnt, elapsed, times; in qat_ae_wait_num_cycles() local 911 pcnt = cnt & 0xffff; in qat_ae_wait_num_cycles() 918 elapsed = ccnt - pcnt; in qat_ae_wait_num_cycles() 1114 uint32_t cnt, pcnt, mask; in qat_ae_check() local 1127 pcnt = cnt & 0xffff; in qat_ae_check() 1138 if (cnt == pcnt) in qat_ae_check()
|
| /freebsd/sys/dev/firewire/ |
| H A D | fwohci.c | 2761 int pcnt; local 2779 pcnt = 0; 2947 pcnt++; 2979 if (pcnt < 1)
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 2415 pr_u64(bp, &cntr->pcnt, fo->pcwidth); in show_static_rule() 2527 pr_u64(bp, &d->pcnt, fo->pcwidth); in show_dyn_state() 2798 width = pr_u64(NULL, &d->pcnt, 0); in prepare_format_dyn() 2869 width = pr_u64(NULL, &cntr->pcnt, 0); in prepare_format_opts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsScheduleP5600.td | 307 // pcnt.[bhwd], sat_s.[bhwd], sat_u.bhwd]
|
| H A D | MipsMSAInstrInfo.td | 2508 class PCNT_B_DESC : MSA_2R_DESC_BASE<"pcnt.b", ctpop, MSA128BOpnd>; 2509 class PCNT_H_DESC : MSA_2R_DESC_BASE<"pcnt.h", ctpop, MSA128HOpnd>; 2510 class PCNT_W_DESC : MSA_2R_DESC_BASE<"pcnt.w", ctpop, MSA128WOpnd>; 2511 class PCNT_D_DESC : MSA_2R_DESC_BASE<"pcnt.d", ctpop, MSA128DOpnd>;
|
| H A D | MipsScheduleGeneric.td | 1457 // pcnt.[bhwd], sat_s.[bhwd], sat_u.[bhwd]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1294 defm PCNT : RRI1m<"pcnt", 0x38, I64, i64, ctpop>;
|