Home
last modified time | relevance | path

Searched refs:socksys_file_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/sparc64/solaris/
Dsocksys.c52 static struct file_operations socksys_file_ops = { variable
97 filp->f_op = &socksys_file_ops; in socksys_open()
192 socksys_file_ops = *file->f_op; in init_socksys()
194 sock_poll = socksys_file_ops.poll; in init_socksys()
195 socksys_file_ops.poll = socksys_poll; in init_socksys()
196 socksys_file_ops.release = socksys_release; in init_socksys()