Home
last modified time | relevance | path

Searched defs:buffer (Results 5276 - 5300 of 9734) sorted by relevance

1...<<211212213214215216217218219220>>...390

/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dtui.c604 char buffer[512]; in show_sensors_w() local
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dutils.c269 char buffer[MAX_PATH]; in procfs_is_workload_pid() local
/kernel/linux/linux-6.6/security/apparmor/
H A Dmount.c303 match_mnt_path_str(const struct cred *subj_cred, struct aa_profile *profile, const struct path *mntpath, char *buffer, const char *devname, const char *type, unsigned long flags, void *data, bool binary, const char *devinfo) match_mnt_path_str() argument
365 match_mnt(const struct cred *subj_cred, struct aa_profile *profile, const struct path *path, char *buffer, const struct path *devpath, char *devbuffer, const char *type, unsigned long flags, void *data, bool binary) match_mnt() argument
399 char *buffer = NULL; aa_remount() local
425 char *buffer = NULL, *old_buffer = NULL; aa_bind_mount() local
463 char *buffer = NULL; aa_mount_change_type() local
540 char *buffer = NULL, *dev_buffer = NULL; aa_new_mount() local
601 profile_umount(const struct cred *subj_cred, struct aa_profile *profile, const struct path *path, char *buffer) profile_umount() argument
640 char *buffer = NULL; aa_umount() local
[all...]
H A Dfile.c289 char *buffer = NULL; in aa_path_perm() local
160 path_name(const char *op, const struct cred *subj_cred, struct aa_label *label, const struct path *path, int flags, char *buffer, const char **name, struct path_cond *cond, u32 request) path_name() argument
249 profile_path_perm(const char *op, const struct cred *subj_cred, struct aa_profile *profile, const struct path *path, char *buffer, u32 request, struct path_cond *cond, int flags, struct aa_perms *perms) profile_path_perm() argument
326 profile_path_link(const struct cred *subj_cred, struct aa_profile *profile, const struct path *link, char *buffer, const struct path *target, char *buffer2, struct path_cond *cond) profile_path_link() argument
443 char *buffer = NULL, *buffer2 = NULL; aa_path_link() local
497 char *buffer; __file_path_perm() local
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_crypto.c599 u8 buffer[IMA_EVENT_NAME_LEN_MAX + 1] = { 0 }; in ima_calc_field_array_hash_tfm() local
/kernel/linux/linux-6.6/security/keys/
H A Dinternal.h298 keyctl_dh_compute(struct keyctl_dh_params __user *params, char __user *buffer, size_t buflen, struct keyctl_kdf_params __user *kdf) keyctl_dh_compute() argument
306 compat_keyctl_dh_compute( struct keyctl_dh_params __user *params, char __user *buffer, size_t buflen, struct keyctl_kdf_params __user *kdf) compat_keyctl_dh_compute() argument
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c216 char buffer[64]; in tomoyo_audit_path_number_log() local
H A Dnetwork.c90 static void tomoyo_print_ipv4(char *buffer, const unsigned int buffer_len, in tomoyo_print_ipv4() argument
107 static void tomoyo_print_ipv6(char *buffer, const unsigned int buffer_len, in tomoyo_print_ipv6() argument
/kernel/linux/linux-6.6/sound/core/
H A Dinfo.c146 static ssize_t snd_info_entry_read(struct file *file, char __user *buffer, in snd_info_entry_read() argument
168 static ssize_t snd_info_entry_write(struct file *file, const char __user *buffer, in snd_info_entry_write() argument
299 snd_info_text_entry_write(struct file *file, const char __user *buffer, size_t count, loff_t *offset) snd_info_text_entry_write() argument
489 snd_card_id_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_card_id_read() argument
609 snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) snd_info_get_line() argument
879 snd_card_rw_proc_new(struct snd_card *card, const char *name, void *private_data, void (*read)(struct snd_info_entry *, struct snd_info_buffer *), void (*write)(struct snd_info_entry *entry, struct snd_info_buffer *buffer)) snd_card_rw_proc_new() argument
904 snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_info_version_read() argument
[all...]
/kernel/linux/linux-6.6/security/integrity/evm/
H A Devm_main.c333 int evm_read_protected_xattrs(struct dentry *dentry, u8 *buffer, in evm_read_protected_xattrs() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c92 bpf_flow_dissect_get_header(struct __sk_buff *skb, __u16 hdr_size, void *buffer) bpf_flow_dissect_get_header() argument
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/
H A Diommufd_utils.h19 static void *buffer; variable
220 static int _test_ioctl_ioas_map(int fd, unsigned int ioas_id, void *buffer, in _test_ioctl_ioas_map() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
H A Dutils.c72 char *buffer = NULL; in read_file_alloc() local
186 static int validate_int_parse(const char *buffer, size_t count, char *end) in validate_int_parse() argument
212 parse_bounded_int(const char *buffer, size_t count, intmax_t *result, int base, intmax_t min, intmax_t max) parse_bounded_int() argument
236 parse_bounded_uint(const char *buffer, size_t count, uintmax_t *result, int base, uintmax_t max) parse_bounded_uint() argument
260 parse_intmax(const char *buffer, size_t count, intmax_t *result, int base) parse_intmax() argument
265 parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base) parse_uintmax() argument
270 parse_int(const char *buffer, size_t count, int *result, int base) parse_int() argument
279 parse_uint(const char *buffer, size_t count, unsigned int *result, int base) parse_uint() argument
288 parse_long(const char *buffer, size_t count, long *result, int base) parse_long() argument
297 parse_ulong(const char *buffer, size_t count, unsigned long *result, int base) parse_ulong() argument
309 char buffer[32] = {0}; read_long() local
321 char buffer[32] = {0}; read_ulong() local
334 char buffer[32]; write_long() local
359 char buffer[32]; write_ulong() local
[all...]
/kernel/liteos_a/compat/posix/src/
H A Dpthread.c763 void pthread_cleanup_push_inner(struct pthread_cleanup_buffer *buffer, in pthread_cleanup_push_inner() argument
773 void pthread_cleanup_pop_inner(struct pthread_cleanup_buffer *buffer, int execute) in pthread_cleanup_pop_inner() argument
/kernel/liteos_a/kernel/extended/trace/cnv/
H A Dtrace_cnv.c285 STATIC VOID LOS_TraceUsrEvent(VOID *buffer, UINT32 len) in LOS_TraceUsrEvent() argument
/kernel/liteos_a/shell/full/src/cmds/
H A Ddmesg.c326 CHAR* buffer = NULL; in OsDmesgInit() local
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c75 int lstat(const char *path, struct stat *buffer) in lstat() argument
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Damdtp-dot.c101 static void dot_encode_step(struct dot_state *state, __be32 *const buffer) in dot_encode_step() argument
145 write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames, unsigned int pcm_frames) write_pcm_s32() argument
177 read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames, unsigned int pcm_frames) read_pcm_s32() argument
208 write_pcm_silence(struct amdtp_stream *s, __be32 *buffer, unsigned int data_blocks) write_pcm_silence() argument
248 write_midi_messages(struct amdtp_stream *s, __be32 *buffer, unsigned int data_blocks, unsigned int data_block_counter) write_midi_messages() argument
292 read_midi_messages(struct amdtp_stream *s, __be32 *buffer, unsigned int data_blocks) read_midi_messages() argument
[all...]
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Damdtp-motu.c166 static void write_pcm_silence(struct amdtp_stream *s, __be32 *buffer, in write_pcm_silence() argument
211 static void write_midi_messages(struct amdtp_stream *s, __be32 *buffer, in write_midi_messages() argument
93 read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int data_blocks, unsigned int pcm_frames) read_pcm_s32() argument
129 write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int data_blocks, unsigned int pcm_frames) write_pcm_s32() argument
237 read_midi_messages(struct amdtp_stream *s, __be32 *buffer, unsigned int data_blocks) read_midi_messages() argument
257 copy_sph(u32 *frames, __be32 *buffer, unsigned int data_blocks, unsigned int data_block_quadlets) copy_sph() argument
271 copy_message(u64 *frames, __be32 *buffer, unsigned int data_blocks, unsigned int data_block_quadlets) copy_message() argument
373 write_sph(struct amdtp_motu_cache *cache, __be32 *buffer, unsigned int data_blocks, unsigned int data_block_quadlets) write_sph() argument
[all...]
H A Dmotu-register-dsp-message-parser.c159 __be32 *buffer = desc->ctx_payload; in snd_motu_register_dsp_message_parser_parse() local
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-scs1x.c30 u8 buffer[HSS1394_MAX_PACKET_SIZE]; member
[all...]
/kernel/linux/linux-6.6/sound/i2c/other/
H A Dak4114.c440 snd_ak4114_proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_ak4114_proc_regs_read() argument
H A Dak4113.c466 snd_ak4113_proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_ak4113_proc_regs_read() argument
H A Dak4xxx-adda.c849 proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) proc_regs_read() argument
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_paula.c654 static int AmiStateInfo(char *buffer, size_t space) in AmiStateInfo() argument

Completed in 24 milliseconds

1...<<211212213214215216217218219220>>...390