Searched refs:task (Results 276 - 300 of 556) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_policy.h113 struct task;
2341 @brief Access control check for copying a send right to another task
2342 @param task Label of the sender task
2346 specified task. A complementary entry point, mpo_port_check_hold_send,
2347 handles the receiving task. port_check_copy_send is called as part of
2352 The task label and the port are locked. Sleeping is permitted.
2357 struct label *task,
2362 @param task Label of the receiving task
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/ipc/
H A Dserver.c68 #define kSecEntitlementGetTaskAllow CFSTR("get-task-allow")
109 static CFStringRef SecTaskCopyStringForEntitlement(SecTaskRef task, argument
112 CFStringRef value = (CFStringRef)SecTaskCopyValueForEntitlement(task,
122 static CFArrayRef SecTaskCopyArrayOfStringsForEntitlement(SecTaskRef task, argument
125 CFArrayRef value = (CFArrayRef)SecTaskCopyValueForEntitlement(task,
149 static CFArrayRef SecTaskCopyAccessGroups(SecTaskRef task) { argument
151 CFStringRef appID = SecTaskCopyStringForEntitlement(task,
153 CFArrayRef groups = SecTaskCopyArrayOfStringsForEntitlement(task,
163 groups = CFArrayCreate(CFGetAllocator(task),
176 static bool SecTaskGetBooleanValueForEntitlement(SecTaskRef task, argument
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dverilog.vim93 " Indent after function/task blocks
94 elseif last_line =~ '^\s*\<\(function\|task\)\>'
99 echo vverb_str "Indent after function/task block statement."
103 " Indent after module/function/task/specify/fork blocks
186 if last_line !~ '^\s*\<\(function\|task\|specify\|module\)\>' &&
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_mqueue.c83 #include <kern/task.h>
729 task_t task; local
802 if (thread->task != TASK_NULL &&
806 tasklabel_lock(thread->task);
808 rc = mac_port_check_receive(&thread->task->maclabel,
811 tasklabel_unlock(thread->task);
831 if (thread->task != TASK_NULL &&
835 tasklabel_lock(thread->task);
837 rc = mac_port_check_receive(&thread->task->maclabel,
840 tasklabel_unlock(thread->task);
[all...]
H A Dipc_object.c869 task_t task = TASK_NULL; local
920 * we have to arrange to boost the task appropriately if this
921 * port has assertions (and the task wants them).
929 task = space->is_task;
930 task_reference(task);
948 * Add the assertions to the task that we captured before
950 if (task != TASK_NULL) {
952 task_importance_hold_internal_assertion(task, assertcnt);
953 task_deallocate(task);
1035 * out from underneath some other task,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c49 #include <isc/task.h>
190 isc_task_t *task; member in struct:dumpcontext
274 ns_server_reload(isc_task_t *task, isc_event_t *event);
3771 interface_timer_tick(isc_task_t *task, isc_event_t *event) { argument
3774 INSIST(task == server->task);
3775 UNUSED(task);
3781 result = isc_task_beginexclusive(server->task);
3784 isc_task_endexclusive(server->task);
3788 heartbeat_timer_tick(isc_task_t *task, isc_event_ argument
3802 pps_timer_tick(isc_task_t *task, isc_event_t *event) argument
5242 run_server(isc_task_t *task, isc_event_t *event) argument
5307 shutdown_server(isc_task_t *task, isc_event_t *event) argument
5768 ns_server_reload(isc_task_t *task, isc_event_t *event) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dmasterdump.c33 #include <isc/task.h>
180 isc_task_t *task; member in struct:dns_dumpctx
1083 if (dctx->task != NULL)
1084 isc_task_detach(&dctx->task);
1188 dump_quantum(isc_task_t *task, isc_event_t *event) { argument
1202 isc_task_send(task, &event);
1225 isc_task_send(dctx->task, &event);
1249 dctx->task = NULL;
1485 FILE *f, isc_task_t *task,
1492 REQUIRE(task !
1482 dns_master_dumptostreaminc(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, FILE *f, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp) argument
1581 dns_master_dumpinc(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp) argument
1592 dns_master_dumpinc2(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format) argument
[all...]
H A Dadb.c23 * In finds, if task == NULL, no events will be generated, and no events
24 * have been sent. If task != NULL but taskaction == NULL, an event has been
38 #include <isc/task.h>
113 isc_task_t *task; member in struct:dns_adb
504 grow_entries(isc_task_t *task, isc_event_t *ev) { argument
520 isc_task_beginexclusive(task);
646 isc_task_endexclusive(task);
656 grow_names(isc_task_t *task, isc_event_t *ev) { argument
672 isc_task_beginexclusive(task);
794 isc_task_endexclusive(task);
1405 isc_task_t *task; local
2135 shutdown_task(isc_task_t *task, isc_event_t *ev) argument
2678 dns_adb_whenshutdown(dns_adb_t *adb, isc_task_t *task, isc_event_t **eventp) argument
2740 dns_adb_createfind(dns_adb_t *adb, isc_task_t *task, isc_taskaction_t action, void *arg, dns_name_t *name, dns_name_t *qname, dns_rdatatype_t qtype, unsigned int options, isc_stdtime_t now, dns_name_t *target, in_port_t port, dns_adbfind_t **findp) argument
3142 isc_task_t *task; local
3592 fetch_callback(isc_task_t *task, isc_event_t *ev) argument
[all...]
H A Dmaster.c33 #include <isc/task.h>
108 isc_task_t *task; member in struct:dns_loadctx
200 load_quantum(isc_task_t *task, isc_event_t *event);
465 if (lctx->task != NULL)
466 isc_task_detach(&lctx->task);
513 dns_rdatacallbacks_t *callbacks, isc_task_t *task,
530 REQUIRE((task == NULL && done == NULL) ||
531 (task != NULL && done != NULL));
601 lctx->task = NULL;
602 if (task !
510 loadctx_create(dns_masterformat_t format, isc_mem_t *mctx, unsigned int options, isc_uint32_t resign, dns_name_t *top, dns_rdataclass_t zclass, dns_name_t *origin, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, isc_lex_t *lex, dns_loadctx_t **lctxp) argument
2419 dns_master_loadfileinc(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
2432 dns_master_loadfileinc2(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx, dns_masterformat_t format) argument
2445 dns_master_loadfileinc3(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, isc_uint32_t resign, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx, dns_masterformat_t format) argument
2510 dns_master_loadstreaminc(FILE *stream, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
2575 dns_master_loadbufferinc(isc_buffer_t *buffer, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
2635 dns_master_loadlexerinc(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
2899 load_quantum(isc_task_t *task, isc_event_t *event) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h216 task_t task,
335 @abstract Create an IOMemoryDescriptor to describe one virtual range of the kernel task.
381 @param task The task the virtual ranges are mapped into. Note that unlike IOMemoryDescriptor::withAddress(), kernel_task memory must be explicitly prepared when passed to this api. The task argument may be NULL to specify memory by physical address.
388 task_t task);
392 @discussion This method creates and initializes an IOMemoryDescriptor for memory consisting of an array of virtual memory ranges each mapped into a specified source task. This memory descriptor needs to be prepared before it can be used to extract data from the memory described.
398 @param task The task each of the virtual ranges are mapped into. Note that unlike IOMemoryDescriptor::withAddress(), kernel_task memory must be explicitly prepared when passed to this api. The task argumen
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dvm_map.defs82 * address space of the target task at the specified
103 * of the target task, either at the specified address,
122 * address space of the target task.
138 * space of the target task. The current protection
140 * the task; the maximum protection limits the accesses
159 * of the virtual address space of the target task.
172 * virtual address space of the target task. [The
194 * virtual address space of the target task. [The
206 * address space of the target task to the destination
222 * virtual address space of the target task
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_glue.c57 #include <kern/task.h>
65 #include <mach/task.h>
86 task_suspend(p->task);
104 task_resume(p->task);
125 ASSERT(p->task != NULL);
127 task_t task = p->task; local
130 * Grab a reference to the task vm_map_t to make sure
137 vm_map_t map = get_task_map_reference(task);
155 ASSERT(p->task !
157 task_t task = p->task; local
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.cpp73 IOReturn IOAudioControl::createUserClient(task_t task, void *securityID, UInt32 type, IOAudioControlUserClient **newUserClient, OSDictionary *properties) argument
78 userClient = IOAudioControlUserClient::withAudioControl(this, task, securityID, type, properties);
779 IOReturn IOAudioControl::createUserClient(task_t task, void *securityID, UInt32 type, IOAudioControlUserClient **newUserClient) argument
784 userClient = IOAudioControlUserClient::withAudioControl(this, task, securityID, type);
795 IOReturn IOAudioControl::newUserClient(task_t task, void *securityID, UInt32 type, IOUserClient **handler) argument
808 result = createUserClient(task, securityID, type, &client);
838 IOReturn IOAudioControl::newUserClient(task_t task, void *securityID, UInt32 type, OSDictionary *properties, IOUserClient **handler) argument
849 if ( kIOReturnSuccess != newUserClient ( task, securityID, type, handler ) )
851 result = createUserClient ( task, securityID, type, &client, properties );
H A DIOAudioEngine.h341 virtual IOReturn createUserClient(task_t task, void *securityID, UInt32 type, IOAudioEngineUserClient **newUserClient, OSDictionary *properties);
541 * @param task The task requesting the new user client.
548 virtual IOReturn newUserClient(task_t task, void *securityID, UInt32 type, IOUserClient **handler);
549 virtual IOReturn newUserClient(task_t task, void *securityID, UInt32 type, OSDictionary *properties, IOUserClient **handler);
837 virtual IOReturn createUserClient(task_t task, void *securityID, UInt32 type, IOAudioEngineUserClient **newUserClient);
/macosx-10.9.5/PowerManagement-420.90.1/AppleSmartBatteryManager/
H A DAppleSmartBatteryManagerUserClient.cpp30 #include <kern/task.h>
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DDefaultSharedWorkerRepository.cpp143 void SharedWorkerProxy::postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task> task) argument
156 document->postTask(task);
159 bool SharedWorkerProxy::postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode) argument
164 m_thread->runLoop().postTaskForMode(task, mode);
H A DWorkerMessagingProxy.cpp305 bool WorkerMessagingProxy::postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode) argument
311 m_workerThread->runLoop().postTaskForMode(task, mode);
315 void WorkerMessagingProxy::postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task> task) argument
319 m_scriptExecutionContext->postTask(task);
/macosx-10.9.5/dtrace-118.1/libproc/
H A Dlibproc.c127 static struct ps_prochandle* createProcAndSymbolicator(pid_t pid, task_t task, int* perr, bool should_queue_proc_activity_notices) { argument
141 CSSymbolicatorRef symbolicator = CSSymbolicatorCreateWithTaskFlagsAndNotification(task, kCSSymbolicatorTrackDyldActivity, ^(uint32_t notification_type, CSNotificationData data) {
211 task_t task; local
234 *perr = task_for_pid(mach_task_self(), pid, &task);
236 proc = createProcAndSymbolicator(pid, task, perr, true);
278 str = "Could not create symbolicator for task";
322 task_t task; local
323 *perr = task_for_pid(mach_task_self(), pid, &task);
326 (void)task_suspend(task);
328 proc = createProcAndSymbolicator(pid, task, per
[all...]
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dserver.c339 eapolcontroller_client_attach(mach_port_t server, task_t task, argument
356 status = pid_for_task(task, &pid);
373 if (task != TASK_NULL) {
374 (void)mach_port_deallocate(mach_task_self(), task); local
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest-port.cc50 # include <mach/task.h>
85 const task_t task = mach_task_self(); local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
92 vm_deallocate(task,
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Ddsl_definition.rb7 # DSL is a module that provides #task, #desc, #namespace, etc. Use this
24 # Declare a basic task.
27 # task :clobber => [:clean] do
31 def task(*args, &block) method in class:Rake.DSL
36 # Declare a file task.
53 # Declare a file creation task.
76 # Declare a task that performs its prerequisites in
95 # task :run
119 # Describe the next rake task.
123 # task
[all...]
H A Dtesttask.rb1 # Define a task library for running unit tests.
8 # Create a task that runs a set of tests.
37 # Name of test task. (default is :test)
78 # Create a testing task.
94 # Create the tasks defined by this task lib.
97 task @name do
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dtrap_native.c78 #include <kern/task.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_clock.c40 #include <kern/task.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_purgeable.c922 // printf("%sPURGING object %p task %p importance %d queue %d group %d force_purge_below_group %d memorystatus_vm_pressure_level %d\n", forced_purge ? "FORCED " : "", object, object->vo_purgeable_owner, task_importance_estimate(object->vo_purgeable_owner), i, group, force_purge_below_group, memorystatus_vm_pressure_level);
1087 task_t task)
1098 if (object->vo_purgeable_owner == task) {
1103 assert(task->task_volatile_objects >= num_objects);
1104 OSAddAtomic(-num_objects, &task->task_volatile_objects);
1110 task_t task)
1115 if (task == NULL) {
1122 vm_purgeable_queue_disown(queue, 0, task);
1126 vm_purgeable_queue_disown(queue, group, task);
1130 vm_purgeable_queue_disown(queue, group, task);
1084 vm_purgeable_queue_disown( purgeable_q_t queue, int group, task_t task) argument
1109 vm_purgeable_disown( task_t task) argument
[all...]

Completed in 241 milliseconds

<<11121314151617181920>>