Home
last modified time | relevance | path

Searched defs:buf (Results 3776 - 3800 of 21263) sorted by relevance

1...<<151152153154155156157158159160>>...851

/kernel/linux/linux-6.6/lib/
H A Dkstrtox.c398 char buf[4]; in kstrtobool_from_user() local
[all...]
H A Dtest_hash.c46 static void fill_buf(char *buf, size_t len, u32 seed) in fill_buf() argument
146 char buf[SIZE+1]; in test_string_or() local
171 char buf[SIZE+1]; in test_hash_or() local
[all...]
/kernel/linux/linux-6.6/lib/math/
H A Dprime_numbers.c247 char *buf; in dump_primes() local
/kernel/linux/linux-6.6/net/ipv6/
H A Doutput_core.c31 struct in6_addr buf[2]; in ipv6_proxy_select_ident() local
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_stp_bpdu.c81 unsigned char buf[35]; in br_send_config_bpdu() local
128 unsigned char buf[4]; br_send_tcn_bpdu() local
152 const unsigned char *buf; br_stp_rcv() local
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dauth_none.c63 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request() argument
72 handle_reply(struct ceph_auth_client *ac, u64 global_id, void *buf, void *end, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) handle_reply() argument
H A Dauth_x.h33 struct ceph_buffer *buf; member
/kernel/linux/linux-6.6/sound/usb/caiaq/
H A Dmidi.c106 snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev, int port, const char *buf, int len) snd_usb_caiaq_midi_handle_input() argument
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dskl.c59 void __iomem *buf; in skl_log_buffer_status() local
/kernel/linux/linux-6.6/tools/laptop/freefall/
H A Dfreefall.c55 char buf[1024]; in write_int() local
/kernel/linux/linux-6.6/tools/lib/api/
H A Dio.h23 char *buf; member
147 char buf[12 in io__getline() local
34 io__init(struct io *io, int fd, char *buf, unsigned int buf_len) io__init() argument
[all...]
/kernel/linux/linux-6.6/tools/lib/
H A Dbitmap.c31 bitmap_scnprintf(unsigned long *bitmap, unsigned int nbits, char *buf, size_t size) bitmap_scnprintf() argument
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dpids.c101 char buf[4096 / sizeof(*e) * sizeof(*e)]; in build_obj_refs_table() local
H A Dperf.c28 char buf[256]; in has_perf_query_support() local
46 bpf_task_fd_query(getpid(), fd, 0, buf, &len, &prog_id, in has_perf_query_support() local
65 print_perf_json(int pid, int fd, __u32 prog_id, __u32 fd_type, char *buf, __u64 probe_offset, __u64 probe_addr) print_perf_json() argument
115 print_perf_plain(int pid, int fd, __u32 prog_id, __u32 fd_type, char *buf, __u64 probe_offset, __u64 probe_addr) print_perf_plain() argument
160 char buf[4096]; show_proc() local
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dkexec.h44 const void * buf; member
/kernel/linux/linux-6.6/samples/connector/
H A Ducon.c51 char buf[128]; in netlink_send() local
100 char buf[1024]; in main() local
[all...]
/kernel/linux/linux-6.6/samples/uhid/
H A Duhid-example.c303 char buf[128]; in keyboard() local
/kernel/linux/linux-6.6/samples/kobject/
H A Dkobject-example.c28 foo_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) foo_show() argument
34 foo_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) foo_store() argument
54 b_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) b_show() argument
66 b_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) b_store() argument
/kernel/linux/linux-6.6/samples/pidfd/
H A Dpidfd-metadata.c87 char buf[4096] = { 0 }; in main() local
/kernel/liteos_a/apps/lms/src/
H A Dsample_usr_lms.c36 static void BufWriteTest(void *buf, int start, int end) in BufWriteTest() argument
43 static void BufReadTest(void *buf, int start, int end) in BufReadTest() argument
55 char *buf = (char *)malloc(TEST_SIZE); in LmsMallocTest() local
73 char *buf in LmsReallocTest() local
92 char *buf = (char *)calloc(4, 4); /* 4: test size */ LmsCallocTest() local
106 char *buf = (char *)valloc(TEST_SIZE); LmsVallocTest() local
121 char *buf = (char *)aligned_alloc(TEST_ALIGN_SIZE, TEST_SIZE); LmsAlignedAllocTest() local
135 char *buf = (char *)malloc(TEST_SIZE); LmsMemsetTest() local
149 char *buf = (char *)malloc(TEST_SIZE); LmsMemcpyTest() local
164 char *buf = (char *)malloc(TEST_SIZE); LmsMemmoveTest() local
178 char *buf = (char *)malloc(TEST_SIZE); LmsStrcpyTest() local
194 char *buf = (char *)malloc(TEST_SIZE); LmsStrcatTest() local
214 char *buf = (char *)malloc(TEST_SIZE); LmsFreeTest() local
[all...]
/kernel/liteos_a/apps/perf/src/
H A Dperf_record.c108 ssize_t PerfWriteFile(const char *filePath, const char *buf, ssize_t bufSize) in PerfWriteFile() argument
150 char *buf; in PerfRecord() local
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dkexec.h31 const void *buf; member
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_user_container_002.cpp40 std::ostringstream buf; in GetIdMapPath() local
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_010.cpp49 char buf[g_buffSize] = { 0 }; in ItProcessPlimitsIpc010() local
H A DIt_process_plimits_pid_001.cpp43 static int PidWrite(const char *filepath, char *buf) in PidWrite() argument

Completed in 14 milliseconds

1...<<151152153154155156157158159160>>...851