Searched refs:read (Results 1 – 25 of 51) sorted by relevance
123
/net/wireless/ |
D | debugfs.c | 26 .read = name## _read, \ 97 .read = ht40allow_map_read,
|
/net/sunrpc/ |
D | debugfs.c | 115 .read = seq_read, 214 .read = seq_read, 295 .read = fault_disconnect_read,
|
D | xprtsock.c | 403 struct xdr_buf *buf, size_t count, size_t seek, size_t *read) in xs_read_xdr_buf() argument 460 *read = offset - seek_init; in xs_read_xdr_buf() 498 size_t want, uninitialized_var(read); in xs_read_stream_request() 508 &read); in xs_read_stream_request() 509 transport->recv.offset += read; in xs_read_stream_request() 510 transport->recv.copied += read; in xs_read_stream_request() 525 return read; in xs_read_stream_request() 529 return ret < 0 ? ret : read; in xs_read_stream_request() 618 size_t want, read = 0; in xs_read_stream() local 633 read = ret; in xs_read_stream() [all …]
|
D | cache.c | 1577 .read = cache_read_procfs, 1601 .read = seq_read, 1639 .read = read_flush_procfs, 1796 .read = cache_read_pipefs, 1820 .read = seq_read, 1858 .read = read_flush_pipefs,
|
D | stats.c | 75 .read = seq_read,
|
/net/mac80211/ |
D | debugfs.c | 46 .read = name## _read, \ 146 .read = aqm_read, 198 .read = force_tx_status_read, 400 .read = stats_ ##name## _read, \
|
D | debugfs_key.c | 30 .read = key_##name##_read, \ 37 .read = key_##name##_read, \ 53 .read = key_conf_##name##_read, \
|
D | rc80211_minstrel_ht_debugfs.c | 173 .read = minstrel_stats_read, 311 .read = minstrel_stats_read,
|
/net/bpfilter/ |
D | main.c | 38 n = read(0, &req, sizeof(req)); in loop()
|
/net/bluetooth/ |
D | hci_debugfs.c | 70 .read = __name ## _read, \ 269 .read = use_debug_keys_read, 287 .read = sc_only_mode_read, 421 .read = ssp_debug_mode_read, 708 .read = force_static_address_read,
|
D | selftest.c | 195 .read = test_ecdh_read,
|
/net/batman-adv/ |
D | debugfs.c | 207 .read = seq_read, \ 275 .read = seq_read, \
|
D | log.c | 180 .read = batadv_log_read,
|
D | icmp_socket.c | 308 .read = batadv_socket_read,
|
/net/vmw_vsock/ |
D | af_vsock.c | 1770 ssize_t read; in vsock_stream_recvmsg() local 1789 read = transport->stream_dequeue( in vsock_stream_recvmsg() 1792 if (read < 0) { in vsock_stream_recvmsg() 1797 copied += read; in vsock_stream_recvmsg() 1800 vsk, target, read, in vsock_stream_recvmsg() 1805 if (read >= target || flags & MSG_PEEK) in vsock_stream_recvmsg() 1808 target -= read; in vsock_stream_recvmsg()
|
/net/hsr/ |
D | hsr_debugfs.c | 83 .read = seq_read,
|
/net/tipc/ |
D | Kconfig | 20 as a module, say M here and read <file:Documentation/kbuild/modules.rst>.
|
/net/x25/ |
D | Kconfig | 20 You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and
|
/net/bridge/ |
D | Kconfig | 22 for location. Please read the Bridge mini-HOWTO for more
|
/net/dns_resolver/ |
D | dns_key.c | 325 .read = dns_resolver_read,
|
/net/atm/ |
D | mpoa_proc.c | 61 .read = seq_read,
|
/net/netfilter/ |
D | Kconfig | 892 The remaining time for expiration can be read via sysfs. 1067 If you want to compile it as a module, say M here and read 1126 If you want to compile it as a module, say M here and read 1171 If you want to compile it as a module, say M here and read 1182 If you want to compile it as a module, say M here and read 1248 If you want to compile it as a module, say M here and read 1484 If you want to compile it as a module, say M here and read 1496 If you want to compile it as a module, say M here and read 1531 If you want to compile it as a module, say M here and read 1553 If you want to compile it as a module, say M here and read
|
/net/6lowpan/ |
D | debugfs.c | 160 .read = seq_read,
|
/net/nfc/nci/ |
D | uart.c | 460 .read = nci_uart_tty_read,
|
/net/l2tp/ |
D | l2tp_debugfs.c | 321 .read = seq_read,
|
123