Home
last modified time | relevance | path

Searched defs:ubuf (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/dev/tws/
H A Dtws_user.c88 struct tws_ioctl_no_data_buf *ubuf = (struct tws_ioctl_no_data_buf *)buf; in tws_passthru() local
221 struct tws_ioctl_packet *ubuf) in tws_retrive_aen()
298 struct tws_ioctl_packet *ubuf = (struct tws_ioctl_packet *)buf; in tws_ioctl_aen() local
/freebsd/contrib/file/src/
H A Dascmagic.c73 file_unichar_t *ubuf = NULL; in file_ascmagic() local
106 file_unichar_t *ubuf, size_t ulen, const char *code, const char *type, in file_ascmagic_with_encoding()
337 encode_utf8(unsigned char *buf, size_t len, file_unichar_t *ubuf, size_t ulen) in encode_utf8()
H A Dencoding.c76 file_unichar_t **ubuf, size_t *ulen, const char **code, in file_encoding()
350 file_looks_utf8(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in file_looks_utf8()
432 file_unichar_t *ubuf, size_t *ulen) in looks_utf8_with_BOM()
441 looks_utf7(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in looks_utf7()
H A Dcompress.c957 filter_error(unsigned char *ubuf, ssize_t n) in filter_error()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c560 const char __user *ubuf, in ath11k_write_enable_extd_tx_stats()
591 char __user *ubuf, in ath11k_read_enable_extd_tx_stats()
614 const char __user *ubuf, in ath11k_write_extd_rx_stats()
690 char __user *ubuf, in ath11k_read_extd_rx_stats()
1067 const char __user *ubuf, in ath11k_write_pktlog_filter()
1199 char __user *ubuf, in ath11k_read_pktlog_filter()
1353 const char __user *ubuf, in ath11k_debugfs_write_enable_dbr_dbg()
1674 const char __user *ubuf, in ath11k_write_twt_add_dialog()
1750 const char __user *ubuf, in ath11k_write_twt_del_dialog()
1797 const char __user *ubuf, in ath11k_write_twt_pause_dialog()
[all …]
H A Ddebugfs_sta.c452 char __user *ubuf, in ath11k_dbg_sta_read_peer_pktlog()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c141 newstat_copyout(struct stat *buf, void *ubuf) in newstat_copyout()
216 old_stat_copyout(struct stat *buf, void *ubuf) in old_stat_copyout()
491 stat64_copyout(struct stat *buf, void *ubuf) in stat64_copyout()
656 statx_copyout(struct stat *buf, void *ubuf) in statx_copyout()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1892 const char __user *ubuf, in ath10k_write_pktlog_filter()
1938 static ssize_t ath10k_read_pktlog_filter(struct file *file, char __user *ubuf, in ath10k_read_pktlog_filter()
1960 const char __user *ubuf, in ath10k_write_quiet_period()
1982 static ssize_t ath10k_read_quiet_period(struct file *file, char __user *ubuf, in ath10k_read_quiet_period()
2004 const char __user *ubuf, in ath10k_write_btcoex()
2066 static ssize_t ath10k_read_btcoex(struct file *file, char __user *ubuf, in ath10k_read_btcoex()
2088 const char __user *ubuf, in ath10k_write_enable_extd_tx_stats()
2120 char __user *ubuf, in ath10k_read_enable_extd_tx_stats()
2143 const char __user *ubuf, in ath10k_write_peer_stats()
2189 static ssize_t ath10k_read_peer_stats(struct file *file, char __user *ubuf, in ath10k_read_peer_stats()
/freebsd/crypto/openssh/
H A Dsftp-common.c222 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; in ls_file() local
/freebsd/sys/dev/ntb/test/
H A Dntb_tool.c366 get_ubuf(struct sysctl_req *req, char *ubuf) in get_ubuf()
384 char ubuf[19]; in read_out() local
406 struct sysctl_req *req, char *ubuf, uint64_t *val, bool db_mask_sflag, in tool_fn_write()
575 struct tool_mw *inmw, char *ubuf, caddr_t write_buf, int *cmd_op, in tool_mw_write_fn()
/freebsd/contrib/tcsh/
H A Dtc.os.c626 char ubuf[100]; in douniverse() local
871 char ubuf[100]; in doatt() local
896 char ubuf[100]; in doucb() local
/freebsd/sys/net/altq/
H A Daltq_cbq.c417 cbq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in cbq_getqstats()
H A Daltq_codel.c157 codel_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in codel_getqstats()
H A Daltq_priq.c176 priq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in priq_getqstats()
H A Daltq_fairq.c230 fairq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in fairq_getqstats()
H A Daltq_hfsc.c257 hfsc_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in hfsc_getqstats()
H A Daltq_subr.c700 altq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in altq_getqstats()
/freebsd/sys/fs/ext2fs/
H A Dext2_hash.c210 const unsigned char *ubuf = (const unsigned char *)src; in ext2_prep_hashbuf() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c43 seq_read(struct linux_file *f, char *ubuf, size_t size, off_t *ppos) in seq_read()
/freebsd/contrib/sendmail/src/
H A Derr.c134 char ubuf[80]; local
H A Dparseaddr.c2017 static char ubuf[MAXNAME_I + 2]; local
3172 char ubuf[BUFSIZ * 2]; local
/freebsd/sys/dev/iicbus/
H A Diic.c438 struct uio ubuf; in iicioctl() local
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c476 unsigned char ubuf[100]; in test_param_construct() local
/freebsd/sys/compat/lindebugfs/
H A Dlindebugfs.c613 fops_blob_read(struct file *filp, char __user *ubuf, size_t read_size, loff_t *ppos) in fops_blob_read()
/freebsd/contrib/diff/lib/
H A Dstrftime.c745 char ubuf[1024]; /* enough for any single format in practice */ variable

12