Home
last modified time | relevance | path

Searched defs:count (Results 26 – 50 of 1919) sorted by relevance

12345678910>>...77

/freebsd/libexec/tftpd/
H A Dtftp-file.c54 convert_from_net(char *buffer, size_t count) in convert_from_net()
106 convert_to_net(char *buffer, size_t count, int init) in convert_to_net()
194 write_file(char *buffer, int count) in write_file()
248 read_file(char *buffer, int count) in read_file()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c115 zfs_file_write_impl(zfs_file_t *fp, const void *buf, size_t count, loff_t *offp, in zfs_file_write_impl()
152 zfs_file_write(zfs_file_t *fp, const void *buf, size_t count, ssize_t *resid) in zfs_file_write()
165 zfs_file_pwrite(zfs_file_t *fp, const void *buf, size_t count, loff_t off, in zfs_file_pwrite()
172 zfs_file_read_impl(zfs_file_t *fp, void *buf, size_t count, loff_t *offp, in zfs_file_read_impl()
204 zfs_file_read(zfs_file_t *fp, void *buf, size_t count, ssize_t *resid) in zfs_file_read()
216 zfs_file_pread(zfs_file_t *fp, void *buf, size_t count, loff_t off, in zfs_file_pread()
/freebsd/sys/arm64/arm64/
H A Dbus_machdep.c141 bus_size_t offset, uint8_t value, size_t count) in generic_bs_sr_1()
150 bus_size_t offset, uint16_t value, size_t count) in generic_bs_sr_2()
159 bus_size_t offset, uint32_t value, size_t count) in generic_bs_sr_4()
168 uint64_t value, size_t count) in generic_bs_sr_8()
/freebsd/sys/ddb/
H A Ddb_run.c229 db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_single_step_cmd()
253 db_trace_until_call_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_call_cmd()
272 db_trace_until_matching_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_matching_cmd()
293 db_continue_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_continue_cmd()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_i386.cpp25 mach_msg_type_number_t count = GPRWordCount; in DoReadGPR() local
30 mach_msg_type_number_t count = FPUWordCount; in DoReadFPU() local
35 mach_msg_type_number_t count = EXCWordCount; in DoReadEXC() local
H A DRegisterContextMach_x86_64.cpp26 mach_msg_type_number_t count = GPRWordCount; in DoReadGPR() local
32 mach_msg_type_number_t count = FPUWordCount; in DoReadFPU() local
38 mach_msg_type_number_t count = EXCWordCount; in DoReadEXC() local
/freebsd/contrib/libfido2/src/
H A Dbuf.c11 fido_buf_read(const unsigned char **buf, size_t *len, void *dst, size_t count) in fido_buf_read()
24 fido_buf_write(unsigned char **buf, size_t *len, const void *src, size_t count) in fido_buf_write()
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c101 elf32_newphdr(Elf *e, size_t count) in elf32_newphdr()
107 elf64_newphdr(Elf *e, size_t count) in elf64_newphdr()
113 gelf_newphdr(Elf *e, size_t count) in gelf_newphdr()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebugfs_sta.c177 size_t count, loff_t *ppos) in ath10k_dbg_sta_read_aggr_mode()
196 size_t count, loff_t *ppos) in ath10k_dbg_sta_write_aggr_mode()
239 size_t count, loff_t *ppos) in ath10k_dbg_sta_write_addba()
290 size_t count, loff_t *ppos) in ath10k_dbg_sta_write_addba_resp()
340 size_t count, loff_t *ppos) in ath10k_dbg_sta_write_delba()
391 size_t count, in ath10k_dbg_sta_read_peer_debug_trigger()
411 size_t count, loff_t *ppos) in ath10k_dbg_sta_write_peer_debug_trigger()
454 size_t count, loff_t *ppos) in ath10k_dbg_sta_read_peer_ps_state()
564 size_t count, loff_t *ppos) in ath10k_dbg_sta_read_tid_stats()
647 size_t count, loff_t *ppos) in ath10k_dbg_sta_dump_tx_stats()
H A Dspectral.c215 int vdev_id, count, res = 0; in ath10k_spectral_scan_config() local
274 size_t count, loff_t *ppos) in read_file_spec_scan_ctl()
303 size_t count, loff_t *ppos) in write_file_spec_scan_ctl()
366 size_t count, loff_t *ppos) in read_file_spectral_count()
383 size_t count, loff_t *ppos) in write_file_spectral_count()
418 size_t count, loff_t *ppos) in read_file_spectral_bins()
439 size_t count, loff_t *ppos) in write_file_spectral_bins()
/freebsd/lib/libc/stdlib/
H A Dheapsort.c56 #define SWAP(a, b, count, size, tmp) { \ argument
66 #define COPY(a, b, count, size, tmp1, tmp2) { \ argument
82 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ argument
114 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument
/freebsd/contrib/telnet/telnet/
H A Dring.c98 ring_init(Ring *ring, unsigned char *buffer, int count) in ring_init()
155 ring_supplied(Ring *ring, int count) in ring_supplied()
165 ring_consumed(Ring *ring, int count) in ring_consumed()
271 ring_supply_data(Ring *ring, unsigned char *buffer, int count) in ring_supply_data()
/freebsd/contrib/tcsh/
H A Dtc.printf.c69 int sign = 0, count = 0; in doprnt() local
370 int count; in xsnprintf() local
386 int count; in xprintf() local
403 int count; in xvsnprintf() local
463 int count; in fprintf() local
/freebsd/sbin/dump/
H A Ddumprmt.c214 rmtread(char *buf, int count) in rmtread()
233 rmtwrite(const char *buf, int count) in rmtwrite()
244 rmtwrite0(int count) in rmtwrite0()
253 rmtwrite1(const char *buf, int count) in rmtwrite1()
292 rmtioctl(int cmd, int count) in rmtioctl()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h277 #define flex_array_size(p, member, count) \ argument
293 #define struct_size(p, member, count) \ argument
311 #define struct_size_t(type, member, count) \ argument
324 #define _DEFINE_FLEX(type, name, member, count, initializer) \ argument
346 #define DEFINE_FLEX(type, name, member, count) \ argument
/freebsd/contrib/libfido2/openbsd-compat/
H A Dposix_win.h41 #define read(fd, buf, count) posix_read(fd, buf, count) argument
42 #define write(fd, buf, count) posix_write(fd, buf, count) argument
H A Dposix_win.c42 posix_read(int fd, void *buf, size_t count) in posix_read()
53 posix_write(int fd, const void *buf, size_t count) in posix_write()
/freebsd/contrib/smbfs/lib/smb/
H A Dfile.c55 smb_read(struct smb_ctx *ctx, smbfh fh, off_t offset, size_t count, char *dst) in smb_read()
69 smb_write(struct smb_ctx *ctx, smbfh fh, off_t offset, size_t count, in smb_write()
/freebsd/lib/libc/stdio/
H A Dfwrite.c49 fwrite_unlocked(const void * __restrict buf, size_t size, size_t count, in fwrite_unlocked()
94 fwrite(const void * __restrict buf, size_t size, size_t count, in fwrite()
H A Dfread.c49 fread(void * __restrict buf, size_t size, size_t count, FILE * __restrict fp) in fread()
60 __fread(void * __restrict buf, size_t size, size_t count, FILE * __restrict fp) in __fread()
/freebsd/crypto/heimdal/lib/roken/
H A Dnet_read.c48 ssize_t count; in net_read() local
73 ssize_t count; in net_read() local
H A Dnet_write.c48 ssize_t count; in net_write() local
71 ssize_t count; in net_write() local
/freebsd/contrib/unbound/sldns/
H A Dsbuffer.h258 sldns_buffer_skip(sldns_buffer *buffer, ssize_t count) in sldns_buffer_skip()
408 sldns_buffer_available_at(sldns_buffer *buffer, size_t at, size_t count) in sldns_buffer_available_at()
420 sldns_buffer_available(sldns_buffer *buffer, size_t count) in sldns_buffer_available()
433 sldns_buffer_write_at(sldns_buffer *buffer, size_t at, const void *data, size_t count) in sldns_buffer_write_at()
448 sldns_buffer_set_at(sldns_buffer *buffer, size_t at, int c, size_t count) in sldns_buffer_set_at()
462 sldns_buffer_write(sldns_buffer *buffer, const void *data, size_t count) in sldns_buffer_write()
599 sldns_buffer_read_at(sldns_buffer *buffer, size_t at, void *data, size_t count) in sldns_buffer_read_at()
612 sldns_buffer_read(sldns_buffer *buffer, void *data, size_t count) in sldns_buffer_read()
/freebsd/sys/dev/qlxgb/
H A Dqla_misc.c207 int count = 100; in qla_rdwr_indreg32() local
261 uint32_t count = 100; in qla_rdwr_offchip_mem() local
307 uint32_t count = 100; in qla_rd_flash32() local
417 uint32_t offset, count, i; in qla_crb_init() local
499 uint32_t count; in qla_load_fw_from_flash() local
651 uint32_t count = 100; in qla_wait_for_flash_busy() local
748 uint32_t count = 1000; in qla_flash_get_status() local
890 uint32_t val, count = 1000; in qla_flash_wait_for_write_complete() local
/freebsd/sys/contrib/ck/include/spinlock/
H A Danderson.h49 unsigned int count; member
60 unsigned int count) in ck_spinlock_anderson_init()
107 unsigned int count = lock->count; in ck_spinlock_anderson_lock() local

12345678910>>...77