Searched refs:countp (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_debug.c608 __DEBUG_ONLY mach_msg_type_number_t *countp)
625 potential = *countp;
649 *countp = actual;
653 *countp = 0;
668 *countp = actual;
605 host_virtual_physical_table_info( __DEBUG_ONLY host_t host, __DEBUG_ONLY hash_info_bucket_array_t *infop, __DEBUG_ONLY mach_msg_type_number_t *countp) argument
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c889 volatile long *countp; /* completion counter */ member in struct:__anon965
1030 call.func, call.arg0, call.arg1, call.countp, 0);
1034 if (call.countp != NULL)
1035 atomic_incl(call.countp, 1);
1173 callp->countp = NULL;
1189 callp->countp = &mp_cpus_calls;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_memory_object.c1088 mach_msg_type_number_t *countp)
1175 *countp = actual;
1084 default_pager_object_pages( default_pager_t default_pager, mach_port_t memory_object, default_pager_page_array_t *pagesp, mach_msg_type_number_t *countp) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c99 mach_msg_type_number_t *countp)
129 *countp = count;
96 host_processors( host_priv_t host_priv, processor_array_t *out_array, mach_msg_type_number_t *countp) argument
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c3886 kauth_cred_getgroups(kauth_cred_t cred, gid_t *grouplist, int *countp) argument
3896 if (countp) {
3897 limit = MIN(*countp, cred->cr_posix.cr_ngroups);
3898 *countp = limit;
H A Dkern_event.c148 void *data, int *countp, struct proc *p);
1936 int *countp,
1947 *countp = 0;
1989 *countp = nevents;
1933 kqueue_process(struct kqueue *kq, kevent_callback_t callback, void *data, int *countp, struct proc *p) argument
H A Dsys_generic.c1636 * countp Pointer to where to store the bit count
1643 * Implicit: *countp (modified) Count of fd's
1651 selcount(struct proc *p, u_int32_t *ibits, int nfd, int *countp) argument
1669 *countp = 0;
1684 *countp = 0;
1695 *countp = n;
H A Dpthread_support.c499 int find_seq_till(ksyn_wait_queue_t kwq, uint32_t upto, uint32_t nwaiters, uint32_t *countp);
4304 find_seq_till(ksyn_wait_queue_t kwq, uint32_t upto, uint32_t nwaiters, uint32_t *countp) argument
4324 if (countp != NULL) {
4325 *countp = count;

Completed in 317 milliseconds