Searched defs:file (Results 51 - 75 of 135) sorted by relevance

123456

/net/irda/irnet/
H A Dirnet_irda.c6 * This file implement the IRDA interface of IrNET.
957 irnet_server.s.file = NULL;
1797 static int irnet_proc_open(struct inode *inode, struct file *file) argument
1799 return single_open(file, irnet_proc_show, NULL);
1846 /* Add a /proc file for irnet infos */
1874 /* Remove our /proc file */
H A Dirnet.h6 * This file contains definitions and declarations global to the IrNET module,
8 * This file is a *private* header, so other modules don't want to know
406 /* "pppd" interact directly with us on a /dev/ file */
407 struct file * file; /* File descriptor of this instance */ member in struct:irnet_socket
508 * Note : we list here also functions called from one file to the other.
/net/mac80211/
H A Ddebugfs_sta.c23 static ssize_t sta_ ##name## _read(struct file *file, \
27 struct sta_info *sta = file->private_data; \
67 static ssize_t sta_flags_read(struct file *file, char __user *userbuf, argument
71 struct sta_info *sta = file->private_data;
94 static ssize_t sta_num_ps_buf_frames_read(struct file *file, argument
98 struct sta_info *sta = file->private_data;
110 static ssize_t sta_inactive_ms_read(struct file *fil argument
120 sta_connected_time_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
144 sta_last_seq_ctrl_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
158 sta_agg_status_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
197 sta_agg_status_write(struct file *file, const char __user *userbuf, size_t count, loff_t *ppos) argument
256 sta_ht_capa_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
338 sta_vht_capa_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
368 sta_current_tx_rate_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
383 sta_last_rx_rate_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
454 sta_tx_latency_stat_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
497 sta_tx_latency_stat_reset_write(struct file *file, const char __user *userbuf, size_t count, loff_t *ppos) argument
[all...]
H A Drate.c126 static ssize_t rcname_read(struct file *file, char __user *userbuf, argument
129 struct rate_control_ref *ref = file->private_data;
/net/netfilter/
H A Dnf_conntrack_standalone.c259 static int ct_open(struct inode *inode, struct file *file) argument
261 return seq_open_net(inode, file, &ct_seq_ops,
352 static int ct_cpu_seq_open(struct inode *inode, struct file *file) argument
354 return seq_open_net(inode, file, &ct_cpu_seq_ops,
H A Dnf_log.c337 static int nflog_open(struct inode *inode, struct file *file) argument
339 return seq_open_net(inode, file, &nflog_seq_ops,
H A Dnf_conntrack_expect.c574 static int exp_open(struct inode *inode, struct file *file) argument
576 return seq_open_net(inode, file, &exp_seq_ops,
H A Dxt_recent.c522 static int recent_seq_open(struct inode *inode, struct file *file) argument
526 st = __seq_open_private(file, &recent_seq_ops, sizeof(*st));
535 recent_mt_proc_write(struct file *file, const char __user *input, argument
538 struct recent_table *t = PDE_DATA(file_inode(file));
/net/netrom/
H A Dnr_route.c923 static int nr_node_info_open(struct inode *inode, struct file *file) argument
925 return seq_open(file, &nr_node_seqops);
990 static int nr_neigh_info_open(struct inode *inode, struct file *file) argument
992 return seq_open(file, &nr_neigh_seqops);
/net/nfc/
H A Dllcp_sock.c543 static unsigned int llcp_sock_poll(struct file *file, struct socket *sock, argument
551 sock_poll_wait(file, sk_sleep(sk), wait);
/net/rxrpc/
H A Daf_rxrpc.c589 static unsigned int rxrpc_poll(struct file *file, struct socket *sock, argument
595 sock_poll_wait(file, sk_sleep(sk), wait);
/net/appletalk/
H A Daarp.c1043 static int aarp_seq_open(struct inode *inode, struct file *file) argument
1045 return seq_open_private(file, &aarp_seq_ops,
/net/atm/
H A Dbr2684.c824 static int br2684_proc_open(struct inode *inode, struct file *file) argument
826 return seq_open(file, &br2684_seq_ops);
H A Dclip.c864 static int arp_seq_open(struct inode *inode, struct file *file) argument
866 return seq_open_net(inode, file, &arp_seq_ops,
H A Dcommon.c656 unsigned int vcc_poll(struct file *file, struct socket *sock, poll_table *wait) argument
662 sock_poll_wait(file, sk_sleep(sk), wait);
/net/bluetooth/rfcomm/
H A Dsock.c1017 static int rfcomm_sock_debugfs_open(struct inode *inode, struct file *file) argument
1019 return single_open(file, rfcomm_sock_debugfs_show, inode->i_private);
1073 BT_ERR("Failed to create RFCOMM proc file");
/net/caif/
H A Dcaif_socket.c937 static unsigned int caif_poll(struct file *file, argument
944 sock_poll_wait(file, sk_sleep(sk), wait);
/net/dccp/
H A Dproto.c309 unsigned int dccp_poll(struct file *file, struct socket *sock, argument
315 sock_poll_wait(file, sk_sleep(sk), wait);
/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c114 /* In case anyone still accesses the file, the open/close
641 static int clusterip_proc_open(struct inode *inode, struct file *file) argument
643 int ret = seq_open(file, &clusterip_seq_ops);
646 struct seq_file *sf = file->private_data;
657 static int clusterip_proc_release(struct inode *inode, struct file *file) argument
662 ret = seq_release(inode, file);
670 static ssize_t clusterip_proc_write(struct file *file, cons argument
[all...]
/net/ipv6/
H A Dip6_flowlabel.c802 static int ip6fl_seq_open(struct inode *inode, struct file *file) argument
808 err = seq_open_net(inode, file, &ip6fl_seq_ops,
812 seq = file->private_data;
821 static int ip6fl_seq_release(struct inode *inode, struct file *file) argument
823 struct seq_file *seq = file->private_data;
826 return seq_release_net(inode, file);
/net/irda/
H A Diriap.c1093 static int irias_seq_open(struct inode *inode, struct file *file) argument
1097 return seq_open(file, &irias_seq_ops);
H A Dirttp.c1897 static int irttp_seq_open(struct inode *inode, struct file *file) argument
1899 return seq_open_private(file, &irttp_seq_ops,
/net/irda/irlan/
H A Dirlan_common.c88 static int irlan_seq_open(struct inode *inode, struct file *file);
1126 * or NULL if end of file
1140 /* End of reading /proc file */
1148 * Show one entry in /proc file.
1195 static int irlan_seq_open(struct inode *inode, struct file *file) argument
1197 return seq_open(file, &irlan_seq_ops);
/net/netfilter/ipvs/
H A Dip_vs_conn.c1116 static int ip_vs_conn_open(struct inode *inode, struct file *file) argument
1118 return seq_open_net(inode, file, &ip_vs_conn_seq_ops,
1194 static int ip_vs_conn_sync_open(struct inode *inode, struct file *file) argument
1196 return seq_open_net(inode, file, &ip_vs_conn_sync_seq_ops,
/net/phonet/
H A Dsocket.c340 static unsigned int pn_socket_poll(struct file *file, struct socket *sock, argument
347 poll_wait(file, sk_sleep(sk), wait);
627 static int pn_sock_open(struct inode *inode, struct file *file) argument
629 return seq_open_net(inode, file, &pn_sock_seq_ops,
810 static int pn_res_open(struct inode *inode, struct file *file) argument
812 return seq_open_net(inode, file, &pn_res_seq_ops,

Completed in 1389 milliseconds

123456