Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_event.c276 SECURITY_READ_ONLY_EARLY(static struct filterops) bad_filtops = {
285 extern const struct filterops memorystatus_filtops;
287 extern const struct filterops fs_filtops;
288 extern const struct filterops sig_filtops;
289 extern const struct filterops machport_attach_filtops;
290 extern const struct filterops mach_port_filtops;
291 extern const struct filterops mach_port_set_filtops;
292 extern const struct filterops pipe_nfiltops;
293 extern const struct filterops pipe_rfiltops;
294 extern const struct filterops pipe_wfiltops;
[all …]
H A Dtty_ptmx.c522 SECURITY_READ_ONLY_EARLY(struct filterops) ptsd_kqops = {
751 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.c179 SECURITY_READ_ONLY_EARLY(struct filterops) soread_filtops = {
188 SECURITY_READ_ONLY_EARLY(struct filterops) sowrite_filtops = {
197 SECURITY_READ_ONLY_EARLY(struct filterops) sock_filtops = {
206 SECURITY_READ_ONLY_EARLY(struct filterops) soexcept_filtops = {
H A Dkern_aio.c2580 SECURITY_READ_ONLY_EARLY(struct filterops) aio_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-12377.1.9/bsd/sys/
H A Devent_private.h727 struct filterops { struct
857 extern const struct filterops *knote_fops(struct knote *kn);
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_pset.c1235 const struct filterops machport_attach_filtops = {
1242 const struct filterops mach_port_filtops = {
1252 const struct filterops mach_port_set_filtops = {
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c127 const struct filterops skywalk_channel_rfiltops = {
136 const struct filterops skywalk_channel_wfiltops = {
145 const struct filterops skywalk_channel_efiltops = {
/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.c1662 SECURITY_READ_ONLY_EARLY(struct filterops) exclaves_notification_filtops = {
/xnu-12377.1.9/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.c5124 SECURITY_READ_ONLY_EARLY(struct filterops) fs_filtops = {
/xnu-12377.1.9/bsd/miscfs/specfs/
H A Dspec_vnops.c2998 SECURITY_READ_ONLY_EARLY(struct filterops) spec_filtops = {
/xnu-12377.1.9/bsd/net/
H A Dbpf.c3113 SECURITY_READ_ONLY_EARLY(struct filterops) bpfread_filtops = {
H A Dnecp_client.c1178 SECURITY_READ_ONLY_EARLY(struct filterops) necp_fd_rfiltops = {