/freebsd/contrib/tcpdump/ |
H A D | print-dvmrp.c | 237 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 D | hmac_ct.c | 70 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 D | httpd.c | 104 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 D | parse.c | 67 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/sys/dev/hid/ |
H A D | hid.c | 87 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 D | fse_decompress.c | 314 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 D | vnode_pager.c | 1327 int count, error, i, maxsize, ncount, pgoff, ppscheck; in vnode_pager_generic_putpages() local 1347 ncount = count; in vnode_pager_generic_putpages() 1367 ncount = btoc(maxsize); in vnode_pager_generic_putpages() 1377 m = ma[ncount - 1]; in vnode_pager_generic_putpages() 1387 ncount = 0; in vnode_pager_generic_putpages() 1389 for (i = ncount; i < count; i++) in vnode_pager_generic_putpages() 1482 for (; i < ncount; i++) in vnode_pager_generic_putpages()
|
/freebsd/sys/kern/ |
H A D | kern_tc.c | 184 u_int ncount; in sysctl_kern_timecounter_get() local 187 ncount = tc->tc_get_timecount(tc); in sysctl_kern_timecounter_get() 188 return (sysctl_handle_int(oidp, &ncount, 0, req)); in sysctl_kern_timecounter_get() 1366 u_int delta, ncount, ogen; in tc_windup() local 1396 ncount = tc->tc_get_timecount(tc); in tc_windup() 1398 ncount = 0; in tc_windup() 1459 th->th_offset_count = ncount; in tc_windup()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vnops_os.c | 4089 int ncount; in zfs_putpages() local 4099 ncount = pcount; in zfs_putpages() 4118 ncount = btoc(len); in zfs_putpages() 4126 m = ma[ncount - 1]; in zfs_putpages() 4136 ncount = 0; in zfs_putpages() 4138 if (ncount < pcount) { in zfs_putpages() 4139 for (i = ncount; i < pcount; i++) { in zfs_putpages() 4150 if (ncount == 0) in zfs_putpages() 4205 for (i = 0; i < ncount; i++) { in zfs_putpages() 4211 VM_CNT_ADD(v_vnodepgsout, ncount); in zfs_putpages()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 244 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
|