Home
last modified time | relevance | path

Searched defs:buf (Results 5776 - 5800 of 21242) sorted by relevance

1...<<231232233234235236237238239240>>...850

/kernel/linux/linux-6.6/lib/
H A Dparser.c141 char buf[NUMBER_BUF_LEN]; in match_number() local
172 char buf[NUMBER_BUF_LEN]; in match_u64int() local
212 char buf[NUMBER_BUF_LEN]; in match_uint() local
[all...]
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_ioctl.c60 void *buf; in get_fdb_entries() local
377 char buf[IFNAMSIZ]; in old_deviceless() local
412 char buf[IFNAMSIZ]; br_ioctl_stub() local
[all...]
H A Dbr_stp_if.c345 ssize_t br_show_bridge_id(char *buf, const struct bridge_id *id) in br_show_bridge_id() argument
/kernel/linux/linux-6.6/net/ieee802154/
H A Dnl-phy.c33 u32 *buf = kcalloc(IEEE802154_MAX_PAGE + 1, sizeof(u32), GFP_KERNEL); in ieee802154_nl_fill_phy() local
H A Dheader_ops.c15 ieee802154_hdr_push_addr(u8 *buf, const struct ieee802154_addr *addr, in ieee802154_hdr_push_addr() argument
47 ieee802154_hdr_push_sechdr(u8 *buf, const struct ieee802154_sechdr *hdr) in ieee802154_hdr_push_sechdr() argument
80 u8 buf[IEEE802154_MAX_HEADER_LEN]; ieee802154_hdr_push() local
117 memcpy(skb_push(skb, pos), buf, pos); ieee802154_hdr_push() local
171 ieee802154_hdr_get_addr(const u8 *buf, int mode, bool omit_pan, struct ieee802154_addr *addr) ieee802154_hdr_get_addr() argument
208 ieee802154_hdr_get_sechdr(const u8 *buf, struct ieee802154_sechdr *hdr) ieee802154_hdr_get_sechdr() argument
265 ieee802154_hdr_get_addrs(const u8 *buf, struct ieee802154_hdr *hdr) ieee802154_hdr_get_addrs() argument
326 const u8 *buf = skb_mac_header(skb); ieee802154_hdr_peek_addrs() local
346 const u8 *buf = skb_mac_header(skb); ieee802154_hdr_peek() local
[all...]
/kernel/linux/linux-6.6/net/caif/
H A Dcffrml.c74 static u16 cffrml_checksum(u16 chks, void *buf, u16 len) in cffrml_checksum() argument
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c13 static const char *ip_vs_dbg_callid(char *buf, size_t buf_len, in ip_vs_dbg_callid() argument
141 static int ip_vs_sip_show_pe_data(const struct ip_vs_conn *cp, char *buf) in ip_vs_sip_show_pe_data() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_sane.c75 } buf; in help() local
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-debug.c31 static ssize_t skl_print_pins(struct skl_module_pin *m_pin, char *buf, in skl_print_pins() argument
53 static ssize_t skl_print_fmt(struct skl_module_fmt *fmt, char *buf, in skl_print_fmt() argument
73 char *buf; in module_read() local
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dhelper.c75 void *buf = NULL; in snd_usb_ctl_msg() local
/kernel/linux/linux-6.6/tools/lib/api/fs/
H A Dtracing_path.c127 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, in tracing_path__strerror_open_tp() argument
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dvariax.c117 const unsigned char *buf = variax->line6.buffer_message; in line6_variax_process_message() local
/kernel/linux/linux-6.6/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c16 char buf[]; member
20 minstrel_stats_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) in minstrel_stats_read() argument
/kernel/linux/linux-6.6/samples/kobject/
H A Dkset-example.c52 foo_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) foo_attr_show() argument
72 foo_attr_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t len) foo_attr_store() argument
112 foo_show(struct foo_obj *foo_obj, struct foo_attribute *attr, char *buf) foo_show() argument
118 foo_store(struct foo_obj *foo_obj, struct foo_attribute *attr, const char *buf, size_t count) foo_store() argument
138 b_show(struct foo_obj *foo_obj, struct foo_attribute *attr, char *buf) b_show() argument
150 b_store(struct foo_obj *foo_obj, struct foo_attribute *attr, const char *buf, size_t count) b_store() argument
[all...]
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_overhead_user.c42 char buf[] = "test\n"; in test_task_rename() local
67 char buf[] = "test\n"; in test_fib_table_lookup() local
/kernel/linux/linux-6.6/samples/seccomp/
H A Duser-trap.c36 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in send_fd() local
65 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in recv_fd() local
H A Dbpf-direct.c66 char *buf; in emulator() local
166 char buf[4096]; in main() local
/kernel/linux/linux-6.6/samples/vfs/
H A Dtest-fsmount.c22 char buf[4096]; in check_messages() local
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_009.cpp100 char buf[256]; in HandleRecv() local
H A Dnet_socket_test_008.cpp101 char buf[256]; in HandleRecv() local
H A Dnet_socket_test_011.cpp100 char buf[128]; in HandleRecv() local
/test/xts/acts/arkui/libuv/src/
H A DActsLibuvTest.cpp101 char buf[40]; in HWTEST_F() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinetndk.cpp174 char buf[20] = {DEFAULT_VALUE}; in InetNtop() local
194 char buf[20] = {DEFAULT_VALUE}; in InetPton() local
H A Dgrp1ndk.cpp42 char buf[512]; in GetGrNamR() local
86 char buf[512]; in Getgrgid_r() local
H A Dmsgndk.cpp52 struct msgbuf buf; in Msgsnd() local
96 struct msgbuf buf; in Msgctl() local
[all...]

Completed in 21 milliseconds

1...<<231232233234235236237238239240>>...850