Home
last modified time | relevance | path

Searched refs:ncount (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-dvmrp.c237 int ncount; in print_neighbors() local
250 ncount = GET_U_1(bp); in print_neighbors()
253 while (--ncount >= 0) { in print_neighbors()
279 int ncount; in print_neighbors2() local
296 ncount = GET_U_1(bp); in print_neighbors2()
299 while (--ncount >= 0 && len > 0) { in print_neighbors2()
321 if (ncount != -1) { in print_neighbors2()
322 ND_PRINT(" [ncount %d]", ncount); in print_neighbors2()
/freebsd/contrib/bearssl/src/mac/
H A Dhmac_ct.c70 uint64_t count, ncount, bit_len; in br_hmac_outCT() local
102 ncount = (count + (uint64_t)min_len) & ~(uint64_t)(bs - 1); in br_hmac_outCT()
103 if (ncount > count) { in br_hmac_outCT()
106 zlen = (size_t)(ncount - count); in br_hmac_outCT()
111 count = ncount; in br_hmac_outCT()
/freebsd/tools/tools/netrate/httpd/
H A Dhttpd.c104 int i, ncount; in http_serve() local
107 ncount = 0; in http_serve()
119 ncount++; in http_serve()
126 ncount = 0; in http_serve()
129 if (ncount == 2) in http_serve()
/freebsd/lib/libusbhid/
H A Dparse.c67 uint8_t ncount; /* end usage item count */ member
227 if (s->icount < s->ncount) { in hid_get_item_raw()
258 s->ncount = 0; in hid_get_item_raw()
324 s->ncount = 255; in hid_get_item_raw()
326 s->ncount = c->report_count; in hid_get_item_raw()
336 s->ncount = 1; in hid_get_item_raw()
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_authdata.c172 size_t count = 0, ncount = 0; in merge_authdata() local
179 for (ncount = 0; nlist[ncount] != NULL; ncount++); in merge_authdata()
181 list = realloc(list, (count + ncount + 1) * sizeof(*list)); in merge_authdata()
185 memcpy(list + count, nlist, ncount * sizeof(*nlist)); in merge_authdata()
186 list[count + ncount] = NULL; in merge_authdata()
/freebsd/sys/dev/hid/
H A Dhid.c87 uint32_t ncount; /* end usage item count */ member
254 if (s->icount < s->ncount) { in hid_get_item()
296 s->ncount = 0; in hid_get_item()
370 s->ncount = MAXLOCCNT; in hid_get_item()
372 s->ncount = c->loc.count; in hid_get_item()
380 s->ncount = 1; in hid_get_item()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c314 short ncount[FSE_MAX_SYMBOL_VALUE + 1]; member
336 …size_t const NCountLength = FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, … in FSE_decompress_wksp_body()
348 …CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace,… in FSE_decompress_wksp_body()
/freebsd/sys/vm/
H A Dvnode_pager.c1326 int count, error, i, maxsize, ncount, pgoff, ppscheck; in vnode_pager_generic_putpages() local
1346 ncount = count; in vnode_pager_generic_putpages()
1366 ncount = btoc(maxsize); in vnode_pager_generic_putpages()
1376 m = ma[ncount - 1]; in vnode_pager_generic_putpages()
1386 ncount = 0; in vnode_pager_generic_putpages()
1388 for (i = ncount; i < count; i++) in vnode_pager_generic_putpages()
1481 for (; i < ncount; i++) in vnode_pager_generic_putpages()
/freebsd/sys/kern/
H A Dkern_tc.c185 u_int ncount; in sysctl_kern_timecounter_get() local
188 ncount = tc->tc_get_timecount(tc); in sysctl_kern_timecounter_get()
189 return (sysctl_handle_int(oidp, &ncount, 0, req)); in sysctl_kern_timecounter_get()
1373 u_int delta, ncount, ogen; in tc_windup() local
1403 ncount = tc->tc_get_timecount(tc); in tc_windup()
1405 ncount = 0; in tc_windup()
1467 th->th_offset_count = ncount; in tc_windup()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4393 int ncount; in zfs_putpages() local
4403 ncount = pcount; in zfs_putpages()
4422 ncount = btoc(len); in zfs_putpages()
4430 m = ma[ncount - 1]; in zfs_putpages()
4440 ncount = 0; in zfs_putpages()
4442 if (ncount < pcount) { in zfs_putpages()
4443 for (i = ncount; i < pcount; i++) { in zfs_putpages()
4454 if (ncount == 0) in zfs_putpages()
4513 offsetof(putpage_commit_arg_t, pca_pages[ncount]), in zfs_putpages()
4515 pca->pca_npages = ncount; in zfs_putpages()
[all …]
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c244 static void sge_timer_reclaim(void *arg, int ncount);
245 static void sge_txq_reclaim_handler(void *arg, int ncount);
918 sge_slow_intr_handler(void *arg, int ncount) in sge_slow_intr_handler() argument
1050 sge_txq_reclaim_handler(void *arg, int ncount) in sge_txq_reclaim_handler() argument
1060 sge_timer_reclaim(void *arg, int ncount) in sge_timer_reclaim() argument