Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_event.c287 extern const struct filterops fs_filtops;
288 extern const struct filterops sig_filtops;
295 extern const struct filterops ptsd_kqops;
296 extern const struct filterops ptmx_kqops;
299 extern const struct filterops sock_filtops;
301 extern const struct filterops spec_filtops;
311 extern const struct filterops tty_filtops;
313 const static struct filterops file_filtops;
315 const static struct filterops proc_filtops;
4009 const struct filterops *fops; in kevent_register()
[all …]
H A Dtty_ptmx.c518 SECURITY_READ_ONLY_EARLY(struct filterops) ptsd_kqops = {
747 SECURITY_READ_ONLY_EARLY(struct filterops) ptmx_kqops = {
H A Dsys_pipe.c209 SECURITY_READ_ONLY_EARLY(struct filterops) pipe_nfiltops = {
217 SECURITY_READ_ONLY_EARLY(struct filterops) pipe_rfiltops = {
225 SECURITY_READ_ONLY_EARLY(struct filterops) pipe_wfiltops = {
H A Dkern_memorystatus_notify.c100 SECURITY_READ_ONLY_EARLY(struct filterops) memorystatus_filtops = {
H A Duipc_socket.c187 SECURITY_READ_ONLY_EARLY(struct filterops) soread_filtops = {
196 SECURITY_READ_ONLY_EARLY(struct filterops) sowrite_filtops = {
205 SECURITY_READ_ONLY_EARLY(struct filterops) sock_filtops = {
214 SECURITY_READ_ONLY_EARLY(struct filterops) soexcept_filtops = {
H A Dtty.c3395 SECURITY_READ_ONLY_EARLY(struct filterops) tty_filtops = {
H A Dkern_sig.c161 SECURITY_READ_ONLY_EARLY(struct filterops) sig_filtops = {
/xnu-11215/bsd/sys/
H A Devent_private.h727 struct filterops { struct
857 extern const struct filterops *knote_fops(struct knote *kn);
/xnu-11215/osfmk/ipc/
H A Dipc_pset.c1202 const struct filterops machport_attach_filtops = {
1209 const struct filterops mach_port_filtops = {
1219 const struct filterops mach_port_set_filtops = {
/xnu-11215/bsd/skywalk/channel/
H A Dchannel.c125 const struct filterops skywalk_channel_rfiltops = {
134 const struct filterops skywalk_channel_wfiltops = {
143 const struct filterops skywalk_channel_efiltops = {
/xnu-11215/osfmk/kern/
H A Dexclaves_resource.c1516 SECURITY_READ_ONLY_EARLY(struct filterops) exclaves_notification_filtops = {
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c145 SECURITY_READ_ONLY_EARLY(struct filterops) vnode_filtops = {
H A Dvfs_fsevents.c2508 SECURITY_READ_ONLY_EARLY(struct filterops) fsevent_filtops = {
H A Dvfs_subr.c5086 SECURITY_READ_ONLY_EARLY(struct filterops) fs_filtops = {
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c2992 SECURITY_READ_ONLY_EARLY(struct filterops) spec_filtops = {
/xnu-11215/bsd/net/
H A Dbpf.c3110 SECURITY_READ_ONLY_EARLY(struct filterops) bpfread_filtops = {
H A Dnecp_client.c1156 SECURITY_READ_ONLY_EARLY(struct filterops) necp_fd_rfiltops = {