Searched refs:targetp (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dtaskpool.h87 isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp);
102 isc_taskpool_t **targetp);
109 * 'targetp'.
112 * 'sourcep' is attached to 'targetp' without any other action being taken.
119 * \li 'targetp' is not NULL and '*source' is NULL
123 * \li On success, '*targetp' points to a valid task pool.
H A Dtask.h112 void (*attach)(isc_task_t *source, isc_task_t **targetp);
201 isc_task_attach(isc_task_t *source, isc_task_t **targetp);
203 * Attach *targetp to source.
209 *\li 'targetp' points to a NULL isc_task_t *.
213 *\li *targetp is attached to source.
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dtaskpool.h88 isc_task_t **targetp);
H A Dtask.h135 isc_task_attach(isc_task_t *source, isc_task_t **targetp);
137 * Attach *targetp to source.
143 *\li 'targetp' points to a NULL isc_task_t *.
147 *\li *targetp is attached to source.
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dtaskpool.c102 isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp) { argument
105 isc_task_attach(pool->tasks[i % pool->ntasks], targetp);
116 isc_taskpool_t **targetp)
122 REQUIRE(targetp != NULL && *targetp == NULL);
157 *targetp = pool;
115 isc_taskpool_expand(isc_taskpool_t **sourcep, unsigned int size, isc_taskpool_t **targetp) argument
H A Dmem_api.c91 isc_mem_attach(isc_mem_t *source, isc_mem_t **targetp) { argument
93 REQUIRE(targetp != NULL && *targetp == NULL);
95 source->methods->attach(source, targetp);
97 ENSURE(*targetp == source);
H A Dtask_api.c113 isc_task_attach(isc_task_t *source, isc_task_t **targetp) { argument
115 REQUIRE(targetp != NULL && *targetp == NULL);
117 source->methods->attach(source, targetp);
119 ENSURE(*targetp == source);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sfi.c190 proc_t targetp; local
218 targetp = proc_find(pid);
219 if (!targetp) {
224 proc_apply_sfi_managed(targetp, (void *)&uap->sfi_flags);
226 proc_rele(targetp);
237 targetp = proc_find(pid);
238 if (!targetp) {
243 managed_enabled = proc_get_task_policy(targetp->task, THREAD_NULL, TASK_POLICY_ATTRIBUTE, TASK_POLICY_SFI_MANAGED);
245 proc_rele(targetp);
H A Dkern_resource.c117 static int do_background_proc(struct proc *curp, struct proc *targetp, int priority);
118 static int set_gpudeny_proc(struct proc *curp, struct proc *targetp, int priority);
119 static int proc_set_darwin_role(proc_t curp, proc_t targetp, int priority);
120 static int proc_get_darwin_role(proc_t curp, proc_t targetp, int *priority);
121 static int get_background_proc(struct proc *curp, struct proc *targetp, int *priority);
534 set_gpudeny_proc(struct proc *curp, struct proc *targetp, int priority) argument
541 target_cred = kauth_cred_proc_ref(targetp);
552 if (curp == targetp) {
558 error = mac_proc_check_sched(curp, targetp);
565 task_set_gpu_denied(proc_task(targetp), TRU
582 proc_set_darwin_role(proc_t curp, proc_t targetp, int priority) argument
641 proc_get_darwin_role(proc_t curp, proc_t targetp, int *priority) argument
691 get_background_proc(struct proc *curp, struct proc *targetp, int *priority) argument
717 do_background_proc(struct proc *curp, struct proc *targetp, int priority) argument
1883 proc_t targetp; local
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/named/include/named/
H A Dinterfacemgr.h109 ns_interfacemgr_detach(ns_interfacemgr_t **targetp);
161 ns_interface_detach(ns_interface_t **targetp);
H A Dlwresd.h83 ns_lwdmanager_attach(ns_lwresd_t *source, ns_lwresd_t **targetp);
95 ns_lwreslistener_t **targetp);
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dacache.h200 dns_acache_attach(dns_acache_t *source, dns_acache_t **targetp);
202 * Attach *targetp to cache.
208 * 'targetp' points to a NULL dns_acache_t *.
212 * *targetp is attached to the 'source' additional cache.
404 dns_acache_attachentry(dns_acacheentry_t *source, dns_acacheentry_t **targetp);
406 * Attach *targetp to the cache entry 'source'.
412 * 'targetp' points to a NULL dns_acacheentry_t *.
416 * *targetp is attached to 'source'.
H A Ddbtable.h76 dns_dbtable_attach(dns_dbtable_t *source, dns_dbtable_t **targetp);
78 * Attach '*targetp' to 'source'.
84 *\li 'targetp' points to a NULL dns_dbtable_t *.
88 *\li *targetp is attached to source.
H A Ddb.h76 void (*attach)(dns_db_t *source, dns_db_t **targetp);
89 dns_dbversion_t **targetp);
111 dns_dbnode_t **targetp);
113 dns_dbnode_t **targetp);
153 dns_dbnode_t **targetp);
303 dns_db_attach(dns_db_t *source, dns_db_t **targetp);
305 * Attach *targetp to source.
311 * \li 'targetp' points to a NULL dns_db_t *.
315 * \li *targetp is attached to source.
608 dns_dbversion_t **targetp);
[all...]
H A Dcache.h114 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp);
116 * Attach *targetp to cache.
122 *\li 'targetp' points to a NULL dns_cache_t *.
126 *\li *targetp is attached to cache.
H A Dssu.h74 dns_ssutable_attach(dns_ssutable_t *source, dns_ssutable_t **targetp);
76 * Attach '*targetp' to 'source'.
80 *\li 'targetp' points to a NULL dns_ssutable_t *.
83 *\li *targetp is attached to source.
H A Dview.h232 dns_view_attach(dns_view_t *source, dns_view_t **targetp);
234 * Attach '*targetp' to 'source'.
240 *\li 'targetp' points to a NULL dns_view_t *.
244 *\li *targetp is attached to source.
246 *\li While *targetp is attached, the view will not shut down.
279 dns_view_weakattach(dns_view_t *source, dns_view_t **targetp);
281 * Weakly attach '*targetp' to 'source'.
287 *\li 'targetp' points to a NULL dns_view_t *.
291 *\li *targetp is attached to source.
293 * \li While *targetp i
[all...]
H A Dkeytable.h107 dns_keytable_attach(dns_keytable_t *source, dns_keytable_t **targetp);
109 * Attach *targetp to source.
115 *\li 'targetp' points to a NULL dns_keytable_t *.
119 *\li *targetp is attached to source.
H A Drequest.h136 dns_requestmgr_attach(dns_requestmgr_t *source, dns_requestmgr_t **targetp);
145 *\li 'targetp' to be non NULL and '*targetp' to be NULL.
/macosx-10.10/ntp-92/lib/isc/
H A Dtaskpool.c76 isc_task_t **targetp)
78 isc_task_attach(pool->tasks[hash % pool->ntasks], targetp);
75 isc_taskpool_gettask(isc_taskpool_t *pool, unsigned int hash, isc_task_t **targetp) argument
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddb.c158 dns_db_attach(dns_db_t *source, dns_db_t **targetp) { argument
161 * Attach *targetp to source.
165 REQUIRE(targetp != NULL && *targetp == NULL);
167 (source->methods->attach)(source, targetp);
169 ENSURE(*targetp == source);
431 dns_dbversion_t **targetp)
434 * Attach '*targetp' to 'source'.
440 REQUIRE(targetp != NULL && *targetp
430 dns_db_attachversion(dns_db_t *db, dns_dbversion_t *source, dns_dbversion_t **targetp) argument
549 dns_db_attachnode(dns_db_t *db, dns_dbnode_t *source, dns_dbnode_t **targetp) argument
578 dns_db_transfernode(dns_db_t *db, dns_dbnode_t **sourcep, dns_dbnode_t **targetp) argument
[all...]
H A Ddbtable.c136 dns_dbtable_attach(dns_dbtable_t *source, dns_dbtable_t **targetp) { argument
138 REQUIRE(targetp != NULL && *targetp == NULL);
148 *targetp = source;
H A Decdb.c156 attach(dns_db_t *source, dns_db_t **targetp) { argument
160 REQUIRE(targetp != NULL && *targetp == NULL);
166 *targetp = source;
209 attachnode(dns_db_t *db, dns_dbnode_t *source, dns_dbnode_t **targetp) { argument
215 REQUIRE(targetp != NULL && *targetp == NULL);
223 *targetp = node;
/macosx-10.10/gssd-64/
H A Dgsstest.c166 } clientp, targetp; variable in typeref:struct:gss_name
436 targetp.nt = GSSD_HOSTBASED;
437 targetp.name = (gssd_byte_buffer)svcname;
438 targetp.len = (uint32_t) strlen(svcname);
656 targetp.nt,
657 targetp.name,
658 targetp.len,
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dlwresd.c415 ns_lwdmanager_attach(ns_lwresd_t *source, ns_lwresd_t **targetp) { argument
417 INSIST(targetp != NULL && *targetp == NULL);
423 *targetp = source;
463 ns_lwreslistener_t **targetp)
466 INSIST(targetp != NULL && *targetp == NULL);
472 *targetp = source;
462 ns_lwreslistener_attach(ns_lwreslistener_t *source, ns_lwreslistener_t **targetp) argument

Completed in 210 milliseconds

12