Home
last modified time | relevance | path

Searched refs:count (Results 2251 – 2275 of 5019) sorted by relevance

1...<<919293949596979899100>>...201

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1363 int count = 0; in zfs_aclset_common() local
1372 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_MODE(zfsvfs), NULL, in zfs_aclset_common()
1374 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_FLAGS(zfsvfs), NULL, in zfs_aclset_common()
1404 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_DACL_ACES(zfsvfs), in zfs_aclset_common()
1502 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
1972 int count = 0; in zfs_getacl() local
2012 count++; in zfs_getacl()
2015 vsecp->vsa_aclcnt = count; in zfs_getacl()
2017 count = (int)aclp->z_acl_count; in zfs_getacl()
2020 vsecp->vsa_aclcnt = count; in zfs_getacl()
[all …]
/freebsd/contrib/unbound/validator/
H A Dautotrust.c113 res = anchors->autr->probe.count; in autr_get_num_anchors()
665 size_t count=0, rrsig_count=0, len=0, i, total; in packed_rrset_heap_data() local
675 else count++; in packed_rrset_heap_data()
680 if(count == 0 && rrsig_count == 0) in packed_rrset_heap_data()
684 total = count + rrsig_count; in packed_rrset_heap_data()
693 data->count = count; in packed_rrset_heap_data()
731 if(data->rrsig_count && data->count == 0) { in packed_rrset_heap_data()
1295 for(i=dd->count; i<dd->count+dd->rrsig_count; i++) { in min_expiry()
1541 for(i=0; i<dd->count; i++) { in check_contains_revoked()
1586 size_t ds_idx, num = dd->count; in key_matches_a_ds()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c403 int count = 0; in wpas_sd_req_upnp() local
446 if (count == 0) { in wpas_sd_req_upnp()
454 count++; in wpas_sd_req_upnp()
464 if (count == 0) { in wpas_sd_req_upnp()
1039 int count = 0; in wfd_add_sd_req_role() local
1052 count++; in wfd_add_sd_req_role()
1053 if (count == MAX_WFD_SD_SUBELEMS) in wfd_add_sd_req_role()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1489 int *count) in bcm2835_cpufreq_make_freq_list() argument
1512 for (idx = 0; idx < *count && freq >= min_freq; idx++) { in bcm2835_cpufreq_make_freq_list()
1540 *count = idx; in bcm2835_cpufreq_make_freq_list()
1546 bcm2835_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in bcm2835_cpufreq_settings() argument
1550 if (sets == NULL || count == NULL) in bcm2835_cpufreq_settings()
1560 memset(sets, CPUFREQ_VAL_UNKNOWN, sizeof(*sets) * (*count)); in bcm2835_cpufreq_settings()
1562 bcm2835_cpufreq_make_freq_list(dev, sets, count); in bcm2835_cpufreq_settings()
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_read_write.sh68 dd if=/dev/zero of=c bs=1k count=10
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_verify_ratio.ksh50 log_must dd if=/dev/urandom of=$file bs=1024k count=$megs
H A Dsend_raw_large_blocks.ksh68 log_must dd if=/dev/urandom of=$file bs=1024 count=1024
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_005_pos.ksh61 log_must dd if=/dev/zero of=$DEV_RDSKDIR/${DISK[1]} bs=1K count=256 conv=notrunc
H A Dzdb_003_pos.ksh60 log_must dd if=/dev/${DISK[0]} of=/dev/${DISK[1]} bs=1K count=256 conv=notrunc
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di52 count in tos 0x80 from any to any
/freebsd/tools/test/stress2/misc/
H A Daltbufferflushes.sh90 dd if=/dev/zero of=big.$i bs=1m count=4k status=none
H A Dumountf.sh36 dd if=/dev/zero of=$D bs=1m count=110 status=none || exit 1
H A Dumountf5.sh36 dd if=/dev/zero of=$D$m bs=1m count=10 status=none
H A Dsnap6.sh33 timeout 5m dd if=/dev/zero of=$root/big bs=1m count=$(( free / 1024 - 90)) \
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di52 count in tos 0x80 from any to any
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/
H A Dlarge_dnode_002_pos.ksh71 xattr_val=$(dd if=/dev/urandom bs=1 count=$xattr_size |
/freebsd/sys/sys/
H A Dalq.h82 int size, int count);
/freebsd/tools/regression/tmpfs/
H A Dt_vnd52 dd if=/dev/zero of=disk.img bs=1m count=10 >/dev/null 2>&1 || die
/freebsd/sys/compat/linux/
H A Dcheck_internal_locks.d56 @stats[probefunc] = count();
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c877 int count; in hostapd_parse_intlist() local
884 count = 0; in hostapd_parse_intlist()
887 count++; in hostapd_parse_intlist()
895 count = 0; in hostapd_parse_intlist()
906 list[count] = -1; in hostapd_parse_intlist()
1319 ls = &(*array)[*count]; in parse_lang_string()
1320 (*count)++; in parse_lang_string()
1387 size_t count; in parse_3gpp_cell_net() local
1393 count = 1; in parse_3gpp_cell_net()
1398 count++; in parse_3gpp_cell_net()
[all …]
/freebsd/sys/kern/
H A Duipc_sockbuf.c195 sbready(struct sockbuf *sb, struct mbuf *m0, int count) in sbready() argument
202 KASSERT(count > 0, ("%s: invalid count %d", __func__, count)); in sbready()
207 while (count > 0) { in sbready()
211 if (count < m->m_epg_nrdy) { in sbready()
212 m->m_epg_nrdy -= count; in sbready()
213 count = 0; in sbready()
216 count -= m->m_epg_nrdy; in sbready()
219 count--; in sbready()
H A Dsubr_intr.c1351 intr_alloc_msi(device_t pci, device_t child, intptr_t xref, int count, argument
1377 isrc = malloc(sizeof(*isrc) * count, M_INTRNG, M_WAITOK);
1378 err = MSI_ALLOC_MSI(pic->pic_dev, child, count, maxcount, &pdev, isrc);
1384 for (i = 0; i < count; i++) {
1399 intr_release_msi(device_t pci, device_t child, intptr_t xref, int count, argument
1415 isrc = malloc(sizeof(*isrc) * count, M_INTRNG, M_WAITOK);
1417 for (i = 0; i < count; i++) {
1428 err = MSI_RELEASE_MSI(pic->pic_dev, child, count, isrc);
1430 for (i = 0; i < count; i++) {
/freebsd/sys/net/route/
H A Dfib_algo.c145 uint32_t count; member
439 int error, count = 0; in print_algos_sysctl() local
446 if (count++ > 0) in print_algos_sysctl()
700 for (int i = 0; i < q->count; i++) in apply_rtable_changes()
703 q->count = 0; in apply_rtable_changes()
744 if (q->count >= q->size) { in queue_rtable_change()
763 return (fill_change_entry(fd, &q->entries[q->count++], rc)); in queue_rtable_change()
930 fd->nh_ref_table->count); in sync_algo_end_cb()
1801 fd->nh_ref_table->count++; in fib_ref_nhop()
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c867 rpkt.count = 0; in ctl_error()
3789 int count in send_mru_entry() argument
3832 ctl_putint(tag, mon->count); in send_mru_entry()
3990 u_int count; in read_mru_list() local
4189 for (count = 0; in read_mru_list()
4193 if (mon->count < mincount) in read_mru_list()
4205 send_mru_entry(mon, count); in read_mru_list()
4206 if (!count) in read_mru_list()
4208 count++; in read_mru_list()
4217 if (count > 1) in read_mru_list()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_panic.ksh42 log_must dd if=/dev/urandom of=/$sendfs/file bs=1024k count=2048

1...<<919293949596979899100>>...201