Home
last modified time | relevance | path

Searched refs:dcount (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_list.c158 int dcount = 0, scount = 0, copycount = 0; in list_modify_str_array() local
167 for (dlist = *destlist, dcount = 0; *dlist != NULL; in list_modify_str_array()
168 dlist++, dcount++) { in list_modify_str_array()
180 if ((dcount + scount) < MAX_LIST_ENTRIES) in list_modify_str_array()
184 copycount = (MAX_LIST_ENTRIES -1) - dcount; in list_modify_str_array()
221 int dcount = 0, scount = 0, copycount = 0; in list_modify_int_array() local
231 for (dlist = destlist, dcount = 0; *dlist != END_OF_LIST; in list_modify_int_array()
232 dlist++, dcount++) in list_modify_int_array()
244 if ((dcount + scount) < MAX_LIST_ENTRIES) in list_modify_int_array()
248 copycount = (MAX_LIST_ENTRIES -1) - dcount; in list_modify_int_array()
[all …]
/freebsd/bin/rm/
H A Drm.c454 int dcount = 0; in check2() local
461 ++dcount; in check2()
470 if (dcount && rflag) { in check2()
472 if (dcount == 1) in check2()
475 fprintf(stderr, " %d dirs", dcount); in check2()
480 } else if (dcount + fcount > 3) { in check2()
481 fprintf(stderr, "remove %d files", dcount + fcount); in check2()
/freebsd/sys/netsmb/
H A Dsmb_rq.c447 u_int16_t tmp, bc, dcount; in smb_t2_reply() local
496 if ((error = md_get_uint16le(mdp, &dcount)) != 0 || in smb_t2_reply()
500 if (dcount != 0 && ddisp != totdgot) { in smb_t2_reply()
513 if (dcount) { in smb_t2_reply()
514 error = smb_t2_placedata(mdp->md_top, doff, dcount, in smb_t2_reply()
526 totdgot += dcount; in smb_t2_reply()
/freebsd/tools/pkgbase/
H A Dmetalog_reader.lua34 local dcount, dsize, fuid, fgid, fid =
54 dcount = true
97 io.write(sess.pkg_report_simple(dcount, dsize, {
/freebsd/usr.sbin/rtsold/
H A Drtsol.c559 int dcount, dlen; in ra_opt_handler() local
561 dcount = 0; in ra_opt_handler()
601 dcount++; in ra_opt_handler()
603 if (dcount > 6) { in ra_opt_handler()
606 ": %s", dcount, (char *)rao->rao_msg); in ra_opt_handler()
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c355 uint32_t dcount, uint16_t *handle, uint16_t *nhandles) in qla_rcv_cont_sds() argument
363 dcount--; in qla_rcv_cont_sds()
365 for (i = 0; i < dcount; i++) { in qla_rcv_cont_sds()
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c982 uint64_t dcount[VDEV_RAIDZ_MAXPARITY]; in vdev_raidz_matrix_reconstruct() local
1022 dcount[j] = rm->rm_col[cc].rc_size; in vdev_raidz_matrix_reconstruct()
1032 if (x >= dcount[cc]) in vdev_raidz_matrix_reconstruct()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1863 uint64_t dcount[VDEV_RAIDZ_MAXPARITY] = { 0 }; in vdev_raidz_matrix_reconstruct() local
1901 dcount[j] = rr->rr_col[cc].rc_size; in vdev_raidz_matrix_reconstruct()
1902 if (dcount[j] != 0) in vdev_raidz_matrix_reconstruct()
1911 if (x >= dcount[cc]) in vdev_raidz_matrix_reconstruct()