Searched refs:mach_port_mod_refs (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmig_reply_port.c79 (void) mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_RECEIVE, -1);
H A Dmach_port.c150 mach_port_mod_refs( function
H A Dmach_msg.c220 (void) mach_port_mod_refs(mach_task_self_, port,
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_port.defs160 * Just like mach_port_mod_refs -1, but deduces the
205 routine mach_port_mod_refs(
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_kernelrpc.c160 rv = mach_port_mod_refs(task->itk_space, args->name, args->right, args->delta);
H A Dmach_port.c859 * Routine: mach_port_mod_refs
879 mach_port_mod_refs( function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c335 kret = mach_port_mod_refs(mach_task_self(), mem_handle, MACH_PORT_RIGHT_SEND, -1);
337 warnx("mach_port_mod_refs(-1) failed: %d", kret);
H A Dkqueue_tests.c490 my_kr = mach_port_mod_refs( mach_task_self(), my_pset, MACH_PORT_RIGHT_PORT_SET, -1 );
492 printf( "mach_port_mod_refs failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c394 return (mach_port_mod_refs( task->itk_space, name, MACH_PORT_RIGHT_SEND, delta ));

Completed in 30 milliseconds