/netbsd-src/sbin/fsck_lfs/ |
H A D | bufcache.h | 74 struct ubuf { struct 78 volatile long b_flags; /* B_* flags. */ 79 long b_bcount; /* Valid bytes in buffer. */ 81 char *b_data; /* Data in buffer */ 82 daddr_t b_lblkno; /* Logical block number. */ 83 daddr_t b_blkno; /* Underlying physical block number */ 107 LIST_HEAD(bufhash_struct, ubuf); argument
|
H A D | segwrite.c | 417 …ruct lfs * fs, struct segment * sp, struct uvnode * vp, int (*match) (struct lfs *, struct ubuf *)) in lfs_gather()
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | ascmagic.c | 79 file_unichar_t *ubuf = NULL; in file_ascmagic() local 112 file_unichar_t *ubuf, size_t ulen, const char *code, const char *type, in file_ascmagic_with_encoding() 343 encode_utf8(unsigned char *buf, size_t len, file_unichar_t *ubuf, size_t ulen) in encode_utf8()
|
H A D | encoding.c | 82 file_unichar_t **ubuf, size_t *ulen, const char **code, in file_encoding() 356 file_looks_utf8(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in file_looks_utf8() 438 file_unichar_t *ubuf, size_t *ulen) in looks_utf8_with_BOM() 447 looks_utf7(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in looks_utf7()
|
H A D | compress.c | 963 filter_error(unsigned char *ubuf, ssize_t n) in filter_error()
|
/netbsd-src/libexec/ftpd/ |
H A D | logutmp.c | 93 UTMP ubuf; in ftpd_login() local
|
/netbsd-src/sys/net/npf/ |
H A D | npf_tableset.c | 749 void *ubuf, size_t len, size_t *off) in table_ent_copyout() 765 table_generic_list(npf_table_t *t, void *ubuf, size_t len) in table_generic_list() 783 table_cdb_list(npf_table_t *t, void *ubuf, size_t len) in table_cdb_list() 804 npf_table_list(npf_table_t *t, void *ubuf, size_t len) in npf_table_list()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_debugfs.c | 330 static ssize_t connector_write(struct file *file, const char __user *ubuf, in connector_write() 377 static ssize_t edid_write(struct file *file, const char __user *ubuf, in edid_write()
|
H A D | drm_debugfs_crc.c | 125 static ssize_t crc_control_write(struct file *file, const char __user *ubuf, in crc_control_write()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sftp-common.c | 225 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; in ls_file() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_debugfs.c | 690 static ssize_t gpu_state_read(struct file *file, char __user *ubuf, in gpu_state_read() 752 const char __user *ubuf, in i915_error_state_write() 1931 const char __user *ubuf, in i915_guc_log_relay_write() 2837 static ssize_t i915_ipc_status_write(struct file *file, const char __user *ubuf, in i915_ipc_status_write() 3041 const char __user *ubuf, in i915_displayport_test_active_write() 3340 static ssize_t wm_latency_write(struct file *file, const char __user *ubuf, in wm_latency_write() 3386 static ssize_t pri_wm_latency_write(struct file *file, const char __user *ubuf, in pri_wm_latency_write() 3401 static ssize_t spr_wm_latency_write(struct file *file, const char __user *ubuf, in spr_wm_latency_write() 3416 static ssize_t cur_wm_latency_write(struct file *file, const char __user *ubuf, in cur_wm_latency_write() 3975 const char __user *ubuf, size_t len, in i915_hpd_storm_ctl_write() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_debugfs.c | 144 nouveau_debugfs_pstate_set(struct file *file, const char __user *ubuf, in nouveau_debugfs_pstate_set()
|
/netbsd-src/regress/sys/kern/getcwd/ |
H A D | getcwd.c | 435 char ubuf[MAXPATHLEN]; in stress_test_getcwd() local
|
/netbsd-src/sys/net/agr/ |
H A D | if_agr.c | 864 agrreq_copyin(const void *ubuf, struct agrreq *ar) in agrreq_copyin() 881 agrreq_copyout(void *ubuf, struct agrreq *ar) in agrreq_copyout()
|
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_hash.c | 97 const unsigned char *ubuf = (const unsigned char *)src; in ext2fs_prep_hashbuf() local
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | token.cpp | 237 char ubuf[2]; in init_letter() local
|
/netbsd-src/lib/libtelnet/ |
H A D | sra.c | 384 sra_printsub(unsigned char *data, int cnt, unsigned char *ubuf, int buflen) in sra_printsub()
|
/netbsd-src/usr.sbin/syslogd/ |
H A D | tls.c | 408 unsigned char *ubuf; in get_commonname() local 441 unsigned char *ubuf; in match_hostnames() local
|
/netbsd-src/sys/altq/ |
H A D | altq_priq.c | 206 priq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes) in priq_getqstats() argument
|
H A D | altq_cbq.c | 454 cbq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes) in cbq_getqstats() argument
|
H A D | altq_subr.c | 605 altq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes) in altq_getqstats() argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | params_api_test.c | 476 unsigned char ubuf[100]; in test_param_construct() local
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | trap.c | 188 char ubuf[64]; in printtrap() local
|
/netbsd-src/external/bsd/libbind/dist/tests/ |
H A D | dig8.c | 244 static char ubuf[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:123.123.123.123")]; variable
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | strftime.c | 844 char ubuf[1024]; /* enough for any single format in practice */ variable
|