Searched refs:ucount (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c38 uint16_t ucount; local
43 ucount = section->ucount + 1;
44 if (!ucount)
47 section->ucount = ucount;
53 uint16_t ucount; local
58 ucount = section->ucount;
59 if (!ucount)
68 uint16_t ucount, mcount; local
87 uint16_t ucount, mcount; local
[all...]
H A Dptunit-image_section_cache.c56 int ucount; member in struct:pt_section
110 section->ucount = 1;
213 int errcode, ucount; local
222 ucount = ++section->ucount;
228 if (!ucount)
236 int errcode, ucount; local
245 ucount = --section->ucount;
251 if (!ucount) {
265 int errcode, ucount, acount; local
310 int errcode, ucount, acount; local
[all...]
H A Dptunit-image.c228 section->ucount += 1;
235 uint16_t ucount; local
244 ucount = section->ucount;
245 if (!ucount) {
251 ucount = --section->ucount;
252 if (!ucount) {
473 ptu_int_eq(section.ucount, 0);
2183 ptu_int_eq(ifix->section[sec].ucount,
[all...]
H A Dptunit-section.c375 sfix->section->ucount = UINT16_MAX;
380 sfix->section->ucount = 1;
547 sfix->section->ucount += 2;
561 sfix->section->ucount -= 2;
578 sfix->section->ucount += 2;
589 sfix->section->ucount -= 2;
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_section.c92 section->ucount = 1;
181 uint16_t ucount; local
191 ucount = section->ucount + 1;
192 if (!ucount) {
197 section->ucount = ucount;
204 uint16_t ucount, mcount; local
215 ucount = section->ucount;
271 uint16_t acount, ucount; local
317 uint16_t acount, ucount; local
[all...]
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h143 uint16_t ucount; member in struct:pt_section
145 /* The number of attaches. This must be <= @ucount. */
/freebsd-current/lib/libsecureboot/openpgp/
H A Dopgp_sig.c116 int ucount = 0; local
165 ucount = octets2i(ptr, 2);
167 while (ucount > 0) {
169 ucount -= n;
/freebsd-current/usr.bin/systat/
H A Dvmstat.c133 static int ucount(void);
444 putint(ucount(), STATROW, STATCOL, 5);
595 ucount(void) function
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c3991 ssize_t resid, ucount; local
4006 ucount = 0;
4009 ucount < count && dp < edp; ) {
4038 MPASS(ucount + dstdp.d_reclen <= count);
4041 error = copyout(&dstdp, ubuf + ucount, dstdp.d_reclen);
4045 ucount += dstdp.d_reclen;
4051 td->td_retval[0] = ucount;

Completed in 112 milliseconds