Searched refs:mach_port (Results 1 – 12 of 12) sorted by relevance
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | mach_port.defs | 28 #include <mach/mach_port.defs>
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | mach.modulemap | 143 module mach_port { 144 header "mach/mach_port.h"
|
| H A D | Makefile | 38 mach_port.defs \ 99 mach_port.h \
|
| H A D | processor.defs | 59 * File: mach/mach_port.defs
|
| H A D | processor_set.defs | 59 * File: mach/mach_port.defs
|
| H A D | mach_port.defs | 59 * File: mach/mach_port.defs 69 mach_port 3200;
|
| H A D | thread_act.defs | 59 * File: mach/mach_port.defs
|
| H A D | task.defs | 59 * File: mach/mach_port.defs
|
| /xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 119 …291D3C281354FDD100D46061 /* mach_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 291D3C26135… 252 …9D9BD3D114B00600000D8B9 /* mach_port.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF21… 561 …1354FDD100D46061 /* mach_port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 665 …14B00600000D8B9 /* mach_port.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp… 793 291D3C261354FDD100D46061 /* mach_port.c */, 794 C9D9BCF2114B00600000D8B9 /* mach_port.defs */, 1447 C9D9BD3D114B00600000D8B9 /* mach_port.defs in Sources */, 1577 291D3C281354FDD100D46061 /* mach_port.c in Sources */,
|
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | Makefile.template | 268 mach_port.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 115 osfmk/ipc/mach_port.c standard
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_syscalls.c | 11235 mach_port_t mach_port; in vfs_materialize_item() local 11267 &mach_port); in vfs_materialize_item() 11268 if (kern_ret != KERN_SUCCESS || !IPC_PORT_VALID(mach_port)) { in vfs_materialize_item() 11335 kern_ret = send_vfs_resolve_dir_with_audit_token(mach_port, in vfs_materialize_item() 11339 kern_ret = send_vfs_resolve_dir(mach_port, req.r_req_id, in vfs_materialize_item() 11355 kern_ret = send_vfs_resolve_file_with_audit_token(mach_port, in vfs_materialize_item() 11359 kern_ret = send_vfs_resolve_file(mach_port, req.r_req_id, in vfs_materialize_item() 11397 ipc_port_release_send(mach_port); in vfs_materialize_item()
|