Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/kernel/linux/linux-4.19/fs/
Dd_path.c11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend()
38 static int prepend_name(char **buffer, int *buflen, const struct qstr *name) in prepend_name()
77 char **buffer, int *buflen) in prepend_path()
176 char *buf, int buflen) in __d_path()
192 char *buf, int buflen) in d_absolute_path()
213 char **buf, int *buflen) in path_with_deleted()
225 static int prepend_unreachable(char **buffer, int *buflen) in prepend_unreachable()
256 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
291 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname()
309 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname()
[all …]
/kernel/linux/linux-5.10/fs/
Dd_path.c11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend()
38 static int prepend_name(char **buffer, int *buflen, const struct qstr *name) in prepend_name()
77 char **buffer, int *buflen) in prepend_path()
182 char *buf, int buflen) in __d_path()
198 char *buf, int buflen) in d_absolute_path()
219 char **buf, int *buflen) in path_with_deleted()
231 static int prepend_unreachable(char **buffer, int *buflen) in prepend_unreachable()
262 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
297 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname()
315 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname()
[all …]
/kernel/linux/linux-4.19/net/sunrpc/
Daddr.c28 char *buf, const int buflen) in rpc_ntop6_noscopeid()
66 char *buf, const size_t buflen) in rpc_ntop6()
98 char *buf, const int buflen) in rpc_ntop6_noscopeid()
104 char *buf, const size_t buflen) in rpc_ntop6()
112 char *buf, const size_t buflen) in rpc_ntop4()
128 size_t rpc_ntop(const struct sockaddr *sap, char *buf, const size_t buflen) in rpc_ntop()
141 static size_t rpc_pton4(const char *buf, const size_t buflen, in rpc_pton4()
161 const size_t buflen, const char *delim, in rpc_parse_scope_id()
202 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
225 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
[all …]
/kernel/linux/linux-5.10/net/sunrpc/
Daddr.c29 char *buf, const int buflen) in rpc_ntop6_noscopeid()
67 char *buf, const size_t buflen) in rpc_ntop6()
99 char *buf, const int buflen) in rpc_ntop6_noscopeid()
105 char *buf, const size_t buflen) in rpc_ntop6()
113 char *buf, const size_t buflen) in rpc_ntop4()
129 size_t rpc_ntop(const struct sockaddr *sap, char *buf, const size_t buflen) in rpc_ntop()
142 static size_t rpc_pton4(const char *buf, const size_t buflen, in rpc_pton4()
162 const size_t buflen, const char *delim, in rpc_parse_scope_id()
203 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
226 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
[all …]
/kernel/linux/linux-5.10/net/mac80211/
Ddebugfs_netdev.c181 char *buf, int buflen) in ieee80211_if_fmt_rc_rateidx_vht_mcs_mask_2ghz()
197 char *buf, int buflen) in ieee80211_if_fmt_rc_rateidx_vht_mcs_mask_5ghz()
219 char *buf, int buflen) in ieee80211_if_fmt_hw_queues()
276 char *buf, int buflen) in ieee80211_if_fmt_smps()
286 const char *buf, int buflen) in ieee80211_if_parse_smps()
304 struct ieee80211_sub_if_data *sdata, const char *buf, int buflen) in ieee80211_if_parse_tkip_mic_test()
370 struct ieee80211_sub_if_data *sdata, const char *buf, int buflen) in ieee80211_if_parse_beacon_loss()
382 const struct ieee80211_sub_if_data *sdata, char *buf, int buflen) in ieee80211_if_fmt_uapsd_queues()
390 struct ieee80211_sub_if_data *sdata, const char *buf, int buflen) in ieee80211_if_parse_uapsd_queues()
410 const struct ieee80211_sub_if_data *sdata, char *buf, int buflen) in ieee80211_if_fmt_uapsd_max_sp_len()
[all …]
/kernel/linux/linux-4.19/net/mac80211/
Ddebugfs_netdev.c183 char *buf, int buflen) in ieee80211_if_fmt_rc_rateidx_vht_mcs_mask_2ghz()
199 char *buf, int buflen) in ieee80211_if_fmt_rc_rateidx_vht_mcs_mask_5ghz()
221 char *buf, int buflen) in ieee80211_if_fmt_hw_queues()
282 char *buf, int buflen) in ieee80211_if_fmt_smps()
296 const char *buf, int buflen) in ieee80211_if_parse_smps()
314 struct ieee80211_sub_if_data *sdata, const char *buf, int buflen) in ieee80211_if_parse_tkip_mic_test()
380 struct ieee80211_sub_if_data *sdata, const char *buf, int buflen) in ieee80211_if_parse_beacon_loss()
392 const struct ieee80211_sub_if_data *sdata, char *buf, int buflen) in ieee80211_if_fmt_uapsd_queues()
400 struct ieee80211_sub_if_data *sdata, const char *buf, int buflen) in ieee80211_if_parse_uapsd_queues()
420 const struct ieee80211_sub_if_data *sdata, char *buf, int buflen) in ieee80211_if_fmt_uapsd_max_sp_len()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.h68 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
83 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument
92 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.h73 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
88 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument
97 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
/kernel/linux/linux-4.19/security/tomoyo/
Drealpath.c94 const int buflen) in tomoyo_get_absolute_path()
123 const int buflen) in tomoyo_get_dentry_path()
149 const int buflen) in tomoyo_get_local_path()
221 const int buflen) in tomoyo_get_socket_name()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil.c194 char *buf, u32 buflen) in brcmf_create_iovar()
219 u32 buflen; in brcmf_fil_iovar_data_set() local
247 u32 buflen; in brcmf_fil_iovar_data_get() local
293 char *buf, u32 buflen) in brcmf_create_bsscfg()
342 u32 buflen; in brcmf_fil_bsscfg_data_set() local
371 u32 buflen; in brcmf_fil_bsscfg_data_get() local
/kernel/linux/linux-4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil.c205 char *buf, u32 buflen) in brcmf_create_iovar()
230 u32 buflen; in brcmf_fil_iovar_data_set() local
258 u32 buflen; in brcmf_fil_iovar_data_get() local
304 char *buf, u32 buflen) in brcmf_create_bsscfg()
353 u32 buflen; in brcmf_fil_bsscfg_data_set() local
382 u32 buflen; in brcmf_fil_bsscfg_data_get() local
/kernel/linux/linux-5.10/net/netfilter/
Dnf_nat_sip.c38 const char *buffer, unsigned int buflen) in mangle_packet()
103 unsigned int buflen; in map_addr() local
182 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local
388 unsigned int buflen; in nf_nat_sip_expect() local
455 int buflen, c_len; in mangle_content_len() local
480 char *buffer, int buflen) in mangle_sdp_packet()
504 unsigned int buflen; in nf_nat_sdp_addr() local
522 unsigned int buflen; in nf_nat_sdp_port() local
541 unsigned int buflen; in nf_nat_sdp_session() local
/kernel/linux/linux-4.19/net/netfilter/
Dnf_nat_sip.c37 const char *buffer, unsigned int buflen) in mangle_packet()
102 unsigned int buflen; in map_addr() local
181 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local
387 unsigned int buflen; in nf_nat_sip_expect() local
454 int buflen, c_len; in mangle_content_len() local
479 char *buffer, int buflen) in mangle_sdp_packet()
503 unsigned int buflen; in nf_nat_sdp_addr() local
521 unsigned int buflen; in nf_nat_sdp_port() local
540 unsigned int buflen; in nf_nat_sdp_session() local
/kernel/linux/linux-4.19/fs/9p/
Dvfs_dir.c86 static struct p9_rdir *v9fs_alloc_rdir_buf(struct file *filp, int buflen) in v9fs_alloc_rdir_buf()
107 int buflen; in v9fs_dir_readdir() local
167 int buflen; in v9fs_dir_readdir_dotl() local
/kernel/linux/linux-5.10/fs/9p/
Dvfs_dir.c71 static struct p9_rdir *v9fs_alloc_rdir_buf(struct file *filp, int buflen) in v9fs_alloc_rdir_buf()
92 int buflen; in v9fs_dir_readdir() local
152 int buflen; in v9fs_dir_readdir_dotl() local
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c79 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen) \ argument
97 #define FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen) \ argument
106 #define FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen) \ argument
/kernel/linux/linux-4.19/lib/
Dscatterlist.c140 void sg_init_one(struct scatterlist *sg, const void *buf, unsigned int buflen) in sg_init_one()
807 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer()
853 const void *buf, size_t buflen) in sg_copy_from_buffer()
870 void *buf, size_t buflen) in sg_copy_to_buffer()
888 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer()
906 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer()
922 size_t buflen, off_t skip) in sg_zero_buffer()
/kernel/linux/linux-4.19/block/partitions/
Dldm.c635 static int ldm_relative(const u8 *buffer, int buflen, int base, int offset) in ldm_relative()
706 static int ldm_get_vstr (const u8 *block, u8 *buffer, int buflen) in ldm_get_vstr()
734 static bool ldm_parse_cmp3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_cmp3()
785 static int ldm_parse_dgr3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr3()
829 static bool ldm_parse_dgr4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr4()
870 static bool ldm_parse_dsk3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk3()
909 static bool ldm_parse_dsk4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk4()
942 static bool ldm_parse_prt3(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_prt3()
1018 static bool ldm_parse_vol5(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_vol5()
/kernel/linux/linux-5.10/block/partitions/
Dldm.c621 static int ldm_relative(const u8 *buffer, int buflen, int base, int offset) in ldm_relative()
692 static int ldm_get_vstr (const u8 *block, u8 *buffer, int buflen) in ldm_get_vstr()
720 static bool ldm_parse_cmp3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_cmp3()
771 static int ldm_parse_dgr3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr3()
815 static bool ldm_parse_dgr4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr4()
856 static bool ldm_parse_dsk3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk3()
895 static bool ldm_parse_dsk4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk4()
928 static bool ldm_parse_prt3(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_prt3()
1004 static bool ldm_parse_vol5(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_vol5()
/kernel/linux/linux-5.10/security/tomoyo/
Drealpath.c95 const int buflen) in tomoyo_get_absolute_path()
126 const int buflen) in tomoyo_get_dentry_path()
154 const int buflen) in tomoyo_get_local_path()
/kernel/liteos_a/drivers/char/mem/src/
Dmem.c46 static ssize_t MemRead(struct file *filep, char *buffer, size_t buflen) in MemRead()
51 static ssize_t MemWrite(struct file *filep, const char *buffer, size_t buflen) in MemWrite()
/kernel/linux/linux-5.10/lib/
Dscatterlist.c138 void sg_init_one(struct scatterlist *sg, const void *buf, unsigned int buflen) in sg_init_one()
922 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer()
968 const void *buf, size_t buflen) in sg_copy_from_buffer()
985 void *buf, size_t buflen) in sg_copy_to_buffer()
1003 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer()
1021 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer()
1037 size_t buflen, off_t skip) in sg_zero_buffer()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c67 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument
117 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument
127 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
143 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument
155 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
/kernel/linux/linux-5.10/drivers/usb/storage/
Dprotocol.c122 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, in usb_stor_access_xfer_buf()
170 unsigned int buflen, struct scsi_cmnd *srb) in usb_stor_set_xfer_buf()
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/
Dionutils.h15 unsigned long buflen; member
24 unsigned long buflen; member

12345678910>>...24