Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 18 of 18) sorted by relevance

/trueos/lib/libc/arm/aeabi/
HDaeabi_unwind_exidx.c66 dl_unwind_find_exidx(const void *pc, int *pcount) in dl_unwind_find_exidx() argument
76 *pcount = hdr->p_memsz / sizeof(exidx_entry); in dl_unwind_find_exidx()
94 dl_unwind_find_exidx(const void *pc, int *pcount) in dl_unwind_find_exidx() argument
99 *pcount = (int)(&__exidx_end - &__exidx_start); in dl_unwind_find_exidx()
/trueos/contrib/libc++/include/
Dstrstream40 int pcount() const;
94 int pcount() const;
119 int pcount() const;
167 int pcount() const;
331 int pcount() const {return __sb_.pcount();}
390 int pcount() const {return __sb_.pcount();}
/trueos/sys/geom/vinum/
HDgeom_vinum_create.c382 int *drives, *flags, dcount, pcount, scount; in gv_mirror() local
387 pcount = 0; in gv_mirror()
420 for (pcount = 0; pcount < 2; pcount++) { in gv_mirror()
423 pcount); in gv_mirror()
439 for (dcount = pcount; dcount < *drives; dcount += 2) { in gv_mirror()
552 int *drives, *flags, dcount, pcount; in gv_stripe() local
556 pcount = 0; in gv_stripe()
/trueos/contrib/libstdc++/src/
Dstrstream.cc138 strstreambuf::pcount() const in pcount() function in strstreambuf
389 ostrstream::pcount() const in pcount() function in ostrstream
390 { return _M_buf.pcount(); } in pcount()
412 strstream::pcount() const in pcount() function in strstream
413 { return _M_buf.pcount(); } in pcount()
/trueos/gnu/usr.bin/grep/
HDsearch.c70 size_t pcount; variable
195 patterns = realloc (patterns, (pcount + 1) * sizeof (*patterns)); in Gcompile()
199 patterns[pcount] = patterns0; in Gcompile()
202 &(patterns[pcount].regexbuf))) != 0) in Gcompile()
204 pcount++; in Gcompile()
280 patterns = realloc (patterns, (pcount + 1) * sizeof (*patterns)); in Ecompile()
283 patterns[pcount] = patterns0; in Ecompile()
286 &(patterns[pcount].regexbuf))) != 0) in Ecompile()
288 pcount++; in Ecompile()
495 for (i = 0; i < pcount; i++) in EGexecute()
/trueos/sys/netsmb/
HDsmb_rq.c446 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()
/trueos/contrib/libstdc++/include/backward/
Dstrstream87 int pcount() const;
151 int pcount() const;
172 int pcount() const;
/trueos/contrib/tcpdump/
HDprint-isakmp.c1424 ikev2_t_print(netdissect_options *ndo, u_char tpay _U_, int pcount, in ikev2_t_print() argument
1477 ND_PRINT((ndo," #%u type=%s id=%s ", pcount, in ikev2_t_print()
1481 ND_PRINT((ndo," #%u type=%s id=%u ", pcount, in ikev2_t_print()
1502 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, in ikev2_p_print()
2295 u_char np, int pcount, in ikev2_sub0_print() argument
2318 cp = ikev2_p_print(ndo, np, pcount, ext, item_len, in ikev2_sub0_print()
2321 cp = ikev2_t_print(ndo, np, pcount, ext, item_len, in ikev2_sub0_print()
2352 int pcount; in ikev2_sub_print() local
2356 pcount = 0; in ikev2_sub_print()
2358 pcount++; in ikev2_sub_print()
[all …]
/trueos/sys/net/
HDif_mib.c102 COPY(pcount); in sysctl_ifdata()
/trueos/sys/kern/
HDkern_tc.c1661 u_int tcount, *pcount; in pps_event() local
1681 pcount = &pps->ppscount[0]; in pps_event()
1693 pcount = &pps->ppscount[1]; in pps_event()
1708 *pcount = pps->capcount; in pps_event()
1725 *pcount = pps->capcount; in pps_event()
/trueos/sys/cddl/boot/zfs/
HDzfssubr.c444 uint64_t *p, *src, pcount, ccount, i; in vdev_raidz_generate_parity_p() local
447 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p()
455 ASSERT(ccount == pcount); in vdev_raidz_generate_parity_p()
460 ASSERT(ccount <= pcount); in vdev_raidz_generate_parity_p()
/trueos/contrib/libc++/src/
Dstrstream.cpp145 strstreambuf::pcount() const in pcount() function in strstreambuf
/trueos/contrib/subversion/subversion/libsvn_subr/
HDconfig_file.c160 skip_whitespace(parse_context_t *ctx, int *c, int *pcount) in skip_whitespace() argument
171 *pcount = count; in skip_whitespace()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vnops.c5722 int pcount, lsize, reqsize, size; in zfs_getpages() local
5727 pcount = OFF_TO_IDX(round_page(count)); in zfs_getpages()
5734 if (pcount > 1 && zp->z_blksz > PAGESIZE) { in zfs_getpages()
5744 if (reqend > m[pcount - 1]->pindex) in zfs_getpages()
5745 reqend = m[pcount - 1]->pindex; in zfs_getpages()
5763 for (i = reqstart + reqsize; i < pcount; i++) { in zfs_getpages()
5862 int pcount; in zfs_putpages() local
5870 pcount = btoc(len); in zfs_putpages()
5871 ncount = pcount; in zfs_putpages()
5876 for (i = 0; i < pcount; i++) in zfs_putpages()
[all …]
HDvdev_raidz.c600 uint64_t *p, *src, pcount, ccount, i; in vdev_raidz_generate_parity_p() local
603 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p()
611 ASSERT(ccount == pcount); in vdev_raidz_generate_parity_p()
616 ASSERT(ccount <= pcount); in vdev_raidz_generate_parity_p()
/trueos/sys/ufs/ffs/
HDffs_vnops.c858 int pcount; local
860 pcount = round_page(ap->a_count) / PAGE_SIZE;
873 for (i = 0; i < pcount; i++) {
/trueos/sys/fs/ext2fs/
HDext2_vnops.c2074 int pcount; in ext2_getpages() local
2076 pcount = round_page(ap->a_count) / PAGE_SIZE; in ext2_getpages()
2089 for (i = 0; i < pcount; i++) { in ext2_getpages()
/trueos/contrib/binutils/binutils/
HDstabs.c4487 debug_type **pargs, unsigned int *pcount, in stab_demangle_arg() argument
4504 if (*pcount + 1 >= *palloc) in stab_demangle_arg()
4510 (*pargs)[*pcount] = type; in stab_demangle_arg()
4511 ++*pcount; in stab_demangle_arg()