/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 161 int * pcount in ntp_readline() argument 175 *pcount = 0; in ntp_readline() 183 *pcount = strlen(line); in ntp_readline() 188 cline = el_gets(ntp_el, pcount); in ntp_readline() 193 } else if (*pcount == -1) { in ntp_readline() 217 *pcount = (int)strlen(line); /* cannot overflow here */ in ntp_readline()
|
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_unwind_exidx.c | 63 dl_unwind_find_exidx(const void *pc, int *pcount) in dl_unwind_find_exidx() argument 73 *pcount = hdr->p_memsz / sizeof(exidx_entry); in dl_unwind_find_exidx() 91 dl_unwind_find_exidx(const void *pc, int *pcount) in dl_unwind_find_exidx() argument 96 *pcount = (int)(&__exidx_end - &__exidx_start); in dl_unwind_find_exidx()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_network.h | 274 int i, pcount = 0; in lio_wait_for_pending_requests() local 277 pcount = atomic_load_acq_int( in lio_wait_for_pending_requests() 280 if (pcount) in lio_wait_for_pending_requests() 286 if (pcount) in lio_wait_for_pending_requests()
|
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_filter.cc | 104 parse_intlist(char *strlist, uint32_t *intlist, int *pcount, int (*fn) (const char *)) in parse_intlist() argument 116 *pcount = count; in parse_intlist() 120 parse_events(char *strlist, uint32_t intlist[LIST_MAX], int *pcount, char *cpuid) in parse_events() argument 132 *pcount = count; in parse_events() 136 parse_names(char *strlist, char *namelist[LIST_MAX], int *pcount) in parse_names() argument 146 *pcount = count; in parse_names()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | strstream | 42 int pcount() const; 96 int pcount() const; 121 int pcount() const; 176 int pcount() const; 296 _LIBCPP_HIDE_FROM_ABI int pcount() const { return __sb_.pcount(); } 338 _LIBCPP_HIDE_FROM_ABI int pcount() const { return __sb_.pcount(); }
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha2small.c | 133 + K[pcount + (pc)] + W[(pc) & 0x0F]; \ in br_sha2small_round() 146 unsigned pcount; in br_sha2small_round() 156 pcount = 0; in br_sha2small_round() 173 for (pcount = 16; pcount < 64; pcount += 16) { in br_sha2small_round()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwvb.c | 136 int pcount; /* PPS sample counter */ member 485 up->pcount++, in wwvb_timer() 527 if (up->pcount == 0) { in wwvb_poll() 536 up->pcount = up->tcount = 0; in wwvb_poll()
|
/freebsd/sys/netsmb/ |
H A D | smb_rq.c | 446 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local 486 (error = md_get_uint16le(mdp, &pcount)) != 0 || in smb_t2_reply() 490 if (pcount != 0 && pdisp != totpgot) { in smb_t2_reply() 519 if (pcount) { in smb_t2_reply() 520 error = smb_t2_placedata(mdp->md_top, poff, pcount, in smb_t2_reply() 525 totpgot += pcount; in smb_t2_reply()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_lineedit.h | 12 char * ntp_readline(int *pcount);
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 537 uint64_t pcount __unused; in vdev_raidz_generate_parity_p() 540 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p() 548 ASSERT(ccount == pcount); in vdev_raidz_generate_parity_p() 553 ASSERT(ccount <= pcount); in vdev_raidz_generate_parity_p()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | strstream.cpp | 103 int strstreambuf::pcount() const { return static_cast<int>(pptr() - pbase()); } in strstreambuf() 150 strstreambuf::pcount() const pcount() function in strstreambuf
|
/freebsd/sys/kern/ |
H A D | kern_tc.c | 1785 u_int tcount, *pcount; in pps_event() local 1822 pcount = &pps->ppscount[0]; in pps_event() 1836 pcount = &pps->ppscount[1]; in pps_event() 1845 *pcount = pps->capcount; in pps_event()
|
/freebsd/contrib/tcpdump/ |
H A D | print-isakmp.c | 1981 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, in ikev2_p_print() 2087 int pcount; in ikev2_sa_print() local 2105 pcount = 0; in ikev2_sa_print() 2107 pcount++; in ikev2_sa_print() 2133 cp = ikev2_p_print(ndo, np, pcount, ext, item_len, in ikev2_sa_print()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vnops_os.c | 4090 int pcount; in zfs_putpages() local 4098 pcount = btoc(len); in zfs_putpages() 4099 ncount = pcount; in zfs_putpages() 4100 for (i = 0; i < pcount; i++) in zfs_putpages() 4138 if (ncount < pcount) { in zfs_putpages() 4139 for (i = ncount; i < pcount; i++) { in zfs_putpages()
|