Home
last modified time | relevance | path

Searched defs:fileglob (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dfile_internal.h178 struct fileglob { struct
184 …kauth_cred_t XNU_PTRAUTH_SIGNED_PTR("fileglob.fg_cred") fg_cred; /* credentials ass… argument
188 …struct fd_vn_data *XNU_PTRAUTH_SIGNED_PTR("fileglob.fg_vn_data") fg_vn_data; /* Per fd vnode da… argument
198 ofd_to_id(const struct fileglob *fg) in ofd_to_id() argument
/xnu-12377.41.6/osfmk/kern/
H A Dipc_misc.c122 int (*action)(mach_port_name_t, struct fileglob *, void *), in fileport_invoke()
/xnu-12377.41.6/bsd/kern/
H A Duipc_usrreq.c2778 unp_scan(struct mbuf *m0, void (*op)(struct fileglob *, void *arg), void *arg) in unp_scan()